#bandeauCookies {
  position: fixed;
  bottom: 70px;
  left: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 3000;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 10px 20px;
  font-size: 16px;
  color: #111111;
}

#bandeauCookies a {
  text-decoration: none;
  color: #f70302;
}

#bandeauCookies div {
  margin: 0px 40px;
  text-align: justify;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  padding: 6px;
  margin: 8px 20px;
  width: 160px;
  font-size: 12px;
}

#divBtnCookies {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#btnParametres {
  background-color: #ffffff;
  border: 1px solid #111111 !important;
  color: #111111;
}

#btnAcceptation {
  background-color: #f70302;
  color: #ffffff;
}

/*  parametrages cookies  */

#cachePc {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(100, 100, 100, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4000;
}

#principalPc {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  color: #111111;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 5px 5px 3px 1px #111111;
}

#principalPc p {
  font-size: inherit;
}

#hautPrincipalPc {
  height: 80px;
  border-bottom: 1px solid #bbbbbb;
}

#logoPc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 80px;
}

#logoPc img {
  width: 50%;
}

#centrePrincipalPc {
  display: flex;
  justify-content: center;
}

#divLabel {
  width: 160px;
}

#divInfos {
  width: 440px;
  border-bottom: 1px solid #bbbbbb;
}

.btnRadio {
  display: none;
}

.btnRadio:checked + .itemInfosPc {
  display: block;
}

.labelPC {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 6px;
  text-decoration: none;
  color: #111111;
  cursor: pointer;
  border-bottom: 1px solid #bbbbbb;
  background-color: #eeeeee;
}

.itemInfosPc {
  position: relative;
  text-align: justify;
  padding: 10px 20px;
  display: none;
}

.entetePc {
  font-size: 18px !important;
  font-weight: bold;
  position: absolute;
  top: -66px;
}

.divTitreItem {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px !important;
}

#basPrincipalPc {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#basPrincipalPc button {
  background-color: #f70302;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  #bandeauCookies {
    flex-wrap: wrap;
    font-size: 14px;
  }

  #bandeauCookies div {
    margin: 0px 10px;
  }
}

@media screen and (max-width: 760px) {
  #cachePc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 4000;
  }

  #principalPc {
    width: 96%;
    position: fixed;
    top: 0px;
    bottom: 20px;
    overflow: auto;
    font-size: 12px;
  }

  #centrePrincipalPc {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #divLabel {
    width: 100%;
  }

  .labelPC {
    height: 34px;
  }

  #divInfos {
    width: 100%;
  }

  .entetePc {
    font-size: 14px !important;
    font-weight: bold;
    position: relative;
    top: 0px;
  }

  .divTitreItem {
    font-size: 14px !important;
  }

  #basPrincipalPc button {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  #bandeauCookies button {
    padding: 6px;
    margin: 8px 10px;
    width: 120px;
    font-size: 10px;
  }
}
