.mb40{
    margin-bottom: 40px;
}
.chanteclair .center img{
    width: 80px;
}
.chanteclair{
    background-color: #023f3c;
    background-image: url('../images/campanii/chanteclair/bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 40px ;
    margin-bottom: 30px;
}
.chanteclair .head{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.chanteclair .head .left{
    width: 50%;
    height: 42px;
    background-color: #9b1f37;
    text-align: right;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.chanteclair .head .left .text{
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
text-align: left;
width: calc(100% - 60px);
/* width: 100%; */
}
.chanteclair .head .right{
    width: 50%;
    height: 42px;
    background-color: #0c369a;
    text-align: left;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.chanteclair .head .right .text{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    width: calc(100% - 80px);
    /* float: right; */
    }
.chanteclair .head .center{
   position: absolute;
   top:-20px;
   left: 50%;
   margin-left: -40px;
}
.chanteclair .sub-head{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.4em;
}

.chanteclair .inner{
    margin:0 auto 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chanteclair .inner .item{
   width: 100%;
   position: relative;
   margin-bottom: 30px;
}

.chanteclair .inner .item .photo{
    margin-bottom: 15px;
 }
 .chanteclair .inner .item .photo img{
    width: 100%;
 }
 .chanteclair .inner .item .title{
   font-size: 25px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #fff;
   margin-bottom: 15px;
 }
 .chanteclair .inner .item .text{
    font-size: 16px;
    font-weight: 400;
    color: #646060;
  }
  .full-link {
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
}
.chanteclair .footer{
    width: auto;
    height: auto;

    background-size: 100%;
    border: 0;
    margin-top: 0px;
    max-width: none;
    padding: 0;
}

.chanteclair .footer img{
   width: 100%;
}
.chanteclair{
    position: relative;
}

.link_chanteclair{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.chanteclair .box{
    background-color: #fff;
    color: #023f3c;
    text-align: center;
    padding: 30px;
    line-height: 1.7em;
}
.chanteclair .bulina {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #023f3c;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 0;
    margin-bottom: 15px;
  }
  .chanteclair .text {
    display: flex;
    flex-direction: column;
  }
  .chanteclair .text .first {
    font-size: 18px;
    color: #023f3c;
    text-align: center;
    margin-bottom: 7px;
  }

  .chanteclair .text .second {
    font-size: 35px;
    color: #023f3c;
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 15px;
  }


  .chanteclair .text .third {
    font-size: 18px;
    color: #023f3c;
    text-align: center;
  }
  .chanteclair .pr{
    margin-bottom: 30px;
  }
  .chanteclair .pr:last-child{
    margin-bottom: 0px;
  }
  .chanteclair  .number {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #023f3c;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0 auto 0;
    margin-bottom: 15px;
    padding-top: 2px;

  }
  .chanteclair  .pass {
    font-size: 19px;
    color: #023f3c;
  }
  .chanteclair  .pas {
   margin-bottom: 15px;
  }
  .chanteclair .cta {
    background-color: #f3011b;
    color: #fff;
    font-size: 18px;
    font-family: "Quicksand";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    margin: 0px auto 10px;
    position: relative;
    z-index: 999;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 999999;
  }
  .chanteclair .footer img{
    margin-bottom: -10px;
  }