/*
Theme Name: My home Page
Theme URI: http://yuanzhaoyi.cn
Description: www.yuanzhaoyi.cn
Version: 1.0
Author: yuanzhaoyi
Author URI: http://yuanzhaoyi.cn
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr, acronym {
    border: 0;
}

body, button, input, select, textarea {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
}

/* Balises block */
.post-content h1 {
}

.post-content h2 {
}

.post-content h3 {
}

.post-content h4 {
}

.post-content h5 {
}

.post-content h6 {
}

.post-content p {
}

.post-content ul {
}

.post-content ol {
}

.post-content blockquote {
}

.post-content pre {
}

.post-content address {
}

.post-content address {
}

/* Balises inline */
.post-content strong {
}

.post-content em {
}

.post-content acronym {
}

.post-content code {
}

.post-content del {
}

.post-content ins {
}

/* Classes des images */
.alignleft {
    display: inline;
    float: left;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    display: inline;
    float: right;
}

.size-auto {
}

.size-medium {
}

.size-large {
}

.size-full {
}

.wp-caption {
}

.wp-caption img {
}

.gallery {
}

.gallery .gallery-item {
}

/* MASHVP */

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}

.mobile-fix-br {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
    color: #222;
}

.clear {
    font-size: 1px;
    clear: both;
}

#masque {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* HEADER */

header {
    position: fixed;
    background: #000;
    width: 50%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 989;
}

header > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header a {
    color: #fff;
    text-decoration: none;
}

header img {
    width: 200px;
}

header .baseline {
    font-size: 12pt;
    margin: 0 0 40px 0;
}

header .sep {
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 20px 0 30px 0;
}

nav {
    font-size: 30pt;
    line-height: 42pt;
}

nav a {
    position: relative;
}

nav a div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #fff;
    transition-duration: 0.4s;
}

.bleu {
    background: #d0e8f3;
    font-weight: 300;
    z-index: -2;
}

.bleu ul li {
    list-style-image: url('img/bullet-point-white.svg');
    margin-left: 15px;
}

.bordure-bleu {
    border: 1px solid #d0e8f3;
    padding: 20px 20px 30px 35px;
}

@media (min-width: 1025px) {
    nav a:hover div {
        width: 100%;
    }
}

.page-template-accueil nav a.b-accueil div {
    width: 100%;
}

.page-template-tarifs nav a.b-tarifs div {
    width: 100%;
}

.page-template-concept nav a.b-concept div {
    width: 100%;
}

.single-services nav a.b-services div {
    width: 100%;
}

.page-template-page-services nav a.b-services div {
    width: 100%;
}

/* = BURGER NAV */

a#burger {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 40px;
    left: 40px;
    z-index: 998;
    cursor: pointer;
}

a#burger > div:first-child {
    position: absolute;
    width: 22px;
    height: 1px;
    top: 13px;
    left: 9px;
    background: #000;
    transition-duration: 0.2s;
}

a#burger > div:nth-child(2n) {
    position: absolute;
    width: 22px;
    height: 1px;
    top: 19px;
    left: 9px;
    background: #000;
    transition-duration: 0.2s;
}

a#burger > div:nth-child(3n) {
    position: absolute;
    width: 22px;
    height: 1px;
    top: 25px;
    left: 9px;
    background: #000;
    transition-duration: 0.2s;
}

a#burger.open > div:first-child {
    background: #fff;
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

a#burger.open > div:nth-child(2n) {
    opacity: 0;
}

a#burger.open > div:nth-child(3n) {
    background: #fff;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

@media (min-width: 1025px) {
    a#burger:hover > div:first-child {
        transform: translateY(3px);
    }

    a#burger:hover > div:nth-child(2n) {
        opacity: 1;
    }

    a#burger:hover > div:nth-child(3n) {
        transform: translateY(-3px);
    }

    a#burger.open:hover > div:first-child {
        transform: translateY(0px) rotate(45deg);
    }

    a#burger.open:hover > div:nth-child(2n) {
        opacity: 0;
    }

    a#burger.open:hover > div:nth-child(3n) {
        transform: translateY(-11px) rotate(-45deg);
    }
}

/* CALL TO ACTION */

a.call-to-action {
    position: relative;
    border-radius: 2px;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 14pt;
    overflow: hidden;
    border: 1px solid #fff;
    top: -5px;
    left: 20px;
}

a.call-to-action:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0%;
    left: 0;
    width: 101%;
    height: 101%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: -1;

    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition-duration: 0.4s;

}

