

@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;
}
@font-face {
    font-family: 'ABC Display Condensed';
    src: url('C/Users/pjpg/Documents/Alexis/site_alexis/assets/fonts/ABCDisplay-Condensed.woff2') format('woff2'),
        url('C/Users/pjpg/Documents/Alexis/site_alexis/assets/fonts/ABCDisplay-Condensed.woff') format('woff');
		
    font-weight: normal;   /* ⬅ CRITIQUE */
    font-style: normal;
    font-display: swap;
}
html {
	box-sizing: border-box;
	margin:0 ;
	padding: 0;
	font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	margin: 0px;
	background-color: #e0e2ea;
	font-family: 'RJHexa', Arial, sans-serif;
	font-size: 1rem;  /* = 16px */
}
body p {
	color: #000000;
	background-position: 0 0;
	text-align: justify;
}



header,
.menu,
.logo {
  font-family: "ABC Display Condensed", Arial, sans-serif;
  font-weight: 400;

}

 a,
 a:visited,
 a:hover,
 a:active {
  text-decoration: none;
  color: inherit;
}
 a:hover {
	 font-style: italic;
	 font-size: 1rem;
 }
.logo :hover {
	 font-style: italic;
	  font-size: 1.1rem;

 }
.a_footer :hover {
	 font-style: italic;

 }


/* HEADER + GRILLE */
header {
  width: 100%;
  color: black;
  position: sticky;
	top: 0;                 /* colle en haut */
	z-index: 1000;          /* passe au-dessus du contenu*/
	background: #e0e2ea;       /* indispensable pour éviter la transparence*/
	border-bottom: 0.15em solid #4c5998;
}

.header-grid {
  display: grid;
  grid-template-columns:
    minmax(18%, 18%)   /* marge gauche fixe 20% */
    auto               /* logo */
    minmax(10%, 1fr)   /* espace central */
    auto               /* nav */
    minmax(18%, 18%);  /* marge droite fixe 20% */
  align-items: center;
  width: 100%;
}


.logo { 
	grid-column: 2; 
	font-size: 1.2rem; 
	background: #e0e2ea;
	margin: 0;
	color: #000000;
	white-space: nowrap; /* ⬅ empêche le retour à la ligne */
	}
 div .logo :hover {
	font-weight: 400;

}
	
.espace { grid-column: 3; }

.site-nav { 
  grid-column: 4; 
  position: static;       /* IMPORTANT */
  width: auto; 
  background: transparent;
}

/* MENU HORIZONTAL */
.menu {
  display: flex;           /* items sur une ligne */
  gap: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;  /* = 16px */
}

.menu > li {
  position: relative;      /* pour les sous-menus */

}

.menu a {
  text-decoration: none;
  color: #000;
  display: block;
  white-space: nowrap;     /* empêche retour à la ligne */
  padding: 10px 5px;
}

.menu a:hover {
  background: black;
  color: white;
}

/* SOUS-MENU */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background: #e0e2ea;
  min-width: max-content;
  list-style: none;
  padding: 0;
}

.has-submenu:hover .submenu {
  display: flex;
}

.submenu a {
  padding: 10px 15px;
  white-space: nowrap;
}



/* ------------------- APRES BANDEAU NAV - PAGE ACCUEIL ------------------*/
/* ------------------- APRES BANDEAU NAV - PAGE ACCUEIL ------------------*/
/* ------------------- APRES BANDEAU NAV - PAGE ACCUEIL ------------------*/
/* ------------------- APRES BANDEAU NAV - PAGE ACCUEIL ------------------*/

/* ---------------- ARTICLES DOUBLE COUVERTURE DE LIVRE SUR UNE LIGNE---------------- */

.articles-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 18%;
  margin-top: 0rem;

}

.livre {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1em;
}

.livre img {
  width: 100%;
  display: block;
}

.livre h2 {
  margin-top: 0.6rem;
}

.livre p {
  margin: 0;
}



article a,
article a:visited,
article a:active {
  text-decoration: none;
  color: inherit;
   font-weight: 400;
}
article a:hover {
	font-style: italic;
}



/* ---------------- BLOCS BAS descriptif - contact - réseaux sociaux ---------------- */
.section_editeur {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding:80px 18%  50px 18%;
  
}

.bloc_description {
  text-align: left;
}

.bloc_info {
  display: flex;
  justify-content: center;   /* centre horizontalement le .inner */
}

..bloc_info .inner {
  text-align: left;          /* texte aligné à gauche */
  max-width:;          /* optionnel : limite la largeur */
}




/* ---------------- FOOTER ---------------- */



.site-footer {
  width: 100%;
  background: #e0e2ea;
  padding: 20px 0;
}

.footer-content {
  display: flex;
  gap: 30px;
  padding-left: 5%;
  align-items: center;
  flex-wrap: wrap;
}

.footer-content span {
  display: inline-block;
}


footer div  a,
footer div a:visited,
footer div a :active 
{
	text-decoration: none;
	color: inherit;
	font-weight: 400;
}
footer div a :hover {
	text-decoration: none;
	color: inherit;
	font-weight: 400;
	font-style: italic;
}


/* ---------------- DIVERS ---------------- */

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





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








/* --------------- code css de la page 2 ------------- */
/* --------------- code css de la page 2 ------------- */
/* --------------- code css de la page 2 ------------- */
/* --------------- code css de la page 2 ------------- */


.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;

	}/* ---------------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;
}
.commentaire_2 {
	margin-left: 4%;
	margin-bottom: 0em;
	margin-top: 1.5em;
	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;
	}

/* ---------------- BLOCS BAS descriptif - contact - réseaux sociaux 2 COLONNES---------------- */

.section_editeur_page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 100px 16%;
  font-size:1.3em;
}



/* ------------------ CODE CSS PAGES CONTACT ET CONSTRUCTION ---------------------*/
/* ------------------ CODE CSS PAGES CONTACT ET CONSTRUCTION ---------------------*/
/* ------------------ CODE CSS PAGES CONTACT ET CONSTRUCTION ---------------------*/
/* ------------------ CODE CSS PAGES CONTACT ET CONSTRUCTION ---------------------*/




.bloc_4 {

	font-size: 1.6em;
}

/* a {
	font-weight: bold;
} */






.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;
}










