   * {
      box-sizing: border-box;
   }

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
   body {
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	  color: #eae9e9;
      margin: 0px auto;
	  padding: 0px;
	  background: #312d2d;
   }
   .header {
      padding: 0px;
      text-align: center;
      background: #312d2d;
	  color:#21c3c3;
	  margin: 5px 0 8px 0;
	  text-rendering: optimizeLegibility;
	  text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
   }
   .header h1 {
      font-size: 40px;
   }
   .menubar {
      width: 100%;
      background-color: #312d2d;
      overflow: auto;
      height: 40px;
	  color:#F30;
	  margin: 5px 0 8px 0;
	 
   }
   .linksmenu {
	  font-family: Roboto-light, sans-serif;
      display: inline-block;
      text-align: center;
      padding: 10px;
      color: #FFFFFF;
      text-decoration: none;
      font-size: 17px;
   }
   .links {
      display: inline-block;
      text-align: center;
      padding: 14px;
      color: #F30;
      text-decoration: none;
      font-size: 17px;
   }
   .youtube {	   
      color: #FE6000;
      text-decoration: none;
      font-size: 16px;
   }
   .links:hover {
      background-color: rgb(100, 100, 100);
   }
   .linkswiki {
      font-family: Roboto-light, sans-serif;
      text-align: center;
      color: #eae9e9;
      text-decoration: none;
      font-size: 17px;
	  letter-spacing: 1px;
	  
   }
   .linksmention {
      font-family: Roboto-light, sans-serif;
      text-align: center;
      color: #21c3c3;
      text-decoration: none;
      font-size: 10px;
	  letter-spacing: 1px;
	  
   }
   .linkswiki:hover {
      background-color: rgb(100, 100, 100);
   }
   .selected {
      background-color: rgb(0, 18, 43);
   }
   main {
      background-color: 312d2d;
      padding: 20px;
	  margin-bottom : 20px;
	  min-height: 400px;
   }
   .footer {
	  bottom:0;
	  width: 100%;
      padding-top: 5px;
      text-align: center;
      background: #312d2d;
	  display: inline-block;
	  color:#21c3c3;
	  text-rendering: optimizeLegibility;
	  text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;

   }
   .cadre_form{
   margin:5px;
   border: 2px #005cfe solid;
   background-color:#444343;
   border-radius:5px;
   padding:5px;
   font-family: Roboto-light, sans-serif;
   color: #eae9e9;
   font-size : 16px;
} 
    .unselectable {
 
		font-family: Roboto-light, sans-serif;
        text-align: justify;
      color: #eae9e9;
      text-decoration: none;
      font-size: 17px;
	  letter-spacing: 1px;
      }
.logo{
    display: block;
	float: left;
	padding-left : 15px;
          }
.Titre{
	 display: block;
	 margin: 0 auto;
}	
 
@media screen and (max-width: 767px) {
.logo{
        display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-left : 0px;
		
		
        }	
.Titre{
        display: none;
        }	
}		

#menuToggle
{
  display: block;
  position: absolute;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
  padding: 8px;
  z-index: 2;
}

#menuToggle a
{
  font-family: Roboto-light, sans-serif;	
  text-decoration: none;
  color: #FFFFFF;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 100px;
  
  background-color: rgb(39, 39, 39);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index: 1;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.sub_forum{
	padding: 10px;
	width: 95%;
	max-width: 900px;
	font-family: Roboto-light, sans-serif;
	color: #c4c2c1;
	letter-spacing: 1.2px;
}
.TitreSyn {
      font-family: Roboto-light, sans-serif;
	  color: #FFFFFF;
	  font-size: 20px;
	  letter-spacing : 1.5px;
   }
.Normal {
      font-family: Roboto-light, sans-serif;
	  color: #FFFFFF;
	  font-size: 17px;
	  letter-spacing : 1.5px;
   }   
.cadre_forum{
	border-radius : 10px;
	background-color : #6c6c6c;
	padding: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}
.cadre_forum2{
	border-radius : 10px;
	padding: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}
.links_forum {
	  font-family: Roboto-light, sans-serif;
      display: inline-block;
      color: #FFFFFF;
      text-decoration: none;
	  letter-spacing : 1.2px;
   }
.links_forum2 {
	  font-family: Roboto-light, sans-serif;
      display: inline-block;
      color: #000000;
      text-decoration: none;
	  letter-spacing : 1.2px;
   }
   
.cadre_forum24{
	border-radius : 10px;
	background-color : #e7e4e6;
	padding: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #000000;
	letter-spacing: 1.5px;
}
.cadre_forum22{
	border-radius : 10px;
	padding: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	text-align: right;
}
.cadre_sondage{
	border-radius : 10px;
	background-color : #6c6c6c;
	border : 1px solid #FFC300;
	padding: 10px;
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	overflow: hidden; /* cache le texte qui dépasse la largeur du div */
    text-overflow: ellipsis; /* ajoute des points de suspension à la fin du texte tronqué */
}
.cadre_sondage_opt{
	border-radius : 5px;
	background-color : #3386ff;
	border : 1px solid #5e33ff;
	padding: 5px;
	width: 95%;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}
.cadre_sondage_opt_green{
	border-radius : 5px;
	background-color : #02c92c;
	border : 1px solid #2ff95a;
	padding: 5px;
	width: 95%;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin: 5;
	font-family: Roboto-light, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}
.divliste{
border:1px solid #FFF;
border-radius: 7px;
width: 1000px;
padding: 10px;
height: auto;
margin: 0 auto;
margin-bottom: 5px;
display: flex; 
flex-direction: row; 
z-index: 1;
}
.divnom{
width: 400px;
height: auto;
}
.divtemps{
position: relative;
width: 600px;
height: auto;
margin: 0 auto;
margin-bottom: 5px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.child1 {
    position: absolute;
	z-index: 1;
    margin: 0;
	padding: 2px;
	margin-left: 3px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.child2 {
    border-radius: 5px;
    height: 100%;
    top: 0;
    left: 0;
	padding: 2px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .divliste {
    width: 90%;
	display: block;
  }
  .divnom{
	  width: 100%;
  }
  .divtemps{
	  width: 100%;
  }
  .child1{
	  
	  margin-left: 0px;
  }
  .child2{
	  height: auto;
  }
}

        .MainDiv {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
			width: 960px;
			max-width : 960px;
			margin : 0 auto;			
        }

        .LittleDiv {
            width: 300px;
            height: 78px;
            border: 1px solid #21c3c3;
			border-radius: 10px 0 10px 0 ;
			margin : 10px;
			padding : 10px;
        }
		.MainDiv:not(:only-child) {
        justify-content: flex-start;
    }

        @media (max-width: 767px) {
			.MainDiv {
			width: 98%;			
        }
            .LittleDiv {
                width: 100%;
                height: auto;
                margin-bottom: 10px;
            }
        }
		
		 .DivVocal {
            width: 98%;
			max-width: 900px;
            border: 1px solid #21c3c3;
			border-radius: 10px 0 10px 0 ;
			padding : 10px;
			margin: 10px auto;
        }
		
		.DivMainPage {
            width: 95%;
			max-width: 1100px;
			background-color: rgb(39, 39, 39);
            border: 1px solid #21c3c3;
			border-radius: 10px 0 10px 0 ;
			padding : 10px;
			margin: 10px auto;
        }