

@font-face {
    font-family: 'DINPro-Regular';
    src: url("/webfonts/DINPro-Regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url("/webfonts/DINPro-Bold.otf") format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url("/webfonts/DINPro-Medium.otf") format('opentype');
    font-weight: normal;
    font-style: normal
}




body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.col-3 .col {
    float: left;
    width: 33%;
}

.col-3:after {
    display: block;
    content: '';
    clear: both;
}

.col-4 .col {
    float: left;
    width: 25%;
}

.col-4:after {
    display: block;
    content: '';
    clear: both;
}

.modal-video {
    margin: 0;
    opacity: 0;
    position: fixed;
    left: 50%;
    top: 20%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 24px;
}

.modal-video .video-container {
    position: relative;
}

.modal-video .video-container .close-modal {
    position: absolute;
    right: -60px;
    top: -60px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.video-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
}

.video-btn {
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
}

#MainBodyContent {
    width: 100%;
}

.wrap-header {
    background-color: #fff;
}

.landing_page p {
    font-family: 'DINPro-regular';
}

.landing_page h1,
.landing_page h2,
.landing_page h3 {
    font-family: 'DINPro-bold';
}

.sticky-container nav.sticky {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
}

.sticky-container nav.sticky button {
    display: inline-block;
    padding: 0 20px 0;
    font-size: 15px;
    background: transparent;
    border: none;
    color: #23282c;
    outline: none;
    font-family: 'DINPro-medium';
    cursor: pointer;
}

.sticky-container nav.sticky button:after {
    width: 0;
    display: block;
    content: '';
    margin: 10px auto 0 auto;
    height: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sticky-container nav.sticky button:hover {
    color: #eb322f;
}

.sticky-container nav.sticky button:hover:after {
    width: 100%;
    background: #eb322f;
}

.sticky-container .cta {
    color: white;
    outline: none;
    background-color: #eb322f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINPro-medium';
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color .6s ease;
    cursor: pointer;
    margin-left: 20px;
    vertical-align: top;
}

.sticky-container .cta:hover {
    background-color: #a30e14;
}

.landing_page [class^="iconmoon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing_page .iconmoon-highlight_off:before {
    content: "\e888";
}

.landing_page .modal {
    padding: 74px 97px 50px 97px;
    top: 120px;
    overflow: hidden;
    overflow-y: scroll;
    height: 80%;
}

.landing_page .modal img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 2%;
}

.landing_page .modal-video {
    /* top: 40% !important; */
    top: 25vh !important;
}

.landing_page .modal-video {
    background: transparent;
    box-shadow: none;
}

.landing_page .inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.landing_page h3,
.landing_page h5 {
    margin: 0;
}

.landing_page p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #585453;
}

.landing_page p span {}

/*
.landing_page .title {
    padding: 50px 0 45px 0;
}
*/

/*
.landing_page .title h2 {
    color: #eb322f;
    line-height: 1;
    font-size: 60px;
    text-align: center;
}
*/

/*
.landing_page .title h2 span {
    font-size: 45px;
    color: #3b3c4b;
    font-family: 'DINPro-bold';
}
*/

.landing_page .title h1,
.landing_page .title h2 {
    font-weight: normal;
    margin: 0;
}


.landing_page .has-bg {
    background-size: cover;
    background-position: center;
}

.landing_page section {
    position: relative;
}

.landing_page .section {
    padding: 50px 0;
    position: relative;
}


.inner a.cta.buy_online {
    color: white;
    outline: none;
    background-color: #eb322f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINPro-medium' !important;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color .6s ease;
    cursor: pointer;
}

.inner a.cta.buy_online:hover {
    background-color: #a30e14;
}

/** INTRO **/

#eco #intro {
    position: relative;
}

#eco #intro .inner {
    padding: 100px 0 30px 50%;
    text-align: center;
    position: relative;
    width: 100%;
}

#eco #intro .inner img {
    display: block;
    margin: 0 auto;
}

#eco #intro .inner .title {
    display: inline-block;
    position: relative;
    margin: 70px 0;
    /*    width: 450px;*/
}

#eco #intro .inner .title h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'DINPro-bold';
    font-weight: 900;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

