/* Définition des polices personnalisées */

@font-face {
    font-family: 'redressedregular';
    src: url('Redressed-webfont.woff2') format('woff2'),
         url('Redressed-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/fond-tartan-ecossais.jpg) repeat center top;
	}

		#bloc_page
		{
			max-width: 950px;
			min-height: 100%;
			margin: auto; /* Permet de centrer le bloc */
			background-color: #dcdcdc;
			color: #000;
			-moz-box-shadow: 5px 5px 7px 0px #656565;
			-webkit-box-shadow: 5px 5px 7px 0px #656565;
			-o-box-shadow: 5px 5px 7px 0px #656565;
			box-shadow: 5px 5px 7px 0px #656565;
			position: relative;
			padding-bottom: 40px;
		}
		
			header
			{
				width: 100%;
				display: flex;
				flex-direction: column;
				background-color: #2e3136;
			}
			
				#header_top
				{
					width: 100%;
					padding: 10px 20px 10px 20px;
					display: flex;
					flex-direction: row;
				}

					#titre_site
					{
						width: 100%;
						display: flex;
						flex-direction: column;
					}
				
					#reseaux_sociaux
					{
						width: 100px;
						padding: 0;
						background-color: #2e3136;
						display: flex;
						flex-direction: row;
						justify-content: flex-end;
						align-items: center;
					}
	
				#image_entete
				{
					width: 100%;
					padding: 0;
					margin: 0;
					background-color: #2e3136;
					flex-shrink: 0;
				}

				nav
				{
					width: 100%;
					margin: 0;
					padding: 0 10px 0 10px;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					background-color: #2e3136;
				}

			section
			{
				width: 100%;
				margin: 0;
				padding: 0;
				display: flex;
				flex-direction: row;
				flex-shrink: 0;
			}
				
				#corps_site
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 20px;
					display: flex;
					flex-direction: column;
				}
				
					#photo_blog, #photo_recherche_zero
					{
						width: 100%;
						height: auto;
						padding: 0;
						margin: 10px 0 0 0;
						flex-shrink: 0;
					}
					
					#texte_blog
					{
						width: 100%;
						padding: 0;
						margin: 0;
					}
				
					#liens_maj_sup
					{
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}

					#lien_supprimer
					{
						margin: 5px 0 0 0;
						text-align: center;
					}

					#lien_maj
					{
						margin: 5px 20px 0 0;
						text-align: center;
					}
				
				#bloc_news
				{
					width: 100%;
					padding: 0;
					margin: 0 25px 0 0;
					display: flex;
					flex-direction: column;
					}
			
				#image_gauche, #image_droite, #image_gauche_noaside
				{
					width: 100%;
					padding: 0;
					margin: 5px 0 0 0;
				}

				#images_listing
				{
					width: 100%;
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					flex-wrap: wrap;
				}
				
					#miniature_chien_listing
					{
						width: 20%;
						margin: 0;
						padding: 0 4px 0 4px;
						display: flex;
						flex-direction: column;
					}
					
						#cadre_listing
						{
							width: 100%;
							margin: 0;
							padding: 0;
							display: flex;
							flex-direction: column;
							flex-shrink: 0;
						}
					
#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
{
	width: 100%;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin-bottom: 10px;
	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;
}

#portee_carte
{
	width: 100%;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin-bottom: 30px;
	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;
}
	
			#miniatures_galerie_chiens
			{
				max-width: 100%;
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				flex-wrap: wrap;
			}

				#admin-photos
				{
					display: flex;
					flex-direction: column;
				}

					#contour_diapo
					{
						width: 142px;
						height: 142px;
						padding: 1px;
						margin: 0 0 10px 0;
						display: flex;
						justify-content: center;
						align-items: center;
					}

						#diapositive_chien
						{
							width: 140px;
							height: 140px;
							margin: 0;
							padding: 5px;
							background-color: #f5f4f9;
							display: flex;
							justify-content: center;
							align-items: center;
							border-radius: 5px;
							cursor: pointer;
							transition: 0.2s;
							opacity: 1.0;
							filter: alpha(opacity=100); /* For IE8 and earlier */
						}

						#diapositive_chien:hover
						{
							opacity: 0.8;
							filter: alpha(opacity=80); /* For IE8 and earlier */
						}

						#del_maj
						{
							margin: 0 0 10px 0;
							padding: 0;
							display: flex;
							flex-direction: row;
							justify-content: space-around;
						}
						
