/*

Project   : Tron legacy
Author    : Sébastien Marchal
Version   : v.1.0
Date      : 13/09/2024
*/

/* GENERAL */

h1 {
  font-family: "crete Round", serif;
  font-size: 45px;
}

h2 {
  font-family: "crete Round", serif;
  font-size: 55px;
}

.fondblanc {
  background-color: rgba(247, 249, 249, 0.4);
  border-radius: 10px;
}

h3 {
  font-family: "crete Round", bold;
  font-size: 37px;
  text-align: center;
  margin: 50px 0px 20px 0px;
  font-weight: bold;
  color: #124359;
}

h4 {
  font-size: 24px;
  color: #124359;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "crete Round", serif;
  font-weight: bold;
}

p {
  color: #777;
  text-align: center;
  font-family: "roboto", serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #444;
}

.wrapper {
  width: 940px;
  margin: auto;
  padding: 0 10px;
}

.clear {
  clear: both;
}

/* HEADER */

header {
  height: 120px;
}

header h1 {
  float: left;
  margin-top: 32px;
  color: #124359;
  font-weight: bold;
}

header nav {
  float: right;
  margin-top: 50px;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}

/* intro image*/
#intro-image {
  height: 500px;
  background: url("img/tron-affiche-main.jpg") center;
}

#intro-image h2 {
  color: #124359;
  text-align: center;
  letter-spacing: 3px;
  padding: 150px 0 50px 0;
  margin-bottom: 50px;
  /* background-color: red; */
}

.button-1 {
  width: 320px;
  height: 50px;
  display: block;
  background: #124359;
  color: #fff;
  font-size: 20px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  border-radius: 15px;
}

.button-1:hover {
  background: #02b8dd;
}

/* histoire*/

#histoire ul {
  margin: 80px 0;
}

#histoire ul li {
  width: 210px;
  float: left;
  /* padding-top: 140px; */
  text-align: center;
  margin-right: 20px;
  /* margin-bottom: 40px; */
}

#histoire ul li p {
  font-size: 13px;
  line-height: 15px;
}

.soustitre {
  font-family: "crete Round", serif;
  /* line-height: 20px !important; */
}

#histoire p {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
}

#activite-1 img,
#activite-2 img,
#activite-3 img,
#activite-4 img {
  border-radius: 70px;
  border: 2px solid #ec6d12;
  width: 46%;
  position: static;
  margin: 20px;
  background-color: #ec6d12;
}

#activite-1 img,
#activite-3 img {
  background-color: #124359;
  border: 2px solid #124359;
}

/* goodes */

#goodes {
  background-color: #efefef;
  padding: 60px 0;
}

#goodes article {
  width: 800px;
  height: 180px;
  float: left;
  border-radius: 10px;
  font-family: "crete Round", serif;
}

#goodes p {
  margin-bottom: 40px;
  text-align: left;
}

article h4 {
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.poster {
  width: 300px;
  float: left;
  margin-right: 30px;
}

.button-2 {
  background: #ff7a00;
  color: #fff;
  width: 612px;
  border-radius: 15px;
  padding: 6px 55px;

  margin-left: auto;
}

.button-2:hover {
  background: #02b8dd;
}

.fergauche {
  text-align: left;
}

/*FOOTER*/

footer {
  text-align: middle;
  text-align: center;
  padding: 40px 0;
}

footer h1 {
  font-size: 25px;
  color: #ff7a00;
  text-align: center;
  /* padding-top: 25px; */
}

.copyrignt {
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  color: #777;
  font-size: 12px;
}
/* navigation FOOTER */
footer nav {
  font-size: 12px;
  margin-top: 20px;
}

footer nav ul li {
  display: inline-block;
  text-align: center;
}

footer nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