#eco #intro .inner .title:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -20px;
    width: 99px;
    height: 25px;
    background-image: url('https://www.tefal.com/medias/g6-intro-bracket-left.png?context=bWFzdGVyfHJvb3R8MzAzOXxpbWFnZS9wbmd8aGNlL2hkNS8xMzkyMDM3MDcyMDc5OC5wbmd8OWQ1MmYyZjgwYmRiYzRhYjMxOTRiZmRhNDczOGEzNTZiMDhjN2Y4Y2ZjNzVjM2E4ZmI0ZjkzNGQ0NDM3ZGRlYQ');
}

#eco #intro .inner .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    right: -15px;
    width: 99px;
    height: 25px;
    background-image: url('https://www.tefal.com/medias/g6-intro-bracket-right.png?context=bWFzdGVyfHJvb3R8MzAwM3xpbWFnZS9wbmd8aGU1L2g5ZC8xMzkyMDM3MDgxOTEwMi5wbmd8NTljN2ViZGZkMDFkNjA1ODAwNGRmNDdjZjE4MGUxY2U4OWI1OGRlMjNjZjQ3Y2VjNDkwYWRkOTZlMmEzYTcxOA');
}

#eco #intro .inner a {
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}

#eco #intro .disclaimer {
    position: absolute;
    bottom: 20px;
    right: 2%;
    font-size: 8px;
    color: #fff;
    font-family: 'DINPro-regular';
}

/** NAV **/

.sticky-container a.cta {
    vertical-align: top;
}

/** SECTION 1 **/

#eco #section-1 {
    background-position: top center;
    text-align: center;
    padding-bottom: 10px;
}

#eco #section-1 .inner {
    width: 100%;
    max-width: 1600px;
}

#eco #section-1 .inner .title {
    margin-bottom: 80px;
}

#eco #section-1 .inner .title h2 {
    font-size: 40px;
    font-family: 'DINPro-bold';
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 20px #333;
}

#eco #section-1 .inner .col-3 {
    padding-bottom: 30px;
}

#eco #section-1 .inner .col-3 .col {
    text-align: center;
    padding: 0 5%;
}

#eco #section-1 .inner .col-3 .col img {
    margin: 0 auto 40px;
}

#eco #section-1 .inner .col-3 .col:last-of-type img {
    -webkit-filter: drop-shadow(0px 0px 10px #eb212e);
    filter: drop-shadow(0px 0px 10px #eb212e);
}

#eco #section-1 .inner .col-3 .col p {
    color: #3b3c4b;
    line-height: 1.2;
    font-size: 18px;
    font-family: 'DINPro-regular';
    margin: 20px auto;
    min-height: 84px;
}

#eco #section-1 .inner .col-3 .col h5 {
    font-size: 30px;
    font-family: 'DINPro-bold';
    line-height: 1.2;
    color: #3b3c4b;
    min-height: 72px;
}

#eco #section-1 .inner .col-3 .col a {
    color: #eb322f;
    text-decoration: underline;
    font-size: 15px;
    font-family: 'DINPro-bold';
}

#eco #section-1 p.disclaimer {
    color: #3b3c4b;
    font-size: 8px;
    text-align: center;
    font-family: 'DINPro-regular';
}

/** SECTION 2 **/

#eco #section-2 {
    background-position: top center;
    padding-bottom: 0;
}

#eco #section-2 .inner .block_text {
    position: relative;
}

#eco #section-2 .inner .text_top {
    left: 35%;
    margin-bottom: 5vw;
    display: inline-block;
}

#eco #section-2 .inner .text_top::before {
    content: url('https://www.tefal.com/medias/g6-section-4-target.png?context=bWFzdGVyfHJvb3R8MTA2MXxpbWFnZS9wbmd8aDExL2gzNi8xMzkyMDM3MjY4Njg3OC5wbmd8MzY5ZjYzOGU0YWJiMmYxNzkyZjQ1ZWFjMjYwNWMzNGEyODg3MGU5ZjAwZTAxZTEwNGFhMDY3MTFlYjIxZWMyYg');
    position: absolute;
    top: 260px;
    left: 180px;
}

#eco #section-2 .inner .text_top::after {
    content: url('https://www.tefal.com/medias/g6-section-4-arrow1.png?context=bWFzdGVyfHJvb3R8MTIzNnxpbWFnZS9wbmd8aDYxL2hiZi8xMzkyMDM3MTYwNTUzNC5wbmd8MmM5ZTc4NGU3ZTRiMWI4Y2U2ZGM4OTVlZTVhMDgwNGVlNTg2MDg0MTkwNmM2NzQ5NWJkNjdlZWI1NGEyMDRjZg');
    position: absolute;
    top: 130px;
    left: 200px;
}

