@font-face {
    font-family: "Shink";
    src: url("https://www.mimicuisine.fr/wp-content/themes/Mimicuisine/fonts/Shink.otf");
}

img {
    max-width: 100%;
}

.custom-section .img-caption {
    margin-bottom: 20px;
}

a:hover {
    text-decoration: initial;
}

.home-more {
    text-decoration: underline !important;
}

.mobile {
    display: none;
}

body {
    background: #ffffff;
}

.home .entry-header {
    display: none;
}

h3 {
    font-size: 23px !important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: left;
    padding-top: 8px;
    align-items: center;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    align-items: center;
    margin-top: 70px;
}

.navbar-nav li {
    margin-right: 15px;
    margin-left: 15px;
}

.site-logo img {
    width: 250px;
    margin-top: 10px;
}

.navbar-nav li a {
    color: black;
    box-shadow: none !important;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.main-menu {
    flex-basis: 67.7%;
    display: flex;
    align-self: center;
    align-items: baseline;
    justify-content: flex-end;
}

.main-logo {
    flex-basis: 33.3%;
    justify-content: flex-start;
    display: flex;
}

.blog-footer {
    background-color: #272727;
}

.blog-footer .container.text-center {
    color: white !important;
    font: normal normal 600 19px Open Sans;
}

.footer-menu li a {
    color: black !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.footer-menu .navbar-nav {
    justify-content: center !important;
    margin-bottom: 25px;
}


/* media queries / responsive */

@media screen and (max-width: 768px) {
    .container.main-container .row {
        display: block;
    }
    .multiple.col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .container.main-container .col-sm-9.blog-main {
        width: 100% !important;
        max-width: 100% !important;
    }
    .related-posts-list {
        display: block !important;
    }
    .blog-post.col-sm-4 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .related-posts-list img {
        height: auto !important;
    }
    .main.single.row {
        display: block;
    }
    .post,
    .dynamoSidebar {
        width: 100% !important;
        max-width: 100% !important;
    }
    .LatestContainer.container,
    .presentation {
        display: block !important;
    }
    .center-logo {
        display: none !important;
    }
    .header {
        display: flex;
        justify-content: center !important;
    }
}

.titre-bordure {
    margin-bottom: 0px !important;
}

h1 {
    font-size: 30px !important;
}

h2 {
    font-size: 25px !important;
}

h3 {
    font-size: 23px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 16px !important;
}

.site-main article {
    margin-bottom: 40px !important;
}

.site-main article i {
    font-family: "Font Awesome 5 Free" !important;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.entry-title {
    text-align: center;
}

.material-icons {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: text-bottom;
}

.menu {
    background: transparent;
    color: #fff;
    height: 50px;
    position: relative;
    background: transparent;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0vh;
}

.menu-mobile {
    background: white;
}

.menu .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
}

.menu nav {
    background: inherit;
    font-size: 20px;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: height .2s;
}

.menu nav>* {
    display: block;
    letter-spacing: 1px;
    padding: 0 20px;
    width: 100%;
}

.menu nav input {
    background: rgba(0, 0, 0, .2);
    border: none;
}

.menu .burger {
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    font-family: 'Material Icons';
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 70px;
    right: 10px;
    width: 50px;
    color: white;
    background: transparent;
    -webkit-border-radius: 0px;
    border: 0px solid transparent;
}

.menu .burger:before {
    content: 'menu';
    color: black;
}

.menu .burger:checked:before {
    content: 'close';
}

.menu .burger:checked+nav {
    height: fit-content;
}

.menu-social-mobile a {
    color: black;
}

.menu-mobile .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.menu-mobile a {
    color: black;
    font-size: 15px;
}

.burger {
    z-index: 999;
}

.menu-mobile nav>* {
    line-height: initial;
}

.main-nav .sub-menu {
    display: none;
}

.main-nav .sub-menu .nav-item {
    display: block;
    float: initial;
    line-height: initial;
    height: auto;
    padding: 0;
    z-index: 99;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    top: 0;
}

.menu-item-has-children {
    position: relative;
}

.main-nav .menu-item-has-children:hover .sub-menu {
    display: block;
    top: 26px;
    position: absolute;
    padding: 0;
    height: auto;
    width: 200px;
    background: #FFF7E2;
    padding-left: 15px;
    padding-top: 15px;
}

footer p {
    margin-bottom: 0px !important;
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 25px;
}

.social-link-footer {
    padding-top: 20px;
}

.black {
    color: black;
}

.menu-mobile a {
    font-family: 'Open Sans', sans-serif !important;
}

.logo-mobile {
    display: none;
}

.logo-mobile .site-logo {
    margin-top: 25px !important;
}

#searchform #s {
    border: 1px solid lightgray;
}

@media screen and (max-width:1100px) {
    .header {
        display: initial !important;
    }
    .searchform {
        z-index: 999999999 !important;
    }
    .fa-search {
        font-size: 15px !important;
    }
    .menu-container.main-nav {
        display: none !important;
    }
    .sliderDate {
        width: 70% !important;
        text-align: center !important;
    }
    span[data-pin-log="button_pinit_sticky"] {
        display: none !important;
    }
    .sub-menu {
        margin-top: 0px !important;
    }
    .nav.social-nav {
        justify-content: center !important;
    }
    .mobile {
        position: initial;
    }
    .main-logo {
        display: none;
    }
    .logo-mobile {
        display: initial !important;
        margin-top: 20px;
    }
    /*.menu-container.main-nav
    {
        display: none !important;
    } */
    .mobile {
        display: initial;
    }
    .menu-social {
        display: none !important;
    }
    .menu-mobile .menu-item-has-children .sub-menu {
        display: none !important;
    }
    .menu-mobile .menu-item-has-children .open {
        display: block !important;
    }
    .search-nav {
        position: absolute;
        left: 20px;
        top: 80px;
    }
}

.main-logo,
.mobile,
.main-menu {
    z-index: 999;
}

.menu-social-mobile a {
    color: black;
}

.social-nav .nav-link {
    display: block;
    padding: 10px;
}

.nav.social-nav {
    width: 85%;
    justify-content: flex-end;
    margin: auto;
}

.social {
    margin-left: 5px;
}

.social-link {
    margin-left: 5px;
    position: absolute;
    top: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    background: #E6C55D;
}

#sociallink .nav-link i {
    color: white !important;
}

