/*
Theme Name: twentyseventeen-child
Description: Twenty Fourteen Child
Author: Luc FONTAINE Lopia #ExpertWeb
Author URI: https://www.lopia.fr
Template: twentyseventeen
Version: 1.0.1
*/
/*
 color: #ff6600;
 color: #800000;
 color: #767676;
*/

/* Global Styles */
body {
    max-width: 1260px;
    margin: auto;
    background-color: #000000;
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #24890d;
    font-weight: bold;
}

/* Header Styles */
.has-header-image .custom-header-media img {
    position: revert;
}

body.has-header-image .site-title a,
body.has-header-video .site-title a {
    color: #fff;
    text-transform: none;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
    color: #fff;
    background-color: #1c1c1c;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    height: 300px;
    width: 100%;
}

/* Title Styles */
.site-title {
    font-family: Lato, sans-serif;
    font-size: 2.8rem;
}

@media screen and (min-width: 48em) {
    .site-title {
        font-family: Lato, sans-serif;
        font-size: 2.8rem;
        text-transform: none;
    }
}

.entry-title {
    color: #800000;
    font-weight: bold;
}

.entry-title a {
    color: #800000;
    text-decoration: none;

}

/*pb*/
.entry-content a, .site-footer .widget-area a {
	  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);

}

/* Navigation Styles */
.navigation-top a:active {
    color: #800000;
    font-weight: 600;
    transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color: #800000;
}

@media screen and (min-width: 48em) {
    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #767676;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }
}

.main-navigation li li:hover,
.main-navigation li li.focus {
    background: #800000;
}

/* Content Styles */
h1, h2, h3 {
    color: #800000;
    font-weight: bold;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #800000;
    font-size: 26px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 150%;
}

/* Widget Styles */
#secondary {
    color: #800000;
    background-color: transparent;
}

.widget-title, .widget-title a {
    color: #800000;
}

.widget a {
    color: #800000;
}

/* Link Hover Styles */
a:hover {
    color: #800000;
    text-decoration: none;
}

.entry-content a:focus,
.entry-content a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: #800000;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

/* Button Styles */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #800000;
    border: 0;
    border-radius: 2px;
    color: #24890d;
    font-size: 12px;
    font-weight: 200;
    padding: 5px 15px 11px;
    text-transform: none;
    vertical-align: bottom;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);

}

/* Search Styles */
.search-toggle {
    background-color: #800000;
    align-content: center;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}

.search-box {
    background-color: #800000;
    padding: 12px;
}

.search-toggle:hover, .search-toggle.active {
    background-color: #800000;
}

/* Footer Styles */
.site-footer {
    background-color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 3;
    color: #800000;
}

.site-footer, .site-info, .site-info a {
    color: #800000;
}

/* Media Queries */
@media screen and (min-width: 48em) {
    .site-footer .widget-column.footer-widget-1 {
        width: 100%;
    }
}

@supports (object-fit: cover) {
    .has-header-image .custom-header-media img,
    .has-header-video .custom-header-media video,
    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
        height: 50%;
    }
}

@media screen and (min-width: 48em) {
    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
        float: right;
        width: 100%;
    }
}

/* Miscellaneous Styles */
::selection {
    background: #800000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #800000;
    color: #fff;
    text-shadow: none;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: 0px;
}

.masthead-fixed .site-header {
    top: 0;
    width: 965px;
    margin: auto;
}

.site:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    width: 182px;
    z-index: 2;
}