#eco #section-2 .inner .text_bottom {
    left: 20%;
    bottom: 50px;
    display: inline-block;
}

#eco #section-2 .inner .text_bottom::before {
    content: url('https://www.tefal.com/medias/g6-section-4-target.png?context=bWFzdGVyfHJvb3R8MTA2MXxpbWFnZS9wbmd8aDExL2gzNi8xMzkyMDM3MjY4Njg3OC5wbmd8MzY5ZjYzOGU0YWJiMmYxNzkyZjQ1ZWFjMjYwNWMzNGEyODg3MGU5ZjAwZTAxZTEwNGFhMDY3MTFlYjIxZWMyYg');
    position: absolute;
    top: -60px;
    left: 320px;
}

#eco #section-2 .inner .text_bottom::after {
    content: url('https://www.tefal.com/medias/g6-section-4-arrow2.png?context=bWFzdGVyfHJvb3R8ODU4fGltYWdlL3BuZ3xoNjIvaDFjLzEzOTIwMzcxODY3Njc4LnBuZ3wyMzM1MWRjZmY4NmRlMzUwOGIxMDI3NDU1MTY1YTgzYzIwYjIzMTQyODA0NzE4NmMzZDQ5NTRhY2NhZGM3Nzcw');
    position: absolute;
    top: -35px;
    left: 265px;
}


#eco #section-2 .inner .block_text h5 {
    color: #3b3c4b;
    font-size: 20px;
    font-family: 'DINPro-bold';
    margin-bottom: 1.5%;
}

#eco #section-2 .inner .block_text p {
    color: #3b3c4b;
    font-family: 'DINPro-medium';
}

#eco #section-2 .inner .block_certification {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 60%;
    transform: translateY(-50%);
}

#eco #section-2 .inner .block_certification .text_certification {
    background: white;
    border-radius: 15px;
    padding: 15%;
    margin-top: 15%;
    position: relative;
}

#eco #section-2 .inner .block_certification .text_certification::before {
    content: url('https://www.tefal.com/medias/g6-section-4-check-flag.png?context=bWFzdGVyfHJvb3R8MTAxNXxpbWFnZS9wbmd8aGUzL2g2Zi8xMzkyMDM3MjM5MTk2Ni5wbmd8ZjcyMTAzY2RmMDAwNDA5NWMzZWZhNmIwODBlMGNkMjc3N2Q5MzMyNTc5MjRhNDQyMTE4N2VmZWQ1ZWY5MDEwNQ');
    position: absolute;
    top: -22.5%;
    left: 50%;
    transform: translateX(-50%);
}

#eco #section-2 .inner .block_certification .text_certification p {
    font-family: 'DINProCond-medium';
    font-size: 18px;
    line-height: 1.2;
}

#eco #section-2 .inner .block_img {
    text-align: center;
}

#eco #section-2 .inner .left-text {
    width: 380px;
    position: absolute;
    left: -140px;
    top: 0px;
}

#eco #section-2 .inner .left-text h3 {
    font-size: 65px;
    color: #eb212e;
    text-align: left;
    font-family: 'DINPro-bold';
    line-height: 1;
    margin-bottom: 30px;
}

#eco #section-2 .inner .left-text p {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 1.2;
    font-family: 'DINPro-regular';
}

#eco #section-2 .inner p.disclaimer {
    font-size: 8px;
    color: #3b3c4b;
    text-align: left;
    line-height: 1.6;
    font-family: 'DINPro-regular';
    width: 220px;
    position: absolute;
    bottom: 20px;
    left: -140px;
}
@media screen and (max-width: 1480px) {
  #eco #section-2 .inner .text_top {
        left: 45%;
		max-width: 75%
    }
	#eco #section-2 .inner .text_top::before {
content: url('https://www.tefal.com/medias/g6-section-4-target.png?context=bWFzdGVyfHJvb3…YWJiMmYxNzkyZjQ1ZWFjMjYwNWMzNGEyODg3MGU5ZjAwZTAxZTEwNGFhMDY3MTFlYjIxZWMyYg');
position: absolute;
top: 352px;
left: 150px;
}
	