.site-logo {
    text-align: center;
}

@media screen and (max-width: 1376px) {
    .header {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        margin-top: 50px !important;
        align-items: center;
    }
    .nav.social-nav {
        width: 85% !important;
    }
}

#searchform {
    visibility: hidden;
}

.searchform.open {
    visibility: initial !important;
}

.searchform input {
    width: 150px;
}

.searchform {
    position: absolute;
}

.searchform .screen-reader-text {
    display: none;
}

#searchsubmit {
    display: none;
}

.blog-footer .text-center {
    text-align: center;
    color: black;
    font-size: 13px;
    letter-spacing: 0.0rem;
    padding-bottom: 15px;
}

footer {
    width: 100%;
    bottom: 15px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-menu {
    padding-bottom: 10px;
}

#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    ;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
}

#button i {
    font-weight: 600;
    font-size: 33px;
    color: black;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.sticky-social {
    position: fixed;
    width: fit-content;
    left: 0;
    top: 50%;
    display: flex;
    padding: 10px;
    background: black;
    flex-direction: column;
    z-index: 9999;
}

.sticky-social i {
    color: white;
    margin-top: 10px;
}

.comment-author img {
    display: none;
}

.comment-list {
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.comment img {
    display: none !important;
}

.comment-date {
    font-size: 13px;
    display: block;
}

.comment-content p {
    margin-bottom: 0px;
}

.comment ul.children {
    margin: 10px 0 15px 35px;
    padding: 0;
    list-style: none;
}

.comment-author cite {
    text-transform: uppercase;
    text-decoration: initial;
    font-style: initial;
    font-size: 17px;
}

#comments {
    margin-top: 50px !important;
}

#commentform label {
    display: block;
}

.comments-title {
    margin-bottom: 35px;
}

.edit-link {
    display: none !important;
}

.fa.fa-reply {
    display: none;
}

#comments {
    padding-top: 13px;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #d1d1d1 !important;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
}

.post .post-info,
.post .post-title {
    text-align: center;
}

textarea#comment {
    width: 100% !important;
}

#commentform #submit {
    text-transform: uppercase;
    background: black;
    color: white;
    padding: 10px;
    padding-left: 20px;
    border: 0px solid black;
    padding-right: 20px;
}

