.issues-session .search-top-container.layer-gradient-body-color {
  background: #25465f url("/statics/filemanager/cc_banner.jpg") no-repeat center;
  background-size: cover;
}

#main-container .container-fluid.padded-container.bg-primary {
  background: #109db9;
}

#container-home-articles {
  padding-top: 0;
}

.custom-global-footer {
  background: #25465f url("/statics/filemanager/footer/footer_background.jpg") no-repeat center;
  background-size: cover;
}
.custom-global-footer .container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.custom-global-footer h3 {
  color: rgb(255, 255, 255);
  font-family: "BouyguesRead", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.45px;
}
.custom-global-footer a:visited,
.custom-global-footer a:focus {
  color: #ffffff !important;
}
.custom-global-footer a:hover {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.cgf-logo-bloc {
  display: flex;
  margin-bottom: 30px;
}
.cgf-logo-bloc .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cgf-copyright {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.cgf-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cgf-social ul {
  display: flex;
  gap: 20px;
}
.cgf-social ul i {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s;
  font-style: normal;
}

.cgf-bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 30px;
}
.cgf-bottom h3,
.cgf-bottom ul {
  margin: 0;
  padding: 0;
}

.cgf-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.cgf-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cgf-links li a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
}

aside.issues-session-aside .panel.simple-form {
  border-top: none !important;
  position: relative;
  padding-top: 40px;
}
aside.issues-session-aside .panel.simple-form::before {
  content: "";
  display: inline-block;
  background-color: var(--colorPrimary);
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 20px;
  border-radius: 10px 10px 0 0;
  z-index: 3;
}

.cc_shop_rewards_body .slider-nf-title {
  display: none;
}
.cc_shop_rewards_body .swiper-widget-container {
  background-color: transparent !important;
}