#eco #section-2 .inner .text_top::before {
    content: url('https://www.tefal.com/medias/g6-section-4-target.png?context=bWFzdGVyfHJvb3R8MTA2MXxpbWFnZS9wbmd8aDExL2gzNi8xMzkyMDM3MjY4Njg3OC5wbmd8MzY5ZjYzOGU0YWJiMmYxNzkyZjQ1ZWFjMjYwNWMzNGEyODg3MGU5ZjAwZTAxZTEwNGFhMDY3MTFlYjIxZWMyYg');
    position: absolute;
    top: 370px;
    left: 150px;
}
		#eco #section-2 .inner .text_top::after {
    content: url(https://www.tefal.com/medias/g6-section-4-arrow1.png?context=bWFzdGVyfHJvb3R8MTIzNnxpbWFnZS9wbmd8aDYxL2hiZi8xMzkyMDM3MTYwNTUzNC5wbmd8MmM5ZTc4NGU3ZTRiMWI4Y2U2ZGM4OTVlZTVhMDgwNGVlNTg2MDg0MTkwNmM2NzQ5NWJkNjdlZWI1NGEyMDRjZg);
    position: absolute;
    top: 242px;
    left: 167px;
}

}

@media screen and (max-width: 1024px) {
    #eco #section-2 .inner .left-text {
        width: 330px;
        left: -20px;
    }
	#easy #section-2 .inner .text_top::after {
    content: url(https://www.tefal.com/medias/g6-section-4-arrow1.png?context=bWFzdGVyfHJvb3R8MTIzNnxpbWFnZS9wbmd8aDYxL2hiZi8xMzkyMDM3MTYwNTUzNC5wbmd8MmM5ZTc4NGU3ZTRiMWI4Y2U2ZGM4OTVlZTVhMDgwNGVlNTg2MDg0MTkwNmM2NzQ5NWJkNjdlZWI1NGEyMDRjZg);
    position: absolute;
    top: 240px;
    left: 200px;
}
	#easy #section-2 .inner .text_top::before {
    content: url(https://www.tefal.com/medias/g6-section-4-target.png?context=bWFzdGVyfHJvb3R8MTA2MXxpbWFnZS9wbmd8aDExL2gzNi8xMzkyMDM3MjY4Njg3OC5wbmd8MzY5ZjYzOGU0YWJiMmYxNzkyZjQ1ZWFjMjYwNWMzNGEyODg3MGU5ZjAwZTAxZTEwNGFhMDY3MTFlYjIxZWMyYg);
    position: absolute;
    top: 370px;
    left: 180px;
}
    #eco #section-2 .inner p.disclaimer {
        left: -20px;
    }

    #eco #section-2 .inner .text_top {
        left: 45%;
			max-width: 58%;
    }

    #eco #section-2 .inner .block_img {
        margin-left: 20%;
    }

    #eco #section-2 .inner .text_bottom {
        left: 30%;
    }

    #eco #section-2 .inner .block_certification {
        right: 0;
    }
	#eco #intro .inner .title:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 61px;
    width: 99px;
    height: 25px;
    background-image: url(https://www.tefal.com/medias/g6-intro-bracket-left.png?context=bWFzdGVyfHJvb3R8MzAzOXxpbWFnZS9wbmd8aGNlL2hkNS8xMzkyMDM3MDcyMDc5OC5wbmd8OWQ1MmYyZjgwYmRiYzRhYjMxOTRiZmRhNDczOGEzNTZiMDhjN2Y4Y2ZjNzVjM2E4ZmI0ZjkzNGQ0NDM3ZGRlYQ);
}
	#eco #intro .inner .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    right: 68px;
    width: 99px;
    height: 25px;
    background-image: url(https://www.tefal.com/medias/g6-intro-bracket-right.png?context=bWFzdGVyfHJvb3R8MzAwM3xpbWFnZS9wbmd8aGU1L2g5ZC8xMzkyMDM3MDgxOTEwMi5wbmd8NTljN2ViZGZkMDFkNjA1ODAwNGRmNDdjZjE4MGUxY2U4OWI1OGRlMjNjZjQ3Y2VjNDkwYWRkOTZlMmEzYTcxOA);
}
}


/** SECTION 3 **/

#eco #section-3 {
    padding-bottom: 0;
    background-position: top center;
}