a.call-to-action.small {
    position: relative;
    border-radius: 2px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 10pt;
    overflow: hidden;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    color: #000;
}

@media (min-width: 1025px) {
    header a.call-to-action.small:hover {
        color: #fff;
    }

    a.call-to-action:hover:before {
        content: '';
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

a.call-to-action.small.dark {
    position: relative;
    border-radius: 2px;
    top: 20px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 10pt;
    overflow: hidden;
    border: 1px solid #000;
    top: 0;
    left: 0;
    color: #000;
}

a.call-to-action.small.dark:before {
    content: '';
    background: #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

@media (min-width: 1025px) {
    a.call-to-action.small.dark:hover {
        color: #fff;
    }

    a.call-to-action.small.dark:hover:before {
        content: '';
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* ACCUEIL */

.blanc {
    color: #fff;
}

.bloc {
    position: relative;
    width: 100%;
    height: 100%;
}

.trame {
    position: absolute;
    top: 0;
    left: 0;
    background: #d0e8f3;
    opacity: 0.7;
    width: 50%;
    height: 100%;
}

.autres-services a:hover {
    text-decoration: none;
}

#fond-accueil {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

#fond-accueil > div {
    width: 100%;
    height: 100%;
}

#intro {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    padding: 100px;
}

#intro p {
    margin: 30px 0 0 0;
}

#intro img.logo-intro {
    width: 180px;
}

#intro p.blanc {
    font-size: 20pt;
    line-height: 24pt;
}

#intro p.blanc small {
    font-size: 10pt;
    line-height: 14pt;
}

.inner {
    position: relative;
    width: 50%;
    padding: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26pt;
    line-height: 30pt;
}

.trame + .inner {
    color: #fff;
}

.inner.right {
    position: absolute;
    left: 50%;
    width: 50%;
}

.inner p {
    margin-top: 30px;
    color: #000;
}

.star {
    width: 20px;
}

.legende {
    position: relative;
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12pt;
    line-height: 16pt;
    margin-top: 15px;
}

#intro-2 .inner.right {
    text-align: center;
}

#mon-cycle {
    overflow: hidden;
    margin-top: -50px;
}

#mon-cycle > div {
    margin-top: -50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: none;
}

.repere {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 6px;
    background: #000;
    z-index: 800;
}

h2 {
    font-size: 26pt;
    line-height: 24pt;
}

.inner-service ul {
    font-weight: 300;
    font-size: 11pt;
    list-style-image: url('img/bullet-point-white.svg');
    margin: 20px 0 20px 15px;
}

.inner-service h2 {
    margin: 20px 0 20px 0;
}

.inner-service h2:first-child {
    margin: 0 0 20px 0;
}

#intro-3 .inner {
    font-size: 12pt;
    line-height: 16pt;
}

/* FOOTER */

footer {
    color: #999;
    padding: 100px;
}

footer a {
    color: #999;
}

footer a.social {
    display: inline-block;
    width: 30px;
    height: 30px;
    transition-duration: 0.5s;
}

footer a.social.f {
    background: url(img/f.svg) 0 0 repeat-y;
    margin-left: -8px;
}

footer a.social.p {
    background: url(img/p.svg) 0 0 repeat-y;
    margin-left: -4px;
}

@media (min-width: 1025px) {
    footer a.social.f:hover {
        background: url(img/f.svg) 0 -30px repeat-y;
    }

    footer a.social.p:hover {
        background: url(img/p.svg) 0 -30px repeat-y;
    }
}

/* TEMPLATE SERVICES */

.titre-service {
    position: relative;
    width: 100%;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    text-align: center;
}

.titre-service h1 {
    font-size: 70pt;
    font-weight: 700;
}

.titre-service h1 > div {
    margin-top: 40px;
    font-size: 30px;
}

.titre-service .trait {
    position: absolute;
    width: 100px;
    height: 6px;
    top: 40px;
    right: 0;
    background: #000;
}

.contenu {
    position: relative;
}

.inner-service {
    position: relative;
    float: left;
    width: 50%;
    padding: 100px;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-weight: 400;
}

.inner-right-service {
    position: relative;
    float: left;
    width: 50%;
    padding: 100px;
}

.inner-right-service ul {
    font-weight: 300;
    font-size: 11pt;
    list-style-image: url('img/bullet-point.svg');
    margin: 20px 0 20px 15px;
}

.inner-right-service ul li {
}