#listing_portee_cadre
{
	width: 100%;
	height: auto;
	padding: 4px 4px 0 4px;
	margin-bottom: 10px;
	background-color: #f5f4f9;
	border: 1px #2e3136 dashed;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	-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;
}

#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_porteesnom
{
	margin: 0;
}

#mini_pere
{
	margin: 0 2px 0 0;
}

#mini_mere
{
	margin: 0 10px 0 0;
}

#titre_portee
{
	padding: 0;
	margin-bottom: 15px;
}

#parents_portee
{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-shrink: 0;
}

#pere_colley, #mere_colley
{
	width: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px 0 10px;
	margin: 0;
	flex-shrink: 0;
}

#pere_x_mere
{
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px 0 10px;
	flex-shrink: 0;
}

#cadre_2parents
{
	width: 200px;
	margin: 0 0 20px 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	border: 0;
	flex-shrink: 0;
}

#texte_chiot
{
	padding: 0;
	margin-top: 10px;
}
				
				aside
				{
					width: 250px;
					min-width: 250px;
					background-color: #b4b4b4;
					margin: 0;
					padding: 20px 10px 20px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}		

					#colleypoilcourt_news
					{
						width: 100%;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}

					#resume_news
					{
						width: 100%;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}

					#suite_news
					{
						margin: 0 10px 10px 10px;
						display: flex;
						justify-content: center;
					}
					
					#bloc_recherche
					{
						width: 100%;
						height: auto;
						display: flex;
						flex-direction: column;
						margin: 20px 0 30px 0;
						padding: 0;
					}
			
					#bloc_bloglast_padding, #calendrier_blog
					{
						width: 100%;
						height: auto;
						display: flex;
						flex-direction: column;
						margin: 10px 0 25px 0;
						padding: 0;
					}
			
						#search
						{
							width: 100%;
							height: auto;
							display: flex;
							flex-direction: row;
							justify-content: space-between;
							margin: 10px 0 0 0;
							padding: 0;
						}
				
						#bloc_bloglast
						{
							width: 100%;
							height: auto;
							display: flex;
							flex-direction: column;
							margin: 0;
							padding: 5px 0 0 0;
						}
			
					#boite_calendrier
					{
						width: 100%;
						height: auto;
						margin-top: 10px;
					}
			
						#calendrier_prev, #calendrier_next
						{
							cursor: pointer;
						}
					
			footer
			{
				width: 100%;
				padding: 10px 20px 10px 20px;
				background-color: #2e3136;
				position: absolute;
				bottom: 0;
			}
			

/* Les écritures */

header h1
{
	font-family: 'redressedregular';
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	margin: 5px 0 10px 0;
	line-height: 20px;
	letter-spacing : 1px;
	text-shadow: 2px 2px 2px black;
}

section h1
{
	font-family: 'redressedregular';
	font-size: 40px;
	font-weight: normal;
	color: #2e3136;
	margin: 0 0 20px 0;
	line-height: 36px;
	letter-spacing : 0;
}

header h2
{
	font-family: 'redressedregular';
	font-size: 18px;
	font-weight: normal;
	letter-spacing : 1px;
	line-height: 20px;
	margin: 0;
	color: #dcdcdc;
}

section h2
{
	font-family: 'redressedregular';
	font-size: 30px;
	font-weight: normal;
	color: #2e3136;
	text-align: left;
	margin-bottom: 15px;
	padding: 0;
}

#texte_blog h2
{
	font-family: 'redressedregular';
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	color: #2e3136;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#titre_portee h2
{
	font-family: 'redressedregular';
	font-size: 30px;
	font-weight: normal;
	color: #2e3136;
	text-align: center;
	margin: 0;
	padding: 0;
}

#chien_carte h2
{
	text-align: left;
	margin-bottom: 20px;
	line-height: 30px;
}

section h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing : 1px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #2e3136;
}

