/* La boite de dialogue cookie */

.cookie-inform-and-ask {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  font-family: 'Roboto';
  left: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  color: #FFF;
}

.cookie-inform-and-ask .cookie-dialog p {
  margin: 2%;
}

.cookie-inform-and-ask .cookie-dialog .button-confirm-refuse {
  margin-bottom: 2%;
  display: inline-flex;
}

.cookie-inform-and-ask .cookie-dialog .button-confirm-refuse #ga-cancel-button {
  border: 1px solid #FFF;
  border-radius: 3px;
  width: 150px;
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
}

.cookie-inform-and-ask .cookie-dialog .button-confirm-refuse #ga-confirm-button {
  border: 1px solid #FFF;
  border-radius: 3px;
  width: 68%;
  margin-left: 10px;
  padding: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .text-align-left {
    text-align: center;
  }
  .text-align-right {
    text-align: center;
  }
  .partner-link-footer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
