* {
    box-sizing: border-box;
}

body {
    height: 100%;
	margin: 0;
	background-color: #272934;
	overflow: hidden;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #c0c1c6;
	font-size: 17px;
	letter-spacing : 1.5px;
}
@media (max-width: 768px) {
		body{
		 overflow-y:scroll;
		}
}

    #container {
      display: flex;
	  width: 100%;
	  height: 100vh;
    }

    #leftDiv {
	  padding-top: 15px;	
      width: 350px;
	  height: 100vh;
      overflow: auto;
	  background-color: #1f2129;
	  color: #fff;
	  transition: transform 0.3s ease;
      transform: translateX(0);
	  z-index: 100;
	  overflow-y:scroll;
    }
	#leftDiv::-webkit-scrollbar {
	  width: 2px; /* Largeur de la barre de défilement */
	}

	#leftDiv::-webkit-scrollbar-thumb {
	  background-color: #888; /* Couleur de la poignée de la barre de défilement */
	}

	#leftDiv::-webkit-scrollbar-track {
	  background-color: #f2f2f2; /* Couleur de la piste de la barre de défilement */
	}


    #rightDiv {
	  background-color: #272934;
      flex-grow: 1;
	  
    }
	#topRightDiv {
      height: 75px;
      width: 100%;
	  background-color: #1f2129;
    }
		#film{
		  width: 100%;
		  margin: 0 auto;
		  box-shadow: inset 0px 0px 10px 0px #fff;
		  padding: 15px;
		  
		}

    #bottomRightDiv {
		
      flex-grow: 1;
	  height: 100%;
      padding: 10px;
	  overflow-y:scroll;
	  

	  --background: rgba(0, 0, 0, .35);
	  --size: 10px;
	  
	  background:
	   conic-gradient(at var(--size),var(--background) 75%,#fff 0)
	   0 0/calc(100% - var(--size)) calc(2*var(--size)) padding-box;
	   
	  border: var(--size) solid var(--background);
	  padding: calc(var(--size) * 2.5);


    }
	#bottomRightDiv::-webkit-scrollbar {
	  width: 2px; /* Largeur de la barre de défilement */
	}

	#bottomRightDiv::-webkit-scrollbar-thumb {
	  background-color: #888; /* Couleur de la poignée de la barre de défilement */
	}

	#bottomRightDiv::-webkit-scrollbar-track {
	  background-color: #f2f2f2; /* Couleur de la piste de la barre de défilement */
	}
	
	
	/* Media query pour le rendu responsive */
    @media (max-width: 768px) {
			#topRightDiv {
      height: 65px;
    }
        #container {
			flex-direction: column; /* Empile les éléments verticalement */
		  }

		  #leftDiv {
			padding-top: 0px;
			width: 100vh; /* Largeur totale sur les petits écrans */
			max-width: 350px;
			transform: translateX(-100%); /* Initialement masquée */
			position: fixed;  /* Assure que #rightDiv reste au-dessus */
			top: 0;
			left: 0;
			transition: transform 0.3s ease; /* Transition fluide */
		  }

		  #rightDiv {
			width: 100%; /* Largeur totale sur les petits écrans */
		  }

		  /* Styles optionnels pour #leftDiv lorsqu'elle est visible */
		  #leftDiv.visible {
			transform: translateX(0); /* Glisse depuis la gauche */
		  }
	}
	
	#menuAdmin {
	  position: relative;
      cursor: pointer;
      padding: 5px;
      border: none;
	  width : 250px;
	  background-color : #1f2129;
	  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  font-size: 16px;
	  color: #9fa3b6;
	  margin-left: 50px;
	  text-align: left;
    }
	
    /* Styles pour le menu hamburger */
    #menuToggle {
      display: none !important;
      cursor: pointer;
      padding: 10px;
      background-color: #1f2129;
      color: #fff;
      border: none;
	  height : 55px;
	  width : 55px;
	  font-size: 30px;
    }

    @media (max-width: 768px) {
      #menuToggle {
        display: block !important;
      }
    }
	
	#IdLogo{
		display: block;
		margin-bottom: 15px;
	}
	@media (max-width: 768px) {
      #IdLogo{
        display: none !important;
      }
    }
	
	#IdLogo2{
		display: none;
	}
	@media (max-width: 768px) {
      #IdLogo2{
        display: block !important;
		margin-top: 5px;
      }
    }
	
	#menuToggleDiv {
      display: none !important;
      cursor: pointer;
      padding: 10px;
      background-color: #1f2129;
      color: #fff;
      color: #fff;
      border: none;
	  height : 55px;
	  width : 55px;
	  font-size: 30px;
    }

    @media (max-width: 768px) {
      #menuToggleDiv {
        display: block !important;
      }
    }
	
	#login {
		width: 260px;
		margin: 0 auto;
		
	}

	#txt {
		width: 100%;
		
		margin: 20px auto;
	}
	
	#containerMenu {
      display: flex;
    }

    #leftDivMenu, #rightDivMenu {
      box-sizing: border-box;
    }

    #leftDivMenu {
	  width: 25%;
      text-align: left;
    }

    #rightDivMenu {
	  width: 75%;
	  padding-top: 17px;
	  padding-right: 15px;
      text-align: right;
	  display: flex;
	  justify-content: flex-end;
    }
	@media (max-width: 768px) {
      #rightDivMenu{
        padding-top: 0px;
      }
    }
