/*  >>--------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

body {	
	padding: 0;
	background: #FFF;
 	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #061719;
        line-height: 1.6em;  /* was 1.4em */
        font-weight: 400;
        text-align: left;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
}

/* Paragraphes */
p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 9px;
}

.spip_documents_center { float: none ; clear: both; width: 100%; margin: auto; text-align: center; }

img, table { margin: 0; padding-right: 5px; border: 0; float:none}
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; text-align: left;}
h1 { font-size: 25px; margin-left:5px ; font-weight: 700; }

ul.bullet {list-style-type: disc}

/* MAJ Spip 2.0 */
h2 { font-size: 22.4px; font-weight: 400; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003;}
h3 { font-size: 1.0em; font-weight: bold; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #0D2F33; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {	
        width: 100%;
        margin: 0;
        background:#FDFDFD; 		/* FDFDFD avant #FDFBD9 background site hors champs de texte */
}

@media (min-width: 58em) {
#page {
	max-width: 53em;
        margin: 0 auto; 
	background:#FDFDFD; 		/* FDFDFD avant #FDFBD9 background site hors champs de texte */
}
}

#conteneur { width: 100%; } 	             /* Particularisme IE/PC */

#conteneur #contenu {       /* Largeur de l'article /
	width: 100%;
        max-width: 45em;                             /*    Test 65->60*/
        background: #FDFDFD;			/* &#1081;tait #FDFBD9 Background des champs de texte */
        border-radius 10px 10px; -moz-border-radius: 10px;
        padding: 0.0em;  /* was 0.5 */
	margin-left: auto;
	margin-right: auto;
}

#conteneur #navigation {
	float: right;
	width: 180px;	                /* 12 */
	text-align: center;
}
/*  Blocs du contenu (c-a-d. la colonne principale)
---------------------------------------------- */
#contenu .contre-encart {
	float: left;
	width: 100%;
        max-width: 53em; 	                                /* was 1000 largeur des deux premiers articles */
     
}

#contenu .encart {
	float: right;
	width: 13em;                                     /* largeur de la colonne de droite */
	margin-bottom: 1em;

}
* {
  box-sizing: border-box;
}

[class*="col-"] {
  float: left;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
/* For desktop: */
.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

/*  Entete et pied de page
---------------------------------------------- */

/* * Entete */
#entete { width: 100%; }
#entete #nom_site_spip {
	float: left;
		font-size: 20.0em; } /* Site Marc Et Fred */
#entete a { text-decoration: none; }
#entete a .spip_logos { display: block; float: none; }
/* img, .spip_logos { 
/*  margin: 0em;   /* was 0 */ 
/*  padding: 0; 
/*  float: none;
  text-align: center;
  border: 50px;   /* was 0 */
 /* max-width: 100%;
 /* height: auto;
/*}*/

#entete .formulaire_recherche { float: left; 
text-align: center;
font-size: 12px;
background: #153D42;			/*    chang&#1081; */
text-decoration: none;
border: 0 none;}

/* * Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 6px;  /* etait 16px (chang&#1081; 11/12/2020) */
	border-top: 0px solid #333333; /* was 3px */
	font-size: 1.2em; }    

/* * Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCCCCC;			
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }

/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
        text-align: left;
	/* border: 1px solid #CCCCCC; */ 
        /* border-radius: 5px 5px; -moz-border-radius: 5px; */
	margin-bottom: 1em;
        /* margin-left: 0.1em; */
        /* padding-left : 5px; */
	/* padding-top : 5px; */
        min-width: 160px;                                          /* MARC 10->260px  */
	font-size: 0.8em;             /*   was 0.85 taille dans les rectangles (rubriques, commentaires, etc...)  */ 
        font-color: #f01707;
        line-height: 1.0em;
}

.edito {
	text-align: left;
	border: 1px solid #CCCCCC;			/* was    #CCCCCC*/
	margin-bottom: 1em;
	min-width: 10em;
	font-size: 1.0em; /*1.2 */
}

.liste-articles2, .liste-articles3 {
	width: 100%;
        max-width: 800px; 	                                                    /*  largeur du tableau des articles 18em -> 265 px   */ 
float: left;	
line-height: 0.9em;
text-align: left;

}

