
.header	{	border: 3px turquoise solid;			border-radius: 10px;				}
.header {	display: grid;	grid-template-columns: 1fr 2fr ;							}
.header {	max-width: 900px;	/*gap: 30px;	margin: 40px auto;	padding: 20px */	}
.header {	align-items: stretch; 														}



#block_gauche	{display: grid;	grid-template-rows: 3fr 1fr 1fr ;			}
#block_gauche	{border: 3px pink solid;			border-radius: 10px;	}



	#image_logo{	border: 3px red solid;		border-radius: 10px;			}
	#image_logo{ display: flex;	justify-content: center;  align-items: center;	}

	#www	{		border: 3px red solid;		border-radius: 10px;	}
	#www	{	display: flex;	justify-content: center;  align-items: center;	}
	#www	{	font-size: 1.3em;     font-weight: bold;  font-style: italic;	}
	#www	{	font-family: 'arial', sans-serif;	}


	#coordonnee_bis	{border: 3px green solid;	border-radius: 10px;			}
	#coordonnee_bis{ display: flex;	justify-content: center;  align-items: center;}
	#coordonnee_bis{	flex-direction: column}

	#coordonnee_bis{	font-size: 1.3em;     font-weight: bold;  font-style: italic;
    					font-family: 'ISOCP', sans-serif;}


#block_droite	{	/*width:  29%;*/		height:auto;		font-weight: bold;	}					
#block_droite		{border: 3px blue solid;			border-radius: 10px;	}
#block_droite{	display: grid;	grid-template-rows: 2fr 1fr ;	}

	#coordonnee	{height: 100%;	display: flex;		justify-content: center;	} 
	#coordonnee	{border: 3px red solid;			border-radius: 10px;			}

	#titre_general	{width: 100%;	display: flex;		justify-content: center;}
	#titre_general	{border: 3px red solid;			border-radius: 10px;		}
	
	#titre_general h1 {line-height: 1.2;	}
	#titre_general{	flex-direction: column;	align-items: center;	}
	#titre_general{	display: flex;	flex-direction: 
					column;	justify-content: center; align-items: center;
				}

	/*
#ctnr-slogan {  height: 100%;		display: flex;		justify-content: center;	align-items: center;}
#ctnr-slogan {  background: linear-gradient(135deg, #FF7F9F, #40E0D0);	}
#ctnr-slogan {	border: 3px olive solid;			border-radius: 20px;					}
*/	


/*	UPGRADE AI*/
/*
	#coordonnees {font-family: Arial, sans-serif;	line-height: 1.6;		}
	#coordonnees h2 {	margin-bottom: 10px;								}
	#coordonnees a 	{		color: #0073e6;	text-decoration: none;			}
	#coordonnees a:hover {	text-decoration: underline;						}
*/