#miniature_chien_listing h3, #cadre_2parents h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing : 0;
	line-height: 20px;
	margin-bottom: 15px;
	color: #2e3136;
	text-align: center;
}

#chien_textes h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing : 1px;
	line-height: 20px;
	margin: 40px 0 10px 0;
	color: #2e3136;
}

#portee_texte h3
{
	text-align: left;
	margin-bottom: 10px;
}

aside h3
{
	font-family: 'redressedregular';
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-color: #2e3136;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
	padding: 6px 10px 6px 10px;
}

h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #2e3136;
}

#texte_blog h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #2e3136;
}

aside h4
{
	font-family: 'redressedregular';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	color: #2e3136;
}

aside h5
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #2e3136;
	margin-bottom: 0;
	padding: 0;
}

#chien_carte h3, #chien_textes h3
{
	text-align: left;
	margin-bottom: 20px;
}

#chien_carte p
{
	text-align: left;
}

footer p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing : 1px;
	color: #fff;
	text-align: center;
}

section p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing : 0;
	line-height: 24px;
	color: #2e3136;
	text-align: justify;
	margin-bottom: 20px;
}

#texte_chiot p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing : 0;
	line-height: 24px;
	color: #2e3136;
	text-align: justify;
	margin: 15px 0 0 0;
}

#liens_portees p
{
	padding: 0;
	margin: 0;
}

aside p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	color: #000;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
}

#titre_article p
{
	font-family: 'redressedregular';
	font-size: 30px;
	font-weight: normal;
	color: #2e3136;
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
}

.surlignage
{
	font-weight: 700;
	color: #ff0000;
}


/* Les images */

#img_update
{
	max-width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	flex-shrink: 0;
}