#eco #section-3 .inner {
    width: 100%;
    text-align: center;
}

#eco #section-3 .inner .title {
    text-align: center;
    padding: 50px 0 100px;
}

#eco #section-3 .inner .title h2 {
    color: #fff;
    font-family: 'DINPro-bold';
    font-size: 38px;
    text-align: center;
}

#eco #section-3 .inner .title img {
    margin-top: 15px;
}

#eco #section-3 .inner .wrapper {
    width: 100%;
   
    position: relative;
    z-index: 10;
}

#eco #section-3 .inner .wrapper .item {
    display: inline-block;
    width: 328px;
    margin: 0 15px;
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 40px 30px;
    text-align: center;
}

#eco #section-3 .inner .wrapper .item .main {
    color: #ff001d;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'DINPro-bold';
    margin-bottom: 20px;
}

#eco #section-3 .inner .wrapper .item img {
    margin-bottom: 20px;
}

#eco #section-3 .inner .wrapper .item p {
    font-size: 15px;
    color: #3b3c4b;
    font-family: 'DINPro-regular';
    text-align: center;
    line-height: 1.2;
}

#eco #section-3 .inner .wrapper .item p:last-of-type {
    margin-bottom: 30px;
}

/** SECTION 4 **/

#eco #section-4 {
    padding-top: 100px;
    background: rgb(238, 238, 238);
    background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#eco #section-4 .inner {
    width: 100%;
    max-width: 1280px;
}

#eco #section-4 .inner .title {
    margin-bottom: 30px;
}

#eco #section-4 .inner .title h2 {
    color: #3b3c4b;
    font-size: 40px;
    font-family: 'DINPro-bold';
    margin-bottom: 30px;
    text-align: center;
}

#eco #section-4 .inner .title p {
    color: #3b3c4b;
    font-size: 20px;
    font-family: 'DINPro-regular';
    line-height: 1.2;
    text-align: center;
}

#eco #section-4 .inner .col-4 {}

#eco #section-4 .inner .col-4 .col {
    padding: 0 10px;
    text-align: center;
}

#eco #section-4 .inner .col-4 .col img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 20px;
}

#eco #section-4 .inner .col-4 .col p {
    color: #3b3c4b;
    font-size: 23px;
    font-family: 'DINPro-regular';
    line-height: 1.2;
    text-align: center;
}


/** SECTION 5 **/


#eco #section-5 .inner {
    padding: 60px 0 60px 50%;
    text-align: center;
    width: 100%;
}

#eco #section-5 .inner p {
    font-size: 26px;
    color: #fff;
    font-family: 'DINPro-regular';
}

#eco #section-5 .inner p span {
    font-size: 26px;
    color: #fff;
    font-family: 'DINPro-bold';
}

#eco #section-5 .inner>p:last-of-type {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1;
}

#eco #section-5 .inner .title {
    display: inline-block;
    position: relative;
    margin: 70px 0;
}

#eco #section-5 .inner .title:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -50px;
    width: 99px;
    height: 25px;
    background-image: url('https://www.tefal.com/medias/g6-intro-bracket-left.png?context=bWFzdGVyfHJvb3R8MzAzOXxpbWFnZS9wbmd8aGNlL2hkNS8xMzkyMDM3MDcyMDc5OC5wbmd8OWQ1MmYyZjgwYmRiYzRhYjMxOTRiZmRhNDczOGEzNTZiMDhjN2Y4Y2ZjNzVjM2E4ZmI0ZjkzNGQ0NDM3ZGRlYQ');
}

#eco #section-5 .inner .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 99px;
    height: 25px;
    background-image: url('https://www.tefal.com/medias/g6-intro-bracket-right.png?context=bWFzdGVyfHJvb3R8MzAwM3xpbWFnZS9wbmd8aGU1L2g5ZC8xMzkyMDM3MDgxOTEwMi5wbmd8NTljN2ViZGZkMDFkNjA1ODAwNGRmNDdjZjE4MGUxY2U4OWI1OGRlMjNjZjQ3Y2VjNDkwYWRkOTZlMmEzYTcxOA');
}

#eco #section-5 .inner .title h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'DINPro-bold';
    font-weight: 900;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

#eco #section-5 .inner .title h2 span {
    font-size: 48px;
    color: #fff;
    font-family: 'DINPro-bold';
    font-weight: 900;
}

