:root {
  --orange_alliantz: #EE7203;
  --blue_alliantz: #27348B;
  --blue_light_alliantz: #009EE3;
  --grey_alliantz: #575756;

  --transition: 0.3s ease-in-out;
}

.curves {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

/***********************************************************************************************/
/**********************************************header*******************************************/

body {
  font-size: 16px;
  font-family: 'Roboto';
  overflow-x: hidden;
}

body:not(#index) main {
  background-repeat: no-repeat;
}

main {
  background-color: #e6e7e8;
  overflow-x: hidden;
}

#header {
  width: 100%;
  padding: 0 340px;
  position: relative;
  z-index: 500;
}

.btn-primary {
  color: #fff;
  background-color: var(--blue_alliantz);
  border-color: transparent;
}

/******************header top*****************/
#header .header-nav a {
  text-outline: none;
  text-decoration: none;
}

#header .header-nav {
  margin-bottom: 0px;
}

#header .header-top {
  padding-bottom: 0;
}

#header .header-top .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#header .header-top .container .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.headerTop_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerTop_left {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
}

.headerTop_right #_desktop_quotecart {
  display: none !important;
}

#_desktop_cart {
  width: fit-content;
}


/**********************************************/
/**************connexion**********************/

#_desktop_user_info {
  width: fit-content;
  background-color: #e8ecf0;
  padding: 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  max-height: 38px;
}

#_desktop_user_info:hover {
  background-color: #a7a9ac;
}

#header .header-nav .user-info {
  margin-left: 0;
  margin-top: 0;
  text-align: right;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

#_desktop_user_info a {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#_desktop_user_info a span {
  font-size: .75rem;
  font-family: "Roboto";
  color: #a7a9ac;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}

#_desktop_user_info:hover a span {
  color: white;
}

#_desktop_user_info .icon-connexion {
  font-family: 'alliantz';
  font-size: 1.3125rem;
  margin-right: 0.4375rem;
  font-style: normal;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  color: #00b7ff;
}

#_desktop_user_info:hover .icon-connexion {
  color: #00b7ff;
}

/**********************************************/
/*****************panier***********************/
#header .header-nav .blockcart {
  background: var(--blue_alliantz);
  height: auto;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  text-align: center;
  white-space: nowrap;
  color: white;
  transition: .4s ease-in-out;
}

#header .header-nav .cart-preview.active {
  background: var(--blue_alliantz);
}

#header .header-nav .blockcart:hover, #header .header-nav .blockcart.active:hover {
  background: var(--orange_alliantz) !important;
}

#header .header-nav .blockcart .header {
  margin-top: 0;
}

#header .header-nav .blockcart .header .material-icons {
  color: white;
}

#header .header-nav .blockcart .hidden-sm-down {
  background: transparent;
  height: 3rem;
  padding: 0;
  margin-left: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

#header .header-nav .blockcart .cart-products-count {
  font-size: .75rem;
  font-weight: 600;
}

#header .header-nav .blockcart .icon-cart {
  font-family: 'alliantz';
  font-size: 1.3125rem;
  margin-right: 0.4375rem;
  font-style: normal;
  color: white;
}

/***********************************************************************/
/**************************panier slide*********************************/
#_desktop_cart {
  position: relative;
}

.cart_slide {
  position: absolute;
  height: auto;
  width: 30vw;
  top: 150%;
  right: -5000px;
  background-color: white;
  box-shadow: 2px 2px 4px #cccccc;
  z-index: 9999;
}

.cart_slide.notempty.active {
  right: 0;
}

.cart_slide_head {
  padding: 10px;
  background-color: #EDEDED;
  color: black;
  font-size: 22px;
}

.cart_slide_head::before {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  transform: rotate(45deg);
  top: -12px;
  background-color: #EDEDED;
  right: 17px;
}

.cart_slide_head > span:nth-child(1) {
  font-weight: 600;
}

.cart_product {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  padding: 10px 0;
  margin: 0;
}

.cart_product div {
  text-align: center;
  padding-left: 10px;
}

.cart_product div:nth-child(1) {
  max-width: 60px;
}

.cart_product div:nth-child(1) img {
  width: 100%;
}

.cart_totalHT, .cart_totaltaxes, .cart_totalTTC, .cart_shipping, .cart_ecotaxes, .cart_discount {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.cart_total_wrp {
  padding: 10px;
  background-color: #EDEDED;
}

.cart_link_wrp a {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: var(--orange_alliantz) !important;
  color: white !important;
  width: 100%;
}

.blockcart a {
  cursor: pointer;
}

.customer_wrp .blockcart .header {
  position: relative;
  display: flex;
}

.customer_wrp .blockcart .header .hidden-sm-down {
  display: none;
}

.nav_fixe_wrp.actif .customer_wrp {
  align-items: center;
}

.customer_wrp .blockcart .header .cart-products-count {
  position: absolute;
  top: -13px;
  font-size: 11px;
  right: 11px;
}

/**************************bar de recherche*****************************/
.row2 {
  width: 100%;
}

#header {
  max-width: 100%;
}

#header .header-nav {
  max-width: 1220px;
  margin: 0 auto;
}

.headerTop_center {
  width: 100%;
  display: flex;
  align-items: center;
}

#header .header-nav .search-widget {
  width: 100%;
  padding: 0 10% 0 50px;
  display: flex;
  min-width: 5rem;

}

#header .header-nav .search-widget form {
  width: 100%;
  height: 40px;
  margin-top: 0 !important;
}

#header .header-nav .ui-autocomplete-input {
  width: 100%;
}

#header .header-nav {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0px;
}

.search-widget form input[type="text"] {
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 40px;
  transition: box-shadow 0.8s ease-in-out;
  color: #cacaca;
  width: 100%;

}

.search-widget form input[type="text"]:focus {
  outline: 1px solid #dedede !important;
  background: #f2f2f2;
  color: #b9b9b9;
}

.search-widget form button[type="submit"] {
  position: absolute;
  border: none;
  bottom: inherit;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--blue_alliantz);
  width: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.search-widget form button[type="submit"] .search {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: white;
  clip-path: polygon(0% 100%, 100% 50%, 0% 0%);
}

.search-widget form button[type="submit"] .search::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
  background-color: var(--blue_alliantz);
  clip-path: polygon(0% 100%, 100% 50%, 0% 0%);
  transition: var(--transition);
}

.search-widget form button[type="submit"]:hover {
  background-color: var(--orange_alliantz);
}

.search-widget form button[type="submit"]:hover .search::after {
  background-color: var(--orange_alliantz);
}


.customer_wrp .cart_link_wrp a {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
}

.customer_wrp .cart_slide.notempty.active {
  top: 182%;
  right: -7px;
}

/*************************************************************************/
.header-nav_row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px 0;
}

.nav_wrp {
  display: none;
}

/***********************header-top mobile***********/
@media (max-width: 1360px) {
  .headerTop_center {
    min-width: auto;
    display: none;
  }

  #header {
    padding: 0 0;
  }

  .headerTop_right {
    display: none;
  }

  .headerTop_left {
    display: none;
  }

  .header-nav_row {
    flex-direction: row;
  }

  .header-top {
    display: none;
  }

  #header .header-nav #menu-icon {
    display: none;
  }

  .hidden-md-up.text-sm-center.mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }

  /***********************header-menu***********/
  .header-nav {
    display: none !important;
  }

  .customer_wrp > a:nth-child(1) {
    width: 50px;
  }

  .customer_wrp .icon-cart.shopping-cart {
    font-size: 22px;
  }

  /*************************home page content mobile *******************/
  #index #content {
    padding: 15px;
  }

  .elementor.elementor-1020101.ce-edit-wrapper {
    margin: 25px 0 !important;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    font-size: 63px !important;
    line-height: 62px !important;
  }

  /************************************footer mobile************************/
  /**************************************cart mobile*******************/
  .cart_slide {
    position: absolute;
    height: auto;
    width: 94vw;
    top: 150%;
    right: -5000px;
    background-color: white;
    box-shadow: 2px 2px 4px #cccccc;
    z-index: 9999;
  }

  #alliantz_credits {
    margin: 0;
    width: 100%;
  }

  #alliantz_credits .col-md-12 {
    padding: 0 !important;
  }

  #alliantz_credits .text-sm-center {
    text-align: center;
  }

  /***********************************product listing*******************/
  /**********************btn to top*************************/
  .button_toTop {
    width: clamp(40px, 3.38vw, 65px) !important;
    height: clamp(40px, 3.38vw, 65px) !important;
  }

  /**************************product single mobile ************/
  #product .product-container {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
  }

  #product #content-wrapper {
    width: 100% !important;
    padding: 20px 20px 0 20px !important;
  }

  /********************************** actu mobile **********/
  .actu_wrp {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .actualite {
    width: 100% !important;
    margin: 10px auto !important;
    max-width: 365px !important;
  }
}

@media (max-width: 1077px) {

  .menu_mobile_close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path style="fill: white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
  }

  .hidden-md-up.text-sm-center.mobile {
    justify-content: center;
  }

  #_mobile_cart {
    display: none;
  }

  #_mobile_user_info {
    display: none;
  }

  .mobile_ham {
    content: '';
    width: 25px;
    background-image: url("../img/menu_bar.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 20px 0 20px 0px;
    height: 52px;
    transition: var(--transition);
    margin-right: 10px;
    margin-left: 20px;
  }

  .close_menu_product {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path style="fill: white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 40px);
    background-color: var(--orange_alliantz);
    padding: 0 25px 0 0;
    height: 50px;
    transition: var(--transition);
    width: 100%;
  }

  .close_menu_product:before {
    content: 'Fermer';
    padding: 0;
    height: 50px;
    width: calc(100% - 50px);
    text-align: end;
    align-items: center;
    display: flex;
    justify-content: end;
    color: white;
    margin-right: 10px;
    font-weight: 600;
  }
}

@media (max-width: 750px) {
  #wrapper .product {
    height: 390px !important;
    width: 100%;
  }
}


#_desktop_cart a {
  user-select: none;
}


/*************************page_recherche********************************/

.products.row {
  display: grid;
  grid-auto-columns: minmax(repeat 1fr, 1fr);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

/************************************************************************/
/*************************modal search***********************************/

.modal_search {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #ffffffeb;
  top: -4000px;
  left: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.modal_search.active {
  top: 0;
  left: 0;
  opacity: 1;
}

.modal_search .modal_search_header {
  width: 100%;
  display: flex;
  padding-right: 50px;
  justify-content: flex-end;
  padding-top: 50px;
}

.modal_search_body {
  display: flex;
  width: 100%;
  height: calc(100% - 90px);
  justify-content: center;
  align-items: center;
}

.modal_search_body #search_widget {
  min-width: 40%;
  margin-top: -100px;
}

.modal_search_header svg {
  width: 40px;
  height: 40px;
}

.modal_search_header svg path {
  fill: #939393;
}

.modal_search form {
  height: 60px;
}

.modal_search form input {
  height: 60px !important;
  font-size: 25px;
  border: 1px solid #dfdfdf !important;
}

.ui-front {
  z-index: 9999;
}

/************************************************************************/
/**************************wrapper***************************************/
#wrapper {
  background: transparent;
  padding-top: 0;
  margin-bottom: 25px;
}


/************************************************************************/
/***********************gamme phare************************************/
.elementor.elementor-1020101.ce-edit-wrapper {
  margin: 75px 0;
}

.hg_container {
  max-width: 100% px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  margin: 0 auto;
}

.hg_container .gamme_cnt {
  box-sizing: border-box;
  background-color: white;
  text-align: center;
  height: 450px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 5px #cccccc,
  -3px -3px 5px #f4f4f4;
  overflow: hidden;
  filter: blur(10px);
  opacity: 0;
  transition-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.hg_container .gamme_cnt:nth-child(2) {
  transform: translateX(70%);
  transition-duration: 0.6s;
}

.hg_container .gamme_cnt:nth-child(3) {
  transform: translateX(80%);
  transition-duration: 0.5s;
}

.hg_container .gamme_cnt:nth-child(4) {
  transform: translateX(-80%);
  transition-duration: 0.5s;
}

.hg_container .gamme_cnt:nth-child(5) {
  transform: translateX(-70%);
  transition-duration: 0.6s;
}

.hg_container .gamme_cnt:nth-child(6) {
  transform: translateX(70%);
  transition-duration: 0.6s;
}

.hg_container .gamme_cnt:nth-child(7) {
  transform: translateX(80%);
  transition-duration: 0.5s;
}

.hg_container .gamme_cnt.gamme_cnt-active {
  transform: translateX(0);
  filter: blur(0px);
  opacity: 1;
}

.hg_container .gamme_cnt.gc_large {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 60px;
  line-height: 55px;
  color: white;
  background-color: var(--orange_alliantz);
  text-align: left;
  background-size: 100% 100%;
  background-position: center;
  transform: translateX(-50%);
  filter: blur(10px);
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.hg_container .gamme_cnt.gc_large.gamme_cnt-active {
  transform: translateX(0%);
  filter: blur(0px);
  opacity: 1;
}

.gamme_cnt img {
  position: relative;
  z-index: 999;
  max-width: 285px;
  max-height: 260px;
  transform: scale(1, 1) translateY(0);
  transition: 0.5s ease-in-out;
}

.gamme_cnt:hover img {
  transform: scale(0.85, 0.85) translateY(-75px);
}

.gamme_cnt:hover:nth-child(4) > img {
  transform: scale(1, 1) translateY(-75px);
}

.gamme_cnt .gamme_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue_alliantz);
  margin-top: 30px;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}

.gamme_cnt:hover:not(.gc_large) .gamme_title {
  transform: translateY(-112px);
}

.hg_container .gamme_cnt.gc_large .gamme_title {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 100px;
  line-height: 80px;
  color: white;
  text-align: left;
}

.hg_container .gamme_cnt.gc_large .gamme_title:first-letter {
  text-transform: uppercase;
}

.hg_container .gamme_cnt.gc_large .gamme_title strong {
  font-weight: 700;
}

.gamme_cnt .gamme_text {
  position: absolute;
  bottom: -50px;
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s ease-in-out;
}

.gamme_cnt .gamme_btn {
  color: white !important;
  font-weight: 500;
  background-color: var(--orange_alliantz);
  padding: 15px 25px;
  font-size: 14px;
  position: absolute;
  bottom: -100px;
  opacity: 0;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.gamme_cnt .gamme_btn:hover {
  background-color: var(--blue_alliantz);
}

.gamme_cnt:hover .gamme_text {
  bottom: 125px;
  opacity: 1;
  filter: blur(0);
}

.gamme_cnt:hover .gamme_btn {
  bottom: 50px;
  opacity: 1;
}

@media (min-width: 526px) {
  .hg_container .gamme_cnt.gc_large {
    grid-column: span 2;
  }
}

@media (max-width: 728px) {
  body .carousel .phrase_accroche {
    font-size: 28px;
    line-height: 34px;
  }
}

.actualite {
  transform: translateX(400px);
  opacity: 0;
  filter: blur(10px);
  transition: 0.3s cubic-bezier(0, .49, .39, 1.21);
}

/**********************************************************************/
/***********************réssurance*************************************/

/************************************************************************/


/*****************************************************************************/
/*****************************accueil custom html*****************************/
#custom-text {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  font-family: "Roboto";
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0.6s;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(.17, .67, .21, 1);
}

#custom-text.ct-active {
  filter: blur(0);
  opacity: 1;
}

#custom-text .block-group-img {
  transform: translateX(-50%);
  width: 50%;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(.17, .67, .21, 1);
}

#custom-text.ct-active .block-group-img {
  transform: translateX(0);
}

#custom-text .block__title {
  font-family: 'arsilonregular';
  text-transform: lowercase;
  margin: 5px 0 20px 0;
}

#custom-text .block__title:first-letter {
  text-transform: uppercase;
}

#custom-text #block-block-4 {
  transform: translateX(50%);
  margin-left: 40px;
  margin-top: 40px;
  width: 50%;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(.17, .67, .21, 1);
}

#custom-text.ct-active #block-block-4 {
  transform: translateX(0);
}

#custom-text p {
  line-height: 1.6rem;
  color: #a6a6a6;
}

#aventure_block1 {
  padding: 0 37px 0 0;
  box-sizing: border-box;
}

#custom-text img {
  width: 100%;
  max-width: inherit;
}

#custom-text .wrapper-group {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

#custom-text .region-group {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

#custom-text .subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue_alliantz);
}

#custom-text .block__title {
  font-size: 2.375rem;
  color: var(--blue_alliantz);
  font-weight: 200;
  margin: 10px 0 20px 0;
}

#custom-text #aventure_wrapper {
  display: flex;
  flex-direction: row;
  color: #999;
}

#custom-text h5 {
  font-size: 1.25rem;
  color: var(--orange_alliantz);
  font-style: normal;
  font-weight: normal;
  margin: 0px 0 0.5rem 0;
  line-height: 1.4;
}

#custom-text p {
  font-size: 1.12rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin: 5px 0;
}

#decouvrir-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  margin-top: 15px;
  max-width: 75%;
  background-color: rgba(228, 78, 21, 0);
  transition: var(--transition);
}