#image_entete img
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#image_gauche img
{
	width: 40%;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#image_droite img
{
	width: 40%;
	height: auto;
	float: right;
	padding: 0 0 0 20px;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#image_gauche_noaside img
{
	width: 29%;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#photo_blog img
{
	max-width: 100%;
	height: auto;
	border: 1px #cdcdcd solid;
	flex-shrink: 0;
	margin-bottom: 10px;
}

#photo_recherche_zero img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

#formulaire_news img, #formulaire_chiens img
{
	max-width: 50%;
	height: auto;
	border: 1px #cdcdcd solid;
	flex-shrink: 0;
}

.imageflot_gauche
{
	max-width: 350px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 20px 15px 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;
}

.image_news
{
	max-width: 350px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 20px 15px 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;
}

.image_fichechien
{
	max-width: 380px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 25px 15px 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;
}

.image_fichechiot
{
	max-width: 300px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 25px 15px 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;
}

.imageflot_droite
{
	max-width: 350px;
	height: auto;
	float: right;
	margin: 0 0 15px 20px;
	-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;
}

.image_news_top
{
	max-width: 100%;
	height: auto;
	clear: both;
	padding: 0;
	margin: 0 0 15px 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;
}

.dessous_image
{
	clear: both;
}

.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_listing, .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_parent
{
	height: 40px;
	width: auto;
	padding: 0;
	margin: 0 0 6px 0;
	border: 1px #2e3136 solid;
}

.mini_parent_visiteurs
{
	height: 80px;
	width: auto;
	padding: 0;
	margin: 0 4px 0 0;
	-moz-box-shadow: 1px 1px 2px 0px #656565;
	-webkit-box-shadow: 1px 1px 2px 0px #656565;
	-o-box-shadow: 1px 1px 2px 0px #656565;
	box-shadow: 1px 1px 2px 0px #656565;
}

#images_listing img
{
	width:100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px dashed #8c8b8b;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	flex-shrink: 0;
}

#images_listing img:hover
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
	border: 1px dashed #8c8b8b;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	flex-shrink: 0;
}

#parents_portee img
{
	width:100%;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px dashed #8c8b8b;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	flex-shrink: 0;
}

#parents_portee img:hover
{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px dashed #8c8b8b;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	flex-shrink: 0;
}

#reseaux_sociaux img
{
	width: 40px;
	height: auto;
	padding: 0 2px 0 2px;
	margin: 0;
	transition: 0.2s;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	flex-shrink: 0;
}

#reseaux_sociaux img:hover
{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

aside img
{
	width: 100%;
	flex-shrink: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	clear: both;
	border: 0;
}


/* Lignes séparatrices */

hr
{
    clear: both;
	width: 100%;
    margin: 20px 0 20px 0;
    padding: 0;
    border-top: 1px dashed #8c8b8b;
}

.ligne_invisible
{
	clear: both;
	width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
	border: 0;
}

.invisible
{
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

.invisible2
{
	clear: both;
	width: 100%;
	margin: 0 0 40px 0;
	border: 0;
	border-bottom: 0 ;
}

.invisible3
{
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	border: 0;
	border-bottom: 0 ;
}

.ligne_invisible_noclear
{
	max-width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
	border: 0;
}


/* Les liens */

section a:link, section a:visited
{
	color: #2e3136;
	font-weight: bold;
	letter-spacing : 0;
	text-decoration: underline;
}

section a:active, section a:hover
{
	color: #2e3136;
	font-weight: bold;
	letter-spacing : 0;
	text-decoration: none;
}

section h1 a:link, section h1 a:visited
{
	font-weight: normal;
	color: #2e3136;
	text-decoration: underline;
}

section h1 a:active, section h1 a:hover
{
	font-weight: normal;
	color: #2e3136;
	text-decoration: none;
}

section h3 a:link, section h3 a:visited
{
	color: #2e3136;
	text-decoration: underline;
}

section h3 a:active, section h3 a:hover
{
	color: #2e3136;
	text-decoration: none;
}

footer p a:link, footer p a:visited
{
	color: #fff;
	text-decoration: underline;
}

footer p a:active, footer p a:hover
{
	color: #fff;
	text-decoration: none;
}

.lien_supprimer
{
	font-family: 'Montserrat', 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
{
	font-family: 'Montserrat', 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
{
	color: #2e3136;
	text-decoration: underline;
}

#lien_admin a:active, #lien_admin a:hover
{
	color: #2e3136;
	text-decoration: none;
}

#articles_blog a:link, #articles_blog a:visited
{
	width: 100%;
	color: #2e3136;
	text-decoration: underline;
}

#articles_blog a:active, #articles_blog a:hover
{
	width: 100%;
	color: #2e3136;
	text-decoration: none;
}

#listing_portee_cadre:hover
{
	background-color: #2e3136;
	border: 1px #fff dashed;
}

#listing_portee_cadre:hover h4
{
	color: #fff;
}

.liens_portees
{
	color: #2e3136;
	font-weight: bold;
	letter-spacing : 0;
}

#liens_portees a:link, #liens_portees a:visited
{
	color: #2e3136;
	text-decoration: underline;
}

#liens_portees a:active, #liens_portees a:hover
{
	color: #2e3136;
	text-decoration: none;
}


/* Formulaire */

.hidden {
  display: none !important;
}

#formulaire_login
{
	max-width: 350px;
	margin: auto;
	padding: 20px 15px 10px 15px;
	border: 1px dashed #8c8b8b;
}

#formulaire_news
{
	max-width: 100%;
	min-width: 320px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #8c8b8b;
}

#formulaire_login p
{
	text-align: right;
}

.champtexte
{
	height: 30px;
	width: 200px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
}

.champ_annee
{
	height: 30px;
	width: 50px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
}

.champtexte_bigger
{
	height: 30px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
}

.zone_texte
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
}

.liste_deroulante
{
	max-width: 300px;
	min-width: 150px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}

.liste_deroulante_petite
{
	max-width: 120px;
	min-width: 80px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}

input[type=radio]
{
    margin: 0 5px 0 0;
}

.radio
{
    margin: 5px 0 5px 0;
}

#boutons_radio
{
	max-width: 300px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #8c8b8b;
	background-color: #f2f0f0;
}

.bouton_envoyer
{
	height: 30px;
	width: 200px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 10px 0 10px 0;
	background-color: #2e3136;
	color: #fff;
}

.bouton_envoyer_search
{
	height: 30px;
	width: 40px;
	padding: 5px;
	border-radius: 0;
	border: 1px solid #2e3136;
	margin: 0;
	background-color: #2e3136;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.bouton_envoyer:link, .bouton_envoyer:visited, .bouton_envoyer_search:link, .bouton_envoyer_search:visited
{
	background-color: #2e3136;
	border: 1px solid #2e3136;
	color: #fff;
}

.bouton_envoyer:active, .bouton_envoyer:hover, .bouton_envoyer_search:active, .bouton_envoyer_search:hover
{
	background-color: #fff;
	border: 1px solid #2e3136;
	color: #2e3136;
}

#suite_news a:link, #suite_news a:visited
{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	transition: 0.2s;
}

#suite_news a:active, #suite_news a:hover
{
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

.bouton_suite
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing : 1px;
	padding: 5px 8px 5px 8px;
	border-radius: 12px;
	border: 1px solid #b4b4b4;
}

.bouton_suite_news
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	border: 0;
	border-radius: 0;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	padding: 4px 10px 0 10px;
	cursor: pointer;
}

.bouton_suite_news:link, .bouton_suite_news:visited
{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	transition: 0.2s;
}

.bouton_suite_news:active, .bouton_suite_news:hover
{
	color: #333;
	background-color: #b4b4b4;
	text-decoration: none;
}

#search .champtexte_search
{
	height: 30px;
	width: 180px;
	padding: 5px;
	border-radius: 0;
	border: 1px solid #fff;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}


/* LES TABLEAUX */

table
{
    border-collapse: collapse;
	margin-bottom: 30px;
	-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;
}

.tableau_calendrier
{
    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;
}

.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: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e3136;
	text-align: left;
	margin-bottom: 10px;
}

th
{
    border: 1px solid #dcdcdc;
	background-color: #2e3136;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

td
{
    border: 1px solid #dcdcdc;
	background-color: #f5f4f9;
	font-family: 'Montserrat', 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 #dcdcdc;
}

.pedigreefemelle
{
	background-color: #5f0d2c;
	color: #c10459;
}

.pedigreefemelle_tableau
{
	background-color: #eac3d1;
	color: #5f0d2c;
	border: 1px solid #2e3136;
}

.pedigreemale
{
	background-color: #2e3136;
	color: #3b3c5f;
}

.pedigreemale_tableau
{
	background-color: #dcdcdc;
	color: #2e3136;
	border: 1px solid #2e3136;
}

.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;
}

.smalltable td
{
	border: 1px #cdcdcd solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding: 5px;
	margin: 0;
	height: 40px;
	background-color: #e5e5e5;
}

.fleche_nonactive
{
	border: 1px #dcdcdc solid;
	background-color: #dcdcdc;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2e3136;
	text-align: center;
	padding: 5px;
	margin: 0;
	height: 40px;
}

.fleche_active
{
	border: 1px #dcdcdc solid;
	background-color: #dcdcdc;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2e3136;
	text-align: center;
	padding: 5px;
	margin: 0;
	height: 40px;
}

.fleche_active:hover
{
	background-color: #e8cfbc;
	color: #a2827b;
}

.mois_vide
{
	border: 1px #dcdcdc solid;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e3136;
	text-align: center;
	padding: 5px;
	margin: 0;
	height: 40px;
	cursor: pointer;
}

.mois_actif
{
	border: 1px #dcdcdc solid;
	background-color: #dcdcdc;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #2e3136;
	text-align: center;
	padding: 5px;
	margin: 0;
	height: 40px;
	cursor: pointer;
}

.mois_actif:hover
{
	background-color: #b4b4b4;
	color: #2e3136;
}

#calendrier_fonduni tbody tr
{
    background-color: #fff;
}

.tableau_chiotAdmin
{
	background-color: #f5f4f9;
	cursor: pointer;
}

.tableau_chiotAdmin:hover
{
	background-color: #fff;
}


/* Listes */

#articles_blog ul
{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#articles_blog li
{
	width: 100%;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #2e3136;
	letter-spacing: 0;
	line-height: 18px;
	text-align: left;
}


/* Media queries */

@media screen and (max-width:780px) {
	
	#miniature_chien_listing
	{
		width: 25%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}

}

@media screen and (max-width:600px) {
	
	#bloc_page
	{
		width: 100%;
		padding-bottom: 60px;
	}
	
	#header_top
	{
		width: 100%;
		padding: 10px;
		display: flex;
		flex-direction: column;
	}
	
	#reseaux_sociaux
	{
		width: 100%;
		padding: 0;
		margin: 10px 0 0 0;
		background-color: #2e3136;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	
	section
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
				
	#corps_site
	{
		width: 100%;
		margin: 0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
	
	#miniature_chien_listing
	{
		width: 33%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	aside
	{
		width: 100%;
		background-color: #b4b4b4;
		margin: 0;
		padding: 20px 10px 20px 10px;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}	

	section h1
	{
		font-family: 'redressedregular';
		font-size: 36px;
		font-weight: bold;
		color: #2e3136;
		margin: 0 0 20px 0;
		line-height: 36px;
		letter-spacing : 0;
	}
	
	section h1 a:link, section h1 a:visited
	{
		font-weight: bold;
		color: #2e3136;
		text-decoration: underline;
	}

	section h1 a:active, section h1 a:hover
	{
		font-weight: bold;
		color: #2e3136;
		text-decoration: none;
	}
	
	#texte_blog h2
	{
		font-family: 'redressedregular';
		font-size: 26px;
		line-height: 24px;
		font-weight: bold;
		color: #2e3136;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	#titre_portee h2
	{
		font-family: 'redressedregular';
		font-size: 26px;
		font-weight: normal;
		color: #2e3136;
		text-align: center;
		margin: 0;
		padding: 0;
	}	
	
	section h3
	{
		font-family: 'redressedregular';
		font-size: 24px;
		font-weight: normal;
		color: #2e3136;
		text-align: center;
	}
	
	aside h3
	{
		font-family: 'redressedregular';
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		background-color: #2e3136;
		line-height: 20px;
		letter-spacing: 1px;
		margin: 0;
		padding: 6px 10px 6px 10px;
	}
	
	section p
	{
		text-align: left;
	}
	
	.imageflot_gauche
	{
		max-width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		margin: 0 0 15px 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;
	}
	
	.image_news
	{
		max-width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		margin: 0 0 15px 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;
	}
	
	#pere_colley, #mere_colley
	{
		width: 110px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 10px 0 10px;
		margin: 0;
		flex-shrink: 0;
	}

	#pere_x_mere
	{
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 10px 0 10px;
		flex-shrink: 0;
	}

	#cadre_2parents
	{
		width: 110px;
		margin: 0 0 20px 0;
		padding: 5px;
		display: flex;
		flex-direction: column;
		border: 0;
		flex-shrink: 0;
	}

	.image_fichechien, .image_fichechiot
	{
		max-width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		margin: 0 0 15px 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 solid #dcdcdc;
		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 solid #dcdcdc;
		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 solid #2e3136;
	}
	
	.pedigreemale_tableau
	{
		background-color: #dcdcdc;
		color: #2e3136;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		border: 1px solid #2e3136;
	}
	
	.expos_tableau
	{
		background-color: #f5f4f9;
		color: #2e3136;
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		border: 1px solid #dcdcdc;
	}
	
	#search .champtexte_search
	{
		height: 30px;
		width: 100%;
		padding: 5px;
		border-radius: 0;
		border: 1px solid #fff;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
	}
	
	#reseaux_sociaux img
	{
		width: 50px;
		height: auto;
		padding: 0 2px 0 2px;
		margin: 0;
		transition: 0.2s;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
		flex-shrink: 0;
	}
	
}

@media screen and (max-width:450px) {

	#miniature_chien_listing
	{
		width: 50%;
		margin: 0;
		padding: 0 2px 0 2px;
		display: flex;
		flex-direction: column;
	}
	
	#chien_carte
{
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	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;
}

	header h1
	{
		font-family: 'redressedregular';
		font-size: 34px;
		font-weight: normal;
		color: #fff;
		margin: 5px 0 5px 0;
		line-height: 30px;
		letter-spacing : 0;
		text-shadow: 2px 2px 2px black;
	}
	
	header h2
	{
		font-family: 'redressedregular';
		font-size: 18px;
		font-weight: normal;
		letter-spacing : 0;
		line-height: 20px;
		margin: 0;
		color: #dcdcdc;
	}
	
	section h1
	{
		font-family: 'redressedregular';
		font-size: 32px;
		font-weight: bold;
		color: #2e3136;
		margin: 0 0 14px 0;
		line-height: 30px;
		letter-spacing : 0;
	}
	
	section h1 a:link, section h1 a:visited
	{
		font-weight: bold;
		color: #2e3136;
		text-decoration: underline;
	}

	section h1 a:active, section h1 a:hover
	{
		font-weight: bold;
		color: #2e3136;
		text-decoration: none;
	}
	
	#image_gauche img, #image_droite img, #image_gauche_noaside img
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
		flex-shrink: 0;
	}

}



/* FENETRES POP-UP GALERIES */

.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding: 40px 0 50px 0; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(46,49,54); /* Fallback color */
	background-color: rgba(46,49,54,0.9); /*  with opacity */
}
		
#modal-content
{
	margin: auto;
	padding: 10px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
}
		
#modal-content img
{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 500px;
	height: auto;
}
		
#caption
{
	color: #fff;
	text-align: center;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
		
#fleches
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
		
#fleche_gauche, #fleche_droite
{
	width: 100px;
}
		
/* Add Animation */
#modal-content
{    
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
		
@-webkit-keyframes zoom
{
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom
{
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
		
/* The Close Button */
.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	transition: 0.2s;
}

.close:hover,
.close:focus
{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
		
#previous, #next
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	transition: 0.2s;
}
		
#previous:hover, #next:hover,
#previous:focus, #next:focus
{
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}




/* Menu responsive déroulant */

#menumain_left
{
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
}

	#menumain_emptytop
	{
		display: none;
	}
	
	#myTopnav
	{
		background: #2e3136;
		position: relative;
		width: 100%;
	}

	#menumain_emptytop
	{
		display: none;
	}

#menumain_right
{
	display: none;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

ul.topnav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.topnav li
{
	float: left;
}

ul.topnav li a
{
	display: inline-block;
	padding: 6px 11px 8px 11px;
	margin: 0;
	text-decoration: none;
	transition: 0.2s;
	font-family: 'redressedregular';
	font-size: 18px;
	font-weight: normal;
	letter-spacing : 1px;
	background-color: #2e3136;
	color: #fff;
}

#myTopnav > li
{
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.topnav li a:hover, ul.topnav li a:focus
{
	background-color: #dcdcdc;
	color: #2e3136;
}



@media screen and (max-width:600px) {
	
	#menumain_left
	{
		width: 100%;
		background: #2e3136;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
		#menumain_emptytop
		{
			display: block;
			background: #2e3136;
			position: relative;
			width: 100%;
		}
	
		#myTopnav
		{
			background: #2e3136;
			position: relative;
			width: 100%;
			display: none;
		}
	
	#menumain_right
	{
		display: block;
		width: 40px;
	}
	
		#menumain_icon
		{
			display: block;
			background: #2e3136;
			position: relative;
			width: 40px;
		}
	
	ul.topnav, ul.topnav li
	{	
		
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	ul.icon_responsive
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	ul.topnav li
	{
		float: left;
	}

	ul.topnav li a
	{
		width: 100%;
		display: block;
		padding: 6px 10px 8px 10px;
		margin: 0;
		text-decoration: none;
		transition: 0.2s;
		font-family: 'redressedregular';
		font-size: 18px;
		font-weight: normal;
		letter-spacing : 1px;
		background-color: #2e3136;
		color: #fff;
	}
	
	#myTopnav > li
	{
		display: inline;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	ul.icon_responsive li a
	{
		display: inline-block;
		padding: 6px 11px 8px 11px;
		margin: 0;
		text-decoration: none;
		transition: 0.2s;
		font-family: 'redressedregular';
		font-size: 18px;
		font-weight: normal;
		letter-spacing : 1px;
		background-color: #2e3136;
		color: #fff;
	}
	
	ul.icon_responsive li a:hover, ul.icon_responsive li a:focus
	{
		background-color: #dcdcdc;
		color: #2e3136;
	}
	
}