.mb40{
    margin-bottom: 40px;
}
.chanteclair{
    background-color: #023f3c;
    background-image: url('../img/campanii/chanteclair/bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    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 80px;
    display: flex;
    align-items: center;
}
.chanteclair .head .left .text{
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
text-align: right;
width: 100%;
}
.chanteclair .head .right{
    width: 50%;
    height: 42px;
    background-color: #0c369a;
    text-align: left;
    padding: 0 80px;
    display: flex;
    align-items: center;
}
.chanteclair .head .right .text{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    }
.chanteclair .head .center{
   position: absolute;
   top:-40px;
   left: 50%;
   margin-left: -60px;
}
.chanteclair .sub-head{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
    font-family: "timpurinoi", serif;
}

.chanteclair .inner{
    margin:0 auto 0;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.chanteclair  .leftt{
    position: absolute;
    top: 220px;
    z-index: 99;
}


.chanteclair  .rightt{
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 99;
}
.chanteclair .inner .item{
   width: calc(50% - 15px);
   position: relative;
   background-color: #fff;
}




.chanteclair .inner .item .photo{
    margin-bottom: 15px;
 }
 .chanteclair .inner .item .photo img{
    width: 100%;
 }
 .chanteclair .inner .item .title{
  
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #fff;
   position: relative;
   z-index: 99;
   background-color: #023f3c;
    padding: 10px 0px;
    position: relative; 
    z-index: 1;
 }
 .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:100%;
    /* height: 380px; */
    /* background-image: url(../img/footer.png); */
    background-size: 100%;
    border: 0;
    background-repeat: no-repeat;
    margin-top: -100px;
    background-position: bottom left;
}
.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;
    height: auto;
    text-align: center;
    padding: 30px
}
.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;
  }

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


  .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: 20px auto 15px;
    position: relative;
    z-index: 999;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 999999;
  }
  @media screen and (max-width: 1100px) {
    .chanteclair .inner {
  
      padding: 0 50px;
  }}
  @media screen and (max-width: 900px) {
    .chanteclair .inner {
  
      padding: 0 130px;
      flex-wrap: wrap;
  }
  .chanteclair .inner .item {
    width: 100%;
    margin-bottom: 20px;

}

}
@media screen and (max-width: 768px) {
  .chanteclair .inner {

    padding: 0 90px;
    flex-wrap: wrap;
}
.chanteclair .footer {
 
  margin-top: -60px;

}
.chanteclair .leftt {
  display: none;
}
.chanteclair .rightt {
  display: none;
}
}
@media screen and (max-width: 600px) {
  .chanteclair .inner {

    padding: 0 60px;
    flex-wrap: wrap;
}
.chanteclair .footer {
 
  margin-top: -30px;

}
}
@media screen and (max-width: 500px) {
  .chanteclair .inner {

    padding: 0 20px;
    flex-wrap: wrap;
}
.chanteclair .footer {
 
  margin-top: 0px;

}
}
@media screen and (max-width: 800px) {
  .chanteclair .head .left {

    height: 62px;
 
}
.chanteclair .head .right{

  height: 62px;

}
.chanteclair .head .right .text {
  width: 100px;
}
.chanteclair .head .left .text {
  width: 170px;
}
.chanteclair .head .center {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -50px;
}
.chanteclair .head .center img{
  width: 100px;
}
.chanteclair {

  background-position: center 60px;
}
}
@media screen and (max-width: 600px) {
  .chanteclair .head .center {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -40px;
  }
  .chanteclair .head .center img{
    width: 80px;
  }
  .chanteclair .head .left {

    padding: 0 20px;

}
.chanteclair .head .left .text{

  text-align: left;


}
.chanteclair .head .right {

  padding: 0 20px;
  text-align: right;
 display: flex;

}
.chanteclair .head .right .text {
  width: 81px;
  margin-left: auto;
  text-align: right;
}
.chanteclair .sub-head {

  font-size: 25px;

}
}