#decouvrir-link > span:nth-child(2) {
  display: block;
  margin-left: 5px;
  color: #575756;
  font-weight: 600;
  transform: translateX(0px);

  transition: var(--transition);
}

#decouvrir-link span:first-child {
  font-family: 'Alliantz';
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  margin-top: 5px;
  display: block;
  color: var(--orange_alliantz);
  transition: var(--transition);
}

#decouvrir-link:hover {
  background-color: var(--blue_alliantz);
}

#decouvrir-link:hover > span:nth-child(2) {
  color: #ffffff;
  transform: translateX(10px);
}

#decouvrir-link:hover span:first-child {
  color: #ffffff;
}

/****************************************************/

/****************************************************/
/*********************footer*************************/
#footer {
  margin: 0;
  padding: 0;
}

#footer > .container {
  display: none;
}

#footer .footer-container {
  margin-top: 0;
  padding-top: 0;
}

#footer .footer-container .container {
  width: 1220px;
  padding: 0 !important;
}

.newsletter_cnt {
  position: relative;
}

@media (min-width: 1080px) {
  .footer-container > .container > .row:first-child {
    padding: 30px 0;
    display: flex;
    margin: 0;
  }

  .footer-container .right-footer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}

#wrapper > .container {
  width: 1220px;
  padding: 0;
}

.footer-container .right-footer-block .footer_button, .footer-container .right-footer-block .footer_button:hover {
  box-sizing: border-box !important;
  color: #FFF;
  font-family: "Roboto";
  border: none;
  outline: none;
  text-transform: uppercase;
  font-variant: all-small-caps;
  font-size: 1.25rem !important;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

@media (max-width: 750px) {
  .footer-container .right-footer-block .footer_button, .footer-container .right-footer-block .footer_button:hover {
    width: 340px;
    justify-content: center;
  }
}

.footer-container a {
  color: var(--grey_alliantz);
}

.footer-container .right-footer-block .btn_contact {
  background-color: var(--orange_alliantz);
  margin-bottom: 0;
  transition: var(--transition);
}

.footer-container .right-footer-block .btn_contact:hover {
  background-color: var(--blue_alliantz);
}

.footer-container .right-footer-block .btn_newsletter, .footer-container .right-footer-block .btn_newsletter:hover {
  background-color: #58595b;
}

.footer-container .right-footer-block .contact-ico,
.footer-container .right-footer-block .newsletter-ico {
  font-family: 'Alliantz';
  text-transform: lowercase;
  font-variant: normal;
  margin-right: 10px;
  font-size: 1.875rem;
  display: block;
  width: fit-content;
}

#footer .newsletter_cnt {
  height: 54px;
  max-width: 340px;
  width: 340px;
  position: relative;
}

#footer #blockEmailSubscription_ {
  position: absolute;
  margin: 0 !important;
  width: 340px;
  left: 0;
  top: 0;
  height: 54px;
  display: flex;
  align-items: center;
}

#footer #blockEmailSubscription_ .row {
  padding: 0;
  margin: 0;
}

#footer .btn_newsletter {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  display: flex;
  justify-content: center;
  height: 54px;
}

#alliantz_credits p {
  color: #ffffff;
}

#alliantz_credits .text-sm-center {
  margin: 0rem;
  padding: 0.5rem 0;
  background-color: var(--blue_alliantz);
}

#alliantz_credits .text-sm-center a {
  color: white;
}

.block_newsletter form input[type="email"]:focus {
  border: 1px solid var(--orange_alliantz);
  padding: 8px 8px 9px;
  outline: 0;
}

.btn_newsletter .mail_anim {
  width: 25px;
  height: 25px;
  display: block;
}

.btn_newsletter .mail_anim > svg:nth-child(2) {
  display: none;
}

.btn_contact .contact_anim {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  margin-right: 10px;
}

.btn_contact .contact_anim > svg:nth-child(2) {
  display: none;
}

/*******************************************************************/

/********************* button to top *******************************/
.button_toTop {
  position: fixed;
  display: flex;
  bottom: 75px;
  right: 1%;
  width: 50px;
  height: 60px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
  background: var(--blue_alliantz);
  mix-blend-mode: multiply;
}

#button_toTop svg {
  display: flex;
  width: 50%;
  fill: white;
}

#button_toTop:hover {
  background-color: var(--orange_alliantz);
}

.button_toTop.actif {
  opacity: 1;
  z-index: 999;
}

.button_toTop #chevron_up {
  width: 45%;
  margin-top: -5px;
  transform: rotate(180deg);
}

.button_toTop .chevron {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
}

/*******************************************************************/

/***********************************************************************************************/
/**************************************category*************************************************/
/***********************************************************************************************/

/***************************header*********************************/
.container #js-product-list-header {
  display: none;
}

#js-product-list-header2 .block-category {
  padding: 0.5rem 0 1.25rem 0;
  min-height: auto !important;
  width: 1220px;
  margin: 0 auto 20px auto;
  border: none;
}

.pagination .current a {
  color: var(--orange_alliantz);
  text-decoration: none;
  font-size: 1.25rem;
}

.pagination .page-list {
  background: #fff;
  padding: 0.375rem;
  margin-bottom: 0;
}

/*******************************************************************/

#wrapper > .category-sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  color: white;
  margin: 0 auto 40px auto;
  max-width: calc(73.125rem + 50px);
}

#wrapper .category-sub-menu .sub_cat_div .panelDoor {
  display: none;
}

#wrapper .category-sub-menu .sub_cat_div.has_child .panelDoor {
  display: flex;
  height: 100%;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
}


#wrapper .category-sub-menu .sub_cat_div .panelDoor a {
  cursor: pointer;
  display: block !important;
  padding: 0.3125rem 1rem;
  font-size: 0.6875rem;
  font-family: "Roboto";
  color: var(--orange_alliantz);
  font-weight: bold;
  text-transform: uppercase;
  background: #FFF;
  border-radius: 1rem;
  border: solid #e6e7e8 2px;
  transition: .3s ease-in-out;
}

#wrapper .category-sub-menu .cat_maj_header {
  height: 75px;
  max-height: 75px;
  background-color: white;
}

#wrapper .category-sub-menu .cat_maj_header > a {
  font-size: 0.9375rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #575756;
  line-height: 1.375rem;
  text-transform: capitalize;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#wrapper .category-sub-menu .cat_maj_header > a:hover {
  color: var(--orange_alliantz);
}

#wrapper .category-sub-menu .panelDoor a:hover {
  background: var(--orange_alliantz);
  color: #FFF;
  border-color: var(--orange_alliantz);
}


#wrapper .panelCollapse .category-sub-menu {
  margin: 0;
  max-width: 100%;
}

#wrapper .category-sub-menu .cat-depth-0 {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
  z-index: 50;
}

#wrapper .category-sub-menu .panelCollapse {
  max-height: 0;
  opacity: 0;

  background-color: white;
  border: solid 1px rgba(230, 231, 232, 0);
  position: relative;
  padding: 0 15px;
  transition: all 0.3s ease-out;
}

#wrapper .category-sub-menu .panelCollapse.active {
  max-height: 800px;
  opacity: 1;
  border: solid 1px rgba(230, 231, 232, 1);
  transition: all 0.3s ease-out;
  padding: 15px 15px;
}

#wrapper .category-sub-menu .panelCollapse::before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  top: -3px;
  z-index: 999;
  left: 48px;
  filter: drop-shadow(0px -1px 0px rgba(183, 183, 183, 0));
  transition: all 0.3s ease-out;
}

#wrapper .category-sub-menu .panelCollapse.active::before {
  top: -9px;
  filter: drop-shadow(0px -1px 0px rgba(183, 183, 183, 1));
  transition: all 0.2s ease-out;
}

#wrapper .category-sub-menu .panelCollapse .category-sub-link {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  font-size: 14px;
  font-family: "Roboto";
  color: #757a7e;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 13px;
  padding-left: 0;
  transition: var(--transition);
}

span#triangle svg {
  position: absolute;
  width: 0;
  height: 0;
}

#wrapper .category-sub-menu .panelCollapse .category-sub-link:hover {
  padding-left: 20px;
}

#wrapper .category-sub-menu .panelCollapse .category-sub-link::before {
  content: '';
  background-size: cover;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url('../../../../img/triangle_alliantz.svg');
}

#wrapper .category-sub-menu .panelCollapse .cat-depth-0 {
  padding: 4px 10px;
}

#wrapper .category-sub-menu .sub_cat_div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#wrapper .category-sub-menu .cat_maj_header {
  display: flex;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
}

/*************************sort order*******************************/
.sort_orders_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.sort_orders_menu .list_sort {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sort_orders_menu .triangle_sort {
  font-family: 'Alliantz';
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  margin-top: 5px;
  display: block;
  color: var(--blue_alliantz);
  transition: var(--transition);
}

/**************************popup***********************************/
#popup_desktop_logo .logo_wrp {
  display: flex;
  width: 250px;
  flex-direction: row;
  align-items: start;
  background-color: transparent !important;
  font-family: 'Roboto';
}

#popup_desktop_logo {
  width: 237px;
  height: 66px;
}

.popup_container.active {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
}

.popup_container .popup {
  background-color: var(--blue_alliantz);
  width: 625px;
  top: -200%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-family: 'Roboto';
  overflow: hidden;
  opacity: 0;
}

.popup_container.active .popup {
  display: block;
  animation: totop 1s forwards;
}

@keyframes totop {
  0% {
    top: -200%;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 30%;
  }
}

.popup_container .logo_wrp {
  background-color: transparent !important;
}

.popup_container .logo_wrp img {
  filter: brightness(10);
}

.popup_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px 0px 30px;
  position: relative;
  z-index: 5;
  color: white
}

.panel_close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
}

.panel_close a {
  display: block;
  background-image: url("../img/menu_cross.png");
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  padding: 0 0 !important;
  box-sizing: border-box;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  border: 2px solid;
  background-size: 65%;
}

.popup p {
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  color: white;
}

.popup a {
  background-color: grey;
  color: white;
  padding: 10px 10px;
}

.popup_label {
  font-weight: 600;
}

.popup_footer {
  width: 100%;
  margin-top: -10px;
}

.popup_background {
  filter: brightness(20);
  max-height: 77px;
  opacity: 0.8;
}

.popup_body > p:nth-child(3) {
  margin-top: 20px;
  padding: 0 10px;
}

p.popup_label:nth-child(6) {
  margin-top: 20px;
}

p.popup_label:nth-child(4) {
  margin-top: 5px;
}

@media (max-width: 650px) {
  #wrapper > .container {
    width: 100%;
  }

  .popup_container .popup {
    width: 350px;
    top: 50%;
    transform: translate(-50%, -25%);
    height: 500px;
  }
}

.popup_container.active {
  z-index: 999999;
}

/**************************breadcrump**************************/

#wrapper .breadcrumb li a, #wrapper .breadcrumb li, #wrapper .breadcrumb li span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
}

#wrapper .breadcrumb li::after {
  content: ">";
  color: #ffffff;
  margin: 0.5rem;
  font-size: 0.5rem;
}

#wrapper .breadcrumb ol {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb > ol > li {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.block-category h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 2rem;
}

/**************************sort product**************************/
#js-product-list-header2 .card {
  box-shadow: none !important;
  background-color: var(--blue_alliantz);
}

#js-product-list-header2 {
  background-color: var(--blue_alliantz);
}

.product-list-top {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0;
}

.block_abs {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.block_abs a, .block_abs a span, .sort_label_cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #575756;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: uppercase;
}

.block_abs.active {
  display: flex;
}

.block_abs {
  width: 150px;
  margin-right: 10px;
}

.list_sort > span {
  width: 100%;
}

.block_abs .triangle_sort {
  margin: 0 20px 0 0;
  transform: rotate(-90deg) !important;
  text-transform: none !important;
}

.block_abs:nth-child(1) {
  width: 110px;
}

.block_abs:nth-child(2), .block_abs:nth-child(3) {
  width: 110px;
}

.block_abs:nth-child(4), .block_abs:nth-child(5) {
  width: 135px;
}

.block_abs a {
  width: 100%;
}

.product-top-title {
  font-size: 1.125rem;
  font-family: "Roboto";
  color: #575756;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.375rem;

}

/**************************tab***********************************/
.tabheader {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tabheader a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tabheader a:hover {
  background-color: #ddd;
}

.tabheader a.active {
  background-color: #ccc;
}

.tabheadercontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabheadercontent.active {
  display: block;
}


/**************************************qui sommes nous**************************************/
body#cms {
  background-color: #fefefe;
}

body#cms .page-header {
  display: none !important;
}

.page-cms p {
  padding-left: 1px !important;
  padding: 0 0 0 1px !important;
}

#cms div.container:nth-child(2) {
  display: none;
}

body#cms main {
  background-color: #fefefe;
}

.page-content.page-cms {
  padding: 0;
  background-color: transparent;
}

.field-body {
  font-family: 'Roboto';
  line-height: 1.375rem;
  width: 73rem;
  margin: 0 auto;
}

.qsntitle {

  font-weight: 300;
  font-size: 50px;
  color: #575756;
  text-transform: uppercase;
  margin: 0px 0 1.875rem 0;

}

.sqnsubtitle2 {
  font-weight: 600;
  font-size: 18px;
  color: #757a7e;
  margin-bottom: 2rem;
}

.activiteblock, .activiteblock2 {
  width: 50%;
  min-height: 100px;
  box-sizing: border-box;
}

.activiteblock_wrp, .anneeblock_wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 2px;
}

.anneeblock_wrp {
  margin-top: 25px;
}

.activiteblock:nth-child(1), .activiteblock:nth-child(3) {
  padding-right: 30px;
}

.field-body h4 {
  color: var(--blue_alliantz);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.anneetitle {
  font-size: 1.25rem;
  color: #6c707b;
  font-style: normal;
  font-weight: normal;
}

.anneechiffre {
  font-size: 1rem;
  font-weight: 400;
  color: var(--blue_alliantz);
  margin: 0 0 1.875rem 0 !important;
}

.anneetext {
  font-size: 0.9375rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #757a7e;
  line-height: 1.375rem;
}

.field-body .activitetext {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #757a7e;
  margin: 0;
}

.field-body .anneeblock {
  border-left: 1px dashed var(--blue_alliantz);
  width: calc(33.3% - 20px);
  min-height: 235px;
  padding: 0 30px 0 10px;
  margin: 15px 0 15px 0;
  filter: blur(10px);
  transform: scale(1.5);
  opacity: 0;
  transition: var(--transition);
}

.field-body .anneeblock.anneeblock-vu {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

.largeanneeblock {
  width: 65%;
}

.largeanneeblock img {
  width: 100%;
  height: auto;
}

.footer_activite {
  display: flex;
  flex-wrap: wrap;
}

.sqnsubtitle2 {
  font-weight: 500;
  font-size: 18px;
  color: #757a7e;
  text-rendering: optimizeLegibility;
}

.sqnsubtitle2:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  color: #757a7e;
  text-rendering: optimizeLegibility;
  margin: 30px 0 12px 1px;
  text-align: center;
}

p.sqnsubtitle2:nth-child(2) {
  text-align: left;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 2px !important;
}

p.sqnsubtitle2:nth-child(10) {
  text-align: center;
  margin: 35px 0 10px 0;
}

.qsnorange {
  color: var(--blue_alliantz);
}

h2.qsntitle:nth-child(1) {
  margin: 0 0 1.2rem 0;
}

h2.qsntitle:nth-child(2) {
  margin: 0 0 1.2rem 0;
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

p.sqnsubtitle2:nth-child(3) {
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.activiteblock {
  transform: scale(1.5);
  opacity: 0;
  filter: blur(10px);
  animation-name: activiteblock-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.activiteblock:nth-child(1) {
  animation-delay: 0s;
}

.activiteblock:nth-child(2) {
  animation-delay: 0.1s;
}

.activiteblock:nth-child(3) {
  animation-delay: 0.2s;
}

.activiteblock:nth-child(4) {
  animation-delay: 0.3s;
}

h2.qsntitle:nth-child(5) {
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

p.activitetext:nth-child(6) {
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

h2.qsntitle:nth-child(4) {
  margin: 2rem 0 1.2rem 0;
}

h2.qsntitle:nth-child(7) {
  margin: 0 0 1.2rem 0 !important;
}

h2.qsntitle:nth-child(8) {
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
}

h2.qsntitle:nth-child(8).vue {
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

p.sqnsubtitle2:nth-child(9) {
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
}

p.sqnsubtitle2:nth-child(9).vue {
  animation-name: qsntitle-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.footer_activite .activiteblock2 {
  transform: scale(1.5);
  opacity: 0;
  filter: blur(10px);
}

.footer_activite .activiteblock2.vue {
  animation-name: activiteblock-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0, .49, .39, 1.21);
}

.sqnsubtitle2:nth-child(11) {
  margin-top: 10px;
  transform: translateX(-200px);
  opacity: 0;
  filter: blur(10px);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, .49, .39, 1.21);
  transition-delay: 0.3s;
}

.sqnsubtitle2:nth-child(11).vue {
  transform: translateX(0px);
  opacity: 1;
  filter: blur(0px);
}

@keyframes qsntitle-anim {
  0% {
    transform: translateX(-200px);
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes activiteblock-anim {
  0% {
    transform: scale(1.5);
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}

/*************************************blog***********************************/
#cms.cms-id-2 section#content.card-block {
  padding: 10px 0;
}

#cms .card {
  background-color: transparent;
}

#cms .card-block {
  box-shadow: none;
  border: none;
}

.actualite {
  display: flex;
  flex-direction: row;
  background-color: var(--orange_alliantz);
  width: 31%;
  height: 300px;
  margin: 10px 0px 30px 0;
}

.actualite a {
  color: white;
  position: relative;
  z-index: 20;
}

.actu_type p {
  color: white;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.8125rem;
}

.actu_divider {
  width: 60px;
  height: 2px;
  background-color: white;
  margin-top: 5px;
}

.actu_date {
  font-size: 3.25rem;
  font-family: "Roboto";
  color: #ffff;
  font-weight: 900;
  line-height: 2;
}

.actu_title {
  color: white;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 28px;
  font-size: 28px;
}

.actualite a {
  padding: 20px 20px 20px 20px;
}

.actu_detail {
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
}

.actu_wrp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 20px;
  color: white;
}

.actualite {
  height: 360px;
  margin: 10px 0 30px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.actualite img {
  filter: brightness(10);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*************************************product single ************************/
#product #content-wrapper, #module-validclient-valid #content {
  width: 1220px;
  margin: 0 auto;
}

#product .icon_ecotax {
  margin-right: 5px;
}

.product-prices {
  display: flex;
  align-items: baseline;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: var(--blue_alliantz);
}

.has-discount .discount {
  background: var(--blue_alliantz);
}

#product .product-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

#product .product-container #content {
  margin: 0 !important;
}

/*********gallery image */
.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #575756;
}

/***********description */
.product-additional-info {
  display: flex;
  color: #7a7a7a;
  flex-direction: column;
}

.product-additional-info h5 {
  color: #575756;
  margin: 0 5px 0 0 !important;
}

#product .prod_action h1 {
  color: #575756;
}

#product .current-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 27px;
}

#product .current-price span[itemprop ="price"] {
  color: #575756;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
}

