/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentysixteen
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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



/* GENERAL */ 



@font-face {
    font-family: 'foglihtenregular';
    src: url('polices/foglihten-068-webfont.woff2') format('woff2'),
         url('polices/foglihten-068-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*::before, *::after{
 background: none !important; /* on rend transparentes les bordures avant et après */ 
}

#page{
width:100%;
margin: auto;
background: transparent;
}


.site-header{
padding:0;
}


.site-inner{
padding:0;
}

.site-content
{
background: url(images/fondpage.jpg) repeat-y center;
margin: 0;
background-color: #fff;
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
-o-border-radius: 40px;
-ms-border-radius: 40px;
 box-shadow: 3px 3px 0px #58859d;
}

.content-area, .comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn{
background: transparent;
padding:30px;
}

.site-main{
padding:0;
margin: 0;
}

#main a{
color: #1a1a1a;
font-weight: bold;
text-decoration: none;
}

#main a:hover{
color: #6daddf;
}

.pagination .prev, .pagination .next {
background-color: transparent;
}


/* MENU */ 

#menu-principal a{
color: #fff;
font-size: 14pt;   
font-weight: bold;
font-family: 'foglihtenregular', Arial, sans-serif !important;
text-transform: uppercase;
 text-shadow: 1px 1px #4b7da6;
}

#menu-principal a:hover {
color: #1a1a1a;
text-shadow: none !important;
}

.main-navigation ul ul li{
background-color: transparent;
text-align: right;
border: none;
}

.main-navigation ul ul {
    border: none;
}

/* BLOC DE TEXTE */ 

.entry-title{
color: #6daddf;
font-size: 20pt;   
font-family: 'foglihtenregular', Arial, sans-serif !important;
text-transform: uppercase;
} 

.gwolle_gb_widget span.gb-author-name {
font-weight: bold;
font-size: 16pt;
}

.eventorganiser-event-meta ul li {
width: 500px;
 margin: 10px;

}


.posted-on{
font-size: 18pt;
font-family: 'foglihtenregular', Arial, sans-serif !important;
text-transform: uppercase;
}

.cat-links{
font-family: 'foglihtenregular', Arial, sans-serif !important;
font-size: 12pt;
}

.cat-links {
color: red;
}

.tags-links{
font-family: 'foglihtenregular', Arial, sans-serif !important;
}

.comments-link{
font-size: 14pt;
font-family: 'foglihtenregular', Arial, sans-serif !important;
text-transform: uppercase;
}

/* SIDEBAR */ 

.widget .widget-title{
font-size: 10pt;   
font-family: Arial, sans-serif !important;
}

#secondary ul {
font-weight: bold;
list-style: none;
}

.tagcloud a{
color: #fff;
background-color: #6daddf;
}

.textwidget a img {
display: inline;
margin-right: 5px;
}

.textwidget a {
 box-shadow: 0 0px 0 0 currentColor;
}

.eo-agenda-widget li.event {
padding: 0;
}
	
	
/* FOOTER */ 


#colophon a{
color: #fff;
font-size: 16pt;   
font-family: 'foglihtenregular', Arial, sans-serif !important;
text-transform: uppercase;
}

/* ANCIENS TELEGRAMMES */


#telegramme {
	position: relative;
	width: 688px;
	height: auto;
	background-color: #c1a37d;
	margin: 10px;
	line-height: 0;
}

#telegramme_haut {
	background: url(images/telegramme_haut.png) center no-repeat;
	position: relative;
	width: 688px;
	height: 98px;
		padding: 0;
	margin: 0;
		line-height: 0;
}

#telegramme_milieu {
	position: relative;
	width: 688px;
	height: auto;
}

#telegramme_bas {
	background: url(images/telegramme_bas.png) center no-repeat; /* image de fond du bas de page */
	position: relative;
	width: 688px;
	height: 62px;
}

#id_telegramme, #pseudo_telegramme, #date_telegramme  {
	font: 11pt Courier New;
	font-weight: bold;
	position: absolute;
	top: 60px;
	z-index: 2;
}

#id_telegramme {
	left: 178px;
}

#pseudo_telegramme {
	left: 258px;
}

#date_telegramme{
	left: 500px;
}

#message_telegramme {
	font: 11pt Courier New;
	margin: 30px;
}

#rep_livredor{
	font: 11pt Courier New;
	margin-left: 80px;
	
}

#logo_com{
	position: relative;
	float: left;
	margin-right: 10px;
}

#logo_rep{
	position: relative;
	float: left;
	margin-right: 10px;
}
