@font-face {
  font-family: 'RJHexa';
  src: url('../assets/fonts/RJHexa-Regular.woff2') format('woff2'),
       url('../assets/fonts/RJHexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	margin: 0px;
	background-color: #e0e2ea;
	font-family: 'RJHexa', Arial, sans-serif;
}

html {
	box-sizing: border-box;
	margin:0 ;
}
*,
*::after,
*::before {
	box-sizing: inherit;
}

header {
	display:grid;
	grid-template-columns: 0.85fr 1fr 1.1fr;
	column-gap: 0.5%;
	color: black;
	font-family: source-sans-pro;
	margin-top: 2em;
}

.logo {
	grid-column: 1;
	background-color: #e0e2ea;
	height: auto;
	width: 100%;
	white-space: nowrap;     /* empêche retour à la ligne */	
	font-size: 4.5em ;
	margin-left: 2%;
}

.espace { grid-column: 2;
		
 }


nav     {
		grid-column: 3;
		background-color: #e0e2ea;
		position: relative;
		font-size: 0.95em;
        max-width: 1000%;
		margin-top: 0em;
		margin-bottom: 0em;
      }
 nav li
      {
        list-style-type: none;
		white-space: nowrap; /* ⬅ empêche le retour à la ligne */
        width: 100%;
		
		font-weight: bold;
		text-align: center;
      }
	  

nav ul {
	display: flex;
	justify-content: flex-end; /* menu à droite */
	align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;

 }
nav li {

 margin:auto;
 padding:0;
 background-color:black;
 
 }
 
 
nav li a {
 display:block;
 width:100%;

 text-decoration:none;
 padding:5px;
 
 
       background: #e0e2ea;
       margin: 0;
       color: #000000;
	   font-size: 1.2em;
    
 }
nav li a:hover {
	color: #e0e2ea;
	background-color: black;
 }
nav ul li ul {
 display:none;
 width: 20%;
 }
 nav ul li ul li {
 width: 100%;
 }
 
nav ul li:hover ul {
 display:block;
 }
nav li:hover ul li {
 float:none;
 }
 
nav li ul {
 position:absolute;
 }
 
 



/* ---------------fin nav ---------------*/







/* ---------------fin généralités---------------*/





.photodroitehaut   { 
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0em;
	margin-top: 2em;
	-webkit-box-shadow: 0.7em 0.7em 1.3em #4c5998;
	box-shadow: 0.7em 0.7em 1.3em #4c5998;
	border: 0.1em solid #4c5998;
	}

.photodroitehaut_1   { 
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0em;
	margin-top: 2em;
	-webkit-box-shadow: 0.7em 0.7em 1.3em #4c5998;
	box-shadow: 0.7em 0.7em 1.3em #4c5998;

	}

/* ---------------fin page d'accueil---------------*/


/* ---------------début page livre ----------------*/

section { 	display: flex; 
			align-items: flex-start;
			justify-content:center;
			margin-top: 2em;	
}

.bloc_5_couverture {
	width:15%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content:center;
	gap: 1%;
	justify-content:center;

	height: auto;
	padding: 0%;
	margin: 0;	
	border-radius: 0.35em;
	background-color: ;
	color: #000000;	
	font-size: 1.5em;
}

.bloc_5_texte {
	
	justify-content:center;
	width: 40%;

	padding: 0%;
	margin: 0;	
	border-radius: 0.35em;
	background-color: ;
	color: #000000;	
	font-size: 1.4em;
}
.commentaire {
	max-width:100%;
	display: flex;
	align-items: flex-start;
	gap: 20%;
	margin-left: 4%;
	margin-bottom: 0em;
	margin-top: 1em;
	padding-left: 50px;
	text-align: justify;
}


.couverture_gauche   { 
	max-width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0em;
	margin-top: 2em;
	-webkit-box-shadow: 0.7em 0.7em 1.3em #000000;
	box-shadow: 0.7em 0.7em 1.3em #000000;
	border: 0.1em solid #000000;
	}


.acheter_2   { 
	max-width: 35%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0em;
	margin-top: 2em;
	-webkit-box-shadow: 0.7em 0.7em 1.3em #000000;
	box-shadow: 0.7em 0.7em 1.3em #000000;
	border: 0.15em solid #a9471b;
	border-radius: 0.6em;
	}




/*  trois blocs en bas descriptif / contact / liens  */

.section_bas_page_2 {
	width: 100%;
	display:grid;
	grid-template-columns: 1fr 3fr  1fr 1.3fr 1fr;
	column-gap: 5%;
	/*justify-content: space-between;
	align-items: flex-start;
*/
	color: black;
	font-size:1.3em;
	margin-top: 2em;
}


.sous_section_gauche_page_2 {
	grid-column: 2;
	width:100%;
	text-align: justify;
	align-self: center;
}
.sous_section_centre_page_2	{
	grid-column: 3;
	justify-content: center;   /* centre horizontalement le .inner */
	max-width:100%;
	/*display: flex;
	align-items: flex-start; */
	text-align: justify;
	
}
.commentaire_sous_section_droite{
	max-width:100%;
	margin-top: 1em;
	text-align: justify;
	
}	
.commentaire_sous_section_droite p {
	margin-top: auto;
	margin-bottom: auto;
}	

.sous_section_droite_page_2	{
	grid-column: 4;
	max-width:100%;
	display: flex;
	align-items: flex-start;
	text-align: justify;
	
}

.commentaire_2 {
	margin-left: 4%;
	margin-bottom: 0em;
	margin-top: 1.5em;
	padding-left: 50px;
	text-align: justify;
}

.contact {
	width:100%;
	padding: 0;
	margin-left:0;
}
.ul_contact {
	margin: 0;
	padding: 0;
}
.li_contact {
	margin-top: -10px;
	padding-top: 0;
}
blockquote {
	font-style: italic;
}


a {
	font-weight: bold;
}

footer {
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	padding-left: 2%;
	background-color: ;
	color: #000000;
	float: none;
	clear: both;
}
p footer
{
font-weight: bold;
color: #000000;
}



.bloc_4 {

	font-size: 1.6em;
}
article a,
article a:visited,
article a:hover,
article a:active {
  text-decoration: none;
  color: inherit;
}


.construction {
  font-size: 5rem;
  text-align: center;
}