/* **************************************** */
/* Variables issues de SFCC, ne pas changer */
/* **************************************** */
/* ******************************** */
/* Fin des variables issues de SFCC */
/* ******************************** */
@media (max-width: 959.98px) {
  .homepage {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .homepage .asset_animation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 959.98px) {
  .homepage .asset_animation {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .homepage .asset_animation.asset_animation_01 {
    padding-top: 70px;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .homepage .asset_animation.asset_animation_01 {
    padding-top: 40px;
  }
}
@media (max-width: 539.98px) {
  .homepage .asset_animation.asset_animation_01 {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .homepage .asset_animation.asset_animation_04 {
    margin-bottom: 20px;
  }
}
@media (max-width: 959.98px) {
  .homepage .asset_animation.asset_animation_04 {
    margin-bottom: 40px;
  }
}
@media (max-width: 539.98px) {
  .homepage .asset_animation picture {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
    display: block;
  }
}
.homepage .asset_animation--text {
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 959.98px) {
  .homepage .asset_animation--text {
    padding: 0;
  }
}
.homepage .asset_animation .sup-title {
  font-size: 1.5rem;
}
@media (max-width: 539.98px) {
  .homepage .asset_animation .sup-title {
    margin-bottom: 15px;
  }
}
.homepage .asset_animation .red {
  color: #E6281E;
}
.homepage .asset_animation .dark-yellow {
  color: #DAB44A;
}
.homepage .asset_animation .light-blue {
  color: #5BD4D7;
}
.homepage .asset_animation .dark-green {
  color: #384719;
}
.homepage .asset_animation .dark-blue {
  color: #1C305C;
}
.homepage .asset_animation .hp-maintitle {
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-family: "broadcast_matter";
  font-size: 3.1rem;
}
@media (max-width: 959.98px) {
  .homepage .asset_animation .hp-maintitle {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 0.9;
  }
}
.homepage .asset_animation .title {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (min-width: 960px) {
  .homepage .asset_animation .title {
    font-size: 2.5rem;
    line-height: 60px;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .homepage .asset_animation .title {
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media (max-width: 539.98px) {
  .homepage .asset_animation .title {
    font-size: 2.1875rem;
    line-height: 40px;
  }
}
.homepage .asset_animation .title sup {
  font-size: 60%;
}
.homepage .asset_animation .main-text {
  font-size: 0.875rem;
  line-height: 20px;
}
@media (min-width: 960px) {
  .homepage .asset_animation .main-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 959.98px) {
  .homepage .asset_animation .main-text {
    margin-bottom: 20px;
  }
}
@media (min-width: 540px) {
  .homepage .asset_animation .top-p {
    margin: 0 auto 45px;
  }
}
@media (max-width: 539.98px) {
  .homepage .asset_animation .top-p {
    margin: 0 auto 25px;
  }
}
@media (min-width: 1360px) {
  .homepage .asset_animation .top-p {
    width: 100%;
  }
}
@media (max-width: 1359.98px) {
  .homepage .asset_animation .top-p {
    width: 90%;
  }
}
.homepage .asset_animation .card {
  border: none;
  border-radius: 0;
  margin: auto;
  background-color: transparent;
  width: 100%;
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .homepage .asset_animation .card {
    margin: 0;
  }
}
.homepage .asset_animation .card .card-body {
  margin: auto;
  padding: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
@media (min-width: 960px) {
  .homepage .asset_animation .card .card-body {
    padding: 30px;
  }
}
@media (max-width: 959.98px) {
  .homepage .asset_animation .card .card-body {
    padding: 24px 24px 40px;
  }
}
.homepage .asset_animation .card .card-body .btn-primary {
  max-width: 300px;
  line-height: 40px;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 0;
  font-weight: 700;
}
.homepage .asset_animation .card .card-body .btn-primary:focus {
  box-shadow: none;
}
.homepage .asset_animation .card .card-body .btn-red {
  background-color: #E6281E;
  border: 2px solid #E6281E;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
  color: #FFFFFF;
}
.homepage .asset_animation .card .card-body .btn-red:hover, .homepage .asset_animation .card .card-body .btn-red:focus, .homepage .asset_animation .card .card-body .btn-red:active {
  box-shadow: 0 0 40px 40px #FFFFFF inset;
  color: #E6281E;
}
.homepage .asset_animation .card .card-body .btn-dark-yellow {
  background-color: #DAB44A;
  border: 2px solid #DAB44A;
  color: #000000;
  border: 2px solid #DAB44A;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.homepage .asset_animation .card .card-body .btn-dark-yellow:hover, .homepage .asset_animation .card .card-body .btn-dark-yellow:focus, .homepage .asset_animation .card .card-body .btn-dark-yellow:active {
  box-shadow: 0 0 40px 40px #FFFFFF inset;
  color: #DAB44A;
}
.homepage .asset_animation .card .card-body .btn-light-blue {
  background-color: #5BD4D7;
  color: #1C305C;
  border: 2px solid #5BD4D7;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.homepage .asset_animation .card .card-body .btn-light-blue:hover, .homepage .asset_animation .card .card-body .btn-light-blue:focus, .homepage .asset_animation .card .card-body .btn-light-blue:active {
  box-shadow: 0 0 40px 40px #FFFFFF inset;
  color: #5BD4D7;
}
.homepage .asset_animation .card .card-body .btn-dark-green {
  background-color: #384719;
  color: #FFFFFF;
  border: 2px solid #384719;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.homepage .asset_animation .card .card-body .btn-dark-green:hover, .homepage .asset_animation .card .card-body .btn-dark-green:focus, .homepage .asset_animation .card .card-body .btn-dark-green:active {
  box-shadow: 0 0 40px 40px #FFFFFF inset;
  color: #384719;
}
.homepage .asset_animation .card .card-body a {
  color: inherit;
}
.homepage .asset_animation .card .card-body a:hover {
  text-decoration: none;
}
@media (max-width: 959.98px) {
  .homepage .asset_animation img {
    width: 100%;
    max-width: 100%;
  }
}
.homepage .asset_animation .hide-mobile {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1159.98px) {
  .homepage .asset_animation .hide-mobile {
    display: none;
  }
}
.homepage .asset_animation.template_01 {
  max-width: 1100px;
}
@media (max-width: 959.98px) {
  .homepage .asset_animation.template_01 {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .homepage .asset_animation.template_01 .asset_animation--text {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
@media (min-width: 960px) {
  .homepage .asset_animation.template_01 .asset_animation--img {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
.homepage .asset_animation.template_01 .asset_animation--img .col-lg-8 {
  text-align: right;
}
.homepage .asset_animation.template_01 .asset_animation--img .col-lg-4 img {
  width: 190px;
}
@media (min-width: 960px) {
  .homepage .asset_animation.template_01 .card-body {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .homepage .asset_animation.template_01 .card-body {
    padding: 0 0 0 15px;
  }
}
.homepage .asset_animation.template_01 .card-body .title {
  color: black;
}
.homepage .asset_animation.template_01 .card-body .main-text {
  color: #454545;
}
.homepage .asset_animation.template_02 {
  max-width: 1100px;
}
@media (max-width: 539.98px) {
  .homepage .asset_animation.template_02 {
    padding-top: 0;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .homepage .asset_animation.template_02 .asset_animation--img {
    padding-right: 0;
  }
}
.homepage .asset_animation.template_02 .bg-dark-blue .card-body {
  background-color: #1C305C;
}
.homepage .asset_animation.template_02 .bg-light-green .card-body {
  background-color: #A1B28C;
}
.homepage .asset_animation.template_02 .card {
  max-width: 440px;
  margin-right: 0;
}
@media (max-width: 539.98px) {
  .homepage .asset_animation.template_02 .card {
    margin: -30% 16px 0;
  }
}
.homepage .asset_animation.template_02 .card .card-body {
  color: #FFFFFF;
}
@media (max-width: 539.98px) {
  .homepage .asset_animation.template_02 .card .card-body {
    margin: 0;
  }
}
.homepage:last-child {
  padding-bottom: 60px;
}

.hp-animation-04 {
  margin-bottom: 100px;
}

.hp-com-01 {
  max-width: 1360px;
  background-color: #FAF0EB;
}
@media (max-width: 539.98px) {
  .hp-com-01 {
    margin-bottom: 60px;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .hp-com-01 {
    margin-bottom: 100px;
  }
}
@media (max-width: 959.98px) {
  .hp-com-01 {
    padding: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .hp-com-01 {
    margin-bottom: 120px;
    padding: 0 0 75px;
  }
}

.hp-communication-title-image {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 540px) {
  .hp-communication-title-image {
    top: -57px;
  }
}
@media (max-width: 539.98px) {
  .hp-communication-title-image {
    top: -35px;
    max-width: 270px;
  }
}

.hp-communication-list {
  display: flex;
}
@media (min-width: 540px) {
  .hp-communication-list {
    justify-content: center;
  }
}
@media (max-width: 539.98px) {
  .hp-communication-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media (max-width: 539.98px) {
  .hp-communication-item {
    flex: 0 0 auto;
    max-width: 300px;
    padding: 0 25px;
  }
}
@media (min-width: 540px) {
  .hp-communication-item {
    max-width: 250px;
  }
}
@media (min-width: 540px) and (max-width: 959.98px) {
  .hp-communication-item {
    margin: 0 15px;
  }
}
@media (min-width: 960px) {
  .hp-communication-item {
    margin: 0 50px;
  }
}

.hp-communication-bloc {
  display: block;
  text-align: center;
}
.hp-communication-bloc:hover {
  text-decoration: none;
}
.hp-communication-bloc:hover .hp-communication-plus {
  transform: rotate(180deg);
}

.hp-communication-subtitle {
  margin-bottom: 15px;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hp-communication-text {
  margin-bottom: 20px;
  color: #000000;
  font-size: 0.9378rem;
}

.hp-communication-plus {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #000000;
  border-radius: 100%;
  transition: all ease-in 0.3s;
}
.hp-communication-plus::before, .hp-communication-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  display: block;
  width: 18px;
  height: 2px;
  background-color: white;
}
.hp-communication-plus::before {
  transform: translate(-50%, -50%);
}
.hp-communication-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hp-com-02 {
  overflow: hidden;
}

.hp-com-visual {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959.98px) {
  .hp-com-visual {
    max-height: 310px;
  }
}

.fade-from-left {
  opacity: 0;
  transform: translate3d(-250px, 0px, 0px);
  transition: all 500ms ease;
}

.fade-from-right {
  opacity: 0;
  transform: translate3d(250px, 0px, 0px);
  transition: all 500ms ease;
}

.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}