.cc {
  color: #25465f;
  overflow-x: hidden;
}
.cc .cc_link {
  color: #25465f;
  text-decoration: none;
}
.cc .cc_link:hover {
  color: #109db9;
}
.cc .btn {
  text-transform: none !important;
}
.cc .btn.btn-lg {
  height: auto;
  min-height: 50px;
}
.cc .btn.btn-tertiary {
  border: 3px solid rgb(228, 234, 237) !important;
  color: rgb(12, 123, 145) !important;
  background-color: transparent !important;
}
.cc .btn.btn-tertiary:hover {
  background-color: #e4eaed !important;
  border-color: #e4eaed !important;
  color: rgb(12, 123, 145) !important;
}
.cc .btn.btn-tertiary:focus {
  background-color: #e4eaed !important;
  border-color: #0a6e81 !important;
  color: rgb(12, 123, 145) !important;
}
.cc.cc_shop .cc_shop_body_top > img {
  display: none;
}
.cc.cc_shop .cc_shop_header {
  background: url(/statics/filemanager/ccm/pattern-shop-bg.png) repeat-x center;
  background-size: contain;
  padding-top: 70px;
}
.cc.cc_shop .cc_shop_header .cc_shop_title {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  gap: 50px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px 40px 10px 40px;
  margin-bottom: -1px;
}
.cc.cc_shop .cc_shop_header .cc_shop_title h1,
.cc.cc_shop .cc_shop_header .cc_shop_title h5 {
  margin: 0;
  padding: 0;
}
.cc.cc_shop .cc_shop_ccm_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-left: 50px;
}
.cc.cc_shop .cc_shop_ccm_col::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(244, 246, 247, 0) 0%, #ea5b0f 100%);
}
.cc.cc_shop .cc_shop_ccm_title {
  width: 100%;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 20px;
}
.cc.cc_shop .cc_shop_ccm_title h5 {
  margin: 0;
  padding: 0;
}
.cc.cc_shop .cc_shop_more_info {
  display: flex;
  justify-content: center;
}
.cc.cc_shop .cc_shop_more_info .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 50px 15px;
}
.cc.cc_shop .cc_shop_banner {
  margin-bottom: 70px;
}
.cc.cc_shop .cc_shop_banner_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-radius: 20px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #0c7b91;
  color: #ffffff;
}
.cc.cc_shop .cc_shop_banner_wrap .cc_shop_banner_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
}
.cc.cc_shop .cc_shop_banner_wrap .cc_shop_banner_col_start {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px 0 30px;
  background: url(/statics/filemanager/ccm/dark-pattern.jpg) repeat top;
  background-size: inherit !important;
}
.cc.cc_shop .cc_shop_banner_wrap .cc_shop_banner_col_start img {
  margin-bottom: -50px;
}
.cc.cc_shop .cc_shop_rewards .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
}
.cc.cc_shop .cc_shop_rewards .wrap .cc_shop_rewards_title {
  text-align: center;
}
.cc .cc_customer_committee .cc_customer_committee_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.cc .cc_cc_objectif {
  position: relative;
  background: linear-gradient(90deg, #109db9 0%, rgba(244, 246, 247, 0) 100%);
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 20px;
  align-items: center;
}
.cc .cc_cc_objectif h3 {
  margin: 0;
  padding: 0;
}
.cc .cc_cc_objectif img,
.cc .cc_cc_objectif h3 {
  position: relative;
  z-index: 1;
}
.cc .cc_cc_objectif::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 0;
  border-radius: 20px;
  background-color: #fff;
}
.cc .cc_h1,
.cc .cc_h1 span {
  font-family: "BouyguesSpeak", sans-serif;
  font-size: 50px;
  font-weight: 800;
}
.cc .cc_h2,
.cc .cc_h2 span {
  font-family: "BouyguesSpeak", sans-serif;
  font-size: 40px;
  font-weight: 800;
}
.cc h3 {
  font-size: 18px;
}
.cc .cc_h3,
.cc .cc_h3 span {
  font-family: "BouyguesSpeak", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.cc .cc_h4,
.cc .cc_h4 span {
  font-family: "BouyguesSpeak", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.cc .cc_h4_Speak,
.cc .cc_h4_Speak span {
  font-family: "BouyguesSpeak", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.cc .cc_h5 {
  font-family: "BouyguesRead", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.cc .cc_em_color {
  color: #109db9;
}
.cc .cc_lint_color {
  color: #ea5b0f;
}
.cc .cc_small {
  font-size: 14px;
  opacity: 0.6;
}
.cc .cc_caption {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.cc .cc_gradient_text {
  display: inline-flex;
  background: linear-gradient(90deg, #50bfda 0%, #25465f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cc .cc_rel {
  position: relative;
}
.cc.hp .hp_header {
  position: relative;
  background: #25465f;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0 50px 0;
  margin-top: -1px;
  min-height: 550px;
  display: flex;
  align-items: center;
}
.cc.hp .hp_header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
  background: url(/statics/filemanager/ccm/image_Hero-banner_circle.svg) no-repeat center left;
  background-size: cover;
}
.cc.hp .hp_header::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(/statics/filemanager/ccm/image_Hero-banner_dark-layer.svg) no-repeat center right;
  background-size: cover;
}
.cc.hp .hp_header .hp_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cc.hp .hp_header .hp_header_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  z-index: 7;
}
.cc.hp .hp_header h1,
.cc.hp .hp_header p {
  color: #ffffff;
}
.cc.hp .hp_header h1,
.cc.hp .hp_header p,
.cc.hp .hp_header .hp_header_btns {
  position: relative;
  z-index: 3;
}
.cc.hp .hp_header .hp_header_btns {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}
.cc.hp .ranking-container {
  height: 460px;
}
.cc.hp #container-home-ranking-widget-xp {
  border-left: solid 10px #0c7b91;
  background-color: #f4f6f7 !important;
  border-radius: 10px;
}
.cc.hp #container-home-ranking-widget-xp .ranking-widget-container {
  padding: 30px 20px 70px 12px;
}
.cc.hp #container-home-ranking-widget-xp .ranking-widget-container > h2 {
  display: none;
}
.cc.hp .hp_contrib_section_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 20px 30px 20px;
}
.cc.hp .hp_howto {
  background: #0c7b91 url(/statics/filemanager/ccm/BG_repeat.jpg) repeat-x top;
  padding: 50px 0;
  overflow: hidden;
}
.cc.hp .hp_howto .wrap {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.cc.hp .hp_howto .wrap .hp_howto_illustration {
  position: absolute;
  bottom: -50px;
  right: 70px;
  width: 300px;
  transform: translateX(100%);
}
.cc.hp .hp_howto .hp_howto_heading_end img {
  border-radius: 10px;
}
.cc.hp .hp_howto .hp_howto_heading {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cc.hp .hp_howto .hp_howto_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.cc.hp .hp_howto .hp_howto_title h3 {
  padding: 0;
  margin: 0;
}
.cc.hp .hp_howto .cc_howto_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.cc.hp .hp_howto .hp_howto_content_item {
  background: linear-gradient(180deg, rgba(244, 246, 247, 0) 0%, #109db9 100%);
  border-radius: 20px;
  padding: 1px;
  position: relative;
}
.cc.hp .hp_howto .hp_howto_content_item .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
}
.cc.hp .hp_howto_content_item_top {
  display: flex;
  align-items: start;
  align-items: center;
  gap: 30px;
}
.cc.hp .hp_howto_content_item_top h4 {
  padding: 0;
  margin: 0;
}
.cc.hp .hp_howto_steps {
  margin: 40px 0;
}
.cc.hp .hp_howto_steps ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.cc.hp .hp_howto_steps li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  gap: 10px;
  position: relative;
  padding-top: 50px;
  padding-left: 20px;
}
.cc.hp .hp_howto_steps li p {
  margin: 0;
  padding: 0;
}
.cc.hp .hp_howto_steps .hp_howto_steps_item_num {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40px;
}
.cc.hp .hp_actu {
  margin-bottom: 70px;
}
.cc.hp .hp_actu .hp_actu_rss {
  margin-top: 15px;
}
.cc.hp .hp_actu .hp_actu_rss .rss-list {
  border-bottom: 1px solid rgb(222, 227, 231);
  height: 331px;
}
.cc.hp .hp_actu .hp_actu_rss .rss-list__elem {
  border: 1px solid rgb(222, 227, 231);
  border-radius: 4px;
}
.cc.hp .hp_actu .hp_actu_rss .rss-list__elem__panel__right__content {
  font-size: 15px;
}
.cc.hp .hp_actu .hp_actu_rss .rss-list__elem__panel--with-img {
  box-shadow: none !important;
}
.cc.hp .hp_actu .hp_actu_blog {
  border: 1px solid rgb(222, 227, 231);
  padding: 15px;
  border-radius: 7px;
  margin-top: 15px;
  font-size: 15px;
}
.cc.hp .hp_actu .hp_actu_blog .swiper-home-top {
  padding: 0;
}
.cc.hp .hp_actu .hp_actu_blog .swiper-button-next,
.cc.hp .hp_actu .hp_actu_blog .swiper-button-prev {
  border: 1px solid rgb(222, 227, 231) !important;
}
.cc.hp .hp_actu .hp_actu_blog .swiper-button-next {
  transform: translate(15px, 50%);
}
.cc.hp .hp_actu .hp_actu_blog .swiper-button-prev {
  transform: translate(-15px, 50%);
}
.cc.hp .hp_actu .hp_actu_blog_footer {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 20px;
  margin-top: 30px;
}
.cc.hp .hp_actu .hp_actu_blog_footer p {
  text-align: right;
}
.cc.hp .hp_video_section {
  display: flex;
  justify-content: center;
  position: relative;
}
.cc.hp .hp_video_section::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-color: #109db9;
  border-radius: 0px 0px 100px 100px;
  z-index: 0;
}
.cc.hp .hp_video_section .hp_video_section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.cc.hp .hp_video_section .hp_video_section_title .cc_h3 {
  text-align: center;
}
.cc.hp .hp_video_section .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  padding: 50px 20px;
}
.cc.hp .hp_video_section .hp_video_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.cc.hp .hp_video_section .hp_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  padding: 6px;
  border: 1px solid rgb(38, 176, 204);
}
.cc.hp .hp_project_bloc {
  position: relative;
  margin-bottom: 90px;
}
.cc.hp .hp_project_bloc::after {
  content: "";
  display: inline-block;
  background-color: rgb(12, 123, 145);
  border-radius: 20px;
  position: absolute;
  bottom: -36px;
  right: 0;
  height: 50%;
  width: 80%;
  z-index: 0;
}
.cc.hp .hp_project_bloc .yum-iframe {
  position: relative;
  z-index: 3;
}
.cc.hp .hp_project_bloc .product-thumb {
  max-width: 300px;
}
.cc.hp .hp_project_bloc .hp_project_bloc_placeholder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 520px;
  position: relative;
  z-index: 2;
  justify-items: center;
}
.cc.hp .hp_project_bloc .hp_project_bloc_placeholder::before, .cc.hp .hp_project_bloc .hp_project_bloc_placeholder::after {
  content: "";
  display: inline-block;
  background: #f5f6f7;
  width: 300px;
  height: 87%;
  border-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.cc.hp .hp_project_bloc .hp_project_bloc_footer {
  display: none !important;
  position: absolute;
  bottom: -7px;
  right: 100px;
  z-index: 2;
  width: 300px;
  text-align: right;
  color: #ffffff;
}
.cc.hp .hp_contrib_section {
  margin: 50px 0;
}
.cc .cc_header {
  background: url("/statics/filemanager/ccm/footer_background_mobile.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.cc .cc_header h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.cc .cc_header .cc_header_wrap {
  display: flex;
  flex-direction: column;
  padding: 90px 20px 130px 20px;
  width: 100%;
  max-width: 600px;
}
.cc .cc_header .cc_header_wrap .cc_header_arr {
  padding: 30px 30px 0 30px;
  color: #fff;
  font-size: 40px;
}
.cc .cc_header .cc_header_wrap a {
  color: #fff;
}
.cc .cc_intro .cc_intro_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cc .cc_intro .cc_list_bullets {
  margin-right: auto;
}
.cc .cc_intro article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cc .cc_intro .cc_intro_article_wrap {
  padding-left: 10%;
}
.cc .cc_intro aside {
  max-width: 500px;
  width: 100%;
}
.cc .cc_intro aside img {
  width: 100%;
  max-width: 500px;
}
.cc .cc_list_bullets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cc .cc_list_bullets h3,
.cc .cc_list_bullets p {
  margin: 0;
  padding: 0;
}
.cc .cc_list_bullets ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cc .cc_list_bullets li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}
.cc .cc_icon_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 30px;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 20px;
  background-color: rgb(244, 246, 247);
}
.cc .cc_icon_title.center {
  align-items: center;
  justify-content: center;
}
.cc .cc_icon_title .cc_h4_Speak {
  padding: 0;
  margin: 0;
}
.cc .cc_grid_list {
  background: url("/statics/filemanager/ccm/BG_engagement_gris.jpg") no-repeat center;
  background-size: cover;
  margin-top: 120px;
}
.cc .cc_grid_list .cc_grid_list_wrap {
  padding: 20px;
}
.cc .cc_grid_list .cc_grid_list_heading {
  padding: 30px;
  padding-bottom: 70px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: solid 20px #109db9;
  background-color: rgb(37, 70, 95);
  color: #fff;
}
.cc .cc_grid_list .cc_grid_list_heading p {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
}
.cc .cc_grid_list .cc_grid_list_heading p strong {
  font-weight: 700;
}
.cc .cc_grid_list .cc_grid_list_sub_heading_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: -100px;
}
.cc .cc_grid_list .cc_grid_list_sub_heading_list .cc_icon_title,
.cc .cc_grid_list .cc_grid_list_sub_heading_list li {
  width: 100%;
  max-width: 310px;
}
.cc .cc_grid_list .cc_grid_list_check_list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
}
.cc .cc_grid_list .cc_grid_list_check_list li img {
  margin-top: 7px;
}
.cc .cc_howto {
  margin-top: 70px;
  color: #25465f;
}
.cc .cc_howto h2,
.cc .cc_howto p {
  margin: 0;
  padding: 0;
}
.cc .cc_howto .cc_howto_heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
.cc .cc_howto .cc_howto_content {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cc .cc_howto .cc_howto_content_item_grid li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 30px;
}
.cc .cc_howto .caption_content {
  padding: 20px;
  border-radius: 10px;
  background-color: #f4f6f7;
}
.cc .cc_howto .cc_howto_content_item_title_grid {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: end;
  gap: 20px;
}
.cc .cc_howto .cc_howto_content_item {
  background: linear-gradient(180deg, rgba(244, 246, 247, 0) 0%, #109db9 100%);
  border-radius: 20px;
  padding: 1px;
  position: relative;
}
.cc .cc_howto .cc_howto_content_item .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
}
.cc .cc_banner {
  background: #25465f url(/statics/filemanager/ccm/BG_trame_wallpaper02.jpg) repeat-x top;
  padding: 50px 20px;
  margin-top: 70px;
}
.cc .cc_banner .cc_banner_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cc .cc_banner .cc_banner_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
.cc .cc_gem {
  background-color: #25465f;
  color: #fff;
}
.cc .cc_gem_list {
  display: flex;
}
.cc .cc_gem_body_mecanique_ctn {
  margin-top: 20px;
}
.cc .cc_gem_footer {
  position: relative;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
}
.cc .cc_gem_footer .cc_gem_body_arrow {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 1;
}
.cc .cc_gem_footer_label {
  position: relative;
  background-color: rgba(234, 91, 15, 0.6);
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  color: #fff;
}
.cc .cc_gem_footer_label .cc_gem_label_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #ea5b0f;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.cc .cc_gem_footer_label .cc_gem_label_icon img {
  width: 35px;
}
.cc .cc_simple_list {
  display: flex;
  flex-direction: column;
}
.cc .cc_simple_list .cc_lint_color {
  font-weight: 700;
}
.cc .cc_gem_innoshop {
  background-color: #25465f;
  color: #ffffff;
}
.cc .cc_gem_innoshop .wrap {
  padding: 20px;
}
.cc .cc_gem_innoshop .cc_gem_innoshop_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.cc .cc_faq_cta {
  padding: 70px 30px;
  text-align: center;
}
.cc .cc_faq_cta .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
.cc .cc_footer {
  background: url(/statics/filemanager/ccm/BG_engagement_gris.jpg) center no-repeat;
  padding: 60px 0;
}
.cc .cc_footer h2,
.cc .cc_footer p {
  padding: 0;
  margin: 0;
}
.cc .cc_footer .cc_footer_body_content_btn {
  margin-top: 7px;
}
.cc .cc_footer .wrap,
.cc .cc_footer .cc_footer_body_content,
.cc .cc_footer .cc_footer_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cc .cc_customer_committee_part_2 {
  background-color: #0c7b91;
  padding: 60px 20px 30px 20px;
  color: #ffffff;
  border-radius: 20px;
  margin-top: -40px;
}
.cc .cc_customer_committee_part_2 li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
}
.cc .cc_customer_committee_part_2 li img {
  margin-top: 7px;
}

