/*
Theme Name: Mara Marietta
Theme URI: https://maramarietta.com
Author: Agence AGORALYS
Author URI: https://www.agoralys.com/
Description: .
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: mara marietta

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.
*/

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    margin: 0 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Muli", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    margin: 0;
    background-color: #f7f6f4;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #444;
    text-decoration: none;
    background: transparent;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.homeimg .vc_column_container .vc_column-inner .wpb_wrapper {
    position: relative;
}
.hash {
    position: absolute;
    top: 18%;
    right: -50%;
    z-index: -1;
}
.altimg {
    top: -12px;
    position: relative;
}
.vc_btn3:focus,
.vc_btn3:active {
    color: #a1885f !important;
}
.socks {
    max-width: 79%;
}
.vc_figure {
    width: 100%;
}

/* FOOTER */

.intLinks {
    padding-bottom: 7px;
}
.intLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.intLinks ul li {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    line-height: 18px;
}
.intLinks ul li:after {
    content: "|";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #a1885f;
    font-weight: 700;
}
.intLinks ul li:last-child:after {
    content: initial !important;
}
.intLinks ul li a {
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-weight: 400;
}
.intLinks ul li a:hover {
    color: #a1885f;
}
.extLinks .vc_column-inner {
    align-items: flex-end;
}
.extLinks p {
    color: #a1885f;
    font-family: "Muli", sans-serif;
    font-size: 17px;
    text-align: center;
}
ul.buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.buttons li {
    display: inline-block;
    width: 126px;
    text-align: center;
    border: solid 1px #a1885f;
    padding: 6px;
    margin-left: 14px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 2px;
}
.buttons li:hover {
    background-color: #a1885f;
}
.buttons li a {
    color: #808080;
    font-size: 16px;
    line-height: 23px;
    font-family: "Muli", sans-serif;
    font-weight: 400;
}
.buttons li a:hover {
    text-decoration: none!important;
}
.buttons li:hover a {
    color: #fff;
    text-decoration: none;
}
.copyright {
    text-align: center;
    margin-top: 66px;
}
.copyright p {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #808080;
    margin-top: 66px;
    display: inline;
    margin: 0 4px;
}
.copyright p a {
    color: #a1885f;
    font-weight: 700;
}
.copyright p a:hover {
    color: #808080;
}
@media only screen and (min-width:320px) and (max-width:1023px) {
    .extLinks .vc_column-inner {
        align-items: center;
    }
    .buttons li {
        display: block;
        margin: 10px auto;
        width: 100%;
    }
    .intLinks ul {
        text-align: center;
    }
    .intLinks ul li {
        display: block;
        padding-right: 0px;
        margin-right: 0px;
    }
    .intLinks ul li:after {
        content: "";
    }
    .copyright p {
        margin-top: 0;
    }
    .copyright p {
        display: block;
        text-align: center;
    }
    .copyright p span {
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .extLinks .vc_column-inner {
        align-items: center;
    }
    .buttons li {
        display: block;
        margin: 10px auto;
    }
    .intLinks ul li {
        display: inline;
        padding-right: 10px;
        margin-right: 10px;
    }
    .intLinks ul li:last-child {
        margin: 0;
        padding-right: 0;
    }
    .intLinks ul li:after {
        content: "|";
    }
    .copyright p {
        display: inline;
        text-align: center;
    }
    .copyright p span {
        display: inline;
    }
}
@media only screen and (min-width:1450px) and (max-width:1746px) {
    .extLinks.vc_col-lg-6 {
        width: 60% !important;
    }
    .intLinks.vc_col-lg-6 {
        width: 40% !important;
    }
}
@media only screen and (min-width:1239px) and (max-width:1449px) {
    .extLinks.vc_col-lg-6 {
        width: 70% !important;
    }
    .intLinks.vc_col-lg-6 {
        width: 30% !important;
    }
    .intLinks ul li {
        display: block;
        padding-right: 0px;
        margin-right: 0px;
    }
    .intLinks ul li:after {
        content: "";
    }
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    color: #a1885f;
    margin-bottom: 0;
    line-height: 50px;
}
h1.post-title {
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    color: #000;
    margin-bottom: 15px;
    line-height: 20px;
    text-transform: initial;
}
.styleh1 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    color: #a1885f;
    margin-bottom: 0;
    line-height: 50px;
    margin-top: 30px;
}
h1::before {
    content: "";
    border-top: 1px solid #a1885f;
    width: 100%;
    display: block;
    margin-bottom: 28px;
}
h2 {
    font-weight: 300;
    font-family: "Muli", sans-serif;
    color: #a1885f;
    margin: 0;
}
h3 {
    color: #a1885f;
    font-weight: 500;
    font-family: "Muli", sans-serif;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    border-bottom: solid 1px #a1885f;
}
h3.black {
    color: #000;
    border-bottom: solid 1px #000;
}
h3 span.small {
    text-transform: inherit;
}
h4 {
    color: #a1885f;
    font-weight: 600;
    font-family: "Muli", sans-serif;
    margin-bottom: 0px!important;
}
p {
    color: #5a463a;
    text-align: left;
    font-family: "Muli", sans-serif;
    /*margin: 0 !important;*/
}
.maroon p {
    color: #5a463a !important;
}
.caption {
    margin-bottom: 0 !important;
}
.caption p {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-family: "Muli", sans-serif;
}
.photo {
    margin-bottom: 6px!important;
}
.photo.rot1 img {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.photo.rot2 img {
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.tparrows:before {
    color: rgb(0, 0, 0) !important;
}
#slide-36-layer-13 .tp-linesplit:first-child .tp-splitted.tp-wordsplit:nth-child(2),
#slide-36-layer-13 .tp-linesplit:first-child .tp-splitted.tp-wordsplit:nth-child(3) {
    font-style: italic;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:768px) {
    h1 {
        font-size: 32px;
    }
    .styleh1 {
        font-size: 32px;
    }
    h1.post-title {
        font-size: 20px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .caption p {
        font-size: 12px;
        text-align: center !important;
    }
}
@media only screen and (min-width:769px) {
    h1 {
        font-size: 45px;
    }
    .styleh1 {
        font-size: 45px;
    }
    h1.post-title {
        font-size: 29px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
        line-height: 31px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .caption p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (min-width:1024px) {}
@media only screen and (min-width:1140px) {}
@media only screen and (min-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*----------------fil ariane---------------------*/

#breadcrumbs {
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 25px;
    ;
}
#breadcrumbs a {
    color: #a1885f;
}
#breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}
hr {
    color: #fff
}

/*---------------------list child pages in parents pages------------------*/

.child-pages pre {
    border: none;
    white-space: inherit;
}
.child-pages pre code {
    border: none;
    white-space: inherit;
}
.list-pages-shortcode.child-pages {
    list-style: none;
    padding-left: 0;
}
.list-pages-shortcode.child-pages li {
    width: 100%;
    border: 1px solid #a1885f;
    margin-right: 1%;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.list-pages-shortcode.child-pages li:hover {
    background-color: #a1885f;
}
.list-pages-shortcode.child-pages li:hover a {
    color: #fff;
    text-decoration: none;
}
.list-pages-shortcode.child-pages li a {
    color: #808080;
    width: 100%;
    display: block;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 14px;
}
@media(min-width:768px) {
    .list-pages-shortcode.child-pages li {
        width: 48%;
    }
}
@media(min-width:1024px) {
    .list-pages-shortcode.child-pages li {
        width: 31%;
    }
}

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

.bottom-line a {
    text-decoration: underline
}
.bottom-line a:hover {
    color: #a1885f;
}

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

.text_footer {
    margin-bottom: 15px !important
}
.nomargin {
    margin: 0;
}
.nomargin3 {
    margin-bottom: 0;
}

/*serach*/

.page-header {
    padding-bottom: 9px;
    margin: 50px 0 20px;
    border-bottom: none
}
.page-header h3 {
    padding-bottom: 15px;
}
.search-results {
    margin-bottom: 100px;
}
.entry-title a:hover {
    color: #a1885f !important
}
.no-results form.search-form .screen-reader-text {
    display: none;
}
.no-results form.search-form input[type=search] {
    border: 1px solid #a1885f;
    height: 34px;
    border-radius: 2px;
    padding: 10px;
    background-color: transparent;
}
.no-results form.search-form input[type=submit] {
    background-color: #a1885f;
    border: none;
    height: 34px;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out
}
.no-results form.search-form input[type=submit]:hover {
    background-color: #7d6a4a;
}
.center {
    text-align: center !important;
    border-radius: 7px;
    padding: 65px 45px;
    background-color: #fff;
}
.center p {
    text-align: center !important;
    margin-bottom: 30px !important;
}
.center h1::before {
    display: none !important;
}
.error-404 {
    margin: 120px 0;
}
.back-home {
    margin-top: 40px;
    display: inline-block;
    font-size: 1.2em;
    color: #a1885f
}
.back-home i {
    margin-right: 10px;
}

/*a:focus {
    color: inherit!important;
}*/


/*barre cookie----------------*/

#cn-accept-cookie {
    background-color: #a1885f;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out
}
#cn-accept-cookie:hover {
    background-color: #846f4b;
    text-decoration: none
}

/*---------------------blog single------------------------*/

.author-cop {
    font-style: italic;
}
.post-info a {
    color: #a1885f;
    padding: 5px 15px;
    font-size: 13px;
    border: 1px solid #a1885f;
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 2px;
    display: block
}
.post-info a:hover {
    color: #fff;
    background-color: #a1885f;
}
.page-content .top {
    margin-bottom: 28px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(161, 136, 95, 0.38);
    border-top: 1px solid rgba(161, 136, 95, 0.38);
}
.page-content .top .cta-retour {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.page-content .top .cta-retour i {
    margin-right: 10px;
}
.page-content .top .cta-retour:hover {
    color: #a1885f;
}
.page-content .top nav.next-previous {
    float: right !important;
}
.page-content .top .next-previous a {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    margin-right: 20px;
}
.page-content .top .next-previous a:last-child {
    margin-right: 0;
}
.page-content .top .next-previous a:hover {
    color: #a1885f;
}
.page-content .top .next-previous a.next-post {
    margin-left: 5px
}
.page-content .top .next-previous a.prev-post {
    margin-right: 5px
}
.yuzo_related_post {
    margin-bottom: 30px;
}
.relatedthumb.yuzo-list {
    border-bottom: 1px solid #e2ddd5;
}
.yuzo_text {
    font-size: 13px !important;
}
.yuzo_clearfixed.yuzo__title h3 {
    padding-bottom: 6px;
    margin-bottom: 15px !important;
}
.esg-filters.esg-singlefilters {
    margin-bottom: 40px !important;
}
article h3.entry-title {
    padding-bottom: 2px;
    margin-bottom: 0px !important;
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 0;
}
article .excerpt p {
    font-size: 13px;
    line-height: 15px;
    color: #a2a2a2;
}
main.archive .row.post-cat hr {
    margin-top: 15px;
    margin-bottom: -7px;
}
main.archive .row.post-cat {
    margin-left: 0;
    margin-right: 0;
}
.pad0 {
    padding: 0;
}
.minimal-light .esg-filterbutton {
    color: #a1885f!important;
    margin-right: 5px;
    cursor: pointer;
    padding: 0px 16px;
    border: 1px solid #a1885f !important;
    line-height: 31px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 12px;
    font-weight: 500;
    font-family: "Muli", sans-serif !important;
    display: inline-block;
    background: transparent !important;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected {
    box-shadow: none !important;
    background-color: #a58356 !important;
    color: #fff !important;
}
.ssba div {
    margin-bottom: 25px;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list li {
    border: 1px solid#a1885f;
    padding: 10px 20px;
}
.comment-list li .comment-content p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}
.comment-reply-link {
    color: #a58356;
    text-decoration: none;
}
.comment-reply-link:hover {
    color: #444
}
h3#comments,
h2.comments-title {
    display: none;
}
h3.title-comment,
h2#reply-title {
    padding-bottom: 5px;
    border-bottom: solid 1px #ece6da;
    font-weight: 700;
}
h2#reply-title {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 20px;
}
.comment-list ol.children {
    list-style: none;
    padding: 0;
}
.comment-list ol.children li {
    border: none;
    border-top: 1px solid #ece6da;
    margin-top: 15px;
}
.comment-form-comment label {
    display: none;
}
textarea#comment {
    border: none;
    width: 100%;
    height: 112px;
}
#commentform input {
    border: none;
    padding: 0 5px;
}
.comment-form input[type="submit"] {
    background-image: none;
    border: 1px solid #a58356 !important;
    background-color: transparent;
    color: #a58356;
    padding: 5px 10px !important;
    margin-bottom: 21px;
    margin-top: 16px;
    font-size: 0.9em;
    transition: all 0.3s ease-in-out;
}
.comment-form input[type="submit"]:hover {
    background-color: #a58356;
    color: #fff;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    width: 100%
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    display: block;
    font-family: 'Muli';
}
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
    width: 100%;
    height: 30px;
}
.eg-pos-element-0 {
    text-transform: initial !important;
}
@media(min-width:768px) {
    p.comment-form-author,
    p.comment-form-email {
        margin-right: 26px
    }
    .post-info a {
        display: inline-block
    }
    p.comment-form-author {
        width: 25%;
        float: left;
    }
    p.comment-form-email {
        width: 35%;
        float: left;
    }
    p.comment-form-url {
        width: 35%;
        float: left;
    }
}
#ssba-classic-2{
    padding: 0 8%;
}