/*
 Theme Name:   Triangle
 Theme URI:    https://triangle.dii.je
 Description:  La carte
 Author:       Diije
 Author URI:   https://www.databulle.com/
 Template:     naked-wordpress-master
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  naked-child-triangle
*/

@font-face {
    font-family: 'mountecarlo';
    src: url('fonts/mountecarlo-webfont.woff2') format('woff2'),
         url('fonts/mountecarlo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Poppins', sans-serif; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'mountecarlo', serif !important;
}
article {
	font-family: 'Poppins', sans-serif !important;
}
.site-title {
	position: fixed;
    top: -1px;
    left: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}
.header-logo {
	background: url(img/logo-noir-texte-250.png) 50%/contain no-repeat;
	display:block;
	width:250px;
	height:250px;
	margin:0 auto;
}
#triangle {
	font-family: 'Poppins', sans-serif !important;
	font-weight:300 !important;
	text-transform:uppercase !important;
	font-size:48px !important;
}
h2 {
	font-size:40px !important;
	margin:20px 0 12px 0;
}
.title {
	text-align:center;
}
article {
	border:none;
}
article > h3 {
	font-family: 'Poppins', sans-serif !important;
	clear:none !important;
	display:inline-block;
}
.post-meta {
	float:right;
	padding-top:12px;
}
.post-meta-center {
	float:none !important;
	padding-top: 0 !important;
}
article > img {
	clear:both;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
#menu ul {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	list-style-type:none;
}
#menu li {
	margin-left:2px;
	float:left;
	display:block;
	width:100px;
	text-align:center;
	padding:5px;
}
#menu li a {
	font-family: 'mountecarlo', serif !important;
}
header {
	margin:0;
}
nav {
	margin:0 0 20px 0 !important;
	padding:0 0 20px 0 !important;
}
#backtotop {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
  margin: 30px;
  position: fixed;
  bottom: 6px;
  right: 6px;
  transition: background-color .3s;
  z-index: 1000;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #eee;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #007998;
}
.noshow {
	display:none !important;
}