.prev-next a:hover {
    text-decoration: initial !important;
}

.prev-next {
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.prev .text a,
.next .text a {
    text-transform: uppercase;
    color: black;
}

.prev .text a:hover,
.next .text a:hover {
    text-transform: uppercase;
    color: black;
    text-decoration: initial !important;
}

.related-posts-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.related-posts-list .blog-post-title {
    margin-bottom: 25px !important;
    margin-top: 10px !important;
    text-align: center;
}

.related-posts-list a:hover {
    text-decoration: initial;
}

.related-posts .widget-title {
    text-align: center;
}

.related-posts-list {
    margin-top: 20px;
}

.slider {
    display: none;
    width: 100%;
    position: relative;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

* {
    outline: none !important;
}

.main-container {
    margin-top: 20px;
}

.full {
    background-color: #f1f0ec;
    padding-top: 25px;
}

.blog-post-title,
.blog-post-exerpt {
    text-align: center;
    margin-bottom: 2px;
}

.blog-post-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bold-post-content {
    color: #707070;
    text-align: center;
}

.blog-post-exerpt {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

.blog-post-read {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.title-recent {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-post.multiple {
    margin-bottom: 40px;
}

.slider-quote p {
    margin-bottom: 30px;
}

.thedate {
    right: 15px;
    width: fit-content;
    position: absolute;
    top: 180px;
    padding: 5px 15px;
    background: black;
    color: white;
}

.custom-section .row {
    justify-content: center;
    align-self: center;
    align-items: center;
}

.article-wrapper {
    padding: 40px;
    background: #fff8f5;
    height: 400px;
    overflow: visible;
}

.articles {
    margin-bottom: 165px;
}

.image-container img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.read-more {
    font-size: 15px !important;
    padding: 8px 20px !important;
    margin-top: 20px;
    color: #ffffff;
    background: #c48d67;
}

.articles {
    position: relative;
}

.separator {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    background-color: #edddd1;
    height: 150px;
}

.feedthedate {
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 11px;
}

.feedthetitle {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c48d67;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: bold;
}

.feedtheexcerpt {
    text-align: justify;
}

.template2 .absolute-comment {
    position: absolute;
    right: -70px;
    left: auto;
    bottom: 115px;
    margin-bottom: 0px;
    transform: rotate(90deg);
}

.template2 .separator {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    background-color: #edddd1;
    height: 150px;
}

.navigation {
    margin: auto;
    margin-bottom: 30px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: white;
    color: black;
    font-size: 18px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: white;
    color: black;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    text-decoration: none;
}

.navigation li {
    display: inline;
}

@media screen and (max-width: 992px) {
    .article-wrapper {
        height: auto;
    }
    .image-container,
    .article-container {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    .separator {
        display: none;
    }
    .absolute-comment {
        display: none;
    }
    .template2 .article-container {
        order: 2;
    }
    .template2 .image-container {
        order: 1;
    }
    .feedthedate {
        margin-top: 30px;
        display: block;
    }
}

.social-link-footer .nav.social-nav,
.social-link-footer-top .nav.social-nav {
    width: 100%;
    justify-content: center;
    margin: auto;
}

.social-link-footer-top #sociallink .nav-link i {
    color: black !important;
    font-size: 35px !important;
}

#footer-image {
    margin-bottom: 60px;
    margin-top: 60px;
}

.social-link-footer #sociallink .nav-link i {
    font-size: 24px;
}

.shink-title {
    font-family: 'shink';
    text-align: center;
    font-size: 35px !important;
    margin-bottom: 40px;
}

.footer-text {
    text-align: center;
    font: normal normal normal 17px 'Open Sans';
    letter-spacing: 0px;
    color: #707070;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.postDate {
    display: block;
    width: fit-content;
    margin: auto;
    background: #E6C55D;
    padding: 5px 15px;
    margin-top: -20px;
    z-index: 99;
    position: relative;
    color: white;
    font-weight: 400;
}

.TitleCat {
    margin-top: 70px;
    margin-bottom: 70px;
}

.post {
	width: 75%;
}

.dynamoSidebar {
	width: 25%;
    background-color: #FFF7E2;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5px;
    padding-right: 5px;
    height: fit-content;
    min-height: 500px;
}

.dynamoSidebar #sociallink.nav.social-nav {
    justify-content: center !important;
}

.dynamoSidebar #sociallink.nav.social-nav i {
    color: black !important;
    font-size: 17px;
}

.dynamoSidebar .nav-link {
    display: block;
    padding: 6px;
}

.col-sm-9.blog-main {
    padding-left: 30px;
    padding-right: 30px;
}

.blog-post.multiple.col-sm-6 {
    object-fit: cover;
}

.blog-post-title,
.bold-post-content {
    font-family: 'Open Sans', sans-serif;
}

.post-19 .vc_btn3-color-default {
    border-radius: 50px !important;
    width: fit-content !important;
    background-color: #E6C55D !important;
    color: white !important;
}

.post-19 .vc_btn3-color-inverse {
    border-radius: 50px !important;
    width: fit-content !important;
    background-color: #434343 !important;
}

.post-19 .vc_btn3-color-inverse,
.post-19 .vc_btn3-color-default {
    padding: 7px 40px !important;
    background-image: none !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px solid transparent !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    border: 0px solid transparent !important;
}

.header {
    margin-bottom: 40px;
}

.page .entry-title {
    font-family: 'shink';
    text-align: center;
    font-size: 35px !important;
    margin-bottom: 40px;
}

h1.post-title {
    font-family: 'shink';
    text-align: center;
    font-size: 35px !important;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.post-image {
    margin-bottom: 35px;
}

.post-content img {
    height: auto;
}

.post.col-sm-9 {
    padding-right: 30px;
}

#reply-title {
    text-align: center;
    text-transform: uppercase;
}

#respond .logged-in-as,
.comment-form-comment label {
    display: none !important;
}

#respond #submit {
    border-radius: 50px !important;
    width: fit-content !important;
    background-color: #434343 !important;
    padding: 7px 40px !important;
    background-image: none !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 0px solid transparent !important;
}