.product-prices div {
  margin-bottom: 0;
}

.product-prices .tax-shipping-delivery-label {
  text-align: center;
  margin-left: 5px;
}

#product h1[itemprop="name"] {
  display: none;
}

.product-quantity #quantity_wanted {
  border-radius: 0;
  background: #e6e7e800 !important;
  box-shadow: inset -3px 3px 5px #c4c4c5d6, inset 3px -3px 5px #ffffff7a;
}

#product .product-quantity .qty .bootstrap-touchspin {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

#product .bootstrap-touchspin input.form-control, #product .bootstrap-touchspin input.input-group {
  border: none !important;
}

#product .bootstrap-touchspin .btn-touchspin {
  border: none;
}

#product .btn-primary,
#product .btn-secondary,
#product .btn-tertiary {
  background-color: var(--orange_alliantz);
  box-shadow: -6px -6px 12px #bebebe73, 6px 6px 12px rgba(255, 255, 255, 0.4) !important;
  transition: 0.8s ease-in-out;
}

#product .btn-primary:hover,
#product .btn-secondary:hover,
#product .btn-tertiary:hover {
  background-color: var(--blue_alliantz);
  box-shadow: -3px -3px 6px rgba(39, 52, 139, 0.2), 3px 3px 6px rgba(39, 52, 139, 0.21) !important;
  transition: 0.8s ease-in-out;
}

#product .product-actions .control-label {
  color: #a7a9ac;
}

#product .form-control, #product .input-group {
  outline: NONE !important;
  border-color: white !important;
  background: #f2f2f2 !important;
}

#product .tabs {
  box-shadow: -6px -6px 12px #bebebe3d, 6px 6px 12px rgba(255, 255, 255, 0.4);
}

#product .tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid var(--blue_alliantz);
  color: var(--blue_alliantz);
}

#product .product-cover img {
  border: none;
  box-shadow: -6px -6px 12px #bebebe7d, 6px 6px 12px rgba(255, 255, 255, 0.4);
}

.product-cover .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}

.product-cover .layer:hover {
  opacity: 1;
}

.product-cover .layer .zoom-in {
  font-size: 3.125rem;
  background-color: #575756;
  color: var(--orange_alliantz);
}

#product .comments-nb {
  display: none;
}

#product .social-sharing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

#product .social-sharing {
  width: 100%;
  color: #a7a9ac;
  margin-bottom: 0.375rem;
  display: block;
  margin-top: 1.5rem;
}

#product .social-sharing > span {
  margin-bottom: 0.375rem;
}

#product .social-sharing ul {
  margin-bottom: 0;
}

#product .social-sharing li {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0.25rem 0.25rem;
  cursor: pointer;
}

#product .social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#product .social-sharing li:hover {
  color: transparent;
  filter: hue-rotate(190deg) saturate(4) !important;
}

#product .icon_ecotax {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("https://alliantz.fr/img/eco_icone.png");
  background-repeat: no-repeat;
  background-position: center;
}

#product .price-ecotax {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

i.icon-qualite:before {
  content: "\61";
  font-family: "alliantz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  color: var(--blue_alliantz);
  text-transform: none !important;
  display: flex;
  align-items: center;
}

#product .product-features .icon-qualite {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#product .product-features .name.garantie {
  display: flex;
  align-items: center;
}

.product_reference {
  margin-left: 0.3125rem;
}

.product_quantities {
  margin-left: 0.3125rem;
}

.product-features {
  margin-top: 0;
}

#order-details h3 {
  margin-bottom: 0;
}

#blockcart-modal .product-name {
  color: #575756;
  font-size: 1.125rem;
}

.product_prices_wrp {
  width: 100%;
  display: flex;
  align-items: baseline;
}

.product-prices {
  flex-wrap: wrap;
}

.btn-primary, .btn-primary, .btn-primary {
  transition: 0.2s ease-in-out;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: var(--orange_alliantz);
  border-color: transparent;
}

.product-out-of-stock {
  display: none;
}

#product-description-short-1 {
  display: none;
}

/******************************remise**************************/
#product .sp_discount_wrapper {
  padding: 0;
  margin-bottom: 25px;
}

#product .sp_discount_header_top {
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--blue_light_alliantz);
}

#product .sp_discount_header, #product .sp_discount_body {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Divise l'en-tête en trois colonnes égales */
  color: white;
  height: 50px;
  margin-bottom: 1px;
}

#product .cart_rules0, #product .cart_rules1, #product .cart_rules2, #product .cart_rules3, #product .new_price {
  background-color: var(--blue_light_alliantz);
  margin-right: 1px;
  text-align: center; /* Centre le texte horizontalement */
  display: flex;
  align-items: center; /* Centre le contenu verticalement */
  justify-content: center; /* Centre le contenu horizontalement dans le flex container */
  position: relative;
}

/**************************************************************/
/**************************product tab*************************/

/**********doublon********************/


div.product_extra_field:nth-child(6) {
  display: none !important;
}

#product-details .label_wrp {
  width: 50%;
  display: flex;
  align-items: center;
  background-color: #e8ecf0;
  padding: 10px 10px;
  margin: 5px;
}

#product-details .valu_wrp {
  width: 40%;
  display: flex;
  align-items: center;
  background-color: #e8ecf0;
  padding: 10px 10px;
  margin: 5px 5px 5px 0;
  color: #575756;
}

#product-details label {
  margin: 0;
}

.product_reference, .product_quantity, .product_warranty, .product_weight, .product_quantity, .product_reapro {
  display: flex;
  padding: 10px 0;
  margin: 0;
  align-items: center;
}

.product_reference i, .product_quantity i, .product_warranty i, .product_weight i, .product_quantity i, .product_reapro i {
  width: 30px;
  color: var(--blue_alliantz);
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cubes-stacked {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path style="fill: %2327348B" d="M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z"/></svg>');
}

.cubes-stacked > svg:nth-child(1) > path:nth-child(1) {
  fill: var(--blue_alliantz);
}

#product-details .label_wrp label {
  font-size: 1rem;
  color: #575756;
  font-weight: 700;
}

#product-details .label_wrp {
  margin: 5px 5px 5px 0;
  min-height: 50px;
}

.product_details .label_wrp, .product_details .valu_wrp {
  height: 50px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.product_details .label_wrp {
  padding-left: 10px;
}

.product_details .label_wrp label {
  font-size: 1rem;
  color: #575756;
  font-weight: 700;
}

#tabcontent {
  padding: calc(1.25rem - 5px) 0 0 0;
}

#product-details .label_wrp {
  margin: 5px 5px 5px 0;
  min-height: 50px;
}


/*************************************



 */
/* Style the tab */
.product-additional-info .tab {
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}

.product-additional-info .tab::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
}

/* Style the buttons inside the tab */
.product-additional-info .tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  z-index: 10;
  position: relative;
  min-width: 160px;
  font-weight: 700;
}

.product-additional-info .tab a .tab_title {
  transition: 0.2s ease-in-out;
}

.product-additional-info .tab a.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--orange_alliantz);
  width: 100%;
}

.product-additional-info .tab a.active .tab_title {
  color: var(--orange_alliantz);
}

/* Change background color of buttons on hover */
.product-additional-info .tab a:hover .tab_title {
  color: var(--orange_alliantz);
}

.product-additional-info .tab_title {
  padding: 0 15px;
}

/* Style the tab content */
.product-additional-info .tabcontent {
  display: none;
  padding: calc(1.25rem - 5px) 0 0 0;;
}

.product-additional-info .product-reference, .product-additional-info .product-quantities, .product-additional-info .product-warranty, .product-additional-info .product-weight {
  justify-content: flex-start;
  margin: 5px 0;
  width: 100%;
}

.product-additional-info .product-reference i, .product-additional-info .product-quantities i, .product-additional-info .product-warranty i, .product-additional-info .product-weight i {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.product-additional-info i.icon-qualite::before {
  justify-content: center;
}

#product label {
  margin-bottom: 0;
}

.product-additional-info #details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-additional-info .label_wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 40%;
  background-color: #e8ecf0;
  margin-right: 5px;
}

.product-additional-info .valu_wrp {
  background-color: #e8ecf0;
  max-width: 60%;
  min-width: calc(60% - 5px);
  height: 50px;
  align-items: center;
  padding-left: 10px;
}

.product-additional-info .valu_wrp span {
  margin-right: 5px;
}

/************************************************************/
/*************************FAQ********************************/
.cms-id-7 .elementor-tab-title {
  background-color: #f7f7f7 !important;
}

.cms-id-7 .elementor-tab-title a, .elementor-tab-title span i {
  transition: var(--transition);
}

.cms-id-7 .elementor-tab-title:hover a, .elementor-tab-title:hover span i:before {
  color: var(--blue_alliantz) !important;
}

.cms-id-7 .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}

.cms-id-7 .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #d4d4d4;
}

.cms-id-7 .ce-product-description-short > p, .ce-product-description > p, .elementor-accordion-content p, .elementor-image-hotspot-description p, .elementor-tab-content p, .elementor-text-editor p, .elementor-toggle-content p {
  width: 100%;
  font-size: 0.9375rem !important;
  color: #7a7a7a !important;
  font-weight: 400 !important;
}

.cms-id-7 .field-body {
  width: 100%;
}

#cms #js-product-list-header2 .block-category {
  margin: 0 auto;
  min-height: auto !important;
}

/**********************************************************/
/************************actualite*************************/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0px !important;
}

.elementor a {
  color: var(--blue_alliantz);
}

.actualite a {
  padding: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.actu_wrp .actu_date_suite {
  font-size: 0.9375rem;
}

.actu_wrp .actu_categorie {
  font-size: 0.8125rem;
}

.actu_wrp .actu_detail {
  font-size: 0.9375rem;
}

.actualite .actu_date {
  display: flex;
  flex-direction: column;
}

/*************************************************************/

/**********************************************************/
/*************************checkout************************/
#checkout #wrapper > .container {
  width: 1220px;
  padding: 20px 0 0 0;
}

#checkout #wrapper {
  margin-bottom: 0;
}

#order-confirmation #order-details > .card-title {
  margin-bottom: 10px;
}

#order-confirmation #main .page-content, #main .page-header {
  margin-bottom: 0;
}

#order-confirmation #content-wrapper {
  margin-top: 25px;
}

.order-confirmation-table .price-ecotax,
#order-products .price-ecotax {
  font-size: 0.7rem;
  color: grey;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

#checkout #header .links {
  display: none;
}

#checkout .custom-radio input[type="radio"]:checked + span {
  display: block;
  background-color: var(--orange_alliantz);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-color: var(--orange_alliantz) !important;
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
}

#ico_trans_bordeaux_logo,
#ico_trans_gardannes_logo,
#ico_trans_montpellier_logo,
#ico_trans_narbonne_logo,
#ico_trans_perpignan_logo,
#ico_trans_toulouse_logo {
  min-width: 31px !important;
  width: 31px !important;
}

#checkout .delivery_type_title {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

#checkout div.delivery-option .delivery_option_input {
  width: 25px;
}

#checkout .delivery_options_wrp:first-child div.delivery-option {
  display: flex;
  flex-direction: row;
  width: calc(50% - 20px);
  padding: 0 0 0 20px !important;
  margin: 0 10px;
}

@media (max-width: 720px) {
  #checkout .delivery_options_wrp:first-child div.delivery-option {
    width: calc(100% - 20px);
  }
}

#checkout .delivery-option-2 {
  width: calc(100% - 25px);
  height: auto;
  display: flex;
}

#checkout .delivery_options_descr {
  display: flex;
  align-items: center;
  width: 100%;
}

#checkout .delivery_options_wrp:first-child .carrier_delay_wrp {
  width: 70%;
  text-align: center;
  padding: 0 10px;
}

#checkout .delivery_options_wrp:first-child .carrier_price_wrp {
  width: 30%;
  text-align: center;
  height: 100%;
  border-left: 2px solid white;
}

#checkout .delivery_options_wrp:first-child .carrier_price_wrp .carrier-price {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#checkout .carrier_delay_wrp .carrier-delay {
  text-align: center !important;
}

#checkout .delivery_options_wrp:nth-child(2) {
  width: 100%;
}

#checkout .delivery_options_wrp:nth-child(2) div.delivery-option {
  width: 100%;
  margin: 0 10px;
}

#checkout .delivery_options_wrp:nth-child(2) .delivery-option {
  border-right: none !important;
}

#checkout .delivery_options_wrp:nth-child(2) .delivery-option {
  padding: 0 20px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#checkout .delivery_options_wrp:nth-child(2) .delivery_options_descr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#checkout div.delivery-option {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}

#checkout #payment-option-4-container, #checkout #payment-option-3-container, #checkout #payment-option-2-container, #checkout #payment-option-1-container {

}

.payment_opt label {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}

.payment_opt label img {
  margin-left: 5px;
}

.payment_opt .payment-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.payment-options .additional-information {
  margin-bottom: 1.25rem;
}

.payment-options .additional-information, .payment-options .additional-information p {
  font-size: 0.85rem !important;
  color: #7a7a7a !important;
  font-weight: 400 !important;
}

.payment-option label img[src*="systempay"] {
  max-width: 90px;
  margin-right: 12px;
  max-height: 30px;
  float: left;
  margin-top: 0 !important;
}

#product .new_price.active {
  font-weight: 800;
  color: var(--blue_alliantz);
}

.sp_discount_header > div.active {
  font-weight: 800;
  color: var(--blue_alliantz);
}

.product-weight {
  display: flex;
  align-items: center;
}

.product-weight h5 {
  color: #575756;
  margin: 0 !important;
}

.product-weight .product_weight_wrp,
.product-weight .product_weight_suffixe {
  margin-left: 5px;
  color: #7a7a7a;
}

#devis_recap li:nth-child(odd) {
  background-color: #f1f1f1;
}

.delivery-options {
  display: flex;
  flex-wrap: wrap;
}

.zenlever {
  width: 33%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.zenlever label {
  margin: 0;
}

.zenlever .carrier-logo {
  display: flex;
  margin: 0 0 0 10px;
  min-width: 120px;
  max-width: 150px;
}

.devis_label {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 18%;
  border-right: 2px solid white;
  padding: 10px 0 10px 1.3rem;
}

#devis_recap li {
  display: flex;
  align-items: center;
}

.devis_value {
  padding-left: 1.3rem;
}

/**********************************************************/
/*************************checkout************************/


/***************************************************************/
/****************************customer***************************/

#my-account #content-wrapper,
#identity #content-wrapper,
#module-everpsquotation-quotations #content-wrapper {
  width: 100%;
  margin: 0;
}

#my-account #main,
#identity #main,
#module-everpsquotation-quotations #main {
  width: 1220px;
  margin: 0 auto 0rem auto;
}

#identity #content-wrapper {
  margin: 0 auto 0rem auto;
}

#my-account .page-footer,
#module-everpsquotation-quotations .page-footer {
  display: none;
}

