.title {
    color: #0057A1;
    font-size: 18px;
    font-weight: bold;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.tag{
    border: 1px solid #0057A1;
    border-radius: 10px;
    padding: 3px 5px;
    font-size: 80%;
    margin-right: 6px;
    background-color: #0057A1;
    font-weight: bold;
    color: white;
}
.button-tag {
    border-color: #0057A1;
    background-color: #0057A1;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
    cursor: pointer;
}

#button-todos {
    margin-right: 26px;
    background-color: #fff;
    color: #0057A1;
}
.button-tag:hover {
    background-color: #93ABCE;
    border: 1px solid #93ABCE;
}
.thumbnail-video {
    padding: 14px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #DBDBDB;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.filtre {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 105%;
    background-color: #0057A1;
    color: #fff;
}

.close-button {
  overflow: hidden;
  background-color: black;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.modal-dialog {
  width: 90%;
  height: 90%;
  padding: 0;
  max-width: 1200px;
}

.bmd-modalContent .close {
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color: #FFF;
}

.modal-header{
    background-color: black;
}

.modal-body{
    background-color: black;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}

.embed-responsive {
    background-color: #000;

}

@media (max-width: 575.98px) { 
    .modal.show .modal-dialog{
        margin-left: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .modal.show .modal-dialog{
        margin-left: 18px;
    }
}

@media (min-width: 768px) {
    .modal.show .modal-dialog{
        margin-left: auto;
    }
}