.inner-right-service h2 {
    margin: 20px 0 10px 0;
    font-size: 20pt;
}

.inner-right-service h2:first-child {
    margin-top: 0px;
}

h3 {
    margin-top: 50px;
    color: #c1dce8;
    font-size: 20pt;
    margin-bottom: 20px;
    font-style: normal;
}

h3:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 6px;
    /*background: #000;*/
    transform: translateY(-30px);
}

.inner-service h3 {
    color: #000;
}

.trame-services {
    position: absolute;
    top: 0;
    left: 0;
    background: #d0e8f3;
    opacity: 0.85;
    width: 50%;
}

/* LISTING SERVICES */

.singleton-service {
    diplay: inline-block;
    width: 50%;
    height: 100%;
    float: left;
}

.fond {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.fond > div {
    width: 100%;
    height: 100%;
}

.bloc.services {
    position: relative;
    top: 0;
    left: 0;

}

.titre-service h2 {
    font-size: 30pt;
    line-height: 34pt;
}

/* CONTACT */

#contact h1 {
    position: absolute;
    font-size: 80pt;
    top: 50%;
    font-weight: 700;
    left: 0;
    width: 50%;
    text-align: center;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.bloc.contact .inner.right p {
    font-size: 10pt;
    line-height: 14pt;
    font-weight: 300;
}

input[type="text"] {
    outline: 0;
    border: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    width: 340px;
    background: none;
}

input[type="text"].tel {
    width: 230px;
}

input[type="submit"] {
    outline: 0;
    border: 0;
    margin-top: 30px;
    padding: 20px 40px 20px 40px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    transition-duration: 0.4s;
}

@media (min-width: 1025px) {
    input[type="submit"]:hover {
        background: #fff;
        color: #000;
    }
}

/* TARIFS */

.t {
    display: table;
    font-size: 9pt;
    line-height: 12pt;
    font-weight: 300;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #eff5f7;
    text-align: center;
}

.t .tr .td .td {
    padding: 0;
    border: 0;
    width: 50%;
}

.largeur_tableau {
    width: 100%;
}

.fond-bleu-ciel {
    background: #d0e8f3;
}

.fort {
    font-weight: 700;
    text-align: right;
}

.inner-right-service {
    font-size: 11pt;
    font-weight: 300;
}

#titre-tarifs {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
}

#titre-tarifs h1 {
    position: absolute;
    font-size: 80pt;
    top: 50%;
    font-weight: 700;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-tarif {
    position: relative;
    width: 49%;
    float: left;
    padding: 50px;
}

.inner-tarif p {
    font-size: 10pt;
    font-weight: 300;
}

.photo-gauche {
    position: absolute;
    top: 0;
    left: 45%;
    width: 40%;
    height: 100%;
}

.photo-droite {
    position: absolute;
    right: 45%;
    width: 40%;
    height: 100%;
}

.texte-gauche {
    position: absolute;
    left: 15%;
    width: 30%;
    height: 100%;
}

