

/* LAYOUT */
header,
.page,
footer { max-width: 1100px; margin: 0 auto; padding: 0 50px; }
header { margin-top: 20px; }
@media (max-width: 700px){
	header,
	.page,
	footer { padding: 0 20px; }
}
/* MAIN MENU */
.main-menu { /*text-align: right;*/ margin-left: -10px; }
.main-menu .menu-item { padding: 5px 10px; }
@media (max-width: 700px){
	.main-menu { text-align: center; }
	.main-menu .menu-item { padding: 5px 5px; }
	header { margin-bottom: 50px;}
}
/* ANIMATION */
header,
.page,
footer {
	transition: all 0.3s ease-out;
}

/* FONT */
h1, h2, h3, h4 {  
	font-weight: 400;
}
body {
	color: rgb(40, 40, 40);
	font-size: 1.2rem;
	line-height: 1.7rem;
}
p { 
	margin-block-start: 1.4em;
	margin-block-end: 1.4em;
}
.chapo {
	font-size: 1.58rem;
	line-height: 1.98rem;
}
.h-item a,
nav.langues {
	font-size: 1rem;
	line-height: 1.3rem;
}
footer,
.caption,
.conception-graphique {
	font-size: 0.9rem;
	line-height: 1.1rem;
}
h1 {
	font-size: 2.8rem;
	line-height: 3.1rem;
}
@media (max-width: 700px){
	h1 {
		text-align: center;
		/*font-size: 2.5rem;
		line-height: 2.8rem;*/
	}
	body {
		font-size: 1.15rem;
		line-height: 1.5rem;
	}
	.chapo {
		font-size: 1.42rem;
		line-height: 1.65rem;
	}
	p { 
		margin-block-start: 1.3em;
		margin-block-end: 1.3em;
	}
}
/* LIENS */
a {
	color: inherit;
	text-underline-offset: 3px;
	text-decoration-color: rgba(255, 155, 186, 1);
}
a:hover {
	text-decoration-color: rgba(40, 40, 40, 1);
}
p a {
	display: inline !important;
}
.h-item a,
nav.langues a {
	text-decoration: none;
	font-weight: 700;
}
.h-item a:hover,
nav.langues a:hover {
	text-decoration: underline;
	text-decoration-color: rgba(40, 40, 40, 1);
}
.lien-credit {
	text-decoration: none;
}
/* FOOTER */
footer {
	margin-top: 60px;
	padding-bottom: 20px;
}
.header {
	
}

.h-item.titre {
	flex: calc(80% - 10px);
}

.h-item.contact {
	flex: calc(20% - 10px);
	justify-content: flex-end; /* Aligne le contact à droite */
	gap: 10px; /* Espacement entre les éléments */
}
.h-item.contact .sm-item {
	display: block;
}
.conception-graphique {
	position: fixed;
	right: 0px;
	bottom: 40px;
	writing-mode: vertical-rl; /* Écriture verticale, de droite à gauche */
	text-orientation: mixed;
	padding: 9px;
	transform:rotate(180deg);
}
@media (max-width: 700px){
	.conception-graphique {
		position: relative;
		text-align: right;
		bottom: 20px;
		writing-mode: horizontal-tb;
		text-orientation: initial;
		padding: 80px 0px 0px 0px;
		transform:none !important;
	}
}
.margintop-40 { margin-top: 40px; }
.marginbottom-40 { margin-bottom: 40px;}
.margintop-80 { margin-top: 80px; }
.marginbottom-60 { margin-bottom: 60px;}
.margintop-60 { margin-top: 60px; }
.margintop-100 { margin-top: 100px; }
.marginbottom-100 { margin-bottom: 100px; }
.indent-200 { padding-left: 330px; }
.indent-80 { padding-left: 80px; }
.indent-60 { padding-left: 60px; }
.indent-40 { padding-left: 40px; }
@media (max-width: 880px){
	.indent-200 { padding-left: 100px; }
	.indent-80 { padding-left: 0px; }
	.indent-60 { padding-left: 0px; }
	.indent-40 { padding-left: 0px; }
}
@media (max-width: 700px){
	.header.margintop-100 { margin-top: 0px; }
	.indent-200 { padding-left: 0px; }
	.indent-80 { padding-left: 0px; }
	.indent-60 { padding-left: 0px; }
	.indent-40 { padding-left: 0px; }
}
@media (max-width: 500px){
	.indent-80 { padding-left: 0px; }
	.indent-60 { padding-left:  0px; }
	.indent-40 { padding-left:  0px; }
}
.langue-fr .switch-to-fr,
.langue-en .switch-to-en {
	opacity: 0.4;
}
.photo-container {
	width: 280px;
	float:left;
	padding-top: 6px;
}
.photo-container img {
	width: 100%;
}
.photo-container .legende {
	display: block;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
@media (max-width: 880px){
	.photo-container {
		width: 80%;
		float:none;
		margin: 100px auto 0px auto;
	}
}
@media (max-width: 700px){
	.photo-container {
		margin: 60px auto 0px auto;
	}
}