
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

html, body {
  margin: 0;
}

body {
  /* #e7d8a6 */
  background-color: #4e6fb9;    
  flex-direction: column;
  height: 1000px;
}

main { flex: 1; }

ul {
    list-style: none;
}

#titre {
  /* #F1B700 */
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #94c0fa;
  block-size: 50px;
  margin: 0;
}


.header {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}


.container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding-left: 20px;
}

.sss {
  margin-top: 3%;
  justify-content: space-evenly;
}

.exp {
list-style: none;
}

/* .footer { */
  /* margin: 13%;
  display: flex;
  align-items: flex-end;
  align-content: center;
  padding-left: 20px;*/
      /* position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #222;
      color: white;
      text-align: center;
      padding: 10px;
}
*/

.footer {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 64px;
  background: #111; color:#fff;
  display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;
  padding-left: 20px; padding-bottom: 10px;
}

.footer ul {
  display: flex;
   
}

img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