/** SECTION 6 **/

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */ .container:after {
  clear: both
}
sup {
  position: relative
}
body {
  background-color: #fff
}
footer, header, nav, section {
  display: block
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
a:active, a:hover {
  outline: 0
}
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -.5em
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}
button, input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}
button {
  cursor: pointer;
  -webkit-appearance: button
}



#eco #intro .video {
color: white;
outline: none;
	position: absolute;
left: 5%;
top: 77%;
background-color: #868581;
text-decoration: none;
text-transform: uppercase;
font-family: 'DINPro-medium';
padding: 7px 10px;
border-radius: 6px 0;
font-size: 14px;
transition: background-color .6s ease;
cursor: pointer;
}


button {
  cursor: pointer
}
@media print {
  img {
    page-break-inside: avoid
  }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: .5cm
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333
}
a {
  color: #08c;
  text-decoration: none
}
a:focus, a:hover {
  color: #005580;
  text-decoration: underline
}
.container {
  width: 940px
}
.container:after, .container:before {
  display: table;
  line-height: 0;
  content: ""
}
.container {
  margin-right: auto;
  margin-left: auto
}
p {
  margin: 0 0 10px
}
li {
  line-height: 20px
}
h1, h2, h3, h5 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility
}
h1, h2, h3 {
  line-height: 40px
}
h1 {
  font-size: 38.5px
}
h2 {
  font-size: 31.5px
}
h3 {
  font-size: 24.5px
}
h5 {
  font-size: 14px
}
ul {
  padding: 0;
  margin: 0 0 10px 25px
}
button, input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
form {
  margin: 0 0 20px
}
button, input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}
input {
  width: 206px
}
input:-moz-placeholder {
  color: #999
}
input:-ms-input-placeholder {
  color: #999
}
input::-webkit-input-placeholder {
  color: #999
}
input {
  margin-left: 0
}
input:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b
}
input:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7
}
.close {
  font-weight: 700;
  line-height: 20px
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}
.close {
  float: right;
  font-size: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40)
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out
}
.modal.fade.in {
  top: 10%
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}
.modal-header .close {
  margin-top: 2px
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto
}
.pull-right {
  float: right
}
.hide {
  display: none
}
.title, h1, h2, h3, h5 {
  font-family: 'DINPro-medium';
  font-weight: 400
}
div, input, li, p, span, ul {
  font-family: 'DINPro-medium';
}


img[data-src] {
  max-width: 48px !important;
  max-height: 48px !important;
  display: block !important;
  margin: 0 auto !important
}
img[data-src] {
  max-width: 48px !important;
  max-height: 48px !important;
  display: block !important;
  margin: 0 auto !important
}
#ModalConnectorCommerce * {
  box-sizing: border-box
}
#ModalConnectorCommerce .modal-body {
  max-height: 720px;
  min-height: 250px
}
@media screen and (max-width: 720px) {
  #ModalConnectorCommerce .modal-body {
    max-height: 440px;
    padding: 5px
  }
}
/*# sourceMappingURL=entry.css.min-20.4.map */


img[data-src] {
  max-width: 48px !important;
  max-height: 48px !important;
  display: block !important;
  margin: 0 auto !important;
  border: 0 !important
}
a {
  color: #a3a3a3
}
a:hover {
  color: #a3a3a3
}
body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative
}
h1, h2, h3 {
  font-weight: lighter
}
a:hover {
  text-decoration: none;
  outline-offset: 0
}
a:active, a:focus {
  outline: 0;
  outline: 0;
  color: inherit
}
.close {
  -moz-opacity: 1;
  opacity: 1
}
.overlay {
  background: #6b6b6b none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: all .3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 124
}
.sticky-header {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 310
}
header:not([class*=pr-]) {
  background: #eeedf2;
  box-shadow: 0 0 6px #bbb;
  display: block;
  margin: 0 auto;
  height: 74px;
  padding: 0 11px;
  position: relative;
  transition: all .5s ease 0s;
  z-index: 30
}
.logo-tefal {
  left: 50%;
  margin: -18px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all .3s ease 0s;
  width: 160px
}
.logo-tefal img {
  transition: all .5s linear 0s;
  max-height: 50px
}
.head-entry {
  float: right;
  margin: 24px 6px 0 0;
  transition: all .25s ease 0s
}
.head-entry > ul {
  list-style: none
}
.head-entry > ul > li {
  float: left;
  padding: 0 11px 0 0;
  position: relative
}
.head-entry > ul > li:after {
  border-right: 1px solid #c4c4c4;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 1px;
  margin: 2px 0 0 5px
}
.sticky-header .container {
  width: 940px !important;
  position: unset !important
}
.footer1 {
 
background: #eeedf2;
padding-top: 26px;
padding-bottom: 18px;
color: #909090;
font-size: 17px;
position: relative;
z-index: 2;
}
.footer1 nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0
}
.footer1 nav a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #909090;
  text-decoration: none;
  margin-right: 13px;
  margin-bottom: 7px
}