#main{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #c0c1c6;
	  font-size: 17px;
	  letter-spacing : 1.5px;
	  width: 0px;
	  min-width: 100%;
	  margin: 0 auto; 
	  padding: 15px;
	  text-align: justify;
		
}	
.Normal{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #c0c1c6;
	  font-size: 17px;
	  letter-spacing : 1.5px;
}
.DateV{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #c6c6c5;
	  font-size: 12px;
	  letter-spacing : 1.5px;
}
.Grand{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #c0c1c6;
	  font-size: 22px;
	  letter-spacing : 2px;
}
.Titre{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #ffd700;
	  font-size: 30px;
	  letter-spacing : 1.5px;
}
.header {
      padding: 0px;
      text-align: center;
	  width: 100%;
	  margin: 0 auto;
}
.Titre_Article{
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #c0c1c6;
	  font-size: 22px;
	  letter-spacing : 2px;
	  width: 90%;
	  margin: 0 auto;
	  text-align: center;
}
.article{
	width: 90%;
	margin: 0 auto;
}
.cadre{
float:right;	
shape-outside: inset(10px 10px 10px 10px 7px);
width:300px;
padding: 5px;
border:1px solid #ffd700;
border-radius: 7px;	
font-size: 14px;
margin-left: 20px;
margin-bottom: 20px;
text-align: justify;
}
.texte_article{
text-align: justify;	
}

.divmaincontainer{
width: 95%; 
max-width: 930px; 
margin: 0 auto; 
display: flex; 
flex-direction: row; 
justify-content: space-between;
}
.divmain{
border:1px solid #000;
background-color: #1f2129;
border-radius: 7px;
width: 275px;
padding: 10px;
height: 100%;
}
.image_wiki{
margin: 0 auto; 
max-width: 500px;	
}
.main1{
max-width: 250px; 
max-height: 20px; 
overflow: hidden; 
margin: 0 auto; 
margin-bottom: 10px;
}
.main2{
width: 100%; 
height: 265px; 
max-height: 265px; 
overflow: hidden; 
margin: 0 auto; 
margin-bottom: 10px; 
text-align: justify; 
text-justify: inter-word;
font-size: 14px;
}
.main3{
width: 100%; 
max-height: 20px;
overflow: hidden; 
margin: 0 auto;	
}
.divmain2{
border:1px solid #000;
background-color: #1f2129;
border-radius: 7px;
width: 275px;
padding: 10px;
height: 100%;
margin-bottom: 20px;
}
.main4{
max-width: 250px; 
max-height: 55px; 
height : 55px;
overflow: hidden; 
margin: 0 auto; 
display: flex;
align-items: center; /* Aligner verticalement */

}
.main5{
width: 100%; 
height: 225px; 
max-height: 225px; 
overflow: hidden; 
margin: 0 auto; 
margin-bottom: 10px; 
text-align: justify; 
text-justify: inter-word;
font-size: 14px;
}
.main6{
width: 100%; 
max-height: 25px;
overflow: hidden; 
margin: 0 auto;	
}
@media screen and (max-width: 692px) {
.header {
		margin-top: 75px;
	}	
.main2{
height: auto;
}
.main3{
height: auto;
}	
.image_wiki{
margin: 0 auto; 
max-width: 100%;	
}
.cadre{
width:90%;
margin: 0 auto;
border:1px solid #ffd700;
border-radius: 7px;	
padding: 5px;
float: none;
font-size: 14px;
margin-bottom: 15px;
}	
}
@media screen and (max-width: 692px) {
.divmaincontainer{
width: 95%; 
margin: 0 auto; 
display: flex; 
flex-direction: column; 
justify-content: space-between;
}
.divmain{
border:1px solid #000;
background-color: #1f2129;
border-radius: 7px;
width: 90%;
padding: 10px;
margin: 0 auto;
margin-bottom: 10px;
}	
.divmain2{
border:1px solid #000;
background-color: #1f2129;
border-radius: 7px;
width: 90%;
padding: 10px;
margin: 0 auto;
margin-bottom: 10px;
}
.cadre{
width:90%;
margin: 0 auto;
border:1px solid #ffd700;
border-radius: 7px;	
padding: 5px;
float: none;
font-size: 14px;
margin-bottom: 15px;
}	
}
.logo{
    display: block;
	margin: 0 auto;
	margin-top : 15px;
}
.m-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.m-menu__backdrop {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms ease-out;
    pointer-events: none;
}

