/*
Theme Name: Tour d'Argent
Author: Corentin FARDEAU
Author URI: corentinfardeau.fr
Description: Tour d'Argent
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

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

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.post__content a {
    text-decoration: underline;
}

#menu-item-68 a {
    background-color: #135878;
    color: #fff;
    padding: 15px;
}

#menu-item-68 a:after {
    content: "";
}
@media screen and (max-width: 600px) {
    .chef__header__name p::before {
        left: -20px;
    }

    .chef__header__name p::after {
        right: -20px;
    }

    .chef__carreer .more{
        text-align: center;
        margin-bottom: 40px;
    }
    .chef__menu{
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
}
.cover__title__btn{
    text-align: center;
    width: 180px;
    text-transform: uppercase;
    background-color: orange;
    padding: 18px 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
}
.bg-orange-alt{
    background-color: #fa7a67!important;
}
.cover__title__btn2{
    text-align: center;
    width: 180px;
    text-transform: uppercase;
    background-color: #C34E5C;
    padding: 18px 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
}
/*Wordpress editor styles end*/