#my-account #content-wrapper,
#identity #content-wrapper,
#module-everpsquotation-quotations #content-wrapper {
  margin: 0 auto;
}

#my-account #content-wrapper,
#identity #content-wrapper,
#module-everpsquotation-quotations #content-wrapper {
  margin: 0 auto;
}

#my-account #main .page-content,
#my-account #main .page-header,
#identity #main .page-header,
#identity #main .page-content,
#module-everpsquotation-quotations #main .page-content {
  margin-bottom: 0;
}

#my-account #main .page-footer,
#identity #main .page-footer,
#module-everpsquotation-quotations #main .page-footer {
  margin-bottom: 0;
}

.page-my-account #content .links a i {
  display: block;
  font-size: 2.6rem;
  width: 100%;
  color: var(--grey_alliantz);
  padding-bottom: 3.4rem;
  transition: 0.2s ease-in-out;
}

.page-my-account #content .links a:hover i {
  color: var(--orange_alliantz);
}

.page-my-account #content .links a {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--grey_alliantz);
  transition: 0.2s ease-in-out;
}

.page-my-account #content .links a:hover {
  color: var(--orange_alliantz);
}

.page-my-account #content .links a {
  transform: perspective(500px) translateZ(0px);
  transition: 0.3s ease;
}

.page-my-account #content .links a:hover {
  transform: perspective(500px) translateZ(10px);
}

.page-my-account #content .links a span.link-item {
  background: linear-gradient(-75deg, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.8));
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), -2px -2px 2px 0 rgba(255, 255, 255, 0.5);
}

.page-my-account #content .links a:hover span.link-item {
  background: linear-gradient(-75deg, rgba(0, 0, 0, 0.025), rgba(255, 255, 255, 0.8));
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1), -3px -3px 3px 0 rgba(255, 255, 255, 0.25);
}

#my-account a.col-lg-4:nth-child(8) {
  display: none;
}

/****************************customer***************************/
/***************************************************************/

/****************************devis******************************/
/***************************************************************/
#module-everpsquotation-quotations #content {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  color: #7a7a7a;
}

/****************order confirmation*****************/
#order-confirmation #wrapper {
  margin: 50px auto 0 auto;
  max-width: 1220px;
}

.order_carrier_name {
  display: flex;
  flex-direction: row;
}

.order_carrier_name em {
  margin-left: 10px;
}

.carrier_logo {
  max-width: 25px;
  margin-right: 10px;
}

.carrier_clock {
  fill: green;
}

/*****************extra****************/
#wrapper {
  margin-bottom: 0;
}

#content-wrapper {
  margin: 0 auto 0 auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /*font-family: 'arsilonregular', 'Roboto', sans-serif;*/
}

.h1, .h2, .h3 {
  color: #575555;
}

body {
  color: #575555;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.product-features {
  display: none;
}

/************************************************/
#wrapper .products.row {
  width: 1220px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-content: space-between;
  grid-auto-flow: dense;
}

#wrapper .product {
  background-color: white;
  padding: 10px;
  text-align: center;
  height: 370px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px #cccccc,
  -3px -3px 5px #f4f4f4;
}

#wrapper .product::before {
  content: '';
  display: block;
  width: 100%;
  min-height: 180px;
  position: absolute;
  top: -139px;
  left: 0;
  filter: saturate(0);
  opacity: 0.25;
  transition: 0.4s ease-in-out;
}

#wrapper .product a {
  color: white;
}

#wrapper .product .product-title {
  font-size: 20px;
  color: var(--blue_alliantz);
  transition: 0.4s ease-in-out;
}

#wrapper .product .product-description {
  width: 100%;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}

#wrapper .product .product-description a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange_alliantz);
  color: white !important;
  font-size: 18px;
  padding: 10px 0px;
  border-radius: 8px;
  min-width: 175px;
  transition: var(--transition);
}

#wrapper .product .product-description a:hover {
  background-color: var(--blue_alliantz);
}

#wrapper .product:hover .product-description {
  bottom: 15px;
}

#wrapper .product:hover .product-title {
  transform: translateY(13px);
}

#wrapper .product img {
  width: 90%;
  transition: 0.4s ease-in-out;
}

#wrapper .product:hover img {
  transform: translateY(-5px);
  width: 75%;
}

#wrapper .product:hover::before {
  top: -40px;
  left: 0;
  filter: saturate(1);
  opacity: 0.5;
}

#wrapper .pagination_wrp {
  width: 100%;
  padding: 0 !important;
}

#cart #main {
  max-width: 1220px;
  margin: 50px auto 0 auto;
}

#cart .product-line-grid-left img {
  max-width: 50%;
}

#cart .product-line-grid .price-ecotax {
  font-size: 0.7rem;
  color: grey;
  font-weight: 400;
  margin: 0;
}

/*************************cms**************************/
#cms #content-wrapper {
  max-width: 1220px;
}

/***********************page not found*****************/
.page-not-found {
  max-width: 100% !important;
}

.page-not-found .file_info span {
  text-align: center;
  justify-content: center;
}

#search #main > ul:nth-child(4) {
  display: flex;
}

.product-flags {
  display: none !important;
}

.file_info span {
  justify-content: center;
}

.customer_wrp .icon-cart.shopping-cart {
  font-family: 'Alliantz' !important;
  color: white;
  font-weight: 900;
  font-size: 25px;
  font-style: normal;
}

.customer_wrp .blockcart .header .cart-products-count {
  right: 2px;
  color: white;
  font-weight: 600;
}

#history #main, #order-slip #main, #addresses #main, #discount #main, #order-detail #main, #module-psgdpr-gdpr #main {
  max-width: 1220px;
  margin: 0 auto;
}

#history .page-header, #order-slip .page-header, #addresses .page-header, #discount .page-header, #order-detail .page-header, #module-psgdpr-gdpr .page-header {
  box-shadow: none !important;
  background-color: #575756;
  padding: 0.5rem 0 1.25rem 0;
  min-height: 98px;
  margin-bottom: 1.563rem;
  width: 100%;
  margin: 0 auto;
}

#history .page-header h1, #order-slip .page-header h1, #addresses .page-header h1, #discount .page-header h1, #order-detail .page-header h1, #module-psgdpr-gdpr .page-header h1 {
  background-color: #575756;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  width: 1220px;
  margin: 0 auto;
}

@media (max-width: 1219px) {
  #history .page-header, #order-slip .page-header, #addresses .page-header, #discount .page-header, #order-detail .page-header, #module-psgdpr-gdpr .page-header {
    box-shadow: none !important;
    background-color: #575756;
    padding: 0.5rem 15px 1.25rem 15px;
    min-height: 98px;
    margin-bottom: 1.563rem;
    width: 100%;
    margin: 0 auto;
  }

  #history .page-header h1, #order-slip .page-header h1, #addresses .page-header h1, #discount .page-header h1, #order-detail .page-header h1, #module-psgdpr-gdpr .page-header h1 {
    background-color: #575756;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    width: 100%;
    margin: 0 auto;
  }
}

.account-link {
  color: var(--orange_alliantz) !important;
}

#order-detail #order-infos a {
  color: var(--orange_alliantz);
}

.block_newsletter {
  background-color: transparent !important;
}

.psgdprinfo17 a:not(.btn) {
  color: var(--orange_alliantz);
}


@media (max-width: 1360px) {
  .field-body {
    font-family: 'Roboto';
    line-height: 1.375rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px !important;
  }

  #cms .activiteblock, #cms .activiteblock2 {
    width: 100%;
  }

  #cms .field-body .anneeblock {
    width: 100%;
  }

}

.product-additional-info .tabcontent {
  background-color: white;
}

.product_reference, .product_quantity, .product_warranty, .product_weight, .product_quantity, .product_reapro {
  padding: 0px 0;
}

.product-additional-info .tab a {
  background-color: white;
}

.product-additional-info {
  background-color: white;
  padding: 0 20px 20px 20px !important;
}

#cms .elementor-9070101 img, #cms .elementor-8070101 img {
  width: 100%;
}

#cms .elementor-element .field-body {
  width: 100%;
}

#search .file_type, .page-search .file_type {
  height: 70px;
}

@media (min-width: 1077px) and (max-width: 1460px) {

  .custom-page-link .hidden_mobile {
    display: none;
  }

  #header {
    padding: 0 0;
    margin: 0 auto;
  }

  #header .header-nav {
    width: 1000px;
    margin: 0 auto;
  }

  .headerTop_center {
    width: 100%;
    min-width: unset;
  }

  #index #_desktop_logo {
    width: 200px;
  }

  #_desktop_logo h1 {
    margin: 0 !important;
  }
}

@media (min-width: 1460px) and (max-width: 1800px) {
  .custom-page-link .hidden_mobile {
    display: none;
  }

  #header {
    padding: 0 0;
    max-width: 100%;
    margin: 0 auto;
  }

  #header .header-nav {
    max-width: 1220px;
    margin: 0 auto;
  }

  .headerTop_center {
    min-width: unset;
    width: 100%;
  }
}

#category #wrapper > .container #content-wrapper #main #products #js-product-list #content ul {
  display: flex;
  flex-wrap: wrap;
}

.chrono > svg:nth-child(1) {
  max-width: 65%;
  fill: var(--orange_alliantz);
}

.sp_discount_wrp {
}

/****************************************auth******************************/

/****************************************auth******************************/
#authentication .page-header,
#registration .page-header {
  width: 100%;
  text-align: center;
}

#authentication #content,
#registration #content {
  max-width: 100%;
}

#authentication #content-wrapper,
#registration #content-wrapper {
  max-width: 1220px;
}

#authentication #main,
#registration #main {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 1280px) {
  #authentication #main,
  #registration #main {
    text-align: center;
  }
}

#authentication #content,
#registration #content {
  width: 100%;
}

#authentication section,
#registration section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1280px) {
  #authentication form .col-md-6,
  #registration form .col-md-6 {
    width: 100%;
  }
}

#customer-form .form-group.row {
  width: 50%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 0 !important;
  margin: 0;
}

#customer-form .form-group.row .form-control-comment {
  display: none;
}

#customer-form .form-group label {
  text-align: left;
}

#customer-form .form-group label.required:after {
  content: "*";
  color: red;
}

#customer-form .form-group:not(:first-child) label {
  width: 100%;
}

#customer-form .form-group:nth-child(1) {
  width: 100%;
}

#customer-form .form-group:nth-child(13) {
  opacity: 0;
}

#customer-form .form-group:nth-child(16) > label:nth-child(1) {
  display: none;
}

#customer-form .form-group:nth-child(16) > div:nth-child(2) {
  padding: 15px 0 0 10px;
}

#customer-form .form-group:nth-child(17) > label:nth-child(1) {
  display: none;
}

#customer-form .form-group:nth-child(17) > div:nth-child(2) {
  padding-top: 40px;
}

#customer-form > section:nth-child(1) > p:nth-child(18) {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

#customer-form .form-group.row.filegrp {
  margin-top: 30px;
}

#customer-form .form-group.row {
  margin: 20px 0 0 0;
}

#customer-form .form-group:nth-child(16) {
  width: 100%;
}

#customer-form .form-group:nth-child(14) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1),
#customer-form .form-group:nth-child(14) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)::before,
#customer-form .form-group:nth-child(14) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)::after,
#customer-form .form-group:nth-child(15) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1),
#customer-form .form-group:nth-child(15) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)::before,
#customer-form .form-group:nth-child(15) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)::after {
  font-family: 'Roboto' !important;
  font-weight: 400;
}

#customer-form .form-group:nth-child(17) {
  display: none;
}

#customer-form input[type="file"]::-webkit-file-upload-button,
#customer-form input[type="file"]::file-selector-button {
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  border: none;
  background-color: #f2f2f2;
}

.kbisrib {
  font-size: 0.8rem;
}

@media (max-width: 500px) {
  #customer-form .form-group.row {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 0 !important;
    margin: 0;
  }

}

@media (min-width: 768px) and (max-width: 1280px) {
  #customer-form .form-group.row {
    width: 50%;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 0 !important;
    margin: 0;
  }

  #customer-form .form-group.row:first-child {
    width: 100%;
  }

  #customer-form .form-group.row .col-md-6 {
    float: left;
    width: 100% !important;
    text-align: left !important;
  }

}

#customer-form .form-group:nth-child(16) {
  width: 100%;
  margin-top: 15px;
}

#customer-form .form-group:nth-child(17) {
  display: none !important;
}


#password #content-wrapper {
  max-width: 1220px;
  margin: 25px auto 0 auto;
}

.login-form {
  margin: 25px auto;
  width: -moz-available; /* Pour Firefox */
  width: -webkit-fill-available; /* Pour Chrome */
}

.login-form .help-block {
  width: 100%;
  text-align: center;
}


#login-form section {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}

#login-form section .form-group {
  width: calc(50% - 25px);
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#login-form section {
  align-items: center;
  justify-content: center;
}

#login-form section .form-group label {
  width: 100%;
  text-align: left;
}

#login-form .forgot-password {
  width: 100%;
}


.cart_link_wrp .rtl-no-flip {
  display: flex;
  align-items: center;
}

div.delivery_options_wrp:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  margin: 0 10px 10px 10px;
  color: white;
  text-align: center;
  background-color: var(--orange_alliantz);
  padding: 10px;
}

.order-options {
  margin: 0 10px;
}

/*****************************responsive last **********************/


@media (min-width: 1280px) and (max-width: 1360px) {
  /****************************mobile body .carousel *****************************/
  /*****************************gamme cnt ********************************/
  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(70%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(80%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-70%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(70%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }

  /******************************custom html *******************************/
  #custom-text .region-group {
    width: auto !important;
    flex-wrap: wrap;
  }

  #custom-text .block-group-img {
    width: 50% !important;
  }

  #custom-text #block-block-4 {
    width: calc(50% - 40px) !important;
  }

  .footer-container .right-footer-block {
    flex-direction: row !important;
  }

  .footer-container a {
    margin: 10px auto !important;
  }

  #footer .newsletter_cnt {
    margin: 10px auto !important;
  }

  #footer #blockEmailSubscription_ {
    width: 350px !important;
  }

  #footer .btn_newsletter {
    width: 350px !important;
  }

  #blockEmailSubscription_ > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    width: 350px !important;
  }
}

@media (min-width: 1120px) and (max-width: 1279px) {
  .hg_container .gamme_cnt.gc_large {
    height: 450px;
    background-size: 100% 100%;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    flex-direction: column;
    line-height: 45px !important;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    font-size: 60px !important;
    line-height: 65px !important;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title strong {
    margin-left: 0;
  }

  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-20%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(20%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }
}

@media (min-width: 1080px) and (max-width: 1120px) {
  .hg_container .gamme_cnt.gc_large .gamme_title {
    display: flex;
  }

  #custom-text #aventure_wrapper {
    flex-direction: column;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title strong {
    margin-left: 19px;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    font-size: 45px !important;
    line-height: 18px !important;
    margin: 0;
  }

  .hg_container .gamme_cnt.gc_large {
    height: 94px;
    background-size: 60%;
    background-image: none;
    grid-column: span 3;
  }

  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-20%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(20%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }
}

@media (min-width: 1080px) and (max-width: 1279px) {
  .category-tree ul.menu .list strong a {
    font-size: 0.85rem;
    line-height: 1rem;
  }

  /************body .carousel ******************/
  body .carousel .sec.active.caption {
    right: 155px;
    top: 28%;
  }

  body .carousel-item {
    max-height: 500px;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 45px;
    line-height: 50px;
  }

  /***********************gamme cnt ****************/
  /******************custom text *********************/
  #custom-text .block-group-img {
    width: 40%;
    overflow: hidden;
  }

  #custom-text img {
    height: 100%;
    width: auto;
    transform: translateX(-6%);
  }

  #custom-text #block-block-4 {
    margin-left: 0;
    padding: 0 40px 0 40px;
  }

  /**********************footer**********************/
  #footer .footer-container {
    padding: 0 40px;
  }
}

@media (min-width: 800px)and (max-width: 1080px) {

  .hg_container .gamme_cnt:first-child {
    height: 55px;
  }

  .hg_container .gamme_cnt.gc_large {
    grid-column: span 3;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    display: flex;
    font-size: 45px !important;
    line-height: 5px !important;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title strong {
    margin-left: 15px;
  }

  .hg_container .gamme_cnt.gc_large.gamme_cnt-active {
    background-image: none;
  }

  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-20%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(20%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }

  .gamme_cnt .gamme_text {
    bottom: 110px;
    opacity: 1;
    filter: blur(0px);
  }

  .gamme_cnt .gamme_btn {
    bottom: 25px;
    opacity: 1;
  }

  .hg_container .gamme_cnt {
    padding: 40px 22px;
  }

  .gamme_cnt:hover img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .gamme_cnt:hover .gamme_title:not(:first-child) {
    transform: translateY(-90px);
    margin-top: 15px;
  }

  .gamme_cnt:hover .gamme_text {
    bottom: 110px;
    opacity: 1;
    filter: blur(0px);
  }

  .gamme_cnt:hover .gamme_btn {
    bottom: 25px;
    opacity: 1;
  }

  .gamme_cnt:hover:nth-child(4) > img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .gamme_cnt:not(.gc_large) .gamme_title {
    transform: translateY(-90px);
    margin-top: 15px;
  }

  .gamme_cnt img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .hg_container .gamme_cnt:not(.gc_large)::after {
    top: -33px;
    filter: saturate(1);
    opacity: 0.75;
  }

  .hg_container .gamme_cnt:hover:not(.gc_large)::after {
    top: -33px;
  }

  #custom-text .block-group-img {
    width: 40%;
    overflow: hidden;
  }

  #custom-text .region-group {
    width: 100%;
  }

  #custom-text img {
    width: auto;
    height: 100%;
  }

}

