:root {
  --bg: #101018;
  --orange:#f8b24d;
  --blue: #25a0ff;
}

body,html {
  background-color: var(--bg);
  font-family: Tahoma;
  margin: 0 auto;
}

#affiche {
  width: 30% !important;
}

.lobsterFont {
  font-family: 'Lobster 1.4';
}

.whiteColor {
  color: white;
}

.orangeColor {
  color: var(--orange);
}

.orangeBg {
  background: var(--orange);
}

.blueColor {
  color: var(--blue);
}

.bgColor {
  color: var(--bg);
}

#navbar {
  display: flex;
  position: fixed;
  justify-content:  center;
  min-height: 40px;
  width: 100%;
  z-index: 3;
  top: -1px;
}

#navbar a {
  color: #f2f2f2;
  font-weight: bold;
  user-select: none;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  max-width: 25%;
}

#navbar a:hover {
  background-color: #f8954d;
  transition-duration: 0.45s;
}

#navbar a.active {
  background-color: #f58736;
}

#header-bg{
  display: flex;
  position: absolute;
  background: url('/resources/bg.png') no-repeat center ; 
  background-size: cover;
  width: 100%;
  top: 40px;
  height: 210px;
  left: 0;
  z-index: -1;
}

#title {
  position: relative;
  top: 75px;
  text-align: center;
  font-size: 110%;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em var(--blue);
  user-select: none;
}

#header-bot {
  position: absolute;
  top: 250px;
  width: 100%;
  min-height: 50px;
}

.content {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 15%;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 1%;
  padding-bottom: 3%;
  min-height: 295px;
}


#mainNews .img {
  width: 80%;
  height: 80%;
}

#mainNews p {
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 3%;
  margin-top: 3%;
}

footer {
  margin-top: 5%;
  padding-top: 15px;
  background: var(--orange);
  color: #f2f2f2;
  user-select: none;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}

footer h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#footerObjects{
  display: flex;
  justify-content: center;
}

#footerObjects .objFooter {
  margin-left: 10px;
  margin-right: 10px;
}

#footerObjects strong {
  user-select: text;
}

.blueHover:hover{
  color: var(--blue);
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em var(--blue);
  transition-duration: 0.40s;
}

#apropos {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}

#aproposImg {
  margin-top: 3%;
  width: 48%;
}

.apropos-obj {
  max-width: 45%;
  margin-left: 3%;
  margin-right: 3%;
}

  .apropos-obj li {
    text-align: left;
  }

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

  .content {
     margin-top: 30.5%;
  }
  
}


@media screen and (max-width: 980px) {
  .apropos-obj {
    max-width: 100%;
  }

  .apropos-obj p {
    text-align: left;
  }
  
  #apropos {
    display: block;
  }

  #aproposImg {
    width: 100%;
  }
}


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

  .content {
     margin-top: 200px;
  }


  
}

@media screen and (max-width: 400px) {
  #navbar a {
    font-size: 90%;
  }
}

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

  #navbar a {
    font-size: 60%;
  }
  
  .content {
     padding-left: 10px;
     padding-right: 10px;
  }
  
}


#particles-js {
	position: absolute;
  top: -10px;
	width: 100%;
  min-height: 100%;
}
