﻿/*
	Theme Name: Suits Child
	Template: suits
	Author: Pierrot Rivi
	Version: 1.3
*/

@import url("../suits/style.css");

/* =Site Header
----------------------------------------------- */

.site-header {
	background-color: #000;
}

.site-header .home-link {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	min-height: 330px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.site-title {
	color: #9beab1;
	font-family: Segoe print;
	text-shadow: 2px 2px 2px #221414;
	font-size: 46px;
	text-align: center;
	/*font-size: 6rem; */
	/*font-weight: 250; */
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 8rem 0 0.5rem;
	text-transform: none;
}


body {
	font-family: Calibri, sans-serif;
	text-align: justify;
	color: #333333;
	font-size: 16px;
	font-size: 1.8rem;
	line-height: 20px;
	line-height: 2.1rem;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: none;
	transition:         none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: green;
	outline: 0;
}

a:hover {
	-webkit-transition: all 0.3s;
	transition:         all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.5;
	margin: 23px 0;
	margin: 2.3rem 0;
}

h1 {
	font-size: 36px;
	font-size: 3rem;
	line-height: 3rem;
	text-align: left;
	font-family: Segoe print, Candara, Lucida Sans;
	color: #1865a9;
}

h2 {
	font-size: 30px;
	font-size: 4rem;
	line-height: 4.1rem;
	font-family: Calibri, sans-serif;
	font-style: italic;
	text-align: center;
	margin: 36px 0 20px 0;
	margin: 3.6rem 0 2rem 0;
	text-shadow: 1px 1px 1px #221414;
	color: #5bc45d;
	text-transform: none;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	text-align: left;
	color: #1865a3;
	-moz-hyphens: none;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

h6 {
	color: rgba(0, 0, 0, 0.45);
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

/* =Entry Content
----------------------------------------------- */

.entry-content a,
.comment-content a,
.page-content a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #0c9e1d;
}

.entry-content a:hover,
.comment-content a:hover,
.page-content a:hover {
	color: #333;
}

table {
	border-spacing: 0;
	margin: auto;
	width: 100%;
}




/* Effets de texte */

.text-effet {
	font-family: times new-roman;
	text-align: center;
	margin: 0;
	font-size: 38px;
	line-height: 40px;
	opacity: 0.4;
}

.text-effetbis {
	font-family: Calibri, sans-serif;
	text-align: left;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	opacity: 0.6;
}

.invisible {
	display: none;
}

.titre-contact {
	font-family: Segoe print, Calibri;
	text-align: center;
	margin: 0;
	font-size: 22px;
	line-height: 26px;
	opacity: 0.7;
	color: green;
}




/* =Entry Header
----------------------------------------------- */

.entry-thumbnail img {
	display: block;
	margin: 0 auto 23px;
	margin: 0 auto 2.3rem;
}

.entry-header {
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.entry-title {
	font-family: Segoe print, Lato, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	text-transform: none;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #b00;
	text-decoration: none;
}




/* =Widgets
----------------------------------------------- */

.widget {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
	padding: 0 0 23px;
	padding: 0 0 2.3rem;
	word-wrap: break-word;
	font-size: 16px;
}

.widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget .widget-title {
	font-family: Geneva, Verdana, sans-serif;
	color: #3aab59;
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 12px #555;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children,
.widget .sub-menu {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.widget .children li:last-child,
.widget .sub-menu li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
	margin-left: 2rem;
}

.widget a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

button,
input,
select,
textarea {
	font-size: 90%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}


/* Navbar */
.navbar {
	background-color: #2b747a;
	margin: 0 auto;
	width: 100%;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #8e8d8d;
	color: #fff;
	-webkit-transition: none;
	transition:         none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #6a818d;
	border-top: 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	display: none;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #46597b;
	color: #fff;
}

.site-info-container {
	background-color: #b1d2e5;
	text-align: center;
}

.site-info {
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 2px;
	margin: 0 auto;
	max-width: 960px;
	padding: 23px 0;
	padding: 2rem 0;
	text-transform: uppercase;
	width: 100%;
}


/* Animation texte dans les liens */
.textealire :hover {
	text-shadow: 0 1px 0 #eee,
             0 2px 0 #e5e5e5,
             -1px 3px 0 #C8C8C8,
             -1px 4px 0 #C1C1C1,
             -2px 5px 0 #B9B9B9,
             -2px 6px 0 #B2B2B2,
             -2px 7px 2px rgba(0,0,0, 0.6),
             -2px 7px 8px rgba(0,0,0, 0.2),
             -2px 7px 45px rgba(0,0,0, 0.4);
}

.defile {
	font-family: "Segoe print", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #256980;
	font-size: 18px;
	font-size: 1.6rem;
	font-weight: normal;
}

.ombre-img {
	box-shadow: 8px 8px 8px #aaa;
}

.haut {
	text-align: right;
	font-size: 15px;
	font-style: italic;
	color: #333333;
}