.page-one-column .panel-content .wrap {
    max-width: 940px;
}

.site-title {
    font-size: 36px;
    font-size: 3.25rem;
    text-transform: none;
}

.site-description {
    font-size: 20px;
    color: white;
    font-weight: 600;
    opacity: 3;
}

.navigation-top {
    font-size: 14px;
    font-size: 1.1rem;
}

.panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 0em;
}

.site-content {
    padding: 5.5em 0 0;
    padding-top: 2.5em;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 18px;
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #222;
    font-weight: 800;
    margin-bottom: 2.0em;
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 2.5em;
    margin-top: 1.0em;
}

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0em;
}

.navigation-top a {
    color: #1b8eb7;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
}

/* cacher auteur dans article*/

.wp-block-latest-posts__post-author {
    display: none;
}

.entry-meta {
    display: none;
}

/* taille logo + grand*/

.custom-logo-link img {
    max-height: 120px;
}

/* titre à droite */


/* suppression de Fièrement propulsé par WordPress */
.site-info {
    display: none;
}

/* couleur de la barre latérale */
.site-footer {
    background: #074f8e;
}

.top-bar-widget {
    padding-bottom: 0em;
    background: #074f8e;
}


.falang-language-switcher {
    padding-left: 600px;
}

ul {
    font-size: 18px;
    line-height: 2.5;
    padding-left: 2em;
}

.site-footer .widget-column.footer-widget-1 {
    float: center;
    width: 100%;
    color: white;
}

.widget a, .site-footer .widget-area {
    color: white;
}

/* Top bar, Contact phalang */

.widget.top-bar-widget:first-child {
    width: fit-content;
    float: right;
}

.widget.top-bar-widget:last-child {
    text-align: right;
}

.widget.top-bar-widget ul {
    margin-left: 1.5em;
    margin-right: 1.5em;
    line-height: 12px;
    font-size: 12px;
    border-left: 1px solid #fff;
}

.widget.top-bar-widget ul li:first-child {
    padding-left: 1em;
}

.widget.top-bar-widget ul li {
    border-bottom: none;
    border-top: none;
    padding: .35em 0;
}

.widget.top-bar-widget p {
    margin: 0;
    padding: .35em 0;
    font-size: 12px;
}

.widget.top-bar-widget p a {
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.widget.top-bar-widget p a:hover {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.site-header {
    background-color: #074f8e;
}

/* Footer */
.site-footer .widget-area a {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

/* Haut */
/*
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media{
    height: auto;
}
*/

/* HP Image */

.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
    height: auto;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img,
.has-header-image .custom-header-media img {
    position: unset;
}

/* Featered image */

.single-featured-image-header {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 20px;
}

/* Bouton input contact*/

button, input[type="button"], input[type="submit"] {
    background-color: #074f8e;
}

/* link latest posts */
a.wp-block-latest-posts__post-title {
    color: #222;
}


