.containCookies {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.containCookies.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.OhOuidesCookies {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #7E7067;
  background-color: #fff;
  padding: 30px;
  max-width: 823px;
  margin: 0px 15px 0;
  box-sizing: border-box;
  max-height: 85%;
  overflow-y: auto;
  z-index: 4;
  position: relative;
}
.OhOuidesCookies.visible {
  display: block;
}
.OhOuidesCookies .stepSimp {
  display: none;
}
.OhOuidesCookies .stepSimp .titleCookie {
  padding-right: 60px;
  max-width: 100%;
  color: #7E7067;
}
@media screen and (min-width: 530px) {
  .OhOuidesCookies .stepSimp .titleCookie {
    padding-top: 24px;
  }
}
.OhOuidesCookies .stepSimp.active {
  display: block;
}
.OhOuidesCookies .stepMore {
  display: none;
  /* Rounded sliders */
}
.OhOuidesCookies .stepMore .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.OhOuidesCookies .stepMore .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.OhOuidesCookies .stepMore .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.OhOuidesCookies .stepMore .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.OhOuidesCookies .stepMore input:checked + .slider {
  background-color: #7E7067;
}
.OhOuidesCookies .stepMore input:focus + .slider {
  box-shadow: 0 0 1px #7E7067;
}
.OhOuidesCookies .stepMore input:checked + .slider:before {
  transform: translateX(26px);
}
.OhOuidesCookies .stepMore .slider.round {
  border-radius: 34px;
}
.OhOuidesCookies .stepMore .slider.round:before {
  border-radius: 50%;
}
.OhOuidesCookies .stepMore .title2 {
  padding: 50px 0 19px;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
.OhOuidesCookies .stepMore .ligne {
  padding: 15px;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.OhOuidesCookies .stepMore .ligne .lineGroup {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .OhOuidesCookies .stepMore .ligne {
    padding: 15px 30px;
  }
}
.OhOuidesCookies .stepMore .ligne .info {
  text-align: left;
  padding: 0 15px;
  flex-grow: 1;
}
.OhOuidesCookies .stepMore .ligne .info span {
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .OhOuidesCookies .stepMore .ligne .info {
    padding: 0 30px;
  }
}
.OhOuidesCookies .stepMore .ligne .modeCookie {
  color: #7E7067;
  font-size: 14px;
  font-weight: 500;
}
.OhOuidesCookies .stepMore .ligne.dernier {
  border-bottom: 1px solid #000;
}
.OhOuidesCookies .stepMore .ligne .plusMinusCookies.open {
  background-color: red;
}
.OhOuidesCookies .stepMore .ligne .content {
  display: none;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.OhOuidesCookies .stepMore .ligne .content .lineContent {
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.OhOuidesCookies .stepMore .ligne .content .lineContent:last-child {
  border-bottom: none;
}
.OhOuidesCookies .stepMore .ligne .content .lineContent .name {
  padding: 10px 10px 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  font-weight: 600;
}
.OhOuidesCookies .stepMore .ligne .content .lineContent .value {
  padding: 10px;
  word-break: break-all;
  box-sizing: border-box;
}
.OhOuidesCookies .stepMore .ligne .content.open {
  display: block;
}
.OhOuidesCookies .stepMore .groupBtn2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.OhOuidesCookies .stepMore .groupBtn2 .btnForm {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 20px 30px;
  color: #7E7067;
  background-color: #ded9d4;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms ease 0ms;
}
.OhOuidesCookies .stepMore .groupBtn2 .btnForm:hover {
  background-color: #d7d1cb;
}
@media screen and (min-width: 640px) {
  .OhOuidesCookies .stepMore .groupBtn2 .btnForm {
    margin: 30px 0 0;
  }
}
.OhOuidesCookies .stepMore.active {
  display: block;
}
.OhOuidesCookies .titleCookie {
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 20px;
  font-weight: 500;
}
.OhOuidesCookies .groupBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.OhOuidesCookies .groupBtn .btnForm {
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 20px 30px;
  color: #7E7067;
  background-color: #ded9d4;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms ease 0ms;
}
.OhOuidesCookies .groupBtn .btnForm:hover {
  background-color: #d7d1cb;
}
@media screen and (min-width: 640px) {
  .OhOuidesCookies .groupBtn .btnForm {
    margin: 15px 15px 0 15px;
  }
}
.OhOuidesCookies .bonus {
  text-align: left;
}
.OhOuidesCookies .bonus p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.OhOuidesCookies .closePop {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.OhOuidesCookies .closePop:hover .rond {
  fill: #7E7067;
  stroke: #7E7067;
}
@media screen and (min-width: 1280px) {
  .OhOuidesCookies .closePop {
    display: block;
  }
}
.OhOuidesCookies.active {
  display: none;
}

.confidentialiteButton {
  cursor: pointer;
  position: fixed;
  background-color: #7E7067;
  padding: 5px 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  max-height: 30px;
  z-index: 2147483640;
  bottom: 0;
  left: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
  font-size: 18px;
}
.confidentialiteButton img {
  width: 16px;
  height: 17px;
  margin-right: 5px;
}
.confidentialiteButton span {
  display: none;
}
@media screen and (min-width: 780px) {
  .confidentialiteButton span {
    display: block;
  }
}/*# sourceMappingURL=style-cookies.css.map */