.button-4 {
  position: static;
  margin-bottom: 10px;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
  color: #005aee;
  font-size: 18px;
  font-weight: 700;
}

.link-7 {
  color: #005aee;
  text-decoration: none;
}

.paragraph-3 {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.text-center {
  text-align: center;
}

.image-2 {
  width: 45px;
  height: 45px;
  opacity: 0.85;
}

.link-block {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.section-cgu {
  padding: 40px 30px 150px;
  background-color: transparent;
}

.heading-23 {
  margin-bottom: 20px;
  text-align: left;
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
  background-color: #fff;
}

.am-hero-desc {
  display: block;
  font-size: 18px;
  text-align: center;
}

.overhead-block {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #005aee;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-title {
  font-size: 42px;
  line-height: 50px;
}

.h1-title.am-hero-title {
  margin-bottom: 20px;
  text-align: center;
}

.title {
  padding-top: 135px;
  padding-bottom: 135px;
}

.title.primary-mint {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6fc;
}

.label {
  padding: 2px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.section-confidentialite {
  padding: 40px 30px 150px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 45px;
    height: 45px;
  }

  .link-block {
    left: 20px;
    top: 20px;
  }

  .heading-23 {
    margin-bottom: 20px;
  }

  .am-hero-desc {
    line-height: 27px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1-title {
    font-size: 40px;
    line-height: 50px;
  }

  .title.primary-mint {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .button-4 {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
  }

  .paragraph-3 {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  }

  .image-2 {
    width: 45px;
    height: 45px;
  }

  .heading-23 {
    margin-bottom: 20px;
  }

  .am-hero-desc {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .container {
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1-title {
    font-size: 38px;
    line-height: 46px;
  }

  .h1-title.am-hero-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-2 {
    width: 45px;
    height: 45px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-cgu {
    padding: 40px 15px 100px;
  }

  .heading-23 {
    margin-bottom: 20px;
  }

  .am-hero-desc {
    padding-right: 20px;
    padding-left: 20px;
  }

  .staff-break-header {
    display: inline;
  }

  .h1-title {
    font-size: 36px;
    line-height: 42px;
  }

  .title.primary-mint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-confidentialite {
    padding: 40px 15px 100px;
  }
}