@media (max-width:2000px){
  .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
}

/*html {
  height : 100%;
}*/
/*
body {
  height : 100%;
}*/

.selectedbutton {
  border-bottom: 3px solid blue;
}

.card {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.pagination  {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin : 1%;
}

.card-img-top , .card-link {
  position: relative;
}

.suivrebutton  {
  position: absolute;
  left: 3%;
  top: 5%;
  width : 10%;
  font-weight: bold;
  overflow: hidden;
}

div[scrollX=true] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}

input {
  text-align: center;
  font-weight: bold;
}

 h2, p , .card-subtitle {
  margin : center;
}

.card {
  margin : auto;
}

.card-subtitle, .card-title
{
  font-weight: normal;
}

.avatar {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border : 1.5px solid white;
}

.avatar_poster {
  vertical-align: middle;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border : 0.5px solid black;
}

h2 {
  text-align: left;
}