:root {
  --white: white;
  --black: black;
}

.bod_allcenter {
  background-color: #f6f7fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
}

.bloc_up {
  background-color: #f6f7fc;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.allcenter {
  flex-direction: column;
  align-items: center;
  width: 990px;
  min-height: 250px;
  display: flex;
}

.div-block {
  background-color: #f6f7fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-height: 500px;
  margin-top: 43px;
  padding-top: 45px;
  padding-bottom: 56px;
  display: flex;
}

.logomutuelle23 {
  color: #003760;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

._23 {
  color: #0094ff;
}

.texte {
  text-align: center;
  margin-top: 25px;
  padding-left: 49px;
  padding-right: 49px;
  font-size: 19px;
  line-height: 24px;
}

.link {
  color: #2e2e2e;
}

.image {
  width: 240px;
  margin-top: 27px;
  margin-bottom: 27px;
}

.accent {
  color: #fff;
  background-color: red;
  padding: 10px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .allcenter {
    width: 767px;
    max-width: 767px;
  }

  .texte {
    font-size: 18px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .allcenter {
    width: 480px;
    max-width: 480px;
  }

  .texte {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 479px) {
  .bod_allcenter {
    min-height: 600px;
  }

  .allcenter {
    width: 90%;
    min-width: 320px;
    max-width: 470px;
  }

  .texte {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .image {
    width: auto;
    max-width: 67%;
  }
}