/* ajouté 10/09/2024 après passage à SPIP 4.3.2 */
.pagination {
ul.pagination-items {
width: 60%;
display: flex; justify-content: space-evenly;
li.pagination-item {
width: 30px;
text-align: center;
border-right: 1px solid gray;
&:last-child {
border-right: 0;
}
}
}
}
.liste-articles2 li, .liste-articles3 li
{	border: 0px solid #CCCCCC;			/* was   1px  #CCCCCC*/
	font-size: 0.8em; /*1.2 */
height: 165px;                                                      /*  hauteur du tableau des articles  */
overflow:hidden;
margin-bottom: 5px;
margin-left: 5px;
padding: 2px;
}



.rubriques .menu-titre, .breves .menu-titre, .edito .titre, .syndic .titre, .forums 

.menu-titre, .divers .menu-titre {
	padding: 3px 4px 2px 4px;
	border-bottom: 1px #CCCCCC;			/* was    #CCCCCC*/
	text-align: Left;
	font-size: 1.8em; /*titres dans les 'rectangles' */
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
}

.liste-articles .menu-titre, .liste-articles2 .menu-titre, .liste-articles3 .menu-

titre {
	padding: 3px 4px 4px 4px;
	border-bottom: 1px dotted #CCCCCC;			/* was    #CCCCCC*/
	text-align: left;
        text-color: #f01707;
	font-size: 1.4em; /*1.2 */
	
font-weight: bold;
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 0px 0px; }

.rubriques ul, .breves ul, .edito ul, .syndic ul, .forums ul, .divers ul{
	display: block;
	padding: 0;
	padding-right: 0em;
}