@media (min-width: 551px)and (max-width: 800px) {

  /***********************gamme cnt****************/
  .hg_container .gamme_cnt.gc_large .gamme_title {
    font-size: 35px !important;
    line-height: 5px !important;
    flex-direction: row;
    display: flex;
  }

  .hg_container .gamme_cnt:first-child {
    height: 55px;
  }

  .hg_container .gamme_cnt.gc_large.gamme_cnt-active {
    background-image: none;
  }

  .hg_container .gamme_cnt:not(.gc_large)::after {
    background-position: top left;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title strong {
    margin-left: 10px;
  }

  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-20%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(20%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }

  .gamme_cnt img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .gamme_cnt .gamme_title:not(:first-child) {
    transform: translateY(-90px);
    margin-top: 15px;
  }

  .hg_container .gamme_cnt:not(.gc_large)::after {
    top: 0;
    filter: saturate(1);
    opacity: 0.5;
  }

  .gamme_cnt .gamme_text {
    bottom: 110px;
    opacity: 1;
    filter: blur(0px);
  }

  .gamme_cnt .gamme_btn {
    bottom: 25px;
    opacity: 1;
  }

  .hg_container .gamme_cnt {
    padding: 40px 22px;
  }

  .gamme_cnt:hover img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .gamme_cnt:hover .gamme_title:not(:first-child) {
    transform: translateY(-90px);
    margin-top: 15px;
  }

  .gamme_cnt:hover .gamme_text {
    bottom: 110px;
    opacity: 1;
    filter: blur(0px);
  }

  .gamme_cnt:hover .gamme_btn {
    bottom: 25px;
    opacity: 1;
  }

  .gamme_cnt:hover:nth-child(4) > img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  /**************custom text *****************************/
  #custom-text .region-group {
    width: 100%;
    flex-direction: column;
  }

  #custom-text .block-group-img {
    width: 100%;
  }

  #custom-text #aventure_wrapper {
    flex-direction: column;
    width: 100%;
  }

  #custom-text #block-block-4 {
    margin-left: 00px;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  #decouvrir-link {
    margin-bottom: 25px;
  }

  #aventure_block1 > h5:nth-child(3) {
    margin-top: 25px;
  }

  #aventure_block2 > h5:nth-child(1) {
    margin-top: 25px;
  }

  #aventure_block2 > h5:nth-child(3) {
    margin-top: 25px;
  }

  /**********************footer******************************/
  .footer-container .right-footer-block {
    flex-direction: column !important;
  }

  .footer-container a {
    margin: 10px auto !important;
  }

  #footer .newsletter_cnt {
    margin: 10px auto !important;
  }

  #footer #blockEmailSubscription_ {
    width: 350px !important;
  }

  #footer .btn_newsletter {
    width: 350px !important;
  }

  #blockEmailSubscription_ > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    width: 350px !important;
  }
}

@media (max-width: 550px) {
  /**********************body .carousel ***********/
  .hg_container .gamme_cnt:first-child {
    height: 175px;
    padding: 20px 30px;
  }

  /********************gamme cnt **********************/
  .hg_container .gamme_cnt.gc_large {
    font-size: 57px;
  }

  .hg_container .gamme_cnt.gc_large .gamme_title {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .gamme_cnt .gamme_title {
    margin-top: 0;
  }

  .hg_container .gamme_cnt:nth-child(2) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(3) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(4) {
    transform: translateX(-20%);
  }

  .hg_container .gamme_cnt:nth-child(5) {
    transform: translateX(-50%);
  }

  .hg_container .gamme_cnt:nth-child(6) {
    transform: translateX(50%);
  }

  .hg_container .gamme_cnt:nth-child(7) {
    transform: translateX(20%);
  }

  .hg_container .gamme_cnt.gamme_cnt-active {
    transform: translateX(0);
    filter: blur(0px);
    opacity: 1;
  }

  .gamme_cnt img {
    transform: scale(0.85, 0.85) translateY(-75px);
  }

  .gamme_cnt .gamme_title:not(:first-child) {
    transform: translateY(-75px);
  }

  .hg_container .gamme_cnt:not(.gc_large)::after {
    top: 0;
    filter: saturate(1);
    opacity: 0.5;
  }

  .gamme_cnt .gamme_text {
    bottom: 110px;
    opacity: 1;
    filter: blur(0px);
  }

  .gamme_cnt .gamme_btn {
    bottom: 25px;
    opacity: 1;
  }

  @media (max-width: 500px) {
    .hg_container .gamme_cnt {
      transform: translateX(0) !important;
      filter: blur(0px);
      opacity: 1;
    }

    .hg_container .gamme_cnt.gc_large {
      transform: translateX(0) !important;
      filter: blur(0px);
      opacity: 1;
    }

    .gamme_cnt .gamme_title:not(:first-child) {
      transform: translateY(-75px) !important;
    }
  }

  /**************custom text *****************************/
  #custom-text .region-group {
    width: 100%;
    flex-direction: column;
  }

  #custom-text .block-group-img {
    width: 100%;
  }

  #custom-text #aventure_wrapper {
    flex-direction: column;
    width: 100%;
  }

  #custom-text #block-block-4 {
    margin-left: 00px;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  #decouvrir-link {
    margin-bottom: 25px;
  }

  #aventure_block1 > h5:nth-child(3) {
    margin-top: 25px;
  }

  #aventure_block2 > h5:nth-child(1) {
    margin-top: 25px;
  }

  #aventure_block2 > h5:nth-child(3) {
    margin-top: 25px;
  }

  /**********************footer******************************/
  .footer-container .right-footer-block {
    flex-direction: column !important;
  }

  .footer-container a {
    margin: 10px auto !important;
  }

  #footer .newsletter_cnt {
    margin: 10px auto !important;
  }

  #footer #blockEmailSubscription_ {
    width: 350px !important;
  }

  #footer .btn_newsletter {
    width: 350px !important;
  }

  #blockEmailSubscription_ > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    width: 350px !important;
  }
}

#my-account #order-slips-link {
  display: none;
}

#my-account #discounts-link {
  display: none;
}

#module-everpsquotation-quotations #content-wrapper #main a {
  color: var(--orange_alliantz);
}

#module-everpsquotation-quotations .btn-info {
  color: #7a7a7a !important;
  background-color: transparent;
  border: none;
  font-weight: 700;
}

#module-everpsquotation-quotations .btn-info:hover {
  color: var(--orange_alliantz) !important;
  background-color: transparent;
}

#module-everpsquotation-quotations .account {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#module-everpsquotation-quotations .btn_footer_text {
  color: white;
}

#module-everpsquotation-quotations .account span:first-child {
  margin-right: 5px;
}

#identity .page-footer {
  margin: 20px 0 0 0;
}

#pagenotfound .wrapper {
  width: 1220px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  #authentication #login-form > section:nth-child(1),
  #registration #login-form > section:nth-child(1) {
    display: flex;
    flex-direction: column;
  }

  #authentication div.form-group:nth-child(2),
  #registration div.form-group:nth-child(2) {
    width: 100%;
  }

  #authentication div.form-group:nth-child(3),
  #registration div.form-group:nth-child(3) {
    width: 100%;
  }

  #authentication .form-footer,
  #registration .form-footer {
    text-align: center !important;
  }

  #authentication div.form-group:nth-child(2) > div:nth-child(2),
  #registration div.form-group:nth-child(2) > div:nth-child(2) {
    width: 100%;
  }

  #authentication div.form-group:nth-child(3) > div:nth-child(2),
  #registration div.form-group:nth-child(3) > div:nth-child(2) {
    width: 100%;
  }

  #authentication .form-control-label,
  #registration .form-control-label {
    text-align: center;
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  #authentication div.form-group:nth-child(2) > div:nth-child(2),
  #registration div.form-group:nth-child(2) > div:nth-child(2) {
    width: 100%;
  }

  #authentication div.form-group:nth-child(3) > div:nth-child(2),
  #registration div.form-group:nth-child(3) > div:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 1080px) and (max-width: 1220px) {
  #wrapper .products.row {
    width: 100%;
  }

  #wrapper .product .product-title {
    transform: translateY(0px);
  }

  #wrapper .product:hover .product-title {
    transform: translateY(8px);
  }

  #wrapper .product:hover img {
    transform: translateY(-5px);
  }
}

@media (min-width: 941px) and (max-width: 1079px) {
  #wrapper .products.row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  #wrapper .product img {
    transform: translateY(0px);
    width: 62%;
  }

  #wrapper .product:hover img {
    transform: translateY(0px);
    width: 62%;
  }

  #wrapper .product .product-title {
    transform: translateY(30px);
  }

  #wrapper .product:hover .product-title {
    transform: translateY(30px);
  }

  #wrapper .product .product-description {
    bottom: 15px;
  }

  #wrapper .product:hover .product-description {
    bottom: 15px;
  }
}

@media (min-width: 751px) and (max-width: 940px) {
  #wrapper .products.row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  #wrapper .product:hover img {
    transform: translateY(-5px);
  }

  #wrapper .product img {
    transform: translateY(-5px);
    width: 75%;
  }

  #wrapper .product .product-title {
    transform: translateY(30px);
  }

  #wrapper .product:hover .product-title {
    transform: translateY(30px);
  }

  #wrapper .product .product-description {
    bottom: 15px;
  }

  #wrapper .product:hover .product-description {
    bottom: 15px;
  }
}

@media (min-width: 431px) and (max-width: 750px) {
  #wrapper > .category-sub-menu {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px !important;
    margin: 0 auto 20px auto !important;
  }

  #js-product-list-header2 .block-category {
    padding: 10px 0 0 20px !important;
  }

  .sort_orders_menu {
    display: none !important;
  }

  .product-top-title {
    margin-left: 20px;
    margin-right: 20px;
  }

  #wrapper .product {
    height: 390px !important;
  }

  .pagination .page-list {
    padding: 0.375rem 20px 0.375rem 20px;
    display: flex;
    justify-content: center;
  }

  .pagination .page-list li {
    padding: 0 5px;
  }

  #js-product-list .hidden-md-up.text-xs-right.up {
    display: none;
  }

  .block-category h1 {
    font-size: 1.5rem !important;
  }

  #wrapper .products.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  #wrapper > .category-sub-menu {
    padding: 0 25px;
  }

  #wrapper .products.row {
    width: 100%;
    padding: 0 25px;
  }

  #wrapper .product img {
    transform: translateY(0px);
    width: 65%;
  }

  #wrapper .product .product-description {
    bottom: 40px;
  }

  #wrapper .product .product-title {
    transform: translateY(20px);
  }

  #wrapper .product:hover .product-title {
    transform: translateY(20px);
  }

  #wrapper .product:hover .product-description {
    bottom: 40px;
  }

  #wrapper .product:hover img {
    transform: translateY(0px);
    width: 65%;
  }
}

@media (max-width: 430px) {
  #wrapper > .category-sub-menu {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px !important;
    margin: 0 auto 20px auto !important;
  }

  #js-product-list-header2 .block-category {
    padding: 10px 0 0 20px !important;
  }

  .sort_orders_menu {
    display: none !important;
  }

  .product-top-title {
    margin-left: 20px;
    margin-right: 20px;
  }

  #wrapper .product {
    height: 390px !important;
  }

  .pagination .page-list {
    padding: 0.375rem 20px 0.375rem 20px;
    display: flex;
    justify-content: center;
  }

  .pagination .page-list li {
    padding: 0 5px;
  }

  #js-product-list .hidden-md-up.text-xs-right.up {
    display: none;
  }

  .block-category h1 {
    font-size: 1.5rem !important;
  }

  #wrapper .products.row {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }

  #wrapper > .category-sub-menu {
    padding: 0 25px;
  }

  #wrapper .products.row {
    width: 100%;
    padding: 0 25px;
  }

  #wrapper .product img {
    transform: translateY(0px);
    width: 65%;
  }

  #wrapper .product .product-description {
    bottom: 40px;
  }

  #wrapper .product .product-title {
    transform: translateY(20px);
  }

  #wrapper .product:hover .product-title {
    transform: translateY(20px);
  }

  #wrapper .product:hover .product-description {
    bottom: 40px;
  }

  #wrapper .product:hover img {
    transform: translateY(0px);
    width: 65%;
  }
}

@media (max-width: 1080px) {
  #wrapper .product .product-description {
    bottom: 20px;
  }

  #js-product-list-header2 .block-category {
    padding: 0.5rem 15px 1.25rem 15px;
    min-height: auto !important;
    width: 100%;
    margin: 0 auto 20px auto;
    border: none;
  }

  .footer-container > .container > .row:first-child {
    padding: 30px 0;
    display: flex;
    margin: 0;
  }

  .footer-container .right-footer-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .right-footer-block a, .right-footer-block div {
    margin: 0 0;
  }
}

@media (max-width: 1220px) {
  #my-account #main, #identity #main, #module-everpsquotation-quotations #main {
    width: 100%;
  }

  #history .page-header, #order-slip .page-header, #addresses .page-header, #discount .page-header, #order-detail .page-header, #module-psgdpr-gdpr .page-header {
    box-shadow: none !important;
    background-color: #575756;
    padding: 0.5rem 15px 1.25rem 15px;
    min-height: 98px;
    margin-bottom: 1.563rem;
  }
}

#product .product-price {
  display: flex;
  align-items: end;
}

#product .current-price {
  margin-bottom: 0;
}

#product .price-ecotax {
  margin-top: 10px;
}

.scroll-box-arrows i {
  display: none;
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 0px);
}


@media (min-width: 1080px) and (max-width: 1360px) {
  #product .product-container {
    flex-direction: row !important;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

  .product-information {
    width: -moz-available; /* Pour Firefox */
    width: -webkit-fill-available; /* Pour Chrome */
  }

  div.col_product:nth-child(2) {
    width: 50%;
  }

  div.col_product:nth-child(1) {
    width: 50%;
  }

  .product-container {
    width: 100%;
    display: flex;
  }

  .product-add-to-cart {
    text-align: left;
  }

}

@media (min-width: 850px) and (max-width: 1079px) {
  .images-container {
    display: flex;
  }

  #content {
    width: 100%;
    max-width: 100% !important;
  }

  .product-cover {
    max-width: 600px;
  }

  .product-images > li.thumb-container {
    display: block;
  }

  .product-images {
    margin: 0 0 0 25px;
    min-width: 200px;
  }

  .images-container .product-images > li.thumb-container > .thumb {
    width: 60%;
  }

  #product #content-wrapper {
    padding: 20px 100px 0 100px !important;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

}

@media (min-width: 650px) and (max-width: 849px) {
  .images-container {
    display: flex;
  }

  #content {
    width: 100%;
    max-width: 100% !important;
  }

  .product-cover {
    max-width: 600px;
  }

  .product-images > li.thumb-container {
    display: block;
  }

  .product-images {
    margin: 0 0 0 25px;
    min-width: 100px;
  }

  .images-container .product-images > li.thumb-container > .thumb {
    width: 80%;
  }

  #product #content-wrapper {
    padding: 20px 50px 0 50px !important;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

  /******************test***********************/
  .product-prices div {
    justify-content: left;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

  #product #content-wrapper {
    padding: 20px 50px 0 50px !important;
  }

  .product-quantity {
    justify-content: start;
  }

  #product #content {
    max-width: 100%;
  }

  .js-qv-mask {
    display: none;
  }

}

