* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Acme', sans-serif;
}

/*@media only screen and (max-width: 768px) {
  #header {
    styles pour les tablettes
  }
}*/

/*@media only screen and (max-width: 480px) {
  #header {
    styles pour les téléphones
  }
}*/

/* Styles pour les tablettes */

.accueil_img {
  width: 100%;
  height: auto;
}

body {
  background-color: #FDF9EE;
  margin: 20px 0 0 0;
  color: #323232;
  padding: 0;
  margin: 0;
}

/*header {
  background-color: #323232;
  display: flex;
  width: 100%;
  line-height: 2px;
  padding: 0px;
  margin: 0px;
}*/

#header{
  width:100%;
  height:70px;
}

#header a{
  color:#fff; 
  text-decoration: none;
}

#header #headerRight{
  float:right;
  width:100%; 
}

#header nav {
  background-color: #323232;
  height: 70px;
  width:100%;
}

#header nav ul {
  margin-left: 180px;
  font-size: 1.3em ;
}

#header nav li{
  display: inline-block;
  padding:20px 25px 0;
  float: right;
  padding-right: 100px;
}

#header nav li a:hover{
  color: #ECCF72;
}

.logo {
  float:left; 
  padding-left: 100px;
  padding-top: 9px;
}

/* nav .nav_bar{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 10vh;
  position: right;
  margin: 0;
  padding: 0;
  justify-content: center;
  float: right;
}

nav a {
  font-family: 'Acme', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  color: white;
  margin: auto;
  vertical-align: middle;
}

nav .nav_bar_logo {
  width: 300px;
  height: 300px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: left;
} */

nav a:hover {
  color: #ECCF72;
}

nav a:active {
  transform: translateY(4px);
}

@keyframes spring {
  15% {
      -webkit-transform-origin: center center;
      -webkit-transform: scale(1.2, 1.1);
  }

  40% {
      -webkit-transform-origin: center center;
      -webkit-transform: scale(0.95, 0.95);
  }

  75% {
      -webkit-transform-origin: center center;
      -webkit-transform: scale(1.05, 1);
  }

  100% {
      -webkit-transform-origin: center center;
      -webkit-transform: scale(1, 1);
  }
}

h1.titre {
  font-size: 100px;
  margin-top: 140px;
  text-transform: uppercase;
  text-align: center;
}

h3.slogan {
  font-size: 35px;
  font-style: italic;
  text-align: center;
}

/* Formulaire de recherche */

headers_list form {
  background-color: #ECCF72;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2px;
  padding: 0px;
  margin: 0px;
}

.search-form {
  transform: translateY(75px);
}

.form-group {
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 10px;
}

.form-group input,
select,
option {
  border: none;
  padding: 5px;
  background-color: #ECCF72;
  border-radius: 5px;
}

.form-group label {
  margin: 5px;
  padding: 10px;
}

.button-submit {
  text-align: center;
}

.button-submit input {
  background-color: #373737;
  border: none;
  color: #DBDBD9;
  font-size: 25px;
  margin-top: 15px;
}

table {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

tr {
  padding: 10px;
  margin: auto;
  border: none;
  border-width: 40px;
  text-align: center;
  background:#323232;
  color: #ffffff;
  border-radius: 10px;
}

td {
  padding: 10px;
  background-color: #ECCF72;
  text-align: center;
}

/* card list */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cardModele {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: white;
  padding: 0.5em;
  box-shadow: 5px 2px 5px lightgray;
  margin:0.5em;
}

.cardModeleH {
  display: flex;
  margin-bottom: 1em;
}

.cardModeleH>img {
  width: 200px;
  height: 200px;
  border-radius: 0%;
}

.cardModeleHD {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-left: 1em;
  justify-content: center;
  align-content: space-around;
  text-align: left;
}

.cardModeleHD>div {
  text-align: center;
}

.cardModeleB {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}

h2 {
  color: #ECCF72;
  margin-bottom: 5px;
}

h3 {
  color: #ECCF72;
  margin-bottom: 3px;
}

p {
  color: #323232;
  font-size: small;
} 

/* pied de page */

footer {
  font-family: 'Acme', sans-serif;
  padding:20px 0;
  background-color:#323232;
  color: white;
}

footer ul {
  padding:0;
  width: 100%;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  display: flex;
  justify-content: center;
}

footer li {
  padding:0 10px;
}

footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

footer ul a:hover {
  opacity:1;
  color: #ECCF72;
}

footer .copyright {
  display: flex;
  justify-content: center;
}

footer p {
  color:#ECCF72;
  font-size:13px;
}

/* admin */

.box {
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 400px;
  border-radius: 10px;
  box-shadow: 3px 2px lightgray;
}

.box-title {
  color: #ECCF72;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}

.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}

.box-button {
  border-radius: 5px;
  background: #323232;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}

.box-button:hover {
  background: #ECCF72;
}
