.section-carte-home {
  overflow-x: clip;
}
.section-carte-home .carte-home__container {
  max-width: 1720px;
  padding: 0 40px;
  margin: 0 auto;
}
.section-carte-home .carte-home__container .carte-home__content {
  display: flex;
  flex-wrap: wrap;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__texte {
  width: calc(40% - 20px);
  margin-right: 20px;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 {
  font-size: 11rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #164194;
  margin: 0 0 50px;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 span {
  margin-top: 12px;
  font-size: 5rem;
  color: #F2F0EC;
  background-color: #164194;
  display: flex;
  width: fit-content;
  padding: 5px 10px 7px;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__texte p {
  line-height: 1.8;
  margin: 0;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
  width: 60%;
  height: 100%;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__carte img {
  width: 100%;
  height: auto;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons {
  margin: 80px 0 0;
  width: 100%;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcuts-container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 8px;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item a {
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  min-height: 100px;
  background-color: #164194;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #F2F0EC;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item a i {
  font-size: 40px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 0 15px 0 0;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item a:hover {
  background: #E62537;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item a:hover::after {
  color: #E62537;
}
.section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item a:after {
  content: "\e913";
  font-family: 'icomoon';
  color: #164194;
  right: -2px;
  bottom: -8px;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F2F0EC;
  font-size: 20px;
  position: absolute;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1799px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 {
    font-size: 9rem;
  }
}
@media (max-width: 1399px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 {
    font-size: 8rem;
  }
}
@media (max-width: 1199px) {
  .section-carte-home .carte-home__container {
    padding: 0 30px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte {
    width: 100%;
    margin: 0 0 20px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
    width: 100%;
    text-align: center;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte img {
    max-width: 800px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons {
    margin: 60px 0 0;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item {
    width: 33.33%;
    flex: 0 0 33.33%;
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  .section-carte-home .carte-home__container {
    padding: 0;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte {
    padding: 0 30px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 {
    font-size: 6rem;
    margin-bottom: 30px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte h2 span {
    font-size: 2.8rem;
    padding: 5px 10px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte p {
    font-size: 1.8rem;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons {
    padding: 0 30px;
    margin: 40px 0 0;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
    position: relative;
    overflow: hidden;
    height: 590px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    min-height: 100%;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons .shortcut-item {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
    height: 460px;
  }
}
@media (max-width: 499px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
    height: 380px;
  }
}
@media (max-width: 399px) {
  .section-carte-home .carte-home__container .carte-home__content .carte-home__texte {
    padding: 0 20px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__carte {
    height: 330px;
  }
  .section-carte-home .carte-home__container .carte-home__content .carte-home__boutons {
    padding: 0 20px;
  }
}
