/* 
2colbouffon.css
par Alain BARBIER
écrit en mars 2017
revu complètement en novembre 2025
*/
#corps
{
	width:90vw;
	margin-left: auto;
	margin-right: auto;
}
header
{
	width:90vw;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
#descriptif
{
	width:85vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
}
.voiraussi
{
	border: 1px darkred solid; /*bordure grise de 2 pixels*/
	border-radius: 5px; /*angles arrondis de 15 pixels*/
	text-align: left; 
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
	padding-right:15px;
}
h1
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 3.5em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
h2
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 2em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
h3
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.6em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:3vw;
    margin-bottom:0px;
    margin-top:0px;
}
h4
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.8em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
    margin-bottom:0px;
    margin-top:0px;
}
.nomhistoire
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.4em;
	font-weight: normal; 
	font-style:normal;
	text-align: left; 
	margin-left:30px;
	margin-bottom:0px;
}
strong
{
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1.2em;
	font-weight: bold; 
	font-style:normal;
}
section
{
	width:90vw;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.encart
{
	width:44vw;
	height: auto;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	padding-right:10px;
}
.liens
{
	text-align: center;
	margin-left:3vw;
}
.hist
{
	text-align: left;
	margin-left:3vw;
	font-size: 1.5em
}
.gauchemarge
{
	text-align: left;
	margin-left:3vw;
	font-size: 1.4em
}
.notes
{
	text-align: left; 
	margin-left:3vw;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: normal; 
	font-style: italic;
}
.encart .retour
{
	text-align: center;
}
.image
{
	width:33vw;
	border:0px;
	margin-left:5vw;
}
.photo
{
	width:30vw;
	border:0px;
}
.photocentre
{
	width:35vw;
	border:0px;
	margin-left:2vw;
}
.troisquartphotocentre
{
	width:27vw;
	border:0px;
	margin-left:9vw;
}
.demiphoto
{
	width:20vw;
	border:0px;
}
.demiphotocentre
{
	width:20vw;
	border:0px;
	margin-left:10vw;
}
.tiersphoto
{
	width:12.5vw;
	border:0px;
}
.tiersphotocentre
{
	width:12.5vw;
	border:0px;
	margin-left:10vw;
}
.quartphoto
{
	width:9vw;
	border:0px;
}
.quartphotocentre
{
	width:9vw;
	border:0px;
	margin-left:14vw;
}
.basdepage
{
	text-align: center;
	padding-top: 50px;
}
.bouton
{
	border:0px 
}
.navigation
{
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: center; /* Vertical */
    height: 60px; /* Important : le conteneur doit avoir une hauteur définie */
}
.arrow
{
	height:60px 
}
video
{
	width:40vw;
	border:0px;
	margin-left:2vw;
}
/*liens en rouge sombre, non soulignés, 
deviennent rouge vif et gras au survol du mulot*/
a{
text-decoration:none;
color:blue;
}
a:link{
font-size: 1.1em;
color:blue;
}
a:visited {
font-size: 1.1em;
color:blue;
}
a:hover{
font-size: 1.1em;
color:yellow;
}
footer
{
	width:90vw;
	border: 1px grey solid; /*bordure grise de 2 pixels*/
	border-radius: 15px; /*angles arrondis de 15 pixels*/
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	color: navy;
	text-shadow:8px 8px 8px grey;
	font-size: 1em;
	font-weight: normal; 
	font-style:normal;
	text-align: center; 
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 1100 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:1100px)
{
header
{
	width:90.5vw;

	border-radius: 10px;  /*angles arrondis de 10 pixels*/
}
#descriptif
{
	font-size: 1.2em;
}
h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 2em;
}

section
{
	width:90vw;
	height:auto;
	flex-direction: column;
}
.encart
{
	width:90vw;
	height: auto;
	border-radius: 10px;
	font-size: 1.1em;
	padding-right:5px;
}
.liens
{
	margin-left:10px;
}
.gauchemarge
{
	margin-left:3vw;
	font-size: 1.3em
}
.notes
{
	font-size: 0.9em;.notes
{
	font-size: 0.7em;
}
}
h2
{
	text-shadow:6px 6px 6px grey;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
h3
{
	font-size: 2em;
	margin-left:6vw;
    margin-bottom:8px;
    margin-top:8px;
}
h4
{
	font-size: 1.4em;
    margin-bottom:8px;
    margin-top:8px;
}
.nomhistoire
{
	margin-left:10px;
	margin-bottom:10px;
}
.image
{
	width:60vw;
	margin-left:15vw;
}
.photocentre
{
	width:64vw;
	margin-left:9vw;
}
.troisquartphotocentre
{
	width:50vw;
	margin-left:17vw;
}
.demiphoto
{
	width:30vw;
}
.demiphotocentre
{
	width:35vw;
	margin-left:25vw;
}
.tiersphoto
{
	width:28vw;
}
.tiersphotocentre
{
	width:28vw;
	margin-left:20vw;
}
.quartphoto
{
	width:18vw;
}
.quartphotocentre
{
	width:18vw;
	margin-left:28vw;
}
.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}
video
{
	width:80vw;
	margin-left:5vw;
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 750 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:750px)
{
header
{
	width:90vw;

}
h1
{
	text-shadow:2px 2px 2px grey;
	font-size: 2em;
}
#descriptif
{
	font-size: 1em;
}
section
{
	width:90vw;
	height:auto;
	flex-direction: column;
}
.encart
{
	width:90vw;
	height: auto;
	border-radius: 10px;
	font-size: 1em;
	padding-right:5px;
}
.liens
{
	margin-left:10px;
}
.gauchemarge
{
	margin-left:3vw;
	font-size: 1.2em
}
.notes
{
	font-size: 0.8em;
}
h2
{
	text-shadow:6px 6px 6px grey;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
h3
{
	font-size: 1.9em;
	margin-left:6vw;
    margin-bottom:8px;
    margin-top:8px;
}
h4
{
	font-size: 1.4em;
    margin-bottom:8px;
    margin-top:8px;
}
.nomhistoire
{
	margin-left:10px;
	margin-bottom:10px;
}
.photocentre
{
	width:72vw;
	margin-left:6vw;
}
.demiphoto
{
	width:25vw;
}
.basdepage
{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/*-------------------------------------------------*/
/*-------- pour les écrans < 600 pixels ----------*/
/*-------------------------------------------------*/
@media all and (max-width:600px)
{
h3
{
	font-size: 1.6em;
	margin-left:3vw;
}
.gauchemarge
{
	margin-left:3vw;
	font-size: 1.2em
}
}	