@media (max-width: 649px) {
  .images-container {
    display: flex;
  }

  #content {
    width: 100%;
    max-width: 100% !important;
  }

  .product-cover {
    max-width: 600px;
  }

  .product-images > li.thumb-container {
    display: block;
  }

  .product-images {
    margin: 0 0 0 25px;
    min-width: 100px;
  }

  .images-container .product-images > li.thumb-container > .thumb {
    width: 80%;
  }

  #product #content-wrapper {
    padding: 20px 50px 0 50px !important;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

  /******************test***********************/
  .product-prices div {
    justify-content: left;
  }

  #product .product-add-to-cart .control-label {
    text-align: left;
  }

  #product #content-wrapper {
    padding: 20px 20px 0 20px !important;
  }

  .product-quantity {
    justify-content: start;
  }

  #product #content {
    max-width: 100%;
  }

  .js-qv-mask {
    display: none;
  }

  .product-discount {
    width: 100%;
    font-size: 25px;
  }

  .product_prices_wrp {
    flex-wrap: wrap;
  }

  .product-prices div {
    margin-bottom: 10px;
  }

  #product #content-wrapper {
    padding: 20px 20px 0 20px !important;
  }

  #product .current-price {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #product .price-ecotax {
    align-items: start;
  }

  #product .icon_ecotax {
    width: 30px;
    height: 30px;
    background-position: top;
    background-size: 70%;
  }

  .product-additional-info .file_type, .page-search .file_type {
    padding: 0 !important;
  }

  .product-additional-info .tab a {
    min-width: 150px;
  }

  .has-discount .discount {
    margin-left: 0;
  }

  #product .scroll-box-arrows i {
    display: none;
  }

  .product-information {
    font-size: 0.85rem;
  }

  #product .current-price {
    font-size: 27px;
  }

  #product .sp_discount_header, #product .sp_discount_body {
    grid-template-columns: repeat(3, 1fr);
  }

  #product .product-price {
    align-items: start;
    flex-direction: column;
  }

  #product .product-discount {
    font-size: 22px;
  }

  #product .icon_ecotax {
    background-size: 100%;
  }

  #product .cart_rules0 {
    display: none;
  }

  #product .new_price:nth-child(1) {
    display: none;
  }

  #product .price-ecotax {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product_prices_wrp {
    margin-bottom: 5px;
  }

  .customer_wrp .cart_slide.notempty.active {
    max-width: 350px;
  }
}

@media (max-width: 1079px) {
  #main .images-container .js-qv-mask.scroll {
    max-width: 200px;
  }
}

.customer_wrp .cart_slide {
  z-index: 999999999;
}

.cart_slide {
  max-height: 70vh;
  overflow-y: auto;
  max-width: 400px;
}

@media (max-width: 991px) {
  #checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    min-width: 200px;
    flex-grow: 1;
  }
}

.featured-products {
  width: 1220px;
  margin: 0 auto;
}

.featured-products > .products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-content: space-between;
  grid-auto-flow: dense;
}

@media (min-width: 850px) and (max-width: 1220px) {
  .featured-products {
    width: 100%;
    padding: 0 20px;
  }

  .featured-products > .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 431px) and (max-width: 849px) {
  .featured-products {
    width: 100%;
    padding: 0 20px;
  }

  .featured-products > .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo_wrp_mobile {
  display: none;
}

.logo_wrp_mobile > img:nth-child(1) {
  width: 80%;
  filter: brightness(10);
}

@media (max-width: 430px) {
  .featured-products {
    width: 100%;
    padding: 0 20px;
  }

  .featured-products > .products {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .logo_wrp_mobile {
    display: initial;
    display: inline flow-root list-item;
    font-family: "Roboto";
    display: inline-block;
    width: 165px;
    flex-direction: row;
    align-items: start;
    margin-left: 0;
    max-width: calc(100% - 217px);
    width: max-content;
  }
}

#alliantz_credits a {
  margin: 0 20px;
}

@media (max-width: 1080px) {
  .logo_wrp_mobile {
    display: block;
    width: 100%;
    margin-left: 10px;
    max-width: calc(100% - 227px);
    max-height: 52px;
  }

  .logo_wrp_mobile > img:nth-child(1) {
    filter: brightness(10);
    height: auto;
    max-height: 38px;
    width: auto;
  }

  #alliantz_credits .text-sm-center {
    display: flex;
    flex-direction: column;
  }

  #alliantz_credits a {
    margin: 5px 0;
  }

  .logo_wrp_mobile {
    display: block;
  }
}

.page-maintenance p a {
  color: var(--orange_alliantz);
}

.page-maintenance p a:hover {
  color: white;
}

.summary-selected-carrier-row {
  display: flex !important;
  align-items: center !important;
}

#tarteaucitronRoot {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 999;
}

.ci_anim {
  width: 40px;
  height: 40px;
}

.ci-check {
  fill: #254ba3;
}

.ci-rect {
  fill: var(--blue_alliantz);
}

.ci-guard {
  fill: var(--blue_alliantz);
}

#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: var(--grey_alliantz) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: var(--grey_alliantz);
}

button#tarteaucitronClosePanel {
  border-radius: 0px 0px 0 0;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, #tarteaucitronRoot .asCatToggleBtn {
  background: var(--blue_alliantz);
}

div#tarteaucitronInfo {
  border-color: var(--blue_alliantz);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  background: #333;
  border-radius: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: var(--blue_alliantz);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel {
  background: var(--grey_alliantz);
}

#tarteaucitronServices {
  border-radius: 0;
}

.tarteaucitronDeny {
  background: #db0303 !important;
}

.ci-guard {
  fill: #E44E15;
}

.ci-check {
  fill: #FFFFFF;
}

.ci-rect {
  display: none
}


.summary-selected-carrier-row {
  display: flex !important;
  align-items: center !important;
}

.cart-summary > .cart-detailed-actions > .text-sm-center {
  display: flex;
  justify-content: center;
}

.cart-summary > .cart-detailed-actions > .text-sm-center > .btn-primary {
  max-width: 250px;
  display: flex;
  box-sizing: border-box;
  word-wrap: break-spaces;
  white-space: pre-wrap;
}

.cart-summary-line.cart-total-without-tax {
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 0.5rem;
}

.left_side {
  display: flex;
  flex-direction: column;
  width: 340px;
  min-width: 340px;
}

#slide_solutium {
  background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/blue_bckgd.png');
  background-position: right;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#logo_solutium {
  position: absolute;
  max-width: 245px;
  top: 30px;
  left: 46px;
}

#distrib_alliantz {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 340px;
  mask-image: url;
  display: flex;
  height: 132px;
  align-items: center;
  color: white;
  background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/mask_orange.png');
}

#distrib_alliantz > img {
  width: 59px;
  height: 73px;
  position: absolute;
  top: 38px;
  left: 25px;
}

#distrib_alliantz > p {
  position: absolute;
  right: 94px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25px;
  top: 45px;
  color: white;
  margin-bottom: 0 !important;
}

.center_side {
  display: flex;
  flex-direction: column;
  width: 580px;
  padding: 40px 0 0 0px;
  justify-content: flex-start;
  min-width: 580px;
}

.center_side > h3 {
  color: #e6530e;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.30px;
}

.center_side > div:nth-child(2) {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.center_side > div:nth-child(2) > img:nth-child(1) {
  width: 120px;
  margin-left: 80px;
  margin-top: 31px;
}

.center_side > div:nth-child(2) > img:nth-child(2) {
  width: 136px;
  margin-left: 10px;
  height: 128px;
  margin-top: 21px;
}

.center_side > div:nth-child(2) > img:nth-child(3) {
  width: 123px;
  height: 127px;
  margin-left: 20px;
  margin-top: 39px;
}

.center_side > div:nth-child(2) > img:nth-child(4) {
  display: none;
}

.center_side > p:nth-child(3) {
  text-align: center;
  padding-left: 144px;
  color: #e6530e;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 37px;
  display: flex;
  flex-direction: row;
  align-items: end;
}

.center_side > p:nth-child(3) > a:nth-child(1) {
  position: relative;
  height: 44px;
  width: 128px;
  margin-left: 10px;
}

.center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
  position: absolute;
  color: white;
  top: 20px;
  width: 100%;
  left: 8px;
  transform: rotate(-6deg);
}

.right_side {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.panneau_solutium_wrp > img:nth-child(1) {
  max-width: 322px;
  margin-left: 47px;
}

.panneau_solutium_wrp {
  position: relative;
}

.panneau_solutium_wrp > img:nth-child(2) {
  position: absolute;
  left: -29px;
  top: 58px;
  max-width: 120px;
}

.panneau_solutium_wrp > img:nth-child(3) {
  position: absolute;
  bottom: 10px;
  left: 249px;
  max-width: 124px;
}

.panneau_solutium_wrp > img:nth-child(4) {
  position: absolute;
  top: 112px;
  max-width: 125px;
  left: 295px;
}

.right_side {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: -moz-available; /* Pour Firefox */
  width: -webkit-fill-available; /* Pour Chrome */
}

.panneau_specialiste {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  width: -moz-available; /* Pour Firefox */
  width: -webkit-fill-available; /* Pour Chrome */
}

.panneau_specialiste > h2:nth-child(1) {
  color: white;
  font-size: 35px;
  font-weight: 500;
  margin-top: 74px;
  text-align: right;
  padding-right: 10px;
}

.panneau_specialiste > p:nth-child(2) {
  color: white;
  text-align: right;
  font-size: 19px;
  padding-right: 11px;
  margin: 0;
}

.panneau_specialiste > img:nth-child(3) {
  max-width: 335px;
  position: absolute;
  bottom: 0;
  right: 0;
}

body .carousel-inner {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 100%;
  height: 400px;
  padding: 0;
  list-style: none;
  margin: 0;
}

body .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  z-index: 0;
  opacity: 0;
  width: 100%;
  filter: blur(5px);
  transition: all 1s ease-in-out;
}

body .carousel-item.active {
  z-index: 5;
  opacity: 1;
  filter: blur(0px);
}

figure {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 275px) and (max-width: 400px) {
  #slide_solutium {
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/cache_bleu.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-position: 3%;
    flex-direction: column;
  }

  #logo_solutium {
    position: static;
    max-width: 88px;
    height: 69px;
    margin-top: 10px;
    margin-left: 22px;
  }

  .left_side {
    flex-direction: row-reverse;
    width: 100%;
    min-width: 100%;
    justify-content: flex-end;
    height: fit-content;
  }

  #distrib_alliantz {
    position: static;
    /* bottom: 0; */
    /* left: 0; */
    width: 217px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotateX(180deg);
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  #distrib_alliantz > img {
    position: static;
    width: 35px;
    height: 40px;
    transform: rotateX(180deg);
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 9px;
  }

  #distrib_alliantz > p {
    position: static;
    font-size: 10px;
    transform: rotateX(180deg);
    margin-top: 22px;
    margin-right: 9px;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    top: 225px;
    max-width: 84px;
    z-index: 999;
    left: 38px;
  }

  .center_side > h3 {
    display: none;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    width: 209px;
    margin-left: 0;
    position: absolute;
    top: 19%;
    left: 22%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .panneau_solutium_wrp {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 35px;
    margin-top: 74px;
    padding-right: 10px;
    font-size: 16px;
    padding-right: 23px;
    position: absolute;
    bottom: 0;
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: -29px;
    top: 58px;
    max-width: 120px;
    left: 26px;
    top: 113px;
    max-width: 79px;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 10px;
    left: 249px;
    max-width: 124px;
    bottom: 74px;
    left: 195px;
    max-width: 84px;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 112px;
    max-width: 125px;
    left: 295px;
    top: 162px;
    max-width: 87px;
    left: 233px;
  }
}

@media (min-width: 401px) and (max-width: 427px) {
  #slide_solutium {
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/cache_bleu.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-position: 3%;
    flex-direction: column;
  }

  #logo_solutium {
    position: static;
    max-width: 112px;
    height: 71px;
    margin-top: 7px;
    margin-left: 36px;
  }

  .left_side {
    flex-direction: row-reverse;
    width: 100%;
    min-width: 100%;
    justify-content: flex-end;
    height: fit-content;
  }

  #distrib_alliantz {
    position: static;
    /* bottom: 0; */
    /* left: 0; */
    width: 217px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotateX(180deg);
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  #distrib_alliantz > img {
    position: static;
    width: 35px;
    height: 40px;
    transform: rotateX(180deg);
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 9px;
  }

  #distrib_alliantz > p {
    position: static;
    font-size: 10px;
    transform: rotateX(180deg);
    margin-top: 22px;
    margin-right: 9px;
    color: white;
    margin-bottom: 0;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    top: 225px;
    max-width: 84px;
    z-index: 999;
    left: 65px;
  }

  .center_side > h3 {
    display: none;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    margin-left: 0;
    position: absolute;
    width: 223px;
    top: 15%;
    left: 24%;
  }

  .panneau_specialiste {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .panneau_solutium_wrp {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 35px;
    margin-top: 74px;
    padding-right: 10px;
    font-size: 16px;
    padding-right: 23px;
    position: absolute;
    bottom: 0;
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 46px;
    top: 113px;
    max-width: 79px;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 74px;
    left: 221px;
    max-width: 84px;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 162px;
    max-width: 87px;
    left: 260px;
  }
}

@media (min-width: 427px) and (max-width: 450px) {

  #slide_solutium {
    background-position: -21%;
  }

  #logo_solutium {
    max-width: 18%;
    top: 3%;
    left: 5%;
  }

  #distrib_alliantz {
    width: 313px;
    height: 95px;
  }

  .left_side {
    width: fit-content;
    min-width: fit-content;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    max-width: 19%;
    position: absolute;
    bottom: 28%;
    left: 16%;
    z-index: 999;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .right_side {
    width: 100%;
    position: absolute;
    height: 100%;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 54%;
    position: absolute;
    top: 10%;
    left: 15%;
  }

  .panneau_specialiste {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 19px;
    position: absolute;
    bottom: -2%;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 13%;
    top: 23%;
    max-width: 19%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 36%;
    max-width: 19%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 18%;
    left: 62%;
    max-width: 19%;
  }

  #distrib_alliantz {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }
}

@media (min-width: 451px) and (max-width: 520px) {
  #slide_solutium {
    background-position: -47%;
  }

  #logo_solutium {
    max-width: 133px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 20%;
    max-width: 16%;
    left: 28%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 25%;
    top: 33%;
    max-width: 16%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 66%;
    max-width: 16%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 44%;
    max-width: 16%;
    left: 71%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 16px;
    position: absolute;
    bottom: 2%;
    right: 10px;
  }

}

@media (min-width: 521px) and (max-width: 600px) {
  #slide_solutium {
    background-position: -47%;
  }

  #logo_solutium {
    max-width: 133px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 20%;
    max-width: 16%;
    left: 28%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 25%;
    top: 33%;
    max-width: 16%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 66%;
    max-width: 16%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 44%;
    max-width: 16%;
    left: 71%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 16px;
    position: absolute;
    bottom: 2%;
    right: 10px;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  #slide_solutium {
    background-position: -89%;
  }

  #logo_solutium {
    max-width: 156px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 26%;
    max-width: 13%;
    left: 34%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: none;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 31%;
    top: 31%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 19%;
    left: 63%;
    max-width: 13%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 14%;
    left: 67%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 16px;
    position: absolute;
    bottom: -1%;
    right: 10px;
  }
}

@media (min-width: 701px) and (max-width: 750px) {
  #slide_solutium {
    background-position: -190%;
  }
}

@media (min-width: 751px) and (max-width: 800px) {
  #slide_solutium {
    background-position: -267%;
  }
}

@media (min-width: 701px) and (max-width: 800px) {

  #logo_solutium {
    max-width: 156px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 25%;
    right: 18px;
    display: flex;
    filter: brightness(100);
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: #009fff;
  }

  .center_side::after {
    content: 'CLIQUEZ ICI';
    color: #060808;
    position: absolute;
    bottom: 48%;
    right: 38px;
    font-weight: 600;
    transform: rotate(-5deg);
    color: #08afab;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 18%;
    max-width: 11%;
    left: 28%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 250px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 38%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 25%;
    top: 31%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 58%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 12%;
    left: 62%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 16px;
    position: absolute;
    top: 0%;
    right: 8px;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  #slide_solutium {
    background-position: 284px;
  }

  #logo_solutium {
    max-width: 156px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 25%;
    right: 18px;
    display: flex;
    filter: brightness(100);
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: #009fff;
  }

  .center_side::after {
    content: 'CLIQUEZ ICI';
    color: #060808;
    position: absolute;
    bottom: 48%;
    right: 38px;
    font-weight: 600;
    transform: rotate(-5deg);
    color: #08afab;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 18%;
    max-width: 11%;
    left: 28%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: none;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 250px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 36%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 25%;
    top: 31%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 58%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 12%;
    left: 62%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 18px;
    position: absolute;
    top: 0%;
    right: 8px;
    margin-top: 41px;
  }
}