.m-menu__burger {
    z-index: 2;
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 1.1rem;
    left: 1.1rem;
    padding: 0.6rem 0.4rem;
}

.m-menu__burger span,
.m-menu__burger span::before,
.m-menu__burger span::after {
    content: '';
    display: block;
    width: 3.2rem;
    height: 0.4rem;
    position: absolute;
    margin-top: 1.2rem;
    background: #ffd700;
    border-radius: 0.3rem;
}

.m-menu__burger span::before {
    margin-top: -0.8rem;
}

.m-menu__burger span::after {
    margin-top: 0.8rem;
}

.m-menu__toggle {
    z-index: 3;
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 1.1rem;
    left: 1.1rem;
    cursor: pointer;
    opacity: 0;
    outline: 1px solid #ffd700;
    pointer-events: all;
}

.m-menu__content {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 25rem;
    height: 100vh;
	max-width: 100%;
    margin: 0;
    padding: 0 0 2rem 0;
    background: #6f6f6f;
    transform-origin: 0 0;
    transform: translateX(-31.5rem);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    pointer-events: all;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.75);
}

.m-menu__toggle:checked {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.m-menu__toggle:checked ~ .m-menu__content {
    transform: none;
}

.m-menu__toggle:checked ~ .m-menu__backdrop {
    opacity: 1;
}
.links-normal {
      
      text-align: center;
      
      color: #07a5fc;
      text-decoration: none;
      font-size: 17px;
	  letter-spacing : 1.5px;
   }
.links-wiki-cadre {
      
      text-align: center;
      
      color: #07a5fc ;
      text-decoration: none;
      font-size: 14px;
	  letter-spacing : 1.5px;
   }
.links-wiki {
      
      text-align: center;

      color: #07a5fc ;
      text-decoration: none;
      font-size: 17px;
	  letter-spacing : 1.5px;
   }
.links-wiki-petit {
      
      text-align: center;

      color: #07a5fc ;
      text-decoration: none;
      font-size: 14px;
	  letter-spacing : 1.5px;
   }   
.cadre_form{
   margin:3px;
   border: 2px #07a5fc solid;
   background-color:#1f2129;
   border-radius:3px;
   padding:5px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #FFFFFF;
   font-size : 17px;
}  

.cadre_form_small{
   margin:3px;
   border: 2px #ffd700 solid;
   background-color:#2f2e2e;
   border-radius:3px;
   padding:2px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #c0c1c6;
   font-size : 14px;
}  

.cadre_form_b{
   margin:3px;
   border: 2px #ffd700 solid;
   background-color:#2f2e2e;
   border-radius:3px;
   padding:2px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #c0c1c6;
   font-size : 14px;
   font-weight: bold;
}  
.cadre_form_u{
   margin:3px;
   border: 2px #ffd700 solid;
   background-color:#2f2e2e;
   border-radius:3px;
   padding:2px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #c0c1c6;
   font-size : 14px;
   text-decoration: underline;
}    
.cadre_form_i{
   margin:3px;
   border: 2px #ffd700 solid;
   background-color:#2f2e2e;
   border-radius:3px;
   padding:2px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #c0c1c6;
   font-size : 14px;
   font-style: italic;
}    
.cadre_form_barre{
   margin:3px;
   border: 2px #ffd700 solid;
   background-color:#2f2e2e;
   border-radius:3px;
   padding:2px;
   margin-bottom: 5px;
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   color: #c0c1c6;
   font-size : 14px;
   text-decoration: line-through;
}
.cadre_menu{
margin: 0 auto;
margin-bottom: 0px;
width: 100%;
bottom: 6px; 
height: 20px; 
}	
.ins{
background-color : green;
}
.del{
background-color : red;
text-decoration : line-through;
}


 #myPopup {
    display: none;
    position: absolute;
    bottom:50px;
    right: calc(50% - 200px);
    border: 2px #ffd700 solid;
    background-color:#2f2e2e;
    border-radius:3px;
    height:200px;
    width:400px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #c0c1c6;
    font-size : 17px;
	padding: 5px;
  }
  
   #myPopupInt {
    display: none;
    position: absolute;
    bottom:50px;
    right: calc(50% - 200px);
    border: 2px #FF5733 solid;
    background-color:#2f2e2e;
    border-radius:3px;
    height:200px;
    width:400px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #c0c1c6;
    font-size : 17px;
	padding: 5px;
  }

  #myExit {
    position: absolute;
    right:0px;
    text-align: right;
    color:white;
    background-color: red;
  }

