/* LES CONTENEURS */

*
{
	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 
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #6d351c; /* chocolat au lait */
}
			
	body
	{
		max-width: 1200px;
		min-height: 100%;
		margin: auto;
		position: relative;
		padding: 0 0 50px 0;
		background: #fff; /* crème le + clair */
	}	
		
		header
		{
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			display: flex;
			flex-direction: column;
			flex-shrink: 0;
		}
		
			#durouvet_title
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px 20px 10px 20px;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-content: center;
				flex-shrink: 0;
				background: #f0e9cc; /* crème le + clair */
			}
			
				#durouvet_logo
				{
					width: 230px;
					height: 106px;
					margin: 0;
					padding: 0;
					flex-shrink: 0;
				}
				
				#durouvet_titresite
				{
					max-width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: flex-end;
					flex-shrink: 0;
				}
				
		
			
			#durouvet_headerimages
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0;
				flex-shrink: 0;
			}
			
		section
		{
			width: 100%;
			margin: 0 auto 0 auto;
			padding: 0;
		}
		
			#interieur_home
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0;
				display: flex;
				flex-direction: row;
				flex-shrink: 0;
			}
			
			#interieur_other
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px 0 0 0;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
				#interieur_gauche
				{
					width: 75%;
					height: auto;
					margin: 0;
					padding: 10px 30px 30px 30px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#admin-photos, #photos-galerieRouvet
					{
						width: 100%;
						height: auto;
						margin: 0 0 10px 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
						flex-wrap: wrap;
					}
					
						#del_maj
						{
							margin: 0 0 10px 0;
							padding: 0;
							display: flex;
							flex-direction: row;
							justify-content: space-around;
						}
		
			#rubrique_titre
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px 20px 10px 20px;
				flex-shrink: 0;
				text-align: center;
			}
			
			#news_conteneur
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px 20px 10px 20px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
				border: 1px solid #e6dcb9;
			}
			
			#submenu_conteneur
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 20px 60px 5px 60px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
				background: #e6dcb9; /* crème le + foncé */
			}
			
			#article_conteneur
			{
				width: 100%;
				height: auto;
				margin: 30px 0 30px 0;
				padding: 10px 60px 10px 60px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
				#BoiteColonnesPhotos
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					flex-shrink: 0;
				}
				
					#ColPhotosLeft
					{
						width: 49%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
					
					#ColPhotosRight
					{
						width: 49%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
					
				#boiteListingCheptel
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					flex-shrink: 0;
				}
				
					#boitephotoPrenom
					{
						width: 25%;
						height: auto;
						margin: 0;
						padding: 0 5px 15px 5px;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
					
						#chienListing
						{
							width: 100%;
							height: auto;
							margin: 0;
							padding: 0;
							flex-shrink: 0;
						}
						
						#prenomListing
						{
							width: 100%;
							height: auto;
							margin: 0;
							padding: 0 10px 7px 10px;
							font-family: 'Literata', serif;
							font-size: 24px;
							font-weight: 600;
							line-height: 24px;
							color: #9a5722; /* marron orangé */
							text-align: center;
							flex-shrink: 0;
						}
						
				#ficheid_chien
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					flex-shrink: 0;
				}
				
					#photoid_chien
					{
						width: 49%;
						height: auto;
						margin: 0;
						padding: 0;
						flex-shrink: 0;
					}
					
					#texteid_chien
					{
						width: 49%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}		
				
				#liens_maj_sup
				{
					width: 300px;
					height: auto;
					margin: auto;
					padding: 0;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					flex-shrink: 0;
				}
				
				#listing_portee_cadre
				{
					width: 100%;
					height: auto;
					padding: 5px 10px 5px 10px;
					margin: 0 0 10px 0;
					background-color: #e6dcb9; /* crème le + foncé */
					border: 1px #fff solid;
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
					transition: 0.2s;
					cursor: pointer;
				}

				#listing_portee_cadre:hover
				{
					background-color: #f0e8cc;
					border: 1px solid #cdcdcd;
				}
				
					#mini_pere
					{
						margin: 0;
						padding: 0 5px 0 0;
						width: 65px;
						height: 60px;
					}

					#mini_mere
					{
						margin: 0;
						padding: 0 10px 0 0;
						width: 70px;
						height: 60px;
					}
					
				#titre_portee
				{
					width: 100%;
					height: auto;
					padding: 0;
					margin: 0 0 10px 0;
					flex-shrink: 0;
				}

					#parents_portee
					{
						width: 100%;
						height: auto;
						padding: 0;
						margin: 0;
						display: flex;
						flex-direction: row;
						justify-content: space-between;
						flex-shrink: 0;
					}

						#pere_x_mere
						{
							width: 50px;
							height: auto;
							padding: 0 8px 0 6px;
							display: flex;
							flex-direction: row;
							justify-content: center;
							align-items: center;
							flex-shrink: 0;
						}
						
						#pere_chien
						{
							width: 270px;
							height: auto;
							padding: 10px;
							flex-shrink: 0;
							background-color: #e5e5e5;
						}
						
						#mere_chien
						{
							width: 270px;
							height: auto;
							padding: 10px;
							flex-shrink: 0;
							background-color: #e5e5e5;
						}
						
				#pedigree_porteerouvet
				{
					width: 100%;
					height: auto;
					padding: 0;
					margin; 0;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#pedigree-perePortee, #pedigree-merePortee
					{
						width: 100%;
						height: auto;
						padding: 0;
						margin; 0;
						flex-shrink: 0;
					}
						
			#chiot_carte
			{
				width: 100%;
				height: auto;
				padding: 15px;
				margin-bottom: 10px;
				background-color: #fffdf4;
				border: 1px #e6dcb9 solid;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				flex-shrink: 0;
			}

				#imginside_fichechiot
				{
					width: 36%;
					height: auto;
					padding: 0;
					margin: 0;
					flex-shrink: 0;
				}
				
				#inside_fichechiot
				{
					width: 62%;
					height: auto;
					padding: 0;
					margin: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
			
			#article_conteneur_home
			{
				width: 100%;
				height: auto;
				margin: 30px 0 30px 0;
				padding: 10px 20px 10px 20px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
				#image_gauche, #image_droite, #image_gauche_home, #image_droite_home
				{
					width: 100%;
					padding: 0;
					margin: 5px 0 0 0;
				}
		
				aside
				{
					width: 25%;
					height: auto;
					margin: 0 0 3px 0;
					padding: 20px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
					background: #e6dcb9; /* crème le + foncé */
				}
				
					#aside_image
					{
						width: 100%;
						height: auto;
						margin: 0 0 30px 0;
						padding: 0;
						flex-shrink: 0;
					}
					
					#aside_imageclick
					{
						width: 100%;
						height: auto;
						margin: 0 0 30px 0;
						padding: 0;
						flex-shrink: 0;
						cursor: pointer;
						transition: 0.2s;
						opacity: 1.0;
						filter: alpha(opacity=100); /* For IE8 and earlier */
					}
									
					#aside_imageclick:hover
					{
						opacity: 0.8;
						filter: alpha(opacity=80); /* For IE8 and earlier */
					}
					
					#aside_twinimages
					{
						width: 100%;
						height: auto;
						margin: 0 0 10px 0;
						padding: 0;
						display: flex;
						flex-direction: row;
						flex-shrink: 0;
						flex-wrap: wrap;
					}
					
						#conteneur_twinimages
						{
							width: 50%;
							height: auto;
							margin: 0 0 2px 0;
							padding: 0 2px 0 2px;
							flex-shrink: 0;
						}
		
		footer
		{
			bottom: 0;
			width: 100%;
			min-height: 50px;
			position: absolute;
			margin: 0;
			padding: 10px 20px 10px 20px;
			background: #e6dcb9; /* crème le + foncé */
		}
		
		
/* LES ECRITURES */

strong
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

header h1
{
	font-family: 'Literata', serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	color: #6d351c;  /* chocolat au lait */
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: 0;
}

section h1
{
	font-family: 'Literata', serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
	color: #9a5722; /* marron orangé */
	margin: 0 0 20px 0;
	padding: 0;
}

header h2
{
	font-family: 'Literata', serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	color: #9a5722; /* marron orangé */
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

section h2
{
	font-family: 'Literata', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	color: #6d351c;  /* chocolat au lait */
	margin: 0 0 20px 0;
	padding: 0;
}

#titre_portee h2
{
	font-family: 'Literata', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	text-align: center;
	color: #6d351c;  /* chocolat au lait */
	margin: 5px 0 20px 0;
	padding: 0;
}

section h3, aside h3
{
	font-family: 'Literata', serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	color: #6d351c;  /* chocolat au lait */
	margin: 0 0 20px 0;
	padding: 0;
}

#pere_chien h3, #mere_chien h3
{
	font-family: 'Literata', serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	color: #6d351c;  /* chocolat au lait */
	text-align: center;
	margin: 0;
	padding: 0;
}

section p
{
	font-family: 'Literata', serif;
	font-size: 17px;
	font-weight: 400;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 28px;
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 0;
}

aside p
{
	font-family: 'Literata', serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 24px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}

#copyright p
{
	font-family: 'Literata', serif;
	font-size: 15px;
	font-weight: 400;
	color: #6d351c;  /* chocolat au lait */
	letter-spacing: 0;
	line-height: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#ColPhotosLeft p, #ColPhotosRight p
{
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: 400;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 18px;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}

#liens_porteesnom p
{
	font-family: 'Literata', serif;
	font-size: 16px;
	font-weight: bold;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
}

#pere_x_mere p
{
	font-family: 'Literata', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	color: #6d351c;  /* chocolat au lait */
	text-align: center;
	margin: 0;
	padding: 0;
}


/* LES LIENS */

#lien_maj a:link, #lien_maj a:visited
{
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0;
	width: 117px;
	height: 30px;
	transition: 0.2s;
	background: #2e3136;
	color: #fff;
	text-decoration: none;
	border: 1px #2e3136 solid;
}

#lien_maj a:active, #lien_maj a:hover
{
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0;
	width: 117px;
	height: 30px;
	background: #fff;
	color: #2e3136;
	text-decoration: none;
	border: 1px #2e3136 solid;
}

#lien_supprimer a:link, #lien_supprimer a:visited
{
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 23px 5px 24px;
	margin: 0;
	width: 117px;
	height: 30px;
	transition: 0.2s;
	background: #b92a25;
	color: #fff;
	text-decoration: none;
	border: 1px #b92a25 solid;
}

#lien_supprimer a:active, #lien_supprimer a:hover
{
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 23px 5px 24px;
	margin: 0;
	width: 117px;
	height: 30px;
	background: #fff;
	color: #b92a25;
	text-decoration: none;
	border: 1px #b92a25 solid;
}

p a:link, p a:visited, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited
{
	color: #6d351c;  /* chocolat au lait */
	text-decoration: underline;
}

p a:active, p a:hover, h1 a:active, h1 a:hover
{
	color: #6d351c;  /* chocolat au lait */
	text-decoration: none;
}

#submenu_conteneur p a:link, #submenu_conteneur p a:visited
{
	color: #6d351c;  /* chocolat au lait */
	text-decoration: none;
}

#submenu_conteneur p a:active, #submenu_conteneur p a:hover
{
	color: #6d351c;  /* chocolat au lait */
	text-decoration: underline;
}

.page_on
{
	color: #9a5722; /* marron orangé */
	text-decoration: none;
}


/* LES IMAGES */

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

#durouvet_logo img
{
	width: 230px;
	height: 106px;
	flex-shrink: 0;
}

#image_gauche img, #image_gauche_home img
{
	width: 35%;
	height: auto;
	float: left;
	padding: 0 30px 0 0;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#image_droite img, #image_droite_home img
{
	width: 35%;
	height: auto;
	float: right;
	padding: 0 0 0 30px;
	margin: 5px 0 5px 0;
	flex-shrink: 0;
}

#aside_image img, #aside_imageclick img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

#aside_twinimages img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	margin: 0 0 5px 0;
}

#conteneur_twinimages img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#del_maj img
{
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
	flex-shrink: 0;
}

#ColPhotosLeft img, #ColPhotosRight img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	margin: 0 0 5px 0;
}

#chienListing img, #photoid_chien img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
}

#cadre_listing img
{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
}

.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: 60px;
	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;
}

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

#Photo_actuelleUpdate img
{
	width: 40%;
	height: auto;
	padding: 0;
	margin: 0 0 6px 0;
}


/* LIGNES SEPARATRICES */

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

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

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



/* LES FORMULAIRES */

.hidden {
  display: none !important;
}

label
{
	font-family: 'Literata', serif;
	font-size: 17px;
	font-weight: 400;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 21px;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
}

#formulaire_login
{
	max-width: 350px;
	margin: auto;
	padding: 20px 15px 10px 15px;
	border: 1px dashed #6d351c; /* chocolat au lait */
}

#formulaire_login p
{
	text-align: right;
}

#formulaire_news
{
	max-width: 100%;
	width: 100%;
	padding: 15px;
	border: 1px dashed #6d351c;
}

.champtexte
{
	height: 30px;
	width: 300px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c;
	margin: 3px 0 15px 0;
}

.champtexte_CP
{
	height: 30px;
	width: 100px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c;
	margin: 3px 0 15px 0;
}

.champtexte_bigger
{
	height: 30px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c;
	margin: 3px 0 15px 0;
}

.champ_annee
{
	height: 30px;
	width: 50px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c;
	margin: 0 0 15px 0;
}

.zone_texte
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c;
	margin: 5px 0 15px 0;
}

.bouton_envoyer
{
	height: 30px;
	width: 200px;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #6d351c; /* chocolat au lait */
	margin: 10px 0 10px 0;
	background-color: #6d351c; /* chocolat au lait */
	color: #fff;
}

.bouton_envoyer:link, .bouton_envoyer:visited
{
	background-color: #6d351c; /* chocolat au lait */
	border: 1px solid #6d351c;
	color: #fff;
}

.bouton_envoyer:active, .bouton_envoyer:hover
{
	background-color: #fff;
	border: 1px solid #6d351c;
	color: #6d351c;
}

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

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

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

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

#boutons_radio
{
	max-width: 400px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #6d351c;
	background-color: #f2f0f0;
}

#boutons_radio p	
{
	font-family: 'Literata', serif;
	font-size: 17px;
	font-weight: 400;
	color: #6d351c; /* chocolat au lait */
	letter-spacing: 0;
	line-height: 27px;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}


/* LES TABLEAUX */

table
{
    width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
}

.tableau_pedigree_portee
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

th
{
    border: 1px solid #9a5722; /* marron orangé */
	background-color: #6d351c; /* chocolat au lait */
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

tr
{
    border: 1px solid #9a5722; /* marron orangé */
	background-color: #fff;
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: normal;
	color: #6d351c; /* chocolat au lait */
	text-align: left;
}

td
{
    border: 1px solid #9a5722; /* marron orangé */
	padding: 5px 10px 5px 10px;
}

.tablecursor
{
	border: 1px solid #9a5722; /* marron orangé */
	background-color: #fff;
	font-family: 'Literata', serif;
	font-size: 14px;
	font-weight: normal;
	color: #6d351c; /* chocolat au lait */
	text-align: left;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.tablecursor:hover
{
	background-color: #e6dcb9; /* crème le + foncé */
	color: #6d351c; /* chocolat au lait */
}

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

.pedigreefemelle_tableau
{
	background-color: #eac3d1;
	color: #5f0d2c;
	border: 1px solid #6d351c; /* chocolat au lait */
}

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

.pedigreemale_tableau
{
	background-color: #daf3ff;
	color: #042357;
	border: 1px solid #6d351c; /* chocolat au lait */
}

.champtexte_arriere_arrieremale
{
	height: 26px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
	background-color: #daf3ff;
	color: #042357;
}

.champtexte_arriere_arrierefemelle
{
	height: 26px;
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
	background-color: #eac3d1;
	color: #5f0d2c;
}

.zone_texte_pedigreemale
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
	background-color: #daf3ff;
	color: #042357;
}

.zone_texte_pedigreefemelle
{
	width: 100%;
	padding : 5px;
	border-radius: 3px;
	border: 1px solid #8c8b8b;
	margin: 0;
	background-color: #eac3d1;
	color: #5f0d2c;
}

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

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


/* 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: 'Literata', serif;
	font-size: 16px;
	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 DEROULANT */

	nav
	{
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
	}
			
		#menu_rouvet
		{
			width: 100%;
			margin: 0;
			padding: 0;
			display: flex;
			flex-direction: row;	
		}

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

				#menumain_emptytop
				{
					display: none;
				}
	
				#topline_menu
				{
					width: 100%;
					height: 30px;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					background: #fff;
					color: #6d351c;
					position: relative;
				}
				
				#topline_menu h3
				{
					font-family: 'Literata', serif;
					font-size: 15px;
					font-weight: 700;
					letter-spacing: 0;
					color: #6d351c; /* chocolat au lait */
				}
				
					#liste_toplinemenu-cat0, #liste_toplinemenu-cat1, #liste_toplinemenu-cat2, #liste_toplinemenu-cat3, #liste_toplinemenu-cat4, #liste_toplinemenu-cat5, #liste_toplinemenu-cat6, #liste_toplinemenu-admin
					{
						width: 14%;
						height: 30px;
						margin: 0;
						padding: 0;
						background-color: #fff;
						display: flex;
						flex-direction: row;
						justify-content: center;
						align-items: center;
						cursor: pointer;
					}
						
					#liste_toplinemenu-cat0:hover, #liste_toplinemenu-cat0:focus, #liste_toplinemenu-cat1:hover, #liste_toplinemenu-cat1:focus, #liste_toplinemenu-cat2:hover, #liste_toplinemenu-cat2:focus, #liste_toplinemenu-cat3:hover, #liste_toplinemenu-cat3:focus, #liste_toplinemenu-cat4:hover, #liste_toplinemenu-cat4:focus, #liste_toplinemenu-cat5:hover, #liste_toplinemenu-cat5:focus, #liste_toplinemenu-cat6:hover, #liste_toplinemenu-cat6:focus, #liste_toplinemenu-admin:hover, #liste_toplinemenu-admin:focus
					{
						text-decoration: none;
						background: #e6dcb9; /* crème le + foncé */
						color: #6d351c; /* chocolat au lait */
						cursor: pointer;
					}
					
						#toggle-cat-list1, #toggle-cat-list2, #toggle-cat-list5, #first_menu
						{
							height: 30px;
							width: 100%;
							background-color: #fff;
							display: flex;
							flex-direction: row;
							justify-content: center;
							align-items: center;
						}
						
						#toggle-cat-list1:hover, #toggle-cat-list2:hover, #toggle-cat-list5:hover, #toggle-cat-list1:focus, #toggle-cat-list2:focus, #toggle-cat-list5:focus
						{
							text-decoration: none;
							background: #e6dcb9; /* crème le + foncé */
							color: #6d351c; /* chocolat au lait */
							cursor: pointer;
						}
						
						#cat-list-menu1, #cat-list-menu2, #cat-list-menu5
						{
							width: 100%;
							position: absolute;
							left: 0;
							top: 30px;
							margin: 0;
							padding: 10px;
							display: flex;
							flex-direction: row;
							justify-content: center;
							background-image: url("images/sousmenu/fond-transparent.png");
							background-repeat: repeat;
						}
						
							#submenu
							{
								width: 33%;
								margin: 0;
								padding: 5px;
							}
							
								#submenu h4
								{
									font-family: 'Literata', serif;
									color: #6d351c; /* chocolat au lait */
									padding: 0;
									margin: 5px 0 7px 0;
									font-size: 15px;
									font-weight: bold;
									line-height: 18px;
								}
								
								#submenu p
								{
									font-family: 'Literata', serif;
									color: #6d351c; /* chocolat au lait */
									padding: 0;
									margin: 0 0 5px 0;
									font-size: 13px;
									font-weight: 600;
									line-height: 15px;
								}
							
									#animal_sousmenu
									{
										width: 100%;
										margin: 0;
										padding: 0;
										display: flex;
										flex-direction: row;
										background: #f0e9cc;
										border: 1px solid #e6dcb9;
										opacity: 0.9;
										filter: alpha(opacity=90); /* For IE8 and earlier */
									}
									
									#animal_sousmenu:hover, #animal_sousmenu:focus
									{
										border: 1px solid #6d351c;
										opacity: 1.0;
										filter: alpha(opacity=100); /* For IE8 and earlier */
									}
									
										#photoanimal_sousmenu
										{
											width: 92px;
											height: 82px;
											margin: 0;
											padding: 0 10px 0 0;
										}
										
											#photoanimal_sousmenu img
											{
												width: 80px;
												height: 80px;
												padding: 0;
												margin: 0;
											}
											
										
										#texteanimal_sousmenu
										{
											width: auto;
											height: auto;
											margin: 0;
											padding: 0;
											display: flex;
											flex-direction: column;
										}

			#menumain_right
			{
				display: none;
			}

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

			@viewport {
				width: device-width;
			}


			#entre_menus
		{
			width: 100%;
			height: 2px;
			margin: 0;
			padding: 0;
			flex-shrink: 0;
			background: #f0e9cc;
		}
			
			#sous_nav_admin
			{
				width: 100%;
				height: 4px;
				margin: 0;
				padding: 0;
				background: #f0e9cc; /* crème le + clair */
			}


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

				#interieur_gauche
				{
					width: 75%;
					height: auto;
					margin: 0;
					padding: 10px 10px 30px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#news_conteneur
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 10px 20px 10px 20px;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
						border: 1px solid #e6dcb9;
					}
			
				aside
				{
					width: 25%;
					height: auto;
					margin: 0 0 3px 0;
					padding: 20px 10px 20px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
					background: #e6dcb9; /* crème le + foncé */
				}
				
	aside p
	{
		font-family: 'Literata', serif;
		font-size: 15px;
		font-weight: 400;
		color: #6d351c; /* chocolat au lait */
		letter-spacing: 0;
		line-height: 24px;
		text-align: left;
		margin: 0 0 20px 0;
		padding: 0;
	}

}

@media screen and (max-width:900px) {
							
				#interieur_gauche
				{
					width: 70%;
					height: auto;
					margin: 0;
					padding: 10px 10px 30px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#news_conteneur
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 10px 20px 0 20px;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
						border: 1px solid #e6dcb9;
					}
			
			#rubrique_titre
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 15px 20px 8px 20px;
				flex-shrink: 0;
				text-align: center;
			}
			
			#submenu_conteneur
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 35px 20px 20px 20px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
				background: #e6dcb9; /* crème le + foncé */
			}
			
			#article_conteneur
			{
				width: 100%;
				height: auto;
				margin: 30px 0 30px 0;
				padding: 10px 20px 10px 20px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
			#article_conteneur_home
			{
				width: 100%;
				height: auto;
				margin: 30px 0 0 0;
				padding: 10px 20px 0 20px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
			aside
				{
					width: 30%;
					height: auto;
					margin: 0 0 3px 0;
					padding: 20px 10px 20px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
					background: #e6dcb9; /* crème le + foncé */
				}
	
	header h1
	{
		font-family: 'Literata', serif;
		font-size: 36px;
		font-weight: 600;
		line-height: 48px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0;
		padding: 0;
		letter-spacing: 0;
	}

	section h1
	{
		font-family: 'Literata', serif;
		font-size: 34px;
		font-weight: 600;
		line-height: 38px;
		color: #9a5722; /* marron orangé */
		margin: 0 0 20px 0;
		padding: 0;
	}

	header h2
	{
		font-family: 'Literata', serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		color: #9a5722; /* marron orangé */
		margin: 0;
		padding: 0;
		letter-spacing: 0;
	}

	section h2
	{
		font-family: 'Literata', serif;
		font-size: 25px;
		font-weight: 600;
		line-height: 38px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	section h3
	{
		font-family: 'Literata', serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	section p
	{
		font-family: 'Literata', serif;
		font-size: 16px;
		font-weight: 400;
		color: #6d351c; /* chocolat au lait */
		letter-spacing: 0;
		line-height: 28px;
		text-align: justify;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	aside p
	{
		font-family: 'Literata', serif;
		font-size: 15px;
		font-weight: 400;
		color: #6d351c; /* chocolat au lait */
		letter-spacing: 0;
		line-height: 24px;
		text-align: left;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#image_gauche img, #image_gauche_home img
	{
		width: 50%;
		height: auto;
		float: left;
		padding: 0 20px 0 0;
		margin: 5px 0 5px 0;
		flex-shrink: 0;
	}
	
	#image_droite img, #image_droite_home img
	{
		width: 50%;
		height: auto;
		float: right;
		padding: 0 0 0 20px;
		margin: 5px 0 5px 0;
		flex-shrink: 0;
	}

	
	/* MENU RESPONSIVE */
	
	#photoanimal_sousmenu
	{
		width: 67px;
		height: 62px;
		margin: 0;
		padding: 0 5px 0 0;
	}
	
		#photoanimal_sousmenu img
		{
			width: 60px;
			height: 60px;
			padding: 0;
			margin: 0;
		}
	
}




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

/* MENU RESPONSIVE */
	
	#menumain_left
	{
		width: 100%;
		background: #fff;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	
		#menumain_emptytop
		{
			display: block;
			background: #fff;
			width: 100%;
			position: relative;
		}
	
		#topline_menu
		{
			width: 100%;
			margin: 0;
			padding: 0;
			height: auto;
			display: none;
			background: #fff;
			color: #6d351c;
			position: relative;
		}
		
		#topline_menu h3
		{
			font-family: 'Literata', serif;
			font-size: 15px;
			font-weight: 700;
			letter-spacing: 0;
			color: #6d351c; /* chocolat au lait */
			padding: 0 10px 0 10px;
		}
		
			#liste_toplinemenu-cat0, #liste_toplinemenu-cat1, #liste_toplinemenu-cat2, #liste_toplinemenu-cat3, #liste_toplinemenu-cat4, #liste_toplinemenu-cat5, #liste_toplinemenu-cat6, #liste_toplinemenu-admin
			{
				width: 100%;
				min-height: 30px; /* IMPORTANT pour que le sousmenu pousse le reste du menu */
				height: auto; /* IMPORTANT pour que le sousmenu pousse le reste du menu */
				margin: 0;
				padding: 0;
				background-color: #fff;
				font-family: 'Literata', serif;
				font-size: 13px;
				font-weight: 700;
				letter-spacing: 0;
				color: #6d351c; /* chocolat au lait */
				text-align: left;
				cursor: pointer;
				display: block;
				transition: 0.2s;
			}
						
			#liste_toplinemenu-cat0:hover, #liste_toplinemenu-cat0:focus, #liste_toplinemenu-cat1:hover, #liste_toplinemenu-cat1:focus, #liste_toplinemenu-cat2:hover, #liste_toplinemenu-cat2:focus, #liste_toplinemenu-cat3:hover, #liste_toplinemenu-cat3:focus, #liste_toplinemenu-cat4:hover, #liste_toplinemenu-cat4:focus, #liste_toplinemenu-cat5:hover, #liste_toplinemenu-cat5:focus, #liste_toplinemenu-cat6:hover, #liste_toplinemenu-cat6:focus, #liste_toplinemenu-admin:hover, #liste_toplinemenu-admin:focus
			{
				text-decoration: none;
				background: #e6dcb9; /* crème le + foncé */
				color: #6d351c; /* chocolat au lait */
				cursor: pointer;
				position: relative;
			}
			
				#toggle-cat-list1, #toggle-cat-list2, #toggle-cat-list5, #first_menu
				{	
					width: 100%;
					height: auto;
					background-color: #fff;
					display: block;
					transition: 0.2s;
					
				}
						
				#toggle-cat-list1:hover, #toggle-cat-list2:hover, #toggle-cat-list5:hover, #toggle-cat-list1:focus, #toggle-cat-list2:focus, #toggle-cat-list5:focus
				{
					text-decoration: none;
					background: #e6dcb9; /* crème le + foncé */
					color: #6d351c; /* chocolat au lait */
					cursor: pointer;
				}
					
					#cat-list-menu1, #cat-list-menu2, #cat-list-menu5
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 10px;
						display: flex;
						flex-direction: column;
						justify-content: left;
						background: #e6dcb9; /* crème le + foncé */
						position: relative;
						top: 0;
						left: 0;
					}
					
						#submenu
						{
							width: 100%;
							height: auto;
							margin: 0;
							padding: 5px;
						}
						
							#animal_sousmenu
							{
								width: 100%;
								margin: 0;
								padding: 0;
								display: flex;
								flex-direction: row;
								background: #f0e9cc;
								border: 1px solid #f0e9cc;
								opacity: 0.9;
								filter: alpha(opacity=90); /* For IE8 and earlier */
								border: 1px solid #fff;
							}
									
							#animal_sousmenu:hover, #animal_sousmenu:focus
							{
								border: 1px solid #6d351c; /* chocolat au lait */
								opacity: 1.0;
								filter: alpha(opacity=100); /* For IE8 and earlier */
							}
	
	#menumain_right
	{
		display: block;
		width: 40px;
		margin: 0;
		padding: 0 5px 0 0;
	}
	
		#menumain_right img
		{
			width: 30px;
			height: 30px;
			padding: 0;
			margin: 0;
		}
}


@media screen and (max-width:750px) {
			
						#pere_chien
						{
							width: 45%;
							height: auto;
							padding: 5px;
							flex-shrink: 0;
							background-color: #e5e5e5;
						}
						
						#mere_chien
						{
							width: 45%;
							height: auto;
							padding: 5px;
							flex-shrink: 0;
							background-color: #e5e5e5;
						}
				
				#interieur_gauche
				{
					width: 60%;
					height: auto;
					margin: 0;
					padding: 10px 10px 30px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
				#imginside_fichechiot
				{
					width: 45%;
					height: auto;
					padding: 0;
					margin: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
				#inside_fichechiot
				{
					width: 53%;
					height: auto;
					padding: 0;
					margin: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
				aside
				{
					width: 40%;
					height: auto;
					margin: 0 0 3px 0;
					padding: 20px 10px 20px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
					background: #e6dcb9; /* crème le + foncé */
				}
				
				#BoiteColonnesPhotos
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#ColPhotosLeft
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
					
					#ColPhotosRight
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
	
	#image_gauche_home img, #image_droite_home img
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
		flex-shrink: 0;
	}

}

@media screen and (max-width:700px) {
	
				#ficheid_chien
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
					#photoid_chien
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0;
						flex-shrink: 0;
					}
					
					#texteid_chien
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
	
	
}


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

			#durouvet_title
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px 10px 10px 10px;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-content: center;
				flex-shrink: 0;
				background: #f0e9cc; /* crème le + clair */
			}		
				
				#durouvet_logo
				{
					width: 200px;
					height: 92px;
					margin: 0;
					padding: 0;
					flex-shrink: 0;
				}
	
	header h1
	{
		font-family: 'Literata', serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0;
		padding: 0;
		letter-spacing: 0;
	}

	section h1
	{
		font-family: 'Literata', serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 38px;
		color: #9a5722; /* marron orangé */
		margin: 0 0 20px 0;
		padding: 0;
	}

	header h2
	{
		font-family: 'Literata', serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 24px;
		color: #9a5722; /* marron orangé */
		margin: 0;
		padding: 0;
		letter-spacing: 0;
	}

	section h2
	{
		font-family: 'Literata', serif;
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	section h3
	{
		font-family: 'Literata', serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 32px;
		color: #6d351c;  /* chocolat au lait */
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#durouvet_logo img
	{
		width: 200px;
		height: 92px;
		flex-shrink: 0;
	}
	
	#Photo_actuelleUpdate img
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 6px 0;
	}

}

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

			#interieur_home
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
				#interieur_gauche
				{
					width: 100%;
					height: auto;
					margin: 0;
					padding: 10px 10px 30px 10px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}
				
				#chiot_carte
				{
					width: 100%;
					height: auto;
					padding: 15px;
					margin-bottom: 10px;
					background-color: #fffdf4;
					border: 1px #e6dcb9 solid;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}

					#imginside_fichechiot
					{
						width: 100%;
						height: auto;
						padding: 0;
						margin: 0 0 10px 0;
						flex-shrink: 0;
					}
					
					#inside_fichechiot
					{
						width: 100%;
						height: auto;
						padding: 0;
						margin: 0;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
					}
			
				aside
				{
					width: 100%;
					height: auto;
					margin: 0 0 3px 0;
					padding: 20px;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
					background: #e6dcb9; /* crème le + foncé */
				}
				
				aside h3
				{
					font-family: 'Literata', serif;
					font-size: 24px;
					font-weight: 600;
					line-height: 32px;
					color: #6d351c;  /* chocolat au lait */
					margin: 0 0 20px 0;
					padding: 0;
				}
				
						#conteneur_twinimages
						{
							width: 25%;
							height: auto;
							margin: 0 0 2px 0;
							padding: 0 2px 0 2px;
							flex-shrink: 0;
						}

}

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

			#durouvet_title
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 10px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				flex-shrink: 0;
				background: #f0e9cc; /* crème le + clair */
			}
			
				#durouvet_logo
				{
					width: 230px;
					height: 106px;
					margin: 0;
					padding: 0;
					flex-shrink: 0;
				}
				
				#durouvet_titresite
				{
					max-width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					flex-shrink: 0;
				}

	section h1
	{
		font-family: 'Literata', serif;
		font-size: 26px;
		font-weight: 600;
		line-height: 32px;
		color: #9a5722; /* marron orangé */
		margin: 0 0 20px 0;
		padding: 0;
	}		
	
	section p
	{
		font-family: 'Literata', serif;
		font-size: 15px;
		font-weight: 400;
		color: #6d351c; /* chocolat au lait */
		letter-spacing: 0;
		line-height: 28px;
		text-align: justify;
		margin: 0 0 15px 0;
		padding: 0;
	}
				
	#durouvet_logo img
	{
		width: 230px;
		height: 106px;
		flex-shrink: 0;
	}

	#image_gauche img, #image_droite img
	{
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
		flex-shrink: 0;
	}	
				
}

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

			#rubrique_titre
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 5px 10px 0 10px;
				flex-shrink: 0;
				text-align: center;
			}
			
					#news_conteneur
					{
						width: 100%;
						height: auto;
						margin: 0;
						padding: 10px 15px 0 15px;
						display: flex;
						flex-direction: column;
						flex-shrink: 0;
						border: 1px solid #e6dcb9;
					}
			
			#submenu_conteneur
			{
				width: 100%;
				height: auto;
				margin: 0;
				padding: 15px 15px 0 15px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
				background: #e6dcb9; /* crème le + foncé */
			}
			
			#article_conteneur
			{
				width: 100%;
				height: auto;
				margin: 30px 0 20px 0;
				padding: 10px 15px 10px 15px;
				display: flex;
				flex-direction: column;
				flex-shrink: 0;
			}
			
						#conteneur_twinimages
						{
							width: 50%;
							height: auto;
							margin: 0 0 2px 0;
							padding: 0 2px 0 2px;
							flex-shrink: 0;
						}

				#liens_maj_sup
				{
					width: 100%;
					height: auto;
					margin: 20px 0 0 0;
					padding: 0;
					display: flex;
					flex-direction: column;
					flex-shrink: 0;
				}

}