@media (min-width: 901px) and (max-width: 1000px) {
  #slide_solutium {
    background-position: 284px;
  }

  #logo_solutium {
    max-width: 156px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 36%;
    right: 18px;
    display: flex;
    filter: brightness(100);
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: #009fff;
  }

  .center_side::after {
    content: 'CLIQUEZ ICI';
    color: #060808;
    position: absolute;
    bottom: 38%;
    right: 38px;
    font-weight: 600;
    transform: rotate(-5deg);
    color: #08afab;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 18%;
    max-width: 11%;
    left: 29%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 25%;
    right: 10px;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 250px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 34%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    left: 26%;
    top: 22%;
    max-width: 11%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 58%;
    max-width: 10%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 11%;
    left: 62%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 20px;
    position: absolute;
    top: 0%;
    right: 8px;
    margin-top: 41px;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  #slide_solutium {
    background-position: 437px;
  }

  #logo_solutium {
    max-width: 193px;
    top: 18px;
    left: 23px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: row;
    color: white;
    position: absolute;
    top: 36%;
    right: 18px;
    display: flex;
    filter: brightness(100);
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: #009fff;
  }

  .center_side::after {
    content: 'CLIQUEZ ICI';
    color: #060808;
    position: absolute;
    bottom: 42%;
    right: 38px;
    font-weight: 600;
    transform: rotate(-5deg);
    color: #08afab;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: block;
    position: absolute;
    bottom: 18%;
    max-width: 9%;
    left: 32%;
    z-index: 999;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 27%;
    right: 10px;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 250px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 27%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    top: 22%;
    left: 31%;
    max-width: 8%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 15%;
    left: 55%;
    max-width: 7%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 8%;
    left: 58%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 20px;
    position: absolute;
    top: 0%;
    right: 8px;
    margin-top: 41px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  #slide_solutium {
    background-position: 437px;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  #slide_solutium {
    background-position: 555px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {

  #logo_solutium {
    max-width: 193px;
    top: 18px;
    left: 93px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
    display: none;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: row;
    position: absolute;
    color: #e55014;
    top: 71%;
    left: -82px;
    display: flex;
  }

  .center_side > div:nth-child(2) {
    position: absolute;
    left: 31px;
    top: 46%;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: white;
    display: block;
    left: 1px;
  }

  .center_side::after {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: block;
    width: 100px;
    margin-left: 0;
    height: 103px;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: block;
    width: 100px;
    height: 104px;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: block;
    width: 99px;
    height: 101px;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: none;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 40%;
    right: 10px;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 340px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 24%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    top: 22%;
    left: 32%;
    max-width: 8%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 9%;
    left: 53%;
    max-width: 8%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    top: 38%;
    max-width: 8%;
    left: 56%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 28px;
    position: absolute;
    top: 0%;
    right: 8px;
    margin-top: 72px;
  }
}

@media (min-width: 1401px) and (max-width: 1550px) {

  #logo_solutium {
    max-width: 210px;
    top: 19px;
    left: 108px;
  }

  #distrib_alliantz {
    width: 274px;
    height: 72px;
    background-size: cover;
    display: none;
  }

  #distrib_alliantz > img {
    width: 37px;
    height: 47px;
    top: 17px;
    left: 13px;
  }

  #distrib_alliantz > p {
    right: 105px;
    font-size: 12px;
    top: 10px;
  }

  .center_side {
    width: 100%;
    min-width: 100%;
    position: absolute;
    height: 100%;
  }

  .center_side > h3 {
    display: none;
  }

  .center_side > p:nth-child(3) {
    display: flex;
    flex-direction: row;
    position: absolute;
    color: #e55014;
    top: 71%;
    left: -76px;
    display: flex;
  }

  .center_side > div:nth-child(2) {
    position: absolute;
    left: 53px;
    top: 46%;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    margin-top: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    color: white;
    display: block;
    left: 1px;
  }

  .center_side::after {
    display: none;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    display: block;
    width: 100px;
    margin-left: 0;
    height: 103px;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    display: block;
    width: 100px;
    height: 104px;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    display: block;
    width: 99px;
    height: 101px;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: none;
  }

  .right_side {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_specialiste > p:nth-child(2) {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 40%;
    right: 10px;
  }

  .panneau_specialiste > img:nth-child(3) {
    display: block;
    max-width: 340px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 20%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    top: 22%;
    left: 33%;
    max-width: 8%;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    bottom: 9%;
    left: 52%;
    max-width: 8%;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    max-width: 8%;
    top: 32%;
    left: 54%;
  }

  .panneau_specialiste > h2:nth-child(1) {
    font-size: 30px;
    position: absolute;
    top: 0%;
    right: 8px;
    margin-top: 72px;
  }
}

@media (min-width: 1551px) and (max-width: 1680px) {
  .left_side {
    display: flex;
    flex-direction: column;
    width: 265px;
    min-width: 265px;
  }

  #slide_solutium {
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/blue_bckgd.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  #logo_solutium {
    position: absolute;
    max-width: 228px;
    left: 21px;
    top: 30px;
  }

  #distrib_alliantz {
    position: absolute;
    bottom: 0;
    left: 0;
    mask-image: url;
    display: flex;
    align-items: center;
    color: white;
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/mask_orange.png');
    width: 323px;
    height: 109px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #distrib_alliantz > img {
    position: absolute;
    width: 51px;
    height: 64px;
    top: 27px;
    left: 14px;
  }

  #distrib_alliantz > p {
    position: absolute;
    right: 107px;
    font-size: 16px;
    top: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.25px;
  }

  .center_side {
    display: flex;
    flex-direction: column;
    padding: 5px 0 0 0px;
    justify-content: flex-start;
    width: 466px;
    min-width: 465px;
  }

  .center_side > h3 {
    color: #e6530e;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 44px;
    text-align: center;
    letter-spacing: 0.30px;
  }

  .center_side > div:nth-child(2) {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 26px;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    width: 104px;
    margin-left: 0;
    margin-top: 49px;
    height: 114px;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    width: 110px;
    margin-left: 0;
    height: 112px;
    margin-top: 21px;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    width: 103px;
    height: 102px;
    margin-left: 0;
    margin-top: 61px;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: none;
  }

  .center_side > p:nth-child(3) {
    text-align: center;
    padding-left: 81px;
    color: #e6530e;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 37px;
    display: flex;
    flex-direction: row;
    align-items: end;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    position: relative;
    height: 44px;
    width: 128px;
    margin-left: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    position: absolute;
    color: white;
    top: 20px;
    width: 100%;
    left: 8px;
    transform: rotate(-6deg);
  }

  .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 302px;
    margin-left: 47px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    left: 704px;
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    position: absolute;
    left: -9px;
    top: 79px;
    max-width: 98px;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    position: absolute;
    bottom: 10px;
    left: 239px;
    max-width: 96px;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    position: absolute;
    top: 112px;
    max-width: 116px;
    left: 287px;
  }

  .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: -moz-available; /* Pour Firefox */
    width: -webkit-fill-available; /* Pour Chrome */
  }

  .panneau_specialiste {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    width: -moz-available; /* Pour Firefox */
    width: -webkit-fill-available; /* Pour Chrome */
  }

  .panneau_specialiste > h2:nth-child(1) {
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-top: 74px;
    text-align: right;
    padding-right: 10px;
  }

  .panneau_specialiste > p:nth-child(2) {
    color: white;
    text-align: right;
    font-size: 16px;
    padding-right: 11px;
    margin: 0;
  }

  .panneau_specialiste > img:nth-child(3) {
    max-width: 335px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  body .carousel-inner {
    position: relative;
    overflow: hidden;
    list-style: none;
    width: 100%;
    height: 400px;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  body .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    z-index: 0;
    opacity: 0;
    width: 100%;
    filter: blur(5px);
    transition: all 1s ease-in-out;
  }

  body .carousel-item.active {
    z-index: 5;
    opacity: 1;
    filter: blur(0px);
  }

  figure {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 1681px) and (max-width: 1890px) {
  .left_side {
    display: flex;
    flex-direction: column;
    width: 284px;
    min-width: 284px;
  }

  #slide_solutium {
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/blue_bckgd.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  #logo_solutium {
    position: absolute;
    max-width: 228px;
    left: 21px;
    top: 30px;
  }

  #distrib_alliantz {
    position: absolute;
    bottom: 0;
    left: 0;
    mask-image: url;
    display: flex;
    align-items: center;
    color: white;
    background-image: url('https://alliantz.fr/themes/sebtheme/assets/img/mask_orange.png');
    width: 323px;
    height: 109px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #distrib_alliantz > img {
    position: absolute;
    width: 51px;
    height: 64px;
    top: 27px;
    left: 14px;
  }

  #distrib_alliantz > p {
    position: absolute;
    right: 107px;
    font-size: 16px;
    top: 30px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.25px;
  }

  .center_side {
    display: flex;
    flex-direction: column;
    padding: 5px 0 0 0px;
    justify-content: flex-start;
    width: 554px;
    min-width: 572px;
  }

  .center_side > h3 {
    color: #e6530e;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 44px;
    text-align: center;
    letter-spacing: 0.30px;
  }

  .center_side > div:nth-child(2) {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }

  .center_side > div:nth-child(2) > img:nth-child(1) {
    width: 104px;
    margin-left: 0;
    margin-top: 49px;
    height: 114px;
  }

  .center_side > div:nth-child(2) > img:nth-child(2) {
    width: 110px;
    margin-left: 0;
    height: 112px;
    margin-top: 21px;
  }

  .center_side > div:nth-child(2) > img:nth-child(3) {
    width: 103px;
    height: 102px;
    margin-left: 0;
    margin-top: 61px;
  }

  .center_side > div:nth-child(2) > img:nth-child(4) {
    display: none;
  }

  .center_side > p:nth-child(3) {
    text-align: center;
    color: #e6530e;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: end;
    padding-left: 136px;
    padding-top: 17px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) {
    position: relative;
    height: 44px;
    width: 128px;
    margin-left: 10px;
  }

  .center_side > p:nth-child(3) > a:nth-child(1) > span:nth-child(2) {
    position: absolute;
    color: white;
    top: 20px;
    width: 100%;
    left: 8px;
    transform: rotate(-6deg);
  }

  .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .panneau_solutium_wrp > img:nth-child(1) {
    max-width: 302px;
    margin-left: 47px;
  }

  .panneau_solutium_wrp {
    position: absolute;
    left: 850px;
  }

  .panneau_solutium_wrp > img:nth-child(2) {
    position: absolute;
    left: -9px;
    top: 79px;
    max-width: 98px;
  }

  .panneau_solutium_wrp > img:nth-child(3) {
    position: absolute;
    bottom: 10px;
    left: 239px;
    max-width: 96px;
  }

  .panneau_solutium_wrp > img:nth-child(4) {
    position: absolute;
    top: 112px;
    max-width: 116px;
    left: 287px;
  }

  .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: -moz-available; /* Pour Firefox */
    width: -webkit-fill-available; /* Pour Chrome */
  }

  .panneau_specialiste {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    width: -moz-available; /* Pour Firefox */
    width: -webkit-fill-available; /* Pour Chrome */
  }

  .panneau_specialiste > h2:nth-child(1) {
    color: white;
    font-size: 32px;
    font-weight: 500;
    margin-top: 74px;
    text-align: right;
    padding-right: 10px;
  }

  .panneau_specialiste > p:nth-child(2) {
    color: white;
    text-align: right;
    font-size: 17px;
    padding-right: 11px;
    margin: 0;
  }

  .panneau_specialiste > img:nth-child(3) {
    max-width: 431px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  body .carousel-inner {
    position: relative;
    overflow: hidden;
    list-style: none;
    width: 100%;
    height: 400px;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  body .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    z-index: 0;
    opacity: 0;
    width: 100%;
    filter: blur(5px);
    transition: all 1s ease-in-out;
  }

  body .carousel-item.active {
    z-index: 5;
    opacity: 1;
    filter: blur(0px);
  }

  figure {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
}

body .carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0);
  margin-bottom: 25px !important;
  background-color: white;
}

body .carousel .carousel_container {
  max-height: 400px;
  overflow: hidden;
}

body .carousel-item {
  max-height: 400px;
  position: absolute;
}

body .carousel .carousel-item figure {
  width: 100%;
  height: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0;
}

body .carousel .sec img {
  position: absolute;
  top: 50%;
  left: 50%;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.17, .67, .21, 1);
  animation-name: carousel-img;
}

@keyframes carousel-img {
  0% {
    transform: scale(1.2, 1.2) translate(-50%, -50%);
    filter: blur(10px);
  }
  100% {
    transform: scale(1, 1) translate(-50%, -50%);
    filter: blur(0px);
  }
}

body .carousel .sec .diapo_container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

body .carousel .sec .caption {
  position: absolute;
  text-align: right;
  right: 326px;
  top: 15%;
  max-width: 1021px;
}

body .carousel .sec.active .phrase_accroche {
  font-size: 55px;
  font-weight: 600;
  line-height: 67px;
  color: white;
  margin-bottom: 50px;
  text-transform: uppercase;
  transform: translate(50%);
  opacity: 0;
  animation-delay: 0.2s;
  animation-name: anim-phrase_accroche;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(.17, .67, .21, 1);
}

@keyframes anim-phrase_accroche {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(50%);
  }
  20% {
    opacity: 0;
    filter: blur(10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0);
  }
}

body .carousel .sec .phrase_accroche strong {
  font-weight: 600;
  color: var(--orange_alliantz);
}

body .carousel .sec .divider {
  background-color: white;
  height: 2px;
  width: 130px;
  margin-bottom: 50px;
}

body .carousel .sec .diapo_container > p:nth-child(3) {
  font-size: 26px;
  color: white;
  line-height: 29px;
  margin-bottom: 50px;
}

body .carousel .sec .diapo_btn {
  background-color: var(--orange_alliantz);
  color: white;
  border: none;
  font-size: 19px;
  padding: 10px 20px;
}

body .carousel-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}


@media (max-width: 550px) {
  /**********************body .carousel ***********/
  body .carousel .sec.active .phrase_accroche {
    transform: translate(0%);
  }

  body .carousel .sec .caption {
    right: 30px;
    top: 26%;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 24px;
    line-height: 25px;
  }
}

@media (min-width: 551px)and (max-width: 800px) {
  body .carousel .sec.active .phrase_accroche {
    transform: translate(0%);
  }

  body .carousel .sec .caption {
    right: 50px;
    top: 30%;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 24px;
    line-height: 25px;
  }

  .sec .caption-description {
    padding-left: 80px;
  }
}

@media (min-width: 800px)and (max-width: 1080px) {
  body .carousel .sec.active .phrase_accroche {
    transform: translate(0%);
  }

  body .carousel .sec .caption {
    right: 50px;
    top: 22%;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 34px;
    line-height: 35px;
  }

  .sec .caption-description {
    padding-left: 80px;
  }
}

@media (min-width: 1080px) and (max-width: 1279px) {

  body .carousel .sec.active.caption {
    right: 155px;
    top: 28%;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1361px) and (max-width: 1480px) {

  body .carousel {
    max-height: 550px;
    overflow: hidden;
  }

  body .carousel .caption {
    right: 200px !important;
    top: 27% !important;
  }

  body .carousel-inner {
    margin-bottom: 0;
  }

  body .carousel .diapo_container > p:nth-child(3) {
    font-size: 13px !important;
    line-height: 15px !important;
    margin-bottom: 15px !important;
  }

  body .carousel .divider {
    margin-bottom: 10px !important;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 40px !important;
    line-height: 47px !important;
    margin-bottom: 30px;
  }

  body .carousel_container {
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1360px) {
  /****************************mobilebody .carousel *****************************/
  body .carousel {
    max-height: 500px;
    overflow: hidden;
  }

  body .carousel .caption {
    right: 200px !important;
    top: 36% !important;
  }

  body .carousel-inner {
    margin-bottom: 0;
  }

  body .carousel .diapo_container > p:nth-child(3) {
    font-size: 13px !important;
    line-height: 15px !important;
    margin-bottom: 15px !important;
  }

  body .carousel .divider {
    margin-bottom: 10px !important;
  }

  body .carousel-item {
    max-height: 404px;
  }

  body .carousel .sec.active .phrase_accroche {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 30px;
  }
}

/***********************encart log*********************************/
.prd_log_wrp {
  display: flex;
  color: #7a7a7a;
  flex-direction: column;
  font-size: 0.9375rem;
  position: relative;
  background-color: white;
  overflow: hidden;
}

.prd_log_wrp::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 97, 34);
  z-index: 0;
  opacity: 1;
  mix-blend-mode: multiply;
}

.prd_log_wrp::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../../../img/prod_conn_bckgd_res.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: plus-lighter;
}

.prd_log_info {
  padding: 30px 20px 30px 20px;
  position: relative;
  z-index: 10;
}

.prd_log_wrp h6 {
  font-family: 'arsilonregular';
  font-size: 26px;
  color: white;
  text-align: center;
  font-weight: 400;
}

.prd_log_wrp p {
  font-size: 14px;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  margin: 10px 0px 20px 0;
}

.prd_log_btn_wrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 0 90px;
}

.prd_log_btn_wrp > button {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  transition: var(--transition);
  padding-top: 15px;
  padding-bottom: 15px;
  border: white 2px solid;
  color: white;
  transition: var(--transition);
  background-color: transparent !important;
}

.prd_log_btn_wrp > button:hover {
  border: transparent 2px solid;
  color: var(--orange_alliantz);
  transition: var(--transition);
  background-color: white !important;
}

.prd_log_btn_wrp > button:last-child:hover {
  border: transparent 2px solid;
  color: var(--orange_alliantz);
  transition: var(--transition);
  background-color: white !important;
}

.bande1 {
  position: absolute;
  display: block;
  mix-blend-mode: screen;
  background-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);
  height: 500%;
  width: 35%;
  top: 50%;
  transform: translate(-318%, -50%) rotate(45deg) scaleX(1);
  backdrop-filter: blur(50px);
  opacity: 0.1;
  animation-name: moveBande;
  animation-duration: 5s;
  animation-delay: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  backdrop-filter: blur(5px) saturate(0);
}