.Bmenu {
	position: relative;
  display: inline-block;
  font-family: Whitney, "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11pt;
  border-radius: 3px;
  cursor: pointer;
  height: 45px;
  width: 250px;
    background-color: #5662f6;
  border: 2px solid #5662f6;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	width: 250px;
}

.Bmenu:hover {
  transform: translateY(1px);
}

.Bmenu:active {
  transform: translateY(2px);
}

.Bmenu {
  outline: transparent !important;
}

.notification {

  /* circle shape, size and position */
  position: absolute;
  right: 4.7em;
  top: -0.3em;
  min-width: 1.4em; /* or width, explained below. */
  height: 1.4em;
  border-radius: 0.8em; /* or 50%, explained below. */
  border: 0.05em solid red;
  background-color: red;

  /* number size and position */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
}

.Barticle {
	position: relative;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	background-color:#7d5d3b;
	border-radius:3px;
	border:1px solid #54381e;
	display:flex;
	align-items: center;

	cursor:pointer;
	color:#c0c1c6;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	text-align: left;
	margin-bottom: 5px;
	width: 500px;
	max-width: 95%;
}
.Barticle:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
}
.Barticle:active {
	position:relative;
	top:1px;
}

.Bred {
	position: relative;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #ff5151 5%, #bb0000 100%);
	background-color:#ff5151;
	border-radius:3px;
	border:1px solid #54381e;
	display:flex;
	align-items: center;

	cursor:pointer;
	color:#fff;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	text-align: left;
	margin-bottom: 5px;
	width: 300px;
}
.Bred:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
}
.Bred:active {
	position:relative;
	top:1px;
}

.Bgreen {
	position: relative;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #59ff51 5%, #08b900 100%);
	background-color:#59ff51;
	border-radius:3px;
	border:1px solid #54381e;
	display:flex;
	align-items: center;

	cursor:pointer;
	color:#fff;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	text-align: left;
	margin-bottom: 5px;
	width: 300px;
}
.Bgreen:hover {
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	background-color:#634b30;
}
.Bgreen:active {
	position:relative;
	top:1px;
}

  .mainf {
    display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	transition: background-color 0.3s ease;
	border-radius: 5px;
	padding: 5px;
  }
  .mainf:hover {
    background-color: #1f2129; /* Nouvelle couleur au survol */
}
  .mainleft {
	width: 50px;
  }

  .mainright {
    flex: 2;
    display: flex;
    flex-direction: column;
	margin-top: 5px;
	margin-left: 5px;
  }

  .maintop {
    flex: 1;
  }

  .mainbottom {
    flex: 1;
	margin-top: 2px;
	
  }
  
  .mainf2 {
    display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
  }

  .mainleft2 {
	width: 50px;
  }

  .mainright2 {
    flex: 2;
    display: flex;
    flex-direction: column;
  }

  .maintop2 {
    flex: 1;
	display: flex;
    align-items: center; /* Aligner verticalement */
  }

  .mainbottom2 {
    flex: 1;
  }
  
        .embed-container {
            display: flex;
            max-width: 400px;
            margin: 20px;
        }

        .embed-sidebar {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            flex-shrink: 0; /* Empêche le rétrécissement de la bande latérale */
            width: 5px; /* Largeur de la bande latérale */
        }

        .embed {
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 10px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            flex-grow: 1; /* Permet à l'embed de prendre autant d'espace que possible */
        }

        .embed-title {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
			font-size: 17px;
        }

        .embed-field {
            margin-bottom: 5px;
			font-size: 14px;
        }

        .field-name {
            font-weight: bold;
            margin-right: 5px;
        }
		
        .containerconf {
            display: flex;
            align-items: center;
            max-width: 270px; /* Ajustez selon vos besoins */
            margin: 0 auto;
        }

        .imageconf {
			width:60px;
            height: 60px;
			
        }

        .textconf {
            flex-grow: 1;
			font-size: 26px;
			margin-left: 15px;
        }
 