.texte-gauche > div {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30pt;
    line-height: 38px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.texte-droite {
    position: absolute;
    top: 0;
    right: 15%;
    width: 30%;
    height: 100%;
}

.texte-droite > div {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30pt;
    line-height: 38px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.titre-service {
    font-size: 36pt;
    line-height: 36pt;
}

.texte-droite a.call-to-action.small {
    border: 1px solid #d8ecf5;
}

.texte-droite a.call-to-action.small:before {
    background: #d8ecf5;
}

.trame-services {
    height: 300px;
    z-index: -1;
}

.header-services {
    position: relative;
    height: 300px;
    line-height: 600px;
    z-index: 700;
}

.header-services h1 {
    font-size: 80pt;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.height100pct {
    height: 100%;
}

.trame-s {
    position: relative;
    height: 100px;
}

.height700px {
    height: 700px;
}

/* TABLETTE PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) {

    .photo-px-concept {
        display: none;
    }

    nav {
        font-size: 20pt;
        line-height: 26pt;
    }

    #intro {
        padding: 30px;
    }

    .inner {
        padding: 30px;
    }

    .home a.call-to-action {
        display: inline-block;
        top: 20px;
        left: 0;
        padding: 10px 20px 10px 20px;
    }

    .inner-service {
        padding: 30px;
    }

    .header-services {
        height: 100px;
        line-height: 200px;
    }

    .header-services h1 {
        font-size: 26pt;
    }

    .page-template-page-services .trame-s, .page-template-page-services .trame {
        height: 0 !important;
        min-height: 0 !important;
    }

    .height100pct {
        height: 0 !important;
    }

    .photo-gauche {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.85;
    }

    .photo-droite {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.85;
    }

    .texte-gauche {
        position: absolute;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index: 950;
        color: #fff;
    }

    .texte-gauche > div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .texte-gauche img {
        display: none;
    }

    .texte-droite img {
        display: none;
    }

    .texte-droite {
        position: absolute;
        right: 0%;
        width: 100%;
        height: 100%;
        z-index: 950;
        color: #fff;
    }

    .texte-droite > div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .height700px {
        height: 300px;
    }

    .titre-service {
        font-size: 20pt;
        line-height: 22pt;
    }

    .bloc-service {
        border-bottom: 2px solid #fff;
        background: #000;
    }

    .page-template-tarifs .trame {
        width: 100%;
    }

    .page-template-tarifs #titre-tarifs {
        width: 100%;
    }

    .page-template-tarifs .inner-tarif {
        width: 100%;
    }

    .page-template-contact .trame {
        width: 100%;
    }

    .page-template-contact h1 {
        width: 100%;
        display: none;
    }

    .page-template-contact .inner.right {
        position: relative;
        width: 100%;
    }

    .inner.right {
        position: absolute;
        right: 0;
        width: 50%;
        /* border: 1px solid red; */
    }

    .contact .inner.right {
        left: 0;
    }

    #mon-cycle > div {
        margin-top: -150px;
    }

    footer {
        padding: 30px;
    }

    /* CONTACT */
    #contact h1 {
        width: 100%;
    }

    .inner-right-service {
        padding: 30px;
    }
}

.td s {
    text-decoration: none;
}

.blocc {
    position: relative;
    width: 100%;
}

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

.floatRightwidth50 {
    float: right;
    width: 50%;
}

.paddingTop0 {
    padding-top: 50px;
}

.bleu-bloc {
    float: left;
    width: 50%;
    padding: 100px;
}

.padding100px {
    padding: 100px 100px 100px 50px;
}

.padding100px:first-child {
    padding: 100px 50px 100px 100px;
}

.bleu h2 {
    margin: 20px 0 10px 0;
    font-size: 20pt !important;
}