.footer1 nav a:last-child {
  margin-right: 0
}
.footer-copyright {
  text-align: center;
  margin-top: 25px
}

.container1 {
width: 960px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.socials-block a svg {
display: block;
width: 35px;
height: 35px;
}
.reparability-excluded {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 70px
}
.modal-media {
  margin-left: -340px;
  width: 680px;
  border-radius: 16px 16px 0 16px
}
.modal-media .modal-header {
  border-bottom: 0 none
}
.modal-media .modal-body {
  max-height: 500px
}
.modal-media .modal-header .close {
  -moz-opacity: 1;
  opacity: 1
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome {
    width: 32.4%
  }
}
.skip {
  display: block;
  clear: both
}
.LoaderWait {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  color: #fff;
  z-index: 50000;
  text-align: center
}
.LoaderWait img {
  width: 100%;
  height: auto
}
.head-entry .exluded-reparability {
  display: inline-block
}
.head-entry .exluded-reparability .reparability-excluded {
  position: relative;
  right: auto;
  bottom: 0
}
.head-entry .exluded-reparability img {
  margin-top: -12px;
  width: 50px;
  transition: all .5s linear 0s
}
.wrap-header {
  padding-top: 0px
}

[id*=ModalMedia].transparent-modal {
  background: 0 0;
  box-shadow: none;
  border: none
}
[id*=ModalMedia].fade.transparent-modal {
  transform: scale(1);
  opacity: 1
}
[id*=ModalMedia].transparent-modal button.close {
  position: relative;
  right: 40px;
  top: 10px;
  z-index: 1;
  transform: scale(1);
  animation: transform .5s ease-out
}
[id*=ModalMedia].transparent-modal button.close:hover {
  transform: scale(1.1);
  animation: transform .5s ease-in
}

@media print{*{text-shadow:none!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:none;display:none}.close,.head-entry{display:none}.sticky-header,.wrap-header{position:static}.logo-tefal{left:50%;margin:-18px 0 0 -75px;position:absolute;text-align:center;top:50%;transition:all .3s ease 0s;width:160px}body{-webkit-print-color-adjust:exact}@page{margin:2cm}}


body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.col-3 .col {
    float: left;
    width: 33%;
}

.col-3:after {
    display: block;
    content: '';
    clear: both;
}

.col-4 .col {
    float: left;
    width: 25%;
}

.col-4:after {
    display: block;
    content: '';
    clear: both;
}

.modal-video {
    margin: 0;
    opacity: 0;
    position: fixed;
    left: 50%;
    top: 20%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 24px;
}

.modal-video .video-container {
    position: relative;
}

.modal-video .video-container .close-modal {
    position: absolute;
    right: -60px;
    top: -60px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.video-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
}

.video-btn {
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
}

#MainBodyContent {
    width: 100%;
}

.wrap-header {
    background-color: #fff;
}

.landing_page p {
    font-family: 'DINPro-regular';
}

.landing_page h1,
.landing_page h2,
.landing_page h3 {
    font-family: 'DINPro-bold';
}

.landing_page .sticky-container {
    /*    height: 45px;*/
   
    position: relative;
    background-color: #fff;
}

.landing_page .sticky-container nav.sticky {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
    background-color: #fff;
}

.landing_page .sticky-container nav.sticky button {
    display: inline-block;
    padding: 0 18px;
    font-size: 16px;
    background: transparent;
    text-transform: uppercase;
    border: none;
    /* text-transform: uppercase; */
    color: #3b3c4b;
    outline: none;
    font-family: 'DINPro-medium';
}