.bande2 {
  position: absolute;
  display: block;
  mix-blend-mode: screen;
  background-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);
  height: 500%;
  width: 35%;
  top: 50%;
  transform: translate(-318%, -50%) rotate(45deg) scaleX(1);
  backdrop-filter: blur(50px);
  opacity: 0.1;
  animation-name: moveBande;
  animation-duration: 3.25s;
  animation-delay: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  backdrop-filter: blur(5px) saturate(0);
}

.bande3 {
  position: absolute;
  display: block;
  mix-blend-mode: screen;
  background-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);
  height: 500%;
  width: 45%;
  top: 50%;
  transform: translate(1208%, -50%) rotate(45deg) scaleX(1);
  backdrop-filter: blur(50px);
  opacity: 0.1;
  animation-name: moveBande2;
  animation-duration: 5s;
  animation-delay: 4.25s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  backdrop-filter: blur(5px) saturate(0);
}

@keyframes moveBande {
  0% {
    transform: translate(-350%, -50%) rotate(45deg) scaleX(1);
  }
  100% {
    transform: translate(1200%, -50%) rotate(45deg) scaleX(2);
  }
}

@keyframes moveBande2 {
  0% {
    transform: translate(1200%, -50%) rotate(45deg) scaleX(1);
  }
  100% {
    transform: translate(-350%, -50%) rotate(45deg) scaleX(2);
  }
}


.conn_effect {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 40px;
  mix-blend-mode: screen;
}

.conn_hand {
  position: absolute;
  background-image: url('../../../../img/hand.svg');
  background-size: cover;
  width: 45px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  transform: rotate3d(1, 0, 0, 0deg);
  animation: animHand 1s linear 1;

}

.conn_pop {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 90%);
  border-radius: 100%;
  transform: translate(calc(-50% - 5px), calc(-50% - 5px)) scale(0, 0);
  mix-blend-mode: overlay;
  animation-name: animPop;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  background-color: #fff;
  opacity: 0.25;
}

.conn_pop2 {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 100%;
  transform: translate(calc(-50% - 5px), calc(-50% - 5px)) scale(0, 0);
  mix-blend-mode: overlay;
  animation-name: animPop;
  animation-delay: 0.65s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  opacity: 0.5;
}

.conn_pop3 {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 100%;
  transform: translate(calc(-50% - 5px), calc(-50% - 5px)) scale(0, 0);
  mix-blend-mode: overlay;
  animation-name: animPop;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  opacity: 0.5;
}

@keyframes animHand {
  0% {
    transform: rotate3d(1, 0, 0, 0deg);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  50% {
    transform: rotate3d(1, 0, 0, 20deg);
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
  }
  100% {
    transform: rotate3d(1, 0, 0, 0deg);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}

@keyframes animPop {
  0% {
    transform: translate(calc(-50% - 5px), calc(-50% - 5px)) scale(0, 0);
    opacity: 0.25;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% - 5px), calc(-50% - 5px)) scale(40, 40);
  }
}

@media (max-width: 500px) {
  .mobile_ham {
    min-width: 20px;
  }

  .logo_wrp_mobile > img:nth-child(1) {
    max-height: 35px;
  }

  .logo_wrp_mobile {
    width: 126px;
    max-width: 126px;
  }

  .prd_log_btn_wrp {
    grid-template-columns: 1fr;
    padding: 0 0;
  }

  .prd_log_info {
    margin-top: 10px;
  }

  .prd_log_wrp {
    margin-top: 25px;
  }
}

@media (min-width: 500px) and (max-width: 750px) {
  .prd_log_btn_wrp {
    grid-template-columns: 1fr;
    padding: 0 0;
  }

  .prd_log_info {
    margin-top: 10px;
  }

  .prd_log_wrp {
    margin-top: 25px;
  }
}

#product-modal #thumbnails {
  margin-left: 20px;
}

@media (min-width: 750px) and (max-width: 1080px) {
  #product-modal #thumbnails {
    margin-left: 20px;
  }

  #product-modal #thumbnails {
    margin-left: 0;
  }

  #product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
    display: flex;
    margin-top: 10px;
  }

  .product-images > li.thumb-container:not(:first-child) {
    margin: 0 0 0 10px;
  }

  #product-modal .modal-content .modal-body .image-caption {
    display: none;
  }
}


#identity #customer-form > section:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
}

#identity #customer-form .form-group .col-md-6 {
  width: 90%;
}

#identity #customer-form div.form-group:nth-child(14) {
  display: none;
}

#identity #customer-form div.form-group:nth-child(16) {
  display: none;
}

#identity #customer-form div.form-group:nth-child(15) {
  display: flex;
  flex-direction: row;
}

#identity #customer-form div.form-group:nth-child(15) .col-md-3 {
  width: initial;
}


#authentication div.form-group:nth-child(16),
#registration div.form-group:nth-child(16) {
  display: block;
}

#authentication #customer-form div.form-group:nth-child(14),
#registration #customer-form div.form-group:nth-child(14) {
  display: block;
}

#authentication #customer-form div.form-group:nth-child(15) .col-md-3,
#registration #customer-form div.form-group:nth-child(15) .col-md-3 {
  width: 100%;
}

#authentication #customer-form div.form-group:nth-child(15),
#registration #customer-form div.form-group:nth-child(15) {
  flex-direction: column;
}

#authentication #customer-form .form-group:nth-child(16),
#registration #customer-form .form-group:nth-child(16) {
  margin-top: 31px;
}

#authentication #customer-form > section:nth-child(1) > p:nth-child(19),
#registration #customer-form > section:nth-child(1) > p:nth-child(19) {
  margin: 2rem auto;
}

@media (max-width: 1370px ) {
  #search .file_type, .page-search .file_type {
    height: 40px;
  }
}


/* Global Styles */
#stores {
  background: #fff;
}

#stores #main {
  max-width: 1220px;
  margin: 0 auto;
}

#stores .page-stores {
  width: 100%;
}

#stores #content-wrapper .card {
  background-color: white;
  border: none;
  box-shadow: none !important;
}

#stores .card-block {
  padding: 1.25rem 0rem 0.5rem;
}

#stores .form_wrp p.form_note {
  color: #232323;
  text-align: left;
  padding: 30px 150px 20px 25px;
}

#gformbuilderpro_form_4 {
  padding: 0 25px;
}

.gformbuilderpro_content {
  display: flex;
  flex-wrap: wrap;
}

/* Form Styles */
.formbuilder_group .itemfield {
  max-width: 100%;
  position: relative;
  margin-top: 0;
}

.formbuilder_group .itemfield label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control, .input-group {
  outline: 1px solid transparent;
  border-color: transparent;
  border-radius: 3px;
  background: white;
  font-weight: 600;
  color: #575756;
}

.form-control:focus, .input-group.focus {
  outline: none !important;
  border: 1px solid var(--blue_alliantz);
  background-color: #fff;
  color: #232323;
}

.input-group.focus {
  box-shadow: inset 2px 2px 9px #d2d2d2, inset -2px -2px 1px #fff;
}

.form-group.radio_box input {
  margin-right: 10px;
}

.gformbuilderpro_content textarea {
  resize: none;
}

#submitForm {
  background-color: var(--orange_alliantz);
  color: white;
  text-transform: none;
}

#submitForm:hover {
  background-color: var(--blue_alliantz);
}

#stores .form-group.radio_box > .row > p.col-xs-12 label {
  background-color: transparent;
  padding: 0;
  min-width: auto;
  color: #232323;
  border: none;
}

#stores .form-group.radio_box > .row > p.col-xs-12 input {
  border-radius: 0;
}

#stores .form-group.radio_box > .row > p.col-xs-12 {
  margin-bottom: 0;
}

#gdpr_consent.gdpr_module_74 {
  padding: 0 0 0 0;
}

.formbuilder_group:nth-child(1) {
  width: 100%;
}

.formbuilder_group:nth-child(2), .formbuilder_group:nth-child(3) {
  width: 50%;
}

.formbuilder_group .form-control {
  background: #fff;
  color: #7a7a7a;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.5rem 1rem;
}


.civilite_gwrp {
  padding: 30px 150px 20px 25px;
}

.civilite_wrp, .civilite_input_wrp {
  color: #232323;
  font-size: 0.875rem;
}

.civilite_input_wrp .civilite_label:first-child {
  padding-right: 15px;
}

.civilite_wrp:after {
  content: '*';
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

.civilite_input_wrp:nth-child(2) {
  margin-left: 30px;
}

.civilite_input_gwrp, .civilite_input_wrp {
  display: flex;
  align-items: center;
}

.civilite_input {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #8f8f9d;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 15px;
}

#gformbuilderpro_61 > div:nth-child(1) > div:nth-child(2) {
  display: flex;
}

.col-xs-12.col-md-12 {
  width: fit-content;
}

.formbuilder_group:nth-child(2) {
  width: 100%;
}

.formbuilder_group:nth-child(2) .itemfield_wp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.formbuilder_group:nth-child(2) .itemfield_wp .itemfield {
  width: calc(50% - 10px);
}

#gformbuilderpro_90 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 15px;
}

#gformbuilderpro_form_5 {
  padding: 0 30px 30px 30px;
}

#submitForm {
  max-width: 240px;
}

#gformbuilderpro_81, #gformbuilderpro_82 {
  display: none;
}

#gformbuilderpro_81 .form-group label:after, #gformbuilderpro_82 .form-group label:after {
  content: '*';
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

@media (max-width: 768px) {
  .formbuilder_group:nth-child(2) .itemfield_wp {
    gap: 0;
  }

  .formbuilder_group:nth-child(2) .itemfield_wp .itemfield {
    width: 100%;
  }
}


.footer-container .right-footer-block {
  justify-content: center;
}

#content {
  margin: 0 !important;
}

#main .page-footer {
  margin-bottom: 0;
}


#authentication .form-control,
#authentication .input-group,
#registration .form-control,
#registration .input-group,
#checkout .form-control,
#checkout .input-group,
#identity .form-control {
  outline: 1px solid #9999998c;
}

#authentication .form-control:focus,
#authentication .input-group,
#registration .form-control:focus,
#registration .input-group,
#checkout .form-control:focus,
#checkout .input-group {
  outline: 1px solid #9999998c !important;
}

#authentication .form-control,
#registration .form-control {
  border: none;
}


#authentication #customer-form .form-group:nth-child(16) > label:nth-child(1),
#registration #customer-form .form-group:nth-child(16) > label:nth-child(1) {
  display: block;
}

#authentication #customer-form .form-group:nth-child(16) > div:nth-child(2),
#registration #customer-form .form-group:nth-child(16) > div:nth-child(2) {
  padding: 0;
  width: calc(100% - 50px);
}

#authentication div.form-group:nth-child(16),
#registration div.form-group:nth-child(16) {
  display: flex;
  flex-direction: row;
}

#authentication div.form-group:nth-child(16) > label:nth-child(1),
#registration div.form-group:nth-child(16) > label:nth-child(1) {
  width: fit-content;
  padding-right: 0;
  padding-top: 0;
}

#identity div.form-group:nth-child(15) > label:nth-child(1) {
  padding-top: 0;
}

#identity div.form-group:nth-child(15) {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
  #identity div.form-group:nth-child(15) > label:nth-child(1) {
    padding-top: 0;
  }

  #identity #customer-form div.form-group:nth-child(16) {
    display: none;
  }

  #identity div.form-group:nth-child(15) {
    width: 100%;
    margin: 20px 0;
  }

  #identity div.form-group:nth-child(14) {
    display: none !important;
  }

  #identity div.form-group:nth-child(16) {
    display: none !important;
  }
}

#bibliotheque #content {
  margin: 0 auto !important;
}

#identity div.form-group:nth-child(15) > label:nth-child(1) {
  padding-right: 0;
}

.footer-container .right-footer-block .footer_button, .footer-container .right-footer-block .footer_button:hover {
  justify-content: center;
}

.input-group .input-group-btn > .btn {
  padding: 0.75rem 1rem;
}

.total_ht {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.modal {
  position: fixed;
  top: 40% !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal a {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  background: var(--orange_alliantz) !important;
  color: white !important;
  width: 100%;
  box-shadow: none;
  transition: 0.8s ease-in-out;
  min-height: 45px;
  display: flex;
}

.modal a:hover {
  background-color: var(--blue_alliantz) !important;
}

#customer-form .form-group:nth-child(16) {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 6px !important;
}

#customer-form .form-group:nth-child(16) > label:nth-child(1) {
  margin-bottom: 0 !important;
  padding-left: 10px !important;
}

#customer-form .form-group:nth-child(16) > label:nth-child(1)::after, #gdpr_consent::before, #identity .form-group:nth-child(15) > label:nth-child(1)::after {
  content: "* Information obligatoire";
  color: red;
  font-size: 0.875rem;
  line-height: 1.25em;;
}

#identity .form-group:nth-child(16) {
  display: none !important;
}

#identity .form-group:nth-child(15) {
  display: flex;
  flex-direction: column !important;
}

/*******************************************************************************************************************/
/*******************************************************************************************************************/


#customer-form .form-group:nth-child(17) {
  display: block !important;
}

#authentication .form-control:focus, #authentication .input-group, #checkout .form-control:focus, #checkout .input-group,
#registration .form-control:focus, #registration .input-group, #checkout .form-control:focus, #checkout .input-group {
  outline: 1px solid #9999998c !important;
}

}
#authentication .form-control,
#registration .form-control {
  border: none !important;
}

#authentication .form-group:nth-child(19),
#registration .form-group:nth-child(19) {
  display: none !important;
}

#authentication .form-group:nth-child(17),
#registration .form-group:nth-child(17) {
  width: 100%;
  margin: 0 0 0 0;
}

#authentication .form-group:nth-child(17) > div:nth-child(2),
#registration .form-group:nth-child(17) > div:nth-child(2) {
  padding: 0 0 0 5px;
}

#authentication .form-group:nth-child(18),
#registration .form-group:nth-child(18) {
  margin: 0;
  width: 100%;
}

#authentication .form-group:nth-child(18) > label:nth-child(1),
#registration .form-group:nth-child(18) > label:nth-child(1) {
  display: none;
}

#authentication .form-group:nth-child(18) > div:nth-child(2),
#registration .form-group:nth-child(18) > div:nth-child(2) {
  padding: 0 0 0 5px;
}

#customer-form > section:nth-child(1) > p:nth-child(20) {
  margin-top: 15px;
}

body#checkout .condition-label {
  margin-left: 2.5rem;
  margin-top: 0;
}

.cgu_groupe:last-child {
  display: none;
}

ul.cgu_groupe:nth-child(13) {
  display: none;
}

ul.cgu_groupe:nth-child(12) {
  width: calc(50% - 10px);
  margin-top: 25px;
}

@media (max-width: 770px) {
  ul.cgu_groupe:nth-child(12) {
    width: calc(100% - 10px);
    margin-top: 15px;
  }
}

.alli-custom-checkbox {
  color: red;
  font-size: 0.875rem;
  line-height: 1.25em;
}


#identity #customer-form div.form-group:nth-child(16) {
  display: block !important;
}

#identity div.form-group:nth-child(18) {
  display: none;
}

#identity div.form-group:nth-child(17) {
  margin: 0;
}

#identity div.form-group:nth-child(16) {
  margin: 0;
  padding: 0 !important;
}

#identity div.form-group:nth-child(16) > div:nth-child(2) {
  padding: 0 0 0 15px;
}

#identity div.form-group:nth-child(15) > div:nth-child(2) {
  padding: 0 0 0 15px;
}

#identity div.form-group:nth-child(17) > div:nth-child(2) {
  padding: 0 0 0 15px;
}

@media (min-width: 760px) and (max-width: 1280px) {
  #identity div.form-group:nth-child(18) {
    display: none !important;
  }

  #identity div.form-group:nth-child(15) {
    margin-bottom: 0;
  }
}

#product .product-container .product-information .product-description {
  display: none !important;
}

#product .text-decoration-line-through:first-child {
  display: none;
}

#product .text-decoration-line-through {
  text-decoration: line-through;
  text-decoration-thickness: 3px; /* Épaisseur de la ligne */
  text-decoration-color: #e44e15;
  color: #7A7A7A;
  margin-right: 15px !important;
}

/* custom.css | http://localhost/alliantz_online_2024_11_05/themes/sebtheme/assets/css/custom.css */

#product .current-price.not-logged span[itemprop="price"] {
  font-weight: 700;
  line-height: 1.1;
  color: #575756;
}

#product .text-decoration-line-through {
  font-weight: 700;
}

#product .current-price.not-logged {
  margin: 10px 0 !important;
}

.tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
  margin-left: 5px;
  font-weight: 700;
  line-height: 1.1;
}

#product .text-decoration-line-through {
  display: flex;
  align-items: baseline;
}

#product .old-price.text-decoration-line-through p {
  font-size: 27px;
  font-weight: 700;
  margin-right: 0px;
}

#category #product-list-header {
  display: none;
}

#authentication .elementor-element-9bad392 .elementor-container {
  width: 100%;
}

.elementor-6020101 .elementor-element.elementor-element-0e6bb81 p, .elementor-6020101 .elementor-element.elementor-element-0e6bb81 a {
  text-align: center;
  margin: 0;
  padding: 10px 0 !important;
}