/* MOBILE */
@media (max-width: 767px) {

    .photo-px-concept {
        display: none;
    }

    .floatRightwidth50 {
        float: none;
        width: 100%;
    }

    .padding100px {
        padding: 30px !important;
    }

    .paddingTop0 {
        padding-top: 100px;
    }

    #mon-cycle {
        border-bottom: 1px solid #efefef;
        padding: 200px 0 0px 0;
        height: 400px;
    }

    #mon-cycle > div {
        padding: 40px 0 0 0;
    }

    .titre-service .trait {
        position: absolute;
        width: 0;
        height: 6px;
        top: 40px;
        right: 0;
        background: #000;
    }

    .repere {
        width: 0;
    }

    .floatLeftwidth50 {
        float: none;
        width: 100%;
    }

    #contact {
        display: none;
    }

    .single-services .bloc.mobilefix-services {
        height: 100%;
    }

    .bloc {
        height: auto;
    }

    .bloc.top {
        height: 100%;
    }

    .trame {
        width: 0;
        min-height: 100%;
    }

    /* MENU */
    header {
        width: 100%;
    }

    header > div {
        width: 90%;
    }

    nav {
        font-size: 16pt;
        line-height: 24pt;
    }

    a#burger {
        position: fixed;
        width: 40px;
        height: 40px;
        top: 10px;
        left: 15px;
        z-index: 998;
        cursor: pointer;
    }

    /* HP */
    #fond-accueil {
        padding: 10px;
    }

    #intro {
        width: 100%;
        padding: 30px;
    }

    #intro p.blanc {
        font-size: 16pt;
        line-height: 18pt;
    }

    #intro p.blanc small {
        font-size: 7pt;
        line-height: 10pt;
    }

    .inner {
        position: relative;
        width: 100%;
        padding: 30px;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 16pt;
        line-height: 18pt;
    }

    .trame + .inner {
        color: #000;
    }

    .inner.right {
        position: relative;
        left: 0;
        width: 100%;
        /* border: 1px solid red; */
    }

    a.call-to-action {
        padding: 15px 25px;
        font-size: 10pt;
        top: -2px;
        left: 20px;
        background: #D0E8F3;
        border: 0 !important;
    }

    #intro-3 .inner.right {
        display: none;
    }

    h2 {
        font-size: 16pt;
        line-height: 20pt;
    }

    /* FOOTER */
    footer {
        padding: 30px;
        font-size: 9pt;
        background: #f5f5f5;
    }

    /* PAGE CONCEPT */
    .titre-service h1 {
        font-size: 26pt;
        line-height: 3pt;
        font-weight: 700;
    }

    .inner-service {
        float: none;
        width: 100%;
        padding: 30px;
    }

    .inner-right-service {
        position: relative;
        float: none;
        width: 100%;
        padding: 30px;
    }

    /* SERVICES */
    .header-services {
        height: 200px;
        line-height: 200px;
    }

    .header-services h1 {
        font-size: 26pt;
    }

    .page-template-page-services .trame-s, .page-template-page-services .trame {
        height: 0 !important;
        min-height: 0 !important;
    }

    .height100pct {
        height: 0 !important;
    }

    .photo-gauche {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.85;
    }

    .photo-droite {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.85;
    }

    .texte-gauche img {
        display: none;
    }

    .texte-droite img {
        display: none;
    }

    .texte-gauche {
        position: absolute;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index: 950;
        color: #fff;
    }

    .texte-gauche > div {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 16pt;
        line-height: 18pt;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .texte-droite {
        position: absolute;
        right: 0%;
        width: 100%;
        height: 100%;
        z-index: 950;
        color: #fff;
    }

    .texte-droite > div {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 16pt;
        line-height: 18pt;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .height700px {
        height: 300px;
    }

    .titre-service {
        font-size: 20pt;
        line-height: 22pt;
    }

    .bloc-service {
        border-bottom: 2px solid #fff;
        background: #000;
    }

    input[type="text"] {
        width: 255px;
    }

    .page-template-contact .inner.right {
        margin-top: 100px;
    }

    .t {
        font-size: 7pt;
        line-height: 9pt;
    }

    .td {
        padding: 4px;
    }

    .td s {
        display: none;
    }

    /*
    .t .tr .td .td {
      padding: 0;
      border: 0;
      width: 50%;
    }
    */
    .inner-right-service {
        font-size: 8pt;
    }

    #titre-tarifs {
        float: none;
        height: 200px;
    }

    #titre-tarifs h1 {
        position: relative;
        font-size: 30pt;
        top: 50%;
        font-weight: 700;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .inner-tarif {
        position: relative;
        width: 100%;
        float: none;
        padding: 0px;
    }

    .inner-tarif p {
        font-size: 10pt;
        font-weight: 300;
    }

    .page-template-tarifs .trame {
        width: 100%;
        display: none;
    }

    .page-template-tarifs #titre-tarifs {
        width: 100%;
    }

    .page-template-tarifs .inner-tarif {
        width: 100%;
    }

    .page-template-tarifs p {
        padding: 30px;
    }

    .inner-tarif {
        position: relative;
        left: 0;
        width: 100%;
        float: none;
        /* border: 1px solid red; */
    }

    .page-template-tarifs .bloc.tarif {
        height: auto !important;
    }

    .img-deduction-impot {
        margin-left: 20px;
    }

    .txt-gauche-tarifs {
        padding: 30px;
    }

    .mobile-fix-br {
        display: block;
    }
}

.page-id-147 h1 {
    line-height: 90px;
    transform: translateY(0) !important;
    top: 35% !important;
    text-align: right !important;
    padding-right: 30px !important;
    font-size: 70px !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .page-id-147 .inner.right {
        right: 20px !important;
        left: 50%;
    }

    .page-id-147 #contact h1 {
        width: 50%;
    !important
    }

    .page-id-43 .inner.right {
        right: 20px !important;
        left: 50%;
    }

    .page-id-43 #contact h1 {
        width: 50%;
    !important
    }

}

.copyright-black {
    line-height: 70px;
    font-family: arial;
    color: #2d6ca2;
    font-size: 12px;
    text-align: center;
}

.footer-black {
    /*position: absolute;*/
    bottom: 0px;
    z-index: 199;
    min-width: 1208px;
    height: 70px;
    /*background-color: #00071F;*/
    color: #00071f;
    /* border-top: 1px solid #eeeff2; */
}

.sendivin {
    padding: 0;
    background: url(http://img.juzimi.com/juzimi/images/ju_top.jpg) no-repeat center top;
    _background-position: 9px top;
}

.intro-motto {
    padding-top: 20%;
    margin-left: 20%;
    width: 60%;
}