.hp_project_bloc_wrap .swiper-widget-container {
  background-color: transparent !important;
}
.hp_project_bloc_wrap .swiper-widget-container > .btn-swiper-container,
.hp_project_bloc_wrap .swiper-widget-container .slider-nf-title {
  display: none;
}

.cc_shop_rewards_placeholder {
  display: flex;
  justify-content: space-evenly;
  height: 480px;
  width: 100%;
  max-width: 1600px;
  margin: 10px auto 0 auto;
}
.cc_shop_rewards_placeholder li {
  display: none;
  background: #f5f6f7;
  width: 300px;
  height: 100%;
  border-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.cc_shop_rewards_placeholder li:first-child {
  display: inline-block;
}

@media screen and (max-width: 400px) {
  .hp_actu_blog .article-thumb-big__right {
    padding: 20px 10px 10px 10px;
  }
  .hp_howto_content_item_top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-header-menu-toggle {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .cc {
    overflow: hidden;
  }
  .cc.hp .hp_header .hp_video_bg {
    height: 103% !important;
  }
  .cc .cc_h1,
  .cc .cc_h1 span,
  .cc .cc_h2,
  .cc .cc_h2 span {
    font-family: "BouyguesSpeak", sans-serif;
    font-size: 34px !important;
  }
  .hp_howto_body {
    margin-top: 50px;
  }
  .hp_actu .swiper-home-top .swiper-button-prev {
    left: 50%;
    top: auto;
    bottom: -70px !important;
    transform: translateX(-150%) !important;
  }
  .hp_actu .swiper-home-top .swiper-button-next {
    right: 50%;
    top: auto;
    bottom: -70px !important;
    transform: translateX(100%) !important;
  }
  .hp_actu .hp_actu_blog_footer {
    grid-template-columns: 1fr 40px !important;
    width: 80% !important;
    margin: 30px auto !important;
    justify-items: center;
  }
  .hp_actu .hp_actu_blog_footer .btn {
    grid-column: 1/3;
    margin-left: auto;
  }
  .cc_howto_content .hp_howto_content_item_top img {
    width: 160px;
  }
  .cc_howto_content .hp_howto_content_item_top .cc_h4,
  .cc_howto_content .hp_howto_content_item_top .cc_h4 span {
    font-size: 20px;
    line-height: 20px;
  }
  .hp_project_bloc {
    margin-top: 50px;
  }
  .hp_project_bloc .cc_h3 {
    margin-bottom: 0;
    font-size: 28px;
  }
  .hp_project_bloc .hp_project_bloc_footer {
    width: auto !important;
    bottom: -10px !important;
    text-align: center !important;
    left: 30px;
    right: 30px !important;
  }
  .hp_project_bloc::after {
    width: 100% !important;
  }
  .cc_gem_heading {
    display: grid;
    grid-template-columns: 50px auto;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cc_gem_heading h2 {
    grid-column: 1/3;
    grid-row-start: 1;
  }
  .cc_gem_heading img {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .cc_gem_heading p {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .cc_cc_gem_body_llustration {
    transform: translateX(20px);
    margin-bottom: 40px;
    width: 90%;
    max-width: 400px;
  }
  .cc_gem_body_aside {
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .cc_gem_body_aside::before {
    content: "";
    display: inline-block;
    width: 1px;
    background: linear-gradient(180deg, #ea5b0f 0%, #ffffff 100%);
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 24px;
    width: 1px;
    z-index: 1;
  }
  .cc_gem_body_aside .cc_gem_body_mecanique_arrow {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .cc_gem_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
  }
  .cc_gem_list li {
    display: grid;
    grid-template-columns: 30px 30px 1fr;
    align-items: center;
    gap: 10px;
  }
  .cc_gem_list li.cc_single_icon {
    grid-template-columns: 30px 1fr;
  }
  .cc_gem_list li p {
    margin: 0;
    padding: 0;
    color: #ffffff;
  }
  .cc_gem_label {
    display: inline-flex;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(234, 91, 15);
    font-size: 21px;
    font-weight: 700;
  }
  .cc_howto_content_item_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cc_footer {
    background-image: url(/statics/filemanager/ccm/BG_engagement_gris_mobile.jpg);
  }
  .cc_intro,
  .cc_grid_list_heading {
    margin-top: -120px;
  }
  .cc_grid_list {
    background-image: url("/statics/filemanager/ccm/BG_engagement_gris_mobile.jpg") !important;
  }
  .cc_grid_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .custom-global-footer {
    padding-bottom: 120px;
    background-image: url(/statics/filemanager/footer/footer_background_mobile.jpg);
  }
  .cgf-bottom {
    flex-direction: column;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cgf-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .cc_full_header {
    background-image: url("/statics/filemanager/ccm/BG_engagement_gris_mobile.jpg");
    background-size: cover;
  }
  .cc_full_header .cc_full_header_wrap {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .cc_customer_committee {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .cc_customer_committee .cc_customer_committee_part_1,
  .cc_customer_committee .cc_customer_committee_1_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .cc_customer_committee .cc_customer_committee_part_1 h5,
  .cc_customer_committee .cc_customer_committee_part_1 p,
  .cc_customer_committee .cc_customer_committee_1_1 h5,
  .cc_customer_committee .cc_customer_committee_1_1 p {
    margin: 0;
    padding: 0;
  }
  .cc_customer_committee .cc_customer_committee_1_2 {
    padding: 0 40px;
  }
  .cc.hp .hp_header_wrap .hp_header_btns {
    flex-direction: column;
  }
  .cc.hp .hp_header::after {
    right: -90%;
    background-position-x: right;
  }
  .cc.hp .hp_howto .cc_howto_content {
    grid-template-columns: 1fr;
    margin: 40px 0;
  }
  .cc.cc_shop .cc_shop_header .cc_shop_title {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .cc.cc_shop .cc_shop_body_top {
    padding: 20px;
  }
  .cc.cc_shop .cc_shop_ccm {
    margin-bottom: 70px;
  }
  .cc.cc_shop .cc_shop_ccm_title {
    margin-left: -80px;
  }
  .cc.cc_shop .cc_shop_ccm_fig_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 30px;
    padding-left: 50px;
  }
  .cc.cc_shop .cc_shop_ccm_fig_title img {
    display: none;
  }
  .cc.cc_shop .cc_shop_rewards .cc_shop_rewards_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .cc.cc_shop .cc_shop_rewards .cc_shop_rewards_title h3 {
    margin: 0;
    padding: 0;
  }
  .cc.cc_shop .cc_shop_ccm_fig {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cc.cc_shop .cc_shop_ccm_fig ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .hp_project_bloc_wrap {
    padding-left: 30px;
  }
  .hp_howto_body .hp_howto_title p {
    max-width: 374px;
  }
  #page_main_container-119 .container-fluid {
    padding: 0;
  }
  .cc_no_space_desktop {
    padding: 0;
    margin: 0;
  }
  .hp_howto_content_item_body {
    min-height: 70px;
  }
  .hp_actu {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .custom-global-footer .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .cgf-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .issues-session .search-top-container__content .col-md-5.text-left {
    width: 43%;
  }
  .cc .cc_shop_rewards_placeholder li:last-child {
    display: inline-block;
  }
  .cc.hp .hp_howto .hp_project_bloc .hp_project_bloc_footer {
    bottom: 12px;
  }
  .cc.hp .hp_howto .wrap {
    padding: 50px 60px;
  }
  .cc.hp .hp_howto .cc_small {
    width: 90%;
    padding-left: 30px;
  }
  .cc.hp .hp_howto .hp_howto_body {
    display: flex;
    flex-direction: column;
  }
  .cc.hp .hp_howto .hp_howto_body .cc_howto_footer {
    margin-top: 40px;
  }
  .cc.hp .hp_howto .hp_howto_steps ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 30px;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 60px;
  }
  .cc.hp .hp_howto .hp_howto_steps ul li {
    max-width: 200px;
  }
  .cc.cc_shop .cc_shop_body_top_start {
    padding: 30px 40px;
    max-width: 570px;
  }
  .cc.cc_shop .cc_shop_ccm_col .cc_shop_ccm_title {
    margin-left: -77px;
  }
  .cc.cc_shop .cc_shop_ccm {
    display: grid;
    grid-template-columns: 27% 1fr;
    gap: 60px;
    padding-left: 20px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig .cc_shop_ccm_fig_title {
    max-width: 300px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig .cc_shop_ccm_fig_title img {
    transform: translateX(-50%);
    width: 50px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig .cc_shop_ccm_fig_icon {
    position: absolute;
    top: 48%;
    right: 42%;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: url(/statics/filemanager/ccm/cercle-gradient-orange.svg) no-repeat 60% 34%;
    margin-top: 60px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig ul li:first-child {
    margin-top: 20px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig ul li:nth-child(2) {
    margin-top: -50px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig ul li:nth-child(3) {
    margin-left: 60px;
    margin-right: -60px;
  }
  .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig ul li:last-child {
    margin-top: -70px;
    margin-left: 60px;
  }
  .cc.cc_shop .cc_shop_more_info .wrap {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .cc.cc_shop .cc_shop_more_info .wrap .cc_shop_ccm_col {
    width: 100%;
    max-width: 400px;
  }
  .cc.cc_shop .cc_shop_banner {
    margin-bottom: 120px;
  }
  .cc.cc_shop .cc_shop_banner .cc_shop_banner_wrap {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 100px;
    padding: 0;
  }
  .cc.cc_shop .cc_shop_banner .cc_shop_banner_wrap .cc_shop_banner_col_start {
    position: relative;
    padding: 0;
    background-size: contain;
    height: 100%;
  }
  .cc.cc_shop .cc_shop_banner .cc_shop_banner_wrap .cc_shop_banner_col_start .cc_shop_banner_thumb {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .cc.cc_shop .cc_shop_banner .cc_shop_banner_wrap .cc_shop_banner_content {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 7%;
    width: 95%;
    padding: 50px;
    align-items: center;
  }
  .cc.cc_shop .cc_shop_banner .cc_shop_banner_wrap .cc_shop_banner_content .btn {
    width: 100%;
  }
  .cc .cc_header {
    background-image: url("/statics/filemanager/ccm/BG_hero_banner.jpg");
  }
  .cc .cc_header .cc_header_wrap {
    padding-bottom: 70px;
  }
  .cc .cc_intro .cc_intro_wrap {
    display: grid;
    grid-template-rows: 620px auto;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
  .cc .cc_intro .cc_intro_wrap aside {
    grid-column-start: 2;
    transform: translateY(-220px);
  }
  .cc .cc_intro .cc_intro_wrap aside img {
    width: 100%;
  }
  .cc .cc_intro .cc_intro_wrap article {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 70px;
    padding-top: 150px;
    align-items: flex-end;
  }
  .cc .cc_intro .cc_intro_wrap article .cc_intro_article_btn {
    margin-top: 20px;
  }
  .cc .cc_intro .cc_intro_wrap article img {
    max-width: 550px;
    width: 100%;
  }
  .cc .cc_intro .cc_intro_wrap .cc_list_bullets {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: -120px;
    transform: translateY(-70px);
  }
  .cc .cc_customer_committee {
    margin-bottom: 50px;
  }
  .cc .cc_innoshop .cc_banner {
    padding-top: 60px;
  }
  .cc .cc_innoshop .cc_banner_wrap {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    gap: 10%;
    padding: 60px;
  }
  .cc .cc_gem {
    padding-top: 20px;
  }
  .cc .cc_gem .cc_gem_wrap {
    display: grid;
    grid-template-columns: 40% auto 300px;
    grid-template-rows: 100px auto;
    gap: 20px;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_list_desktop {
    width: 100%;
    margin-top: -70px;
    grid-column: 1/3;
    grid-row-start: 2;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 3;
    grid-row-start: 1;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_footer {
    grid-column: 1;
    grid-row-start: 3;
    margin-top: 30px;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_body_aside {
    margin-top: 70px;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_body_mecanique_ctn {
    position: relative;
    padding-bottom: 20px;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_body_mecanique_ctn .cc_gem_body_mecanique_arrow {
    position: absolute;
    bottom: 0;
    right: -30px;
  }
  .cc .cc_gem .cc_gem_heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
  }
  .cc .cc_gem .cc_gem_heading .cc_gem_sub_heading {
    flex-basis: 100%;
  }
  .cc .cc_gem .cc_gem_heading .cc_gem_sub_heading p {
    max-width: 300px;
  }
  .cc .cc_gem .cc_gem_list {
    display: none;
  }
  .cc .cc_gem_innoshop {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .cc .cc_gem_innoshop .cc_gem_innoshop_col_start {
    position: relative;
  }
  .cc .cc_gem_innoshop .cc_gem_innoshop_col_start::before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 50%;
    width: 1500px;
    background: url(/statics/filemanager/ccm/pattern-shop-bg.png) repeat right center;
    background-size: contain;
    z-index: 0;
  }
  .cc .cc_gem_innoshop .cc_gem_innoshop_col_start .cc_gem_innoshop_thumb {
    position: relative;
    z-index: 2;
  }
  .cc .cc_gem_innoshop .wrap {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .cc .cc_grid_list {
    display: flex;
    justify-content: center;
    margin-top: 200px;
  }
  .cc .cc_grid_list .cc_grid_list_wrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-bottom: 20px;
  }
  .cc .cc_grid_list .cc_grid_list_wrap .cc_grid_list_illustration {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(70%, -340px);
    z-index: 0;
    width: 300px;
  }
  .cc .cc_grid_list .cc_grid_list_sub_heading_list {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    justify-items: center;
    align-items: start;
    gap: 30px;
    margin-top: -70px;
    margin-bottom: 50px;
  }
  .cc .cc_grid_list .cc_grid_list_sub_heading_list li {
    height: 100%;
  }
  .cc .cc_grid_list .cc_grid_list_sub_heading_list .cc_icon_title {
    height: 100%;
  }
  .cc .cc_grid_list .cc_grid_list_heading {
    position: relative;
    padding-top: 40px;
    z-index: 1;
    margin-top: -150px;
  }
  .cc .cc_grid_list .cc_grid_list_sub_heading {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cc .cc_grid_list .cc_grid_list_check_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .cc .cc_grid_list .cc_grid_list_check_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .cc .cc_footer {
    background-size: cover;
    padding: 80px 0;
  }
  .cc .cc_footer .wrap {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 7%;
    align-items: center;
  }
  .cc .cc_full_header {
    background: url("/statics/filemanager/ccm/BG_engagement_gris.jpg") center no-repeat;
    background-size: cover;
  }
  .cc .cc_full_header .cc_full_header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 222px;
    padding: 30px;
  }
  .cc .cc_customer_committee_part_1 {
    padding: 30px;
  }
  .cc .cc_customer_committee_part_1 {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 0;
    padding: 40px 0 40px 40px;
    margin-right: 40px;
  }
  .cc .cc_customer_committee_1_2 {
    transform: translateX(100px);
  }
  .cc .cc_customer_committee_part_2 {
    margin-top: -100px;
    padding: 50px;
  }
  .cc .cc_customer_committee_part_2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .cc .cc_customer_committee_1_1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
}
.w90 {
  width: 90%;
  margin-left: auto;
}

.body-entity-none #connect-btn-homepage .forum-btn {
  display: none !important;
}

body .swiper-hot-article {
  padding-bottom: 0;
}

.body-entity-1 .cc_customer_committee_footer,
.body-entity-2 .cc_customer_committee_footer,
.body-entity-3 .cc_customer_committee_footer,
.body-entity-4 .cc_customer_committee_footer,
.body-entity-5 .cc_customer_committee_footer {
  display: none !important;
}

.cc .tablet-only {
  display: none;
}

.cc .cc_shop_rewards_body .swiper-slide {
  max-width: 300px;
}

@media (max-width: 766px) {
  .cc.cc_shop .cc_shop_rewards .wrap {
    margin-top: 0;
  }
  .page-block-container .mobile_only {
    display: inline-block !important;
  }
}
@media (min-width: 767px) {
  #main-container .page-block-container .mobile_only {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  body .cc.cc_shop .cc_shop_ccm .cc_shop_ccm_fig .cc_shop_ccm_fig_icon {
    right: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .cc.hp .hp_howto .hp_howto_heading_end img {
    max-width: 104%;
  }
  .cc .cc_intro .cc_intro_wrap aside {
    transform: translateY(-220px);
  }
}
@media screen and (max-width: 992px) {
  #main-container .container-fluid.padded-container.bg-primary {
    margin-top: 0;
  }
  body h2.m-30px-b.text-center {
    margin-top: 25px;
  }
  body .swiper-container-standard.swiper-hot-article .swiper-wrapper {
    margin-bottom: 60px;
  }
  .hp_project_bloc_placeholder {
    margin-top: 30px;
    grid-template-columns: 1fr !important;
  }
  .hp_project_bloc_placeholder::before {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .cc.cc_shop .cc_shop_header .cc_shop_title {
    width: 60%;
    max-width: 600px;
  }
  .cc.cc_shop .cc_shop_body_top {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 50px;
  }
  .cc.cc_shop .cc_shop_body_top > img {
    margin-top: -120px;
    display: inline-block;
  }
  .cc_shop_rewards_placeholder li {
    display: inline-block !important;
  }
  #container-home-articles {
    padding: 0 15px;
  }
  .issues-session .search-top-container__content .col-md-5.text-left {
    width: 43%;
  }
}
@media (max-width: 1040px) {
  .cgf-logo-bloc {
    justify-content: center;
  }
  .cgf-logo-bloc .wrap {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 1180px) {
  body .article-thumb-big .article-thumb-big__right {
    padding-right: 0;
  }
  body .article-thumb-big .article-thumb-big__right__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1181px) {
  .cc.cc_shop .cc_shop_body_top_start {
    margin-top: 50px;
  }
  .cc .cc_howto .cc_howto_content_item_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
    margin: 5px 0 0 0;
  }
  .cc .cc_howto .cc_howto_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .cc .cc_howto .cc_howto_content .caption_content {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cc .cc_howto .cc_howto_content .btn {
    min-height: 50px;
  }
}
@media (min-width: 1040px) {
  .cc.hp .hp_howto .hp_howto_heading {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 60px;
  }
  .cc.hp .hp_howto .hp_howto_heading_start {
    text-align: right;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .cc.hp .hp_header .hp_video_bg {
    width: 125%;
  }
  .cc .tablet-only {
    display: inline-block;
  }
  .cc.hp .hp_project_bloc_wrap {
    padding-left: 0;
  }
  .cc.hp .hp_project_bloc::after {
    right: 10%;
  }
  .cc.hp .hp_project_bloc .hp_project_bloc_footer {
    bottom: -7px;
    right: 125px;
  }
  .cc .cc_h2,
  .cc .cc_h2 span {
    font-size: 33px;
  }
  .cc.hp .hp_howto_content_item_top {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hp_contrib_section .col-sm-5,
  .hp_contrib_section .col-sm-7 {
    width: 100%;
  }
  .cc .hp_project_bloc {
    margin-top: 40px;
  }
  .cc .cc_gem .cc_gem_wrap {
    grid-template-columns: auto 170px;
  }
  .cc .cc_gem .cc_gem_wrap .cc_gem_heading {
    width: 230px;
  }
  .cc .cc_customer_committee_part_1 {
    grid-template-columns: repeat(2, 50%);
  }
  .cc .cc_customer_committee_1_2 {
    transform: translateX(20px);
  }
  .cc .cc_customer_committee_part_2 {
    margin-top: -60px;
  }
}/*# sourceMappingURL=style.css.map */
