/* Définition des polices personnalisées */

@font-face {
    font-family: 'mochary_personal_use_onlyRg';
    src: url('mochary_personal_use_only-webfont.woff2') format('woff2'),
         url('mochary_personal_use_only-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Eléments principaux de la page */

*
{
	padding: 0;  /* On enlève tous les paddings inutiles */
	margin: 0;   /* On enlève toutes les marges inutiles */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }


html 
{
	height: 100%;
}

body
{
	height: 100%;
	background: url(images/layout/fond-bretagne-mer.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}

#bloc_page
{
	max-width: 950px;
	min-height: 100%;
	margin: auto; /* Permet de centrer le bloc */
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	color: #3a3b39;
	border: 1px #e0e5df solid;
	position: relative;
	padding-bottom: 40px;
}

header
{
	padding: 5px 5px 2px 5px;
}

nav
{
	max-width: 940px;
	margin: 0 5px 0 5px;
	background-color: #e0e5df;
}

#diaporama
{
	margin: 5px 5px 0 5px;
}

#diaporama_agility
{
	margin: 5px 5px 0 5px;
}

section
{
	width: 100%;
	padding: 5px 0 0 5px;
	display: flex;
	flex-direction: row;
}

#home_gauche
{
	width: 80%;
	padding: 0;
	margin: 0 5px 0 0;
	border: 1px #e0e5df solid;
	display: flex;
	flex-direction: column;
}

#blog_gauche
{
	width: 75%;
	padding: 0;
	margin: 0 5px 0 0;
	border: 1px #e0e5df solid;
	display: flex;
	flex-direction: column;
}

#home_full
{
	width: 100%;
	padding: 0;
	margin: 0 5px 0 0;
	border: 1px #e0e5df solid;
	display: flex;
	flex-direction: column;
}

aside
{
	display: block;
	width: 200px;
	padding: 0 5px 0 0;
	margin: 0;
}

#aside_blog
{
	width: 250px;
	padding: 5px;
	margin: 0 5px 0 0;
	background-color: #e0e5df;
	display: flex;
	flex-direction: column;
}

#aside_blog ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#aside_blog li
{
	list-style-type: disc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 15px 5px 15px;
	padding: 0;
}

#texte_intro, #page_fiche, #update_chien
{
	padding: 0 20px 0 20px;
	margin: 0;
}

#image_simple
{
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

#double_images
{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}

#double_blocs
{
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: row;
}

#image_gauche
{
	width: 50%;
	height: auto;
	margin: 0 5px 10px 0;
	display: flex;
	flex-direction: column;
}

#bloc_gauche
{
	width: 50%;
	height: auto;
	margin: 0 20px 0 0;
	display: flex;
	flex-direction: column;
}

#image_droite
{
	width: 50%;
	height: auto;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
}

#bloc_droit
{
	width: 50%;
	height: auto;
	margin: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #e0e5df;
	border: 1px #252729 dashed;
}

#trio_images
{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}

#image_trio1
{
	width: 33%;
	margin: 0 5px 10px 0;
	display: flex;
	flex-direction: column;
}

#image_trio2
{
	width: 33%;
	margin: 0 5px 10px 0;
	display: flex;
	flex-direction: column;
}

#image_trio3
{
	width: 33%;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
}

#titre_news
{
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
	background-color: #252729;
}

#goazilec_news
{
	padding: 10px;
	background-color: #e0e5df;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
}

footer
{
	bottom: 0;
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	position: absolute;
}

#search
{
	display: flex;
	flex-direction: column;
}

#images_listing
{
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#miniatures_galerie_chiens
{
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#miniature_chien_listing
{
	width: 200px;
	margin: 0 20px 20px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#cadre_listing, #parents_listing
{
	width: 200px;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#diapositive_chien
{
	width: 145px;
	height: 145px;
	margin: 0 2px 2px 0;
	padding: 10px;
	background-color: #e0e5df;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#diapositive_chien:hover
{
	opacity: 0.8;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#cadre_2parents
{
	width: 202px;
	margin: 0 25px 20px 0;
	padding: 10px 12px 6px 10px;
	display: flex;
	flex-direction: column;
	background-color: #f5f4f9;
	border: 1px #2e3136 dashed;
	-moz-box-shadow: 2px 2px 7px 0px #656565;
	-webkit-box-shadow: 2px 2px 7px 0px #656565;
	-o-box-shadow: 2px 2px 7px 0px #656565;
	box-shadow: 2px 2px 7px 0px #656565;
}

#cadre_2parents:hover
{
	background-color: #2e3136;
	border: 1px #fff dashed;
}

#cadre_2parents:hover h3
{
	color: #fff;
}

#admin-photos
{
	display: flex;
	flex-direction: column;
}

#fiche_chien
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

#fiche_portee
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

#chien_carte, #portee_carte
{
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 30px;
}

#listing_portee_cadre
{
	width: 100%;
	height: auto;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	background-color: #e0e5df;
	border: 1px #fff solid;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transition: 0.2s;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#listing_portee_cadre:hover
{
	border: 1px #252729 dashed;
	opacity: 0.9;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#chien_textes
{
	width: 100%;
	height: auto;
	padding: 0 5px 0 5px;
}

#liens_portees
{
	padding: 0;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#liens_portees p
{
	padding: 0;
	margin: 0;
}

.liens_portees
{
	color: #2e3136;
	font-weight: bold;
	letter-spacing : 0;
}

#liens_porteesnom
{
	margin: 0;
}

#deux_parents
{
	width: 140px;
	height: 70px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#mini_pere
{
	margin: 0 5px 0 0;
	padding: 0px;
	width: 60px;
	height: 60px;
}

#mini_mere
{
	margin: 0 10px 0 0;
	padding: 0px;
	width: 60px;
	height: 60px;
}

#titre_portee
{
	padding: 0;
	margin-bottom: 15px;
}

#parents_portee
{
	width: 450px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#pere_colley, #mere_colley
{
	width: 200px;
	display: flex;
	flex-direction: column;
	padding: 0;
}

#pere_x_mere
{
	width: 50px;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#texte_chiot
{
	padding: 0;
	margin-top: 40px;
}


/* Les images */

header img
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#diaporama img, #diaporama_agility img
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

aside img, #aside_blog img
{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	clear: both;
}

#texte_intro img
{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0 20px 5px 0;
	clear: both;
	border: 1px #e0e5df solid;
}

#page_fiche img
{
	max-width: 380px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 20px 5px 0;
	clear: both;
	border: 1px #e0e5df solid;
}

#update_chien img
{
	max-width: 100%;
	height: auto;
	clear: both;
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px #e0e5df solid;
}

#bloc_gauche img
{
	border: 0;
	margin: 0;
}

#images_listing img, #cadre_listing img, #parents_listing img
{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#images_listing img:hover, #cadre_listing img:hover, #parents_listing img:hover
{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px #e0e5df solid;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.image_listgalerie
{
	width: 145px;
	height: auto;
	padding: 0;
	margin: 0 10px 10px 0;
	-moz-box-shadow: 2px 2px 7px 0px #656565;
	-webkit-box-shadow: 2px 2px 7px 0px #656565;
	-o-box-shadow: 2px 2px 7px 0px #656565;
	box-shadow: 2px 2px 7px 0px #656565;
}

.images_parents
{
	width: 180px;
	height: auto;
	padding: 0;
	margin: 0 0 6px 0;
	-moz-box-shadow: 2px 2px 7px 0px #656565;
	-webkit-box-shadow: 2px 2px 7px 0px #656565;
	-o-box-shadow: 2px 2px 7px 0px #656565;
	box-shadow: 2px 2px 7px 0px #656565;
}

#mini_mere img, #mini_pere img
{
	height: 60px;
	width: 60px;
	padding: 0;
	margin: 0;
	border: 0;
}

#diapositive_chien img
{
	margin: 0;
	padding: 0;
}

#image_gauche img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#image_droite img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#image_trio1 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#image_trio2 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#image_trio3 img
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


/* Formulaire */

#formulaire_login
{
	max-width: 350px;
	margin: auto;
	padding: 20px 15px 10px 15px;
	border: 1px dashed #e0e5df;
}

#formulaire_news
{
	width: 100%;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #252729;
	background-color: #e0e5df;
}

#formulaire_login p
{
	text-align: right;
}

.champtexte
{
	height: 30px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

.champtexte_search
{
	height: 30px;
	width: 75%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 5px 0 10px 0;
}

.champ_annee
{
	height: 30px;
	width: 50px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

.champtexte_bigger
{
	height: 30px;
	width: 300px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

.zone_texte
{
	width: 100%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

.liste_deroulante
{
	width: 300px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

.liste_deroulante_petite
{
	width: 120px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 0 0 10px 0;
}

input[type="submit"], #search input[type="submit"]
{
	cursor: pointer;
}

.bouton_envoyer
{
	height: 30px;
	width: 200px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 10px 0 10px 0;
	background-color: #252729;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bouton_envoyer_search
{
	height: 30px;
	width: 22%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #252729;
	margin: 10px 0 10px 0;
	background-color: #252729;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bouton_envoyer:link, .bouton_envoyer:visited, .bouton_envoyer_search:link, .bouton_envoyer_search:visited
{
	background-color: #252729;
	color: #fff;
}

.bouton_envoyer:active, .bouton_envoyer:hover, .bouton_envoyer_search:active, .bouton_envoyer_search:hover
{
	background-color: #e0e5df;
	color: #252729;
}


/* Lignes séparatrices et clear */

hr
{
    clear: both;
	width: 100%;
    margin: 20px 0 20px 0;
    padding: 0;
    border-top: 1px dashed #e0e5df;
}

.ligne_invisible
{
	clear: both;
	width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
	border: 0;
}

.ligne_invisible_noclear
{
	max-width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
	border: 0;
}

.dessous_image
{
	clear: both;
}


/* Les écritures */

h1
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #252729;
	margin: 5px 0 15px 0;
	text-shadow: 5px 5px 2px #cdcecc, -1px -1px 1px white;
}

aside h2
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #e0e5df;
	margin: 0 0 5px 0;
}

#home_full h2, #blog_gauche h2
{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #252729;
	margin: 15px 0 15px 0;
	text-shadow: 4px 4px 2px #cdcecc, -1px -1px 1px white;
}

#titre_portee h2, #pere_x_mere h2
{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #252729;
	margin: 15px 0 15px 0;
	text-shadow: 4px 4px 2px #cdcecc, -1px -1px 1px white;
}

#images_listing h2
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #252729;
	margin: 0;
	padding: 0;
}

#chien_carte h2
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 0 10px 0;
}

#titre_article p
{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0;
	color: #252729;
	margin: 15px 0 15px 0;
	text-shadow: 4px 4px 2px #cdcecc, -1px -1px 1px white;
}

h3
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #252729;
	margin: 5px 0 10px 0;
}

#chien_carte h3, #chien_textes h3, #portee_texte h3
{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #252729;
	margin: 15px 0 15px 0;
	text-shadow: 4px 4px 2px #cdcecc, -1px -1px 1px white;
}

#portee_texte h3
{
	text-align: left;
	margin-bottom: 10px;
}

#chien_carte p
{
	text-align: left;
	line-height: 18px;
}

#aside_blog h3
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #e0e5df;
	background-color: #252729;
	margin: 5px 0 0 0;
	padding: 5px 10px 5px 10px;
}

h4
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #252729;
	margin: 7px 0 15px 0;
}

#cadre_listing h4
{
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #252729;
	margin: 0 0 15px 0;
}

strong
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

.surlignage
{
	font-weight: bold;
	color: #ff0000;
}

section p
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 21px;
	color: #252729;
	text-align: justify;
	margin-bottom: 20px;
}

.legende_image
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	color: #252729;
	text-align: justify;
	margin-bottom: 10px;
}

aside p
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 21px;
	color: #252729;
	text-align: justify;
	margin-bottom: 10px;
}

#suite_news p
{
	margin: 0;
}

footer p
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #252729;
	text-align: center;
}

.bouton_suite
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e0e5df;
	padding: 5px;
	border: 1px #e0e5df solid;
	background-color: #252729;
}


/* Les liens */

#suite_news a:link, #suite_news a:visited
{
	color: #e0e5df;
	text-decoration: none;
}

#suite_news a:active, #suite_news a:hover
{
	color: #fff;
	text-decoration: underline;
}

#liens_maj_sup
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#lien_supprimer
{
	margin: 5px 0 0 0;
	text-align: center;
}

.lien_supprimer
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 20px 0 20px 0;
	height: 46px;
	width: 160px;
	background: #b92a25;
	color: #fff;
	border: 1px #fff solid;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 7px 0px #656565;
	-webkit-box-shadow: 2px 2px 7px 0px #656565;
	-o-box-shadow: 2px 2px 7px 0px #656565;
	box-shadow: 2px 2px 7px 0px #656565;
}

#lien_supprimer a:link, #lien_supprimer a:visited
{
	padding: 5px 10px 5px 10px;
	margin: auto;
	height: 46px;
	width: 160px;
	transition: 0.2s;
	background: #b92a25;
	color: #fff;
	text-decoration: none;
}

#lien_supprimer a:active, #lien_supprimer a:hover
{
	padding: 5px 10px 5px 10px;
	margin: auto;
	height: 46px;
	width: 160px;
	background: #fff;
	color: #b92a25;
	text-decoration: none;
	border: 1px #b92a25 solid;
}

#lien_maj
{
	margin: 5px 20px 0 0;
	text-align: center;
}

.lien_maj
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 20px 0 20px 0;
	height: 46px;
	width: 160px;
	background: #2e3136;
	color: #fff;
	border: 1px #fff solid;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 7px 0px #656565;
	-webkit-box-shadow: 2px 2px 7px 0px #656565;
	-o-box-shadow: 2px 2px 7px 0px #656565;
	box-shadow: 2px 2px 7px 0px #656565;
}

#lien_maj a:link, #lien_maj a:visited
{
	padding: 5px 10px 5px 10px;
	margin: auto;
	height: 46px;
	width: 160px;
	transition: 0.2s;
	background: #2e3136;
	color: #fff;
	text-decoration: none;
}

#lien_maj a:active, #lien_maj a:hover
{
	padding: 5px 10px 5px 10px;
	margin: auto;
	height: 46px;
	width: 160px;
	background: #fff;
	color: #2e3136;
	text-decoration: none;
	border: 1px #2e3136 solid;
}

#lien_admin a:link, #lien_admin a:visited, h1 a:link, h1 a:visited, h4 a:link, h4 a:visited, #liste_pedigrees_crees a:link, #liste_pedigrees_crees a:visited
{
	color: #2e3136;
	text-decoration: underline;
}

#lien_admin a:active, #lien_admin a:hover, h1 a:active, h1 a:hover, h4 a:active, h4 a:hover, #liste_pedigrees_crees a:active, #liste_pedigrees_crees a:hover
{
	color: #2e3136;
	text-decoration: none;
}

#liste-articles a:link, #archives a:link, #liste-articles a:visited, #archives a:visited
{
	color: #2e3136;
	text-decoration: underline;
}

#liste-articles a:active, #archives a:active, #liste-articles a:hover, #archives a:hover
{
	color: #2e3136;
	text-decoration: none;
}

footer a:link, footer a:visited
{
	color: #000;
	text-decoration: underline;
}

footer a:active, footer a:hover
{
	color: #000;
	text-decoration: none;
}


/* Les tableaux */

table
{
    border-collapse: collapse;
	margin-bottom: 30px;
}

.tableau_pedigree_portee
{
    border-collapse: collapse;
	margin-bottom: 0;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	-o-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

caption
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e3136;
	text-align: left;
	margin-bottom: 10px;
}

th
{
    border: 1px #fff solid;
	background-color: #2e3136;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

td
{
    border: 1px #fff solid;
	background-color: #f5f4f9;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e3136;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.expos_tableau
{
	background-color: #f5f4f9;
	color: #2e3136;
	border: 1px solid #fff;
}

.pedigreefemelle
{
	background-color: #5f0d2c;
	color: #c10459;
}

.pedigreefemelle_tableau
{
	background-color: #eac3d1;
	color: #5f0d2c;
	border: 1px #fff solid;
}

.pedigreemale
{
	background-color: #2e3136;
	color: #3b3c5f;
}

.pedigreemale_tableau
{
	background-color: #dcdcdc;
	color: #2e3136;
	border: 1px #fff solid;
}

.champtexte_arriere_arriere
{
	height: 26px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
}

.zone_texte_pedigree
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
}


/* Navigation menu responsive */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

ul.topnav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #e0e5df;
}

ul.topnav li
{
	float: left;
}

ul.topnav li a
{
	display: inline-block;
	color: #252729;
	text-align: center;
	padding: 8px 14px;
	text-decoration: none;
	transition: 0.2s;
	font-family: mochary_personal_use_onlyRg, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing : 1px;
}

ul.topnav li a:hover
{
	background-color: #fff;
	color: #2e3136;
}

ul.topnav li.icon
{
	display: none;
}

@media screen and (max-width:550px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:550px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
/* Fin menu responsive */


/* FENETRES POP-UP */

.popup-button {
	max-width: 123px;
	max-height: 123px;
	margin: 0;
	padding: 0;
	border: 1px #fff solid;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	width: auto;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	background: #2e3136;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	visibility: visible;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show ~ .overlay {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	color: #fff;
	position: relative;
	border-radius: 3px;
	margin: auto;
	padding: 10px;
}

#grosse_photo img
{
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

.popup-content p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.popup-content .para {
	color: #73556b;
	margin-bottom: 30px;
	text-align: justify;
}

.popup-content > div {
	padding: 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.popup-content > div p {
	margin: 0;
	padding: 10px 0;
}

.popup-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.popup-content > div ul li {
	padding: 5px 0;
}

.popup-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.close {
	background: url(../img/close.png) no-repeat;
	height: 49px;
	width: 49px;
	position: absolute;
	right: -35px;
	top: -35px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.close:hover {
	opacity: 0.2;
}


/* Media queries */

@media screen and (max-width:550px) {
	
	section
	{
		width: 100%;
		padding: 5px 5px 0 5px;
		display: flex;
		flex-direction: column;
	}
	
	#home_gauche
	{
		width: 100%;
		padding: 0;
		margin: 0 5px 10px 0;
		border: 1px #e0e5df solid;
		display: flex;
		flex-direction: column;
	}
	
	aside
	{
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#goazilec_news
	{
		padding: 10px;
		background-color: #e0e5df;
		margin-bottom: 5px;
		display: flex;
		flex-direction: row;
	}
	
	#resume_news
	{
		display: flex;
		flex-direction: column;
	}
	
	#photo_news
	{
		margin: 0 10px 10px 0;
	}
	
	#aside_blog
	{
		width: 100%;
		padding: 5px;
		margin: 0 5px 0 0;
		background-color: #e0e5df;
		display: flex;
		flex-direction: column;
	}

	#blog_gauche
	{
		width: 100%;
		padding: 0;
		margin: 0 5px 0 0;
		border: 1px #e0e5df solid;
		display: flex;
		flex-direction: column;
	}
	
	#double_images
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	#double_blocs
	{
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
		display: flex;
		flex-direction: column;
	}

	#image_gauche
	{
		width: 100%;
		margin: 0 0 15px 0;
		display: flex;
		flex-direction: column;
	}
	
	#bloc_gauche
	{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		display: flex;
		flex-direction: column;
	}

	#image_droite
	{
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
	}
	
	#bloc_droit
	{
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
	#trio_images
	{
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#image_trio1
	{
		width: 100%;
		margin: 0 0 20px 0;
		display: flex;
		flex-direction: column;
	}

	#image_trio2
	{
		width: 100%;
		margin: 0 0 20px 0;
		display: flex;
		flex-direction: column;
	}
	
	#image_trio3
	{
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
	}
	
	.legende_image
	{
		font-family: Arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 19px;
		color: #252729;
		text-align: justify;
		margin-bottom: 0;
	}
	
	#cadre_2parents
	{
		width: 110px;
		margin: 0 25px 20px 0;
		padding: 5px 5px 5px 5px;
		display: flex;
		flex-direction: column;
		background-color: #f5f4f9;
		border: 1px #2e3136 dashed;
		-moz-box-shadow: 2px 2px 7px 0px #656565;
		-webkit-box-shadow: 2px 2px 7px 0px #656565;
		-o-box-shadow: 2px 2px 7px 0px #656565;
		box-shadow: 2px 2px 7px 0px #656565;
	}
	
	#parents_portee
	{
		max-width: 280px;
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
}
	
	#pere_colley, #mere_colley
	{
		max-width: 120px;
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	
	#pere_x_mere
	{
		width: 40px;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	
	.images_parents
	{
		width: 100px;
		height: auto;
		padding: 0;
		margin: 0 0 6px 0;
		-moz-box-shadow: 2px 2px 7px 0px #656565;
		-webkit-box-shadow: 2px 2px 7px 0px #656565;
		-o-box-shadow: 2px 2px 7px 0px #656565;
		box-shadow: 2px 2px 7px 0px #656565;
	}
	
	th
	{
		border: 1px #fff solid;
		background-color: #2e3136;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		text-align: left;
		padding: 5px 5px 5px 5px;
	}

	td
	{
		border: 1px #fff solid;
		background-color: #f5f4f9;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #2e3136;
		text-align: left;
		padding: 5px 5px 5px 5px;
	}
	
	.pedigreefemelle_tableau
	{
		background-color: #eac3d1;
		color: #5f0d2c;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		border: 1px #fff solid;
	}
	
	.pedigreemale_tableau
	{
		background-color: #dcdcdc;
		color: #2e3136;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		border: 1px #fff solid;
	}
	
	.expos_tableau
	{
		background-color: #f5f4f9;
		color: #2e3136;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		border: 1px #fff solid;
	}

	#miniature_chien_listing
	{
		width: 130px;
		margin: 0 10px 10px 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	#cadre_listing
	{
		width: 130px;
		margin: 0 10px 0 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	#parents_listing
	{
		width: 120px;
		margin: 0 10px 0 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	#parents_listing h4
	{
		font-family: mochary_personal_use_onlyRg, sans-serif;
		font-size: 28px;
		font-weight: normal;
		text-align: center;
		color: #252729;
		margin: 0 0 15px 0;
		padding:0;
	}
	
	#images_listing h2
	{
		font-family: Verdana, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #252729;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#miniature_chien_listing h2
	{
		font-family: mochary_personal_use_onlyRg, sans-serif;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
		color: #252729;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.modal
	{
		position: fixed;
		top: 50%;
		left: 48%;
		width: 85%;
	}
	
	#page_fiche img
	{
		max-width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 5px 0;
		clear: both;
		border: 1px #e0e5df solid;
	}
	
	#images_listing img
	{
		max-width: 150px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	#cadre_listing img
	{
		max-width: 130px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	#parents_listing img
	{
		max-width: 120px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}

	#images_listing img:hover
	{
		max-width: 150px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}
	
	#cadre_listing img:hover
	{
		max-width: 130px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}
	
	#parents_listing img:hover
	{
		max-width: 120px;
		height: auto;
		padding: 0;
		margin: 0 0 2px 0;
		border: 1px #e0e5df solid;
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}
	
	aside img
	{
		width: 200px;
		height: auto;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	#bloc_gauche img
	{
		border: 0;
		margin: 0;
	}
	
	#image_gauche img
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#image_droite img
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#image_trio1 img
	{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	#image_trio2 img
	{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	#image_trio3 img
	{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
}