body{ 
	background-color: #ACAAAA;
    margin: auto;
	/*background-color: #FFFFFF;*/
	/*for image background*//*background-image: url(assets/fondPA.jpg);
	background-attachment: fixed;
	background-size:100%;*/
}

/*************************************************Navigation Bar***********************************************/
#logo{
  text-align: center;
  content: url("assets/Logo.jpg");
  width: 46.1px;
}
#nav_bar{
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.navig{
    float: left;
    border-right:1px solid #4D5C4B;
}
.navref{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.active{
    font-weight: bold;
    background-color: #033B0F;
}
.navig :hover:not(.active) {
    background-color: #111111;
}
li.com_li{
  display: inline-block;
}
.com_dropdown{
  display: none;
  position: fixed;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.com_dropdown a{
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #3B473A;
  padding: 12px 16px;
  display: block;
}
.com_li:hover .com_dropdown {
  display: block;
}
.com_dropdown a:hover {
  background-color: #111111;
}
.nav_right{
  float: right;
  border-right: none;
  border-left: 1px solid #4D5C4B;
}
/*************************************************Navigation Bar END*******************************************/


/*************************************************Hostile_index style******************************************/
.Hostile{
  background-image: url("assets/Second_Soutenance/surplomb.png");
	background-attachment: fixed;
}

.Hostile h1{
  color: #022902;
}

.Hostile p{
  color: #80BCB0;
	font-size: 18px;
}

.title1{
  text-align: center;
	margin-top: 20px;
}

.tabulation{
  margin-left: 20px ;
}

.introduction p{
  font-size: 21px;
}

.mainIndex{
	margin: 2% 15%;
	padding: 2px 1%;
  background-color: rgba(0,0,0,0.60);
	text-align: center;
}

.presentation{
	margin-top: 2px;
}
/*************************************************Hostile_index style END**************************************/

/*************************************************  News.html style  ******************************************/
.News{
	background-image: url("assets/Second_Soutenance/surplomb.png");
	background-attachment: fixed;
}


.maindiv{
	display: inline-block;
	padding-left: 10%;
	padding-top: 20px;
}

.fixList{
	margin-left: 35px;
}

.fixdiv{
	display: block;
	margin-left: 30px;
	padding: 0 5%;
}

.nouveautediv{
	display: block;
	margin-left: 30px;
	padding: 0 5%;
}
.datetitle{
	padding: 0 0 0 15px;
}

.newsdiv{
	display: inline-block;
	width: 100%;
}

.fixitem{
	margin-bottom: 10px;
}

.actualite{
	display: inherit;
	overflow: hidden;
	background-color: rgba(0,0,0,0.45);
	width: 90%;
	margin: 0 5% 20px 0;
	float: left;
	font-size: 18px;
	color: #D3D3D3;
}

.actualite h2{
	margin-bottom: -5px;
}

.actualite a{
	color: white;
}

.actualitesdiv{
	display: block;
	padding-left: 10%;
	padding-top: 20px;
	font-size: 18px;
	/*min-height: 92.6vh;*/
	background-color: rgba(0,0,0,0.45);
	color: #D3D3D3;
}

.datediv{
	display: inline-block;
	padding: 0 20px 0 50px;
	width: 23%;
	height: inherit;
	float: left;
}

.contentdiv{
	display: block;
	width: 60%;
	height: inherit;
	padding-top: 23px;
	float: left;
	color: beige;
}

.newsparagraph{
	padding-right: 10px;
	color: beige;
}

.newsimg{
	max-width: 100%;
  max-height: 350px;
	object-fit: cover;
}
/*************************************************News.html style END******************************************/

/*************************************************Download.html style******************************************/
.Download{
  background-image: url("assets/Second_Soutenance/surplomb.png");
}

.Download h1{
  color: #022902;
}

.Download p{
  color: #80BCB0;
  background-color: rgba(0,0,0,0.60);
}

.central_div
{
  font-size: 20px;
  margin-right: 18%;
  margin-left: 18%;
}

#download{
    display: block;
    margin: auto;
    text-align: center;
}
/*************************************************Download.html style END**************************************/


/*************************************************About.html style*********************************************/
.About{
	background-image: url("assets/Second_Soutenance/player_ingame.png");
	background-attachment: fixed;
	background-size: cover;
}

#mainAbout{
	margin: auto;
  margin: 0 23%;
	background-color: rgba(255,255,255,0.75);
}

.global{
  margin: 0 3%;
  display: inline-block;
  text-align: center;
}

.people{
  margin: 20px 0;
}

#first_p{
  margin-left: 0%;
}

.people_img{
  width: 15%;
  margin: auto;
  display: inherit;
}

.name{
  text-align: center;
  text-decoration: underline;
  font-family: "georgia", serif;
}

.description{
  margin: auto;
  text-align: justify;
  font-family: georgia, sans-serif;
	color: rgba(29,5,5,1.00);
  width: 100%;
  line-height: 150%;
}

.groupe{
  display: block;
	padding-top: 5px;
  text-align: center;
}

#gr{
	margin-top: 0;
}

/*************************************************About.html style END*****************************************/