/* Import external stylesheet */
@import url('reset.css');

@import url('https://fonts.googleapis.com/css?family=Kodchasan&display=swap');

/* Common HTML tags */
html {
	min-height: 100%;
}

body {
	background-color: #DAEAFF;
	text-align: left;
	font-family: Arial;
}

span,
p,
ul,
ol,
table,
td,
th,
hr,
blockquote,
input,
textarea {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 14px;
}

h1 {
	font-size: 1.6em;
	line-height: 1.1;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.3;
}

h3 {
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 10px;
}

li {
	margin-left: 25px;
	margin-bottom: 10px;
	display : list-item;
	list-style: disc;
}

a { color: #4267b2; }
a:hover { color: #FF6651 !important; }

abbr[title], acronym[title] {
	display: block;
	text-align: right;
	text-decoration:none;
	font-size: 1em;
}

::-moz-selection { background: yellow; }
::selection {
	background: yellow;
	color: black;
}

img::-moz-selection { background: none; }
img::selection { background: none; }

/* Wrapper & Container */

#wrapper {
	min-width: 300px;
	max-width: 1000px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 300px;
}

/* Content */

#outer-space {
	min-width: 300px;
	max-width: 1000px;
}

#hfeed {
	margin: 40px 0 0 0;
	padding-bottom: 30px;
}

#page-info {
	font-family: 'Kodchasan', sans-serif;
	background: #002ac2;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1%;
	letter-spacing: 2px;
	font-size: 1.6em;
	user-select: none;
}

.hentry {
	margin: 20px 0 40px;
	padding: 0;
}

.entry-meta {
	color: #b3c2f9 !important;
	background-color: #7A90DF;
	padding: 12px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.entry-meta a {
	color: white !important;
}

.entry-title {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 100%;
	margin: 8px 12px 0 12px;
}

.entry-title a {
	color: white !important;
}

.metadata
{
	background: transparent url(../images/metadata-bg.png) no-repeat top center;
	text-align: center;
	padding: 25px 0 10px 0;
	color: #999;
	letter-spacing: 2px;
}

.entry-content {
    padding: 2%;
    background-color: white;
}

.entry-content img {
	margin-bottom:10px;
}

.separator {
	border-top:10px dotted #002f2f;
	margin:60px;
}

#page-navigation {
	margin:10px 0;
}

#pagination {
	text-align:center;
	padding: 0 0 5px 0;
	font-variant:small-caps;
	font-size:1.2em;
	margin: 20px 0 5px 20px;
}

/* Sidebar */

#sidebar {
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	margin:0px;
	float: center;
	text-align: left;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	margin:10px 10%;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 3px;
}

#sidebar ul {
	margin:20px 10%;
	list-style-type: none;
}

.widget {
	margin-bottom:30px;
}

/* Footer */

#footer {
	text-align: center;
	margin-top: 20px;
	color: #999;
	letter-spacing: 1px;
}

#footer a { color: #999; }

/* Images */

.alignleft
{
	float: left;
	margin: 0 20px 10px 0;
}

.alignright
{
	float: right;
	margin: 0 0 10px 20px;
}

/* Array */

#container {
	display: table;
	width: 100%;
}
#row {
	display: table-row;
}
#left, #right, #middle {
	display: table-cell;
	padding-right: 25px;
}
#left p, #right p, #middle p {
	margin: 1px 1px;
}

/* Positioning */

.clear { clear: both; }
img.center	{ display: block; margin: 4px auto; }
img.middle { vertical-align: middle; }
p.center	{ text-align: center; }
.center	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Special CJOrtho */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bureau {
	border:solid;
	font-size: x-large;
	display: block;
	cursor: pointer;
	margin-bottom: 12px;
	user-select: none;
}

.bureau:hover {
	background-color: #daeaff;
}

.membre {
	width:48%;
	min-width:300px;
	margin: 0 auto;
	display: inline-block;
	position:relative;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 14px;
	color: 222;
}

.membre img {
	min-width: 50%;
	border: 10px solid #fff;
	margin: 20px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);/*#111; */
	user-select: none;
}

.membre a:before {
	content: "✉";
	margin-right: 10px;
}

.logo {
	position: absolute;
	width: 400px;
	top: 30px;
	left: 50%;
	transform: translate(-50%);
	border-bottom: 0px !important;
}

.gotoapp {
	transition: all 0.5s ease;
	position: sticky;
	display: inline-block;
	float:left;
	top:0;
	margin-bottom: 24px;
	text-align: left;
	color: black;
	width: 164px;
	padding: 10px;
	background-color: #FFD700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.gotoapp:hover {
	color: white;
	background-color: #FF6347;
	border-bottom: 0px !important;
	width: 180px;
}

.gotoapp img {
	float:left;
	margin-right:12px;
	display:inline-block;
	vertical-align: middle;
}

.gotosocial{
	float:right;
	margin-top: 2%;
	margin-bottom: 24px;
	margin-right: 2%;
}

.social {
	width:38px;
	height:38px;
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.social:hover {
	filter: none;
}


/* AddToAny */

.a2a_dd .a2a_svg { border-radius: 50% !important; box-shadow:rgb(0 0 0 / 30%) 0px 2px 4px 0px !important; }
.a2a_dd .a2a_svg svg {transform: scale(0.7) !important; }
.a2a_full_footer { visibility: hidden !important; }