/********************
	Part - before-footer
********************/
.before-footer {
    background : white;
}



/********************
	Part - main-footer
********************/
#footer{
  background: var(--color-secondary)
}
.footer-container {
    overflow : hidden;
    margin   : 0;
    padding  : 0;
}

* + .footer-container .footer {
    border-top : 1px solid #ACACAC;
}

.footer-container .footer {
    display   : flex;
    padding   : 115px 0 115px;
    justify-content: space-between;
}


.links .collapse {
    display : inherit
}

.footer-container li {
    margin-bottom : 15px
}

.footer-container li, .footer-container li a {
    color     : var(--footer-links-color);
    font-size : 13px;
    font-weight: 300;
}

.footer-container li a:hover {
    color : var(--link-color-on-hover);
    cursor    : pointer;
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
    font-weight : 700;
    font-size   : 1rem
}

.footer-container .links .hidden-mobile{
  display: flex;
}

.footer-container .links .hidden-desktop{
  display: none;
}

.links__title{
  font-size: 16px;
  font-weight: 500;
  color: var(--footer-links-color);
  margin-bottom: 30px;
}

.title__toggler .collapse-icon{
  color: white;
}

.links .title-accordeon.active .title__toggler{
  transform: rotate(180deg);
}


/********************
	Part - account-list
********************/
#block_myaccount_infos .myaccount-title a {
    color : var(--color-black-default)
}

.account-list a {
    color : var(--color-grey-font-default)
}

.account-list a:hover {
    color : #2fb5d2
}

/********************
	Part - copyright
********************/
.footer-copyright {
    text-align : center;
}


.reassurances{
  padding: 85px 0 150px;
  background: var(--color-grey-default)
}

.reassurances__head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reassurances__title{
  font-size: 25px;
  font-weight: 500;
  color: var(--color-secondary);
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.3;
}

.reassurances__list{
  margin-top: 50px;
}

.reassurances__list ul{
  display: flex;
  justify-content: center;
}

.reassurances__list ul li{
  flex-grow: 1;
  background: #FFFFFF;
  padding: 30px 15px;
  border-radius: 5px;
  min-height: 310px;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.reassurances__list ul li:not(:last-child){
  margin-right: 15px;
}

.block-reassurance-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.block-reassurance-item__icon{
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-reassurance-item__image{
  max-height: 100%;
}

.block-reassurance-item__title{
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-bottom: 15px;
  text-align: center;
}

.block-reassurance-item__subtitle{
  font-size: 13px;
  color: var(--color-grey-font-default);
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.block-reassurance-item__link{
  padding: 12px 40px;
  margin-top: auto;
}

@media (max-width: 1199px){
  .block-reassurance-item__link{
    padding: 12px 25px;
  }
  .reassurances{
    padding: 65px 0 100px;
  }
}

@media (max-width: 1023px){
  .reassurances__list ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .reassurances__list ul li:not(:last-child){
    margin-right: 0;
  }
  .reassurances__list ul li{
    max-width: 100%;
  }
  .reassurances{
    padding: 55px 0 65px;
  }
}

@media (max-width: 767px){
  .reassurances__list ul{
    grid-gap: 15px 10px;
  }
}

@media (max-width: 449px){
  .reassurances__list ul{
    grid-template-columns: 1fr;
  }
}

.footer__left{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__left .footer_logo > *{
  height: auto;
}

.footer__left .footer_logo > *, .footer__left{
  width: 230px;
}

.footer__left .footer_logo{
  margin-bottom: 15px;
}

.footer__baseline{
  color: var(--footer-subline-and-social-color);
  font-size: 15px;
  text-align: center;
}

.block-social ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.block-social ul .social__item:not(:last-child){
  margin-right: 30px;
}