#respond .form-submit {
    text-align: center;
}

.crunchify-social h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px !important;
    margin-top: 20px;
}

.fontasomecontainer {
    text-align: center;
}

.fontasomecontainer i {
    font-size: 33px !important;
}

.fontasomecontainer a {
    margin-right: 15px;
}

.related-posts .widget-title,
.mesuivre h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px !important;
    margin-top: 20px;
}

.fontasomecontainer {
    margin-top: 40px;
    margin-bottom: 60px;
}

.socialContainre {
    text-align: center;
}

.socialContainre i {
    font-size: 33px !important;
}

.socialContainre a {
    margin-right: 15px;
}

.socialContainre {
    margin-top: 40px;
    margin-bottom: 40px;
}

.socialContainre #sociallink .nav-link i {
    color: black !important;
}

.socialContainre .nav.social-nav {
    justify-content: center !important;
}

#commentform input,
#commentform textarea {
    border: 1px solid lightgrey !important;
    width: 100%;
}

#commentform input[type="checkbox"] {
    width: auto !important;
    margin-right: 15px;
}

.latest-posts.slick-slide {
    padding: 20px;
    margin: auto;
}

.latest-posts.slick-slide h3 {
    font: normal normal 600 17px Open Sans !important;
    letter-spacing: 0.17px;
    color: #000000;
    opacity: 1;
    width: 70% !important;
    margin: auto;
    margin-top: 20px !important;
    text-align: center;
}

.relativeA {
    position: relative;
    display: block;
}

.sliderDate {
    display: block;
    position: absolute;
    width: auto;
    width: fit-content;
    margin: auto;
    background: #E6C55D;
    padding: 5px 15px;
    bottom: 25px;
    right: 0px;
    z-index: 99;
    color: white;
    font-weight: 400;
}

.bigslider,
.smallslider {
    width: 90% !important;
    margin: auto;
}

.controleArrow {
    list-style: none;
}

.controleArrow .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: auto !important;
    height: fit-content;
    width: fit-content;
}

.controleArrow .next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto !important;
    height: fit-content;
    width: fit-content;
}

.controleArrow i {
    color: black !important;
}

.slick-slide img {
    height: 600px;
    object-fit: cover;
}