.rubriques li, .breves li, .edito li, .syndic li, .forums li, .divers li { padding-left: 0.1em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #FDFDFD;}            /*    &#1081;tait #80987C      */
.rubriques .titre { background: #FDFDFD; }   /*    &#1081;tait #80987C      */

.breves { background: #FDFDFD; }              /*    &#1081;tait #80987C fond du bloc de droite des br&#1080;ves  */
.breves .titre { background: #FDFDFD; }      /*    &#1081;tait #80987C fond du titre du bloc de droite des br&#1080;ves */
 
.edito { background: #cc0000; }                  /*    &#1081;tait #FFFAF2 */
.edito .titre { background: #cc0000; }           /*    &#1081;tait #FFFAF2 */

.syndic { background: #FDFDFD; }                 /*    &#1081;tait #80987C */
.syndic .titre { background: #FDFDFD; }         /*    &#1081;tait #80987C */

.forums { background: #FDFDFD; }               /*    &#1081;tait #80987C Blocs de droite sur page principale */
.forums .titre { background: #FDFDFD; }       /*    &#1081;tait #80987C */

.divers { background: #FDFDFD; }                  /*    &#1081;tait #80987C Indispensables du moment sur page principale et blocs dans articles*/


/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
#hierarchie { clear: both; margin-bottom: 0.7em; font-size: 0.90em; margin-left: 5px;}
#hierarchie, #hierarchie a { color: #666; }


.cartouche { margin-bottom:0;float: none; text-align: left;}
.cartouche small { font-size: 0.8em; margin-left: 5px; text-align: left;}  	/* texte commentaire sous la rubrique */

.cartouche .titre {
	float: none;
        text-align: center;
	font-size: 25px; 						/*  Taille du nom de la rubrique  */
	font-weight: bold;
	color: #0D2F33; }                                       /*  &#1081;tait 000  couleur des titres dans les articles */

.cartouche .spip_logos {
	float: none;
        text-align: center;
	margin-right: 0px;
	margin-bottom: 5px; }

.cartouche p { margin: 0; padding: 0; clear: left; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions p { float: left; }
.cartouche .traductions li { float: left; margin-left: 1em; }

#contenu .surtitre, #contenu .soustitre {
	font-size: 0.82em;    /* 0.82 */
	font-variant: small-caps;
	font-family: Georgia, Garamond, Times, serif; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	color: #0D2F33;                                    /* &#1081;tait #333333 couleur du chapeau des articles  */
	line-height: 1.4em; }

.chapomusique {
	margin-bottom: 1.5em;
	color: #0D2F33;			                      /* &#1081;tait black couleur de police de l'en-t&#1082;te */
	line-height: 1.4em;
	border: 1px solid #666666;                    /* 666666 couleur de la bordure de l'en-t&#1082;te */
	margin-bottom: 1.5em;
	padding: 0.82em;
 }

.lien {
	background: #80987C;		/* FAFAFA */
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;			/* 0.82 */
	border: 1px solid #CCCCCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { 
        color: #161719;
font-size: 1.2em; 
margin-top: 0.5em; 
margin-left: 5px; 
margin-bottom: 0.2em; /* xas 1.8 */
line-height: 1.25em; /* was 1.15 */
font-size: 1.3em; 
font-weight: 400;
text-align: left;
float:none;
}           

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }
/*----------------------------------------*/
/* Styles pour le menu */
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 800px; /* was max-width: 1050px */
  background: #0F4C81;  /* etait vide */
  width: 100%; /* was 90% */
  margin: auto;
}

.navbar {
  width: 100%;   /* was width: 100% */
  background: #0F4C81;   /* etait vide */
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px; /*  was 62 px */
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431; /* etait 0e2431 */
  font-family: "Poppins", sans-serif;  /* ajout */
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFFAFA; /* etait 0e2431 */
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 42px; /* was 60px */
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 10px; /* was 20px */
  left: 10px; /* was 20px */
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 7px; /* was 17px */
  left: 10px; /* was 20px */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFFAFA;    /* etait 0e2431 */
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 32px; /* was 120 px */
  /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
  height: 220px; /* was 100vh */
  width: 50%; /* was 100% */
  transform: translate(-300%); /* was -150% */
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  background: #0F4C81;  /* etait vide */
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.0rem; /* was 1.2rem */
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 5px; /* was 15 px */
  font-size: 3.2rem; /* etait 1.2rem */
  font-family: "Poppins", sans-serif;  /* ajout */
  color: #FFFAFA; /* etait 0e2431 */
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
/*-----------------------------------------------*/
/* Element Griditem pour les tables des rubriques
------------------------------------------------- */
.grid a{
  text-decoration:none;
}
.gridItem{
  float:left;
  width:118px;
  height:118px;
  background-color:#FFF; /* was 151515 */
  margin-right:1px;
  position:relative;
  margin-bottom:1px;
  cursor:pointer;  
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  overflow:hidden !important;
}         
       
.gridItem .loading{
  position:absolute;
  left:0px;   /* was 0 */
  top:0px;    /* was 0 */
}
.gridItem .image{
  position:absolute;
  left:0px;
  top:0px;
  background-position:top center;
  width:150px;
  height:150px;   /* was 170 */
  overflow:hidden;
}
.gridItem .sized{
  position:absolute;
  left:0px;
  top:0px;
  z-index:20;
  width:150px;
  height:170px;
  overflow:hidden;
}

.gridItem:hover .info{
  display:none;
}

.gridItem:hover .info2{
  display:none;
}
.gridItem .info{
  position:absolute;
  bottom:10px;
  left:10px;
  right:10px;            
  z-index:10;
  font-size:11px;
 line-height:13px;
  padding:5px;
  background-color: #ffffff;
  border:1px solid #000000;
}

.gridItem .info2{
  position:absolute;
  bottom:20px;
  left:10px;
  right:10px;            
  z-index:10;
  font-size:15px;
 line-height:13px;
  padding:5px;
  background-color: #ffffff;
  border:1px solid #000000;
  overflow:hidden;
}
.gridItem .info span.title{
  color:#000000;  /* was ffffff*/
}

.gridItem .info2 span.title{
  color:#000000;  /* was ffffff*/
}

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; 

}

#document_actif { margin-top: 1em; }


/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.extrait { margin-bottom: 0.5em;
margin-left: 5px;
width: 100%; 
float:left;
 }

.extrait .titre {
	font-size: 1.09em;				/* Titre des liens vers les articles dans les rubriques */
	margin-left: 5px;
        font-weight: bold;}

.extrait .spip_logos {
	float: left;
	margin-top: 0px;	
	margin-left: 0px;
	margin-right: 0.3em;
	margin-bottom: 2px;
	clear: right; }

.extrait p { margin: 0; padding: 0; }

.extrait .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.extrait small {
	display: block;
    margin-left: 5px;
	padding: 0.1em;
	font-size: 0.8em; }

.extrait .texte {
	margin-top: 5px;
	margin-bottom: 1.0em;
        margin-left: 5px;
	padding: 0.1em;
	font-size: 13px;
	line-height: 1.4em; }

.pagination { font-size: 0.95em; margin-top: 0; padding-top: 0; margin-bottom: 10px }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

#page_plan #contenu {}

#page_plan #contenu h2 {
	clear: both;
	background: #e0ffe0;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

#page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
#page_plan #contenu .contre-encart li { list-style: inherit; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 0.8em;
    margin-bottom: 0.8em;
	padding-top: 2px;
	font-size: 1.2em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; 

padding: 0; font-weight: bold; text-decoration: none; color: #0D2F33; }    /* &#1081;tait 333333  */
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #0D2F33; font-size: 0.9em;   /* &#1081;tait 333333  */

}
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .message { border: 1px solid #666666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .message { border: 1px solid #A4A4A4; }
ul ul ul .message { border: 1px solid #B8B8B8; }
ul ul ul ul .message { border: 1px solid #CCCCCC; }
ul ul ul ul ul .message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 

3px 6px 2px 6px; font-size: 0.88em; background: #FDFDFD; }     /*&#1081;tait 80987C */
ul ul .forum-chapo { background: #FDFDFD; }                             /*&#1081;tait 80987C */
ul ul ul .forum-chapo { background: #FDFDFD; }                          /*&#1081;tait 80987C*/
ul ul ul ul .forum-chapo { background: #FDFDFD; border-bottom: 1px dotted #E0E0E0; }  /* &#1081;tait  80987C */
ul ul ul ul ul .forum-chapo { background: #FDFDFD; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Divers
/*  ------------------------------------------ */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both; margin: 0; padding: 0; height: 0; line-height: 0; font-size: 1px; overflow: hidden; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {  color: #0D2F33; line-height: 1.3em; text-decoration: none;} /* FFFFFF COuleur sans souris des liens */
.on { font-weight: bold; }
a:hover {  color: #CCCCCC; background-color: #666666;}   
/* liens avec d&#1081;calage (pour sous-rubriques) */
a1 { text-decoration: none; color: #0D2F33; line-height: 1.3em;margin: 1em;} /* FFFFFF COuleur sans souris des liens */
.on { font-weight: bold; }
a1:hover {  color: #CCCCCC; background-color: #666666;}   

/* Couleur de la police quand on passe la souris sur un lien*/
/* color: #000000;*/

/*----------------------------------------*/
/* Styles pour le menu */
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


* {
  margin: 0;
  float:none;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 800px; /* was max-width: 1050px */
  background: #0F4C81;  /* etait vide */
  width: 100%; /* was 90% */
  margin: auto;
}

.navbar {
  width: 100%;   /* was width: 100% */
  background: #0F4C81;   /* etait vide */
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px; /*  was 62 px */
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431; /* etait 0e2431 */
  font-family: "Poppins", sans-serif;  /* ajout */
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFFAFA; /* etait 0e2431 */
  padding: 0.3rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 42px; /* was 60px */
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 10px; /* was 20px */
  left: 10px; /* was 20px */
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 7px; /* was 17px */
  left: 10px; /* was 20px */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFFAFA;    /* etait 0e2431 */
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 32px; /* was 120 px */
 /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
  height: 180px; /* was 220 px */
  width: 50%; /* was 100% */
  transform: translate(-300%); /* was -150% */
  display: flex;
  flex-direction: column;
  margin-left: 0px; /* was -40 px */
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  background: #0F4C81;  /* etait vide */
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.0rem; /* was 1.2rem */
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 5px; /* was 15 px */
  font-size: 3.2rem; /* etait 1.2rem */
  font-family: "Poppins", sans-serif;  /* ajout */
  color: #FFFAFA; /* etait 0e2431 */
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