.landing_page .sticky-container nav.sticky button:after {
    width: 0;
    display: block;
    content: '';
    margin: 10px auto 0 auto;
    height: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.landing_page .sticky-container nav.sticky button:hover {
    color: #eb322f;
}

.landing_page .sticky-container nav.sticky button:hover:after {
    width: 100%;
    background: #eb322f;
}

/*
.landing_page .sticky-container nav.sticky a {
    background-color: #E11F1D;
    width: auto;
    text-transform: uppercase;
    vertical-align: text-bottom;
    padding: 10px 16px 6px !important;
    position: relative;
    top: 5px;
    color: #fff;
}
*/

.landing_page .sticky-container nav.sticky a:hover {
    background-color: #c01937;
    color: #fff;
}

.landing_page [class^="iconmoon-"] {
    font-size: 32px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing_page .iconmoon-highlight_off:before {
    content: "\e888";
}

.landing_page .modal {
    padding: 74px 97px 50px 97px;
    top: 120px;
    overflow: hidden;
    overflow-y: scroll;
    height: 80%;
}

.landing_page .modal img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 2%;
}

.landing_page .modal-video {
    /* top: 40% !important; */
    top: 25vh !important;
}

.landing_page .modal-video {
    background: transparent;
    box-shadow: none;
}

.landing_page .inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.landing_page h3,
.landing_page h5 {
    margin: 0;
}

.landing_page p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #585453;
}

.landing_page p span {}

/*
.landing_page .title {
    padding: 50px 0 45px 0;
}
*/

/*
.landing_page .title h2 {
    color: #eb322f;
    line-height: 1;
    font-size: 60px;
    text-align: center;
}
*/

/*
.landing_page .title h2 span {
    font-size: 45px;
    color: #3b3c4b;
    font-family: 'DINPro-bold';
}
*/

.landing_page .title h1,
.landing_page .title h2 {
    font-weight: normal;
    margin: 0;
}


.landing_page .has-bg {
    background-size: cover;
    background-position: center;
}

.landing_page section {
    position: relative;
}

.landing_page .section {
    padding: 50px 0;
    position: relative;
}

.sticky-container nav.sticky {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
}

.sticky-container nav.sticky button {
    display: inline-block;
    padding: 0 16px 0;
    font-size: 15px;
    background: transparent;
    border: none;
    color: #23282c;
    outline: none;
    font-family: 'DINPro-medium';
    cursor: pointer;
}

.sticky-container nav.sticky button:after {
    width: 0;
    display: block;
    content: '';
    margin: 10px auto 0 auto;
    height: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sticky-container nav.sticky button:hover {
    color: #eb322f;
}

.sticky-container nav.sticky button:hover:after {
    width: 100%;
    background: #eb322f;
}

.sticky-container .cta {
    color: white;
    outline: none;
    background-color: #eb322f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINPro-medium';
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color .6s ease;
    cursor: pointer;
    vertical-align: top;
}

.sticky-container .cta:hover {
    background-color: #a30e14;
}

.cta span.icon {
    background: url(/assets/img/ar.png) no-repeat;
    width: 23px;
    height: 26px;
    margin-left: 6px;
}

#eco #intro .inner a {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    align-items: center;
}


.inner a.cta.buy_online {
    color: white;
    outline: none;
    background-color: #eb322f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINPro-medium';
    padding: 5px 10px;
    border-radius: 5px 0px;
    font-size: 14px;
    transition: background-color .6s ease;
    cursor: pointer;
}

.inner a.cta.buy_online:hover {
    background-color: #a30e14;
}


.modal1__stores.stores {
position: static;
visibility: visible;
opacity: 1;
margin: 0;
width: 100%;
box-shadow: none;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.stores {
position: absolute;
bottom: 0;
left: 5%;
width: 90%;
min-height: 100%;
padding: 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: rgba(255, 255, 255, .95);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-box-shadow: 17.143px 10.301px 20px 0 rgba(21, 21, 21, .07);
box-shadow: 17.143px 10.301px 20px 0 rgba(21, 21, 21, .07);
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
z-index: 5;
}

ul > li {
list-style-type: none;
}




.modal1__inner {
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: center;
padding-bottom: 40px;
}

.modal1__content {
background: #fff;
padding: 20px;
border-radius: 10px;
}
.modal1__stores.stores .stores__item {
margin: 10px 15px;
}

.modal1 {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .9);
width: 100%;
height: 100vh;
opacity: 0;
visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
overflow: auto;
}