.bigslider.slick-initialized img {
    display: block;
    animation: fadein 4s;
    -moz-animation: fadein 4s;
    /* Firefox */
    -webkit-animation: fadein 4s;
    /* Safari and Chrome */
    -o-animation: fadein 4s;
    /* Opera */
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.LatestContainer {
    display: flex;
    flex-wrap: wrap;
}

.custom-col-3 {
    flex-basis: 33%;
    padding: 20px;
}

.smallslider img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.home .wpb_wrapper h2 {
    font: normal normal normal 41px Shink !important;
    letter-spacing: 0.82px;
    color: #000000;
}

.vc_btn3-color-default {
    padding: 8px 20px !important;
    background-color: #E6C55D !important;
    border-radius: 50px !important;
    background-image: none !important;
    color: white !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.vc_btn3-color-inverse {
    padding: 8px 20px !important;
    background-color: #434343 !important;
    background-image: none !important;
    border-radius: 50px !important;
    color: white !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}

.sliderThreeShortcode {
    width: 75% !important;
    margin: auto;
}

.categoryText {
    text-align: center;
    margin-top: 15px;
    font: normal normal 600 17px Open Sans !important;
    letter-spacing: 0.17px;
}

.categoryContainer {
    padding: 0px;
}

.categoryContainer .categoryImage {
    height: 220px !important;
    width: 220px !important;
    margin: auto !important;
    border-radius: 1000px;
}

.presentation {
    display: flex;
    align-items: center;
}

.presentation .wpb_wrapper {
    text-align: center;
}

.presentation .wpb_wrapper a {
    color: #E6C55D !important;
}

.presentation .wpb_wrapper p {
    color: #707070 !important;
}

.presentation .wpb_wrapper .vc_btn3 {
    color: white !important;
}

.presentation p.shring {
    font: normal normal normal 30px Shink !important;
    text-align: center;
    color: black !important;
}

.dynamoSidebar {
    margin-bottom: 20px !important;
}

.dynamoSidebar #searchform {
    visibility: initial !important;
}

.dynamoSidebar #searchform {
    margin-bottom: 25px !important;
    position: initial !important;
    margin-top: 20px !important;
    text-align: center;
}

.dynamoSidebar .screen-reader-text {
    display: none !important;
}

.SingleSidebar .singleElement {
    text-align: center;
    font: normal normal bold 18px Open Sans !important;
    letter-spacing: 0.2px;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
}

.SingleSidebar {
    margin-bottom: 30px !important;
}

.dynamoSidebar #searchform input[type="text"] {
    padding: 5px 15px;
    border: 0px solid transparent;
    width: 80%;
}

.dynamoSidebar #searchform input[type="text"]::placeholder {
    text-transform: uppercase !important;
    color: black !important;
}

.SingleSidebar .postform {
    padding: 10px 5px;
    border: 0px;
}

html .SingleSidebar #searchform #s {
    border: 0px solid transparent;
}

.SingleSidebar form {
    text-align: center;
    margin-top: 10px !important;
}

.right_arrow {
    position: absolute;
    color: #3e3e3e !important;
    z-index: 9999;
    right: -30px;
    font-size: 20px;
    top: 0px !important;
}

@media screen and (max-width: 768px) {
    .enfr {
        display: none !important;
    }
    .slick-slide img {
        height: 300px !important;
    }
    .entry-content img {
        object-fit: cover;
    }
}

.entry-content img {
    object-fit: cover;
}

.LatestContainer .ingContainer img {
    height: 320px;
}

#sociallink i {
    font-family: "Font Awesome 5 Brands" !important;
}

.entry-content p a input[type="submit"] {
    padding: 8px 20px !important;
    background-color: #434343 !important;
    background-image: none !important;
    border-radius: 50px !important;
    color: white !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border: 0px solid transparent !important;
}

.right_arrow {
    display: none !important;
}

.menu-mobile .menu-item-has-children>a::after {
    display: none !important;
}

.menu-mobile .right_arrow {
    margin-top: 2px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.menu-mobile .menu-item-has-children .sub-menu {
    margin-top: 15px;
}

.menu-item-has-children .right_arrow {
    display: block !important;
}

.menu-item-has-children .sub-menu .right_arrow {
    display: none !important;
}

.menu-item-has-children .sub-menu .menu-item-has-children .right_arrow {
    display: block !important;
}

.menu-item-has-children .sub-menu .menu-item-has-children li .right_arrow {
    display: none !important;
}

.menu-mobile .menu-item-has-children.open>.sub-menu {
    display: block !important;
    padding-left: 10px;
}

.bigslider .latest-posts a {
    text-transform: uppercase;
}

.mailpoet_paragraph .mailpoet_text {
    width: 100%;
    margin: 0 auto 0 0;
    background: #F7F7F7 0% 0% no-repeat padding-box !important;
    opacity: 1;
    border: 0px;
    padding: 10px 15px !important;
}

.mailpoet_submit {
    background: #434343 0% 0% no-repeat padding-box !important;
    color: white !important;
    width: fit-content !important;
    margin: auto !important;
    border-color: transparent !important;
    text-align: center !important;
    padding: 10px 20px !important;
}

.mailpoet_paragraph.last {
    text-align: center;
}

.fewf {
    margin-bottom: 0px !important;
}

.vc_general.vc_btn3 {
    border: 0px solid transparent !important;
}

.smallslider .latest-posts a {
    text-transform: uppercase;
}

.dynamoSidebar .mailpoet_paragraph .mailpoet_text {
    background: white !important;
}

.singleNewsLetter {
    padding: 40px;
    margin: auto;
    background: #FFF7E2;
    text-align: center;
    margin-top: 40px;
}

.singleNewsLetter .mailpoet_text {
    background: white !important;
}

.singleNewsLetter .mailpoet_form,
.singleNewsLetter p {
    max-width: 500px !important;
    margin: auto !important;
}

.fontasomecontainer a {
    padding: 10px !important;
}

.mesuivre {
    margin-top: 70px;
    margin-bottom: 30px;
}

.vc_btn3-color-default {
    font-weight: 400 !important;
}

.socialContainre {
    margin-top: 25px !important;
}

.main-nav .menu-item-has-children:hover li .sub-menu {
    display: none !important;
}

.main-nav .menu-item-has-children .menu-item-has-children:hover .sub-menu {
    display: block !important;
    left: 175px;
    top: -15px;
    position: absolute;
    padding: 0;
    height: auto;
    width: 250px;
    background: #fffcf3;
    padding-left: 15px;
    padding-top: 15px;
}

.postDate {
    text-transform: uppercase;
}

.menu.mobile nav img {
    margin: auto;
    text-align: center;
    width: 250px;
    display: block;
    margin-top: 35px;
}

.menuOpen .logo-mobile {
    display: none !important;
}

.wpcf7-form span,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
    border: 1px solid lightgrey;
    padding: 5px 5px;
}

.wpcf7-form-control.wpcf7-submit {
    width: fit-content;
    padding: 5px 25px;
    background: black;
    color: white;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .blog-post.multiple.col-sm-6 img {
        height: auto;
        width: 100%;
        min-height: 225px;
    }
}

@media screen and (min-width: 992px) {
    .blog-post.multiple.col-sm-6 img {
        height: auto;
        width: 100%;
        min-height: 315px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-post.multiple.col-sm-6 img {
        height: auto;
        width: 100%;
        min-height: 380px;
    }
}

.page-id-83 article {
    margin-bottom: 0px !important;
}

.SingleSidebar #cat {
    width: 100%;
}

.enfr {
    position: relative;
    z-index: 999;
    width: fit-content;
    top: 8px;
    left: 7%;
    color: white !important;
}

.enfr a {
    color: white !important;
}

.glink {
    margin-right: 10px;
}

.page-id-76 .wpb_wrapper a,
.post-content a {
    color: #E6C55D !important;
}

.post-content img {
    margin-bottom: 10px;
}

.ERSSavePrint {
    display: none !important;
}

div.easyrecipe {
    border: 1px solid lightgrey !important;
}

.easyrecipe .ERSTimes {
    border-top: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey !important;
}

.ERSName {
    text-transform: uppercase;
    text-align: center;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.ERSAuthor {
    display: none !important;
}

.easyrecipe .ERSTopRight img {
    border: 0px solid #fff !important;
}

.ERSTimes .ERSTimeHeading {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.instagram-media {
    margin: auto !important;
}

.comment-list .children li {
    background: #fffcf3;
    padding: 15px !important;
}

.comment-reply-link {
    font-size: 11px !important;
    text-transform: uppercase !important;
}

.children .comment {
    margin-bottom: 20px;
}

.children .comment .children .comment,
.children .comment .children {
    margin-bottom: 0px !important;
}

.comments-title {
    text-align: center;
    text-transform: uppercase;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}