/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*
font-family: 'EB Garamond', serif;
font-family: 'Roboto', serif;
red color : hsl(352,84%,44%);
*/
.spip-admin-bloc, .spip-admin-float {
    left: 0;
}
#dupontCorian * {
    box-sizing: border-box;
}

body {
    color: hsl(0, 0%, 35%);
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.85rem;
    letter-spacing: 0.02rem;
    background-color: #EBEBEB;
    font-weight: 400;
}

#dupontCorian canvas {
    width: 100%;
    height: auto;
}

#dupontCorian iframe {
    width: 100%;
}

#dupontCorian .fadeInLeft,
#dupontCorian .fadeInRight,
#dupontCorian .fadeInTop,
#dupontCorian .fadeInBottom,
#dupontCorian .fadeInListTop,
#dupontCorian .fadeInListBottom,
#dupontCorian .fadeInListLeft>*,
#dupontCorian .fadeInListRight>*,
#dupontCorian .fadeInListTop>*,
#dupontCorian .fadeInListBottom>* {
    opacity: 0;
}

#dupontCorian .fadeInTop,
#dupontCorian .fadeInListTop>* {
    transform: translateY(-5rem);
}

#dupontCorian .fadeInBottom,
#dupontCorian .fadeInListBottom>* {
    transform: translateY(5rem);
}

#dupontCorian .fadeInLeft,
#dupontCorian .fadeInListLeft>* {
    transform: translateX(-5rem);
}

#dupontCorian .fadeInRight,
#dupontCorian .fadeInListRight>* {
    transform: translateX(5rem);
}
#dupontCorian span[data-trad *='*'],
#dupontCorian div[data-trad *='*'],
#dupontCorian p[data-trad *='*'] {
    display: none !important;
}

#dupontCorian .red {
    color: hsl(352, 84%, 44%);
}

#dupontCorian sup,
#dupontCorian sup.tm {
    font-size: 50%;
    top: -.5rem;
}

#dupontCorian h2 sup {
    font-size: 2vw!important;
    top: -1.5rem !important;
}

#dupontCorian h2 sup.tm {
    font-size: 40% !important;
    top: -1.1rem !important;
}

#dupontCorian .title sup {
    top: -.8rem;
}

#dupontCorian .title {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

#dupontCorian .subtitle {
    font-size: 1.2em;
    line-height: 1.4rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: hsl(0, 0%, 55%);
}

#dupontCorian .text {
    line-height: 1.4rem;
}
#dupontCorian .text img {
    height: auto!important;
}
#dupontCorian .text p a:not(.red-button) {
    color: hsl(352, 84%, 44%) !important;
    text-decoration: underline !important;
}
#dupontCorian .text p a:hover {
    text-decoration: none !important;
}

#dupontCorian .credit {
    position: absolute;
    z-index: 5;
    right: 17px;
    color: hsla(0, 0%, 0%, .8);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 0px;
    font-size: .7rem;
    letter-spacing: 0.03rem;
    background-color: rgba(255, 255, 255, .15);
    padding: .5rem;
}

#dupontCorian p {
    margin: 0;
}

#dupontCorian .text p {
    margin-bottom: 1rem;
}

#dupontCorian a {
    outline: none;
    text-decoration: none;
    color: hsl(0, 0%, 40%);
    text-decoration: none;
    position: relative;
}

#dupontCorian article a {
    text-decoration: underline;
    color: hsl(352, 84%, 44%);
}

#dupontCorian a:hover {
    text-decoration: none;
}

#dupontCorian a.red-button {
    display: inline-block;
    padding: 0.5rem;
    padding-right: 1.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: hsl(0, 0%, 100%);
    background-color: hsl(352, 84%, 44%);
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    text-decoration: none;
}

#dupontCorian a.red-button+a.red-button {
    margin-left: 1rem;
}

#dupontCorian a.red-button:after {
    content: '';
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-weight: 300;
}

#dupontCorian a.red-button.go:after {
    content: '>';
}

#dupontCorian a.red-button.close:after {
    content: 'x';
}

#dupontCorian a.red-button:hover {
    padding-left: 1rem;
    padding-right: 2rem;
    background-color: hsl(352, 70%, 60%);
}

#dupontCorian .nav-after-scroll {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 9999;
    width: 5%;
}

#dupontCorian .nav-after-scroll_child {
    position: fixed;
    top:80px;
}

#dupontCorian .nav-after-scroll_child>div {
    width: 45px;
    height: 45px;
    background-color: hsl(352, 84%, 44%);
    margin-bottom: .2rem;
    position: relative;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(50px);
}

#dupontCorian .nav-after-scroll_child span {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 44px;
    background-color: hsl(352, 84%, 44%);
    color: #fff;
    text-align: right;
    line-height: 45px;
    padding:0 .7rem;
    font-size: .75rem;
    display: none;
}
#dupontCorian .nav-after-scroll_child>div:hover span{
    display: block;
}
#dupontCorian .nav-after-scroll_child>div>a {
    display: block;
    text-align: center;
    padding: 1rem;
}
/*IE 10-11*/
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child>div>a {
    padding: 0rem;
}

#dupontCorian .nav-after-scroll_child span>a {
    display: inline-block;
    text-align: center;
    padding: .2rem;
    padding-left: 0.8rem;
}
/*IE 10-11*/
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child span>a {
    display: inline-block;
    text-align: center;
}
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child span>a>img {
    max-width: 15px !important;
    height: 100%;
}
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child span>a>img.fb {
    max-width: 10px !important;
}

#dupontCorian .nav-after-scroll_child span>a:hover img {
    opacity: .5
}

#dupontCorian .nav-after-scroll_child>div:hover {
    background-color: hsl(352, 84%, 35%);
}

#dupontCorian .nav-after-scroll_child>div:hover>a {
    transform: scale(0.8);
    opacity: 0.8;
}



#dupontCorian .nav-after-scroll_child img {
    max-width: 27px;
}
/*IE 10-11*/
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child img {
    max-width: 22px;
    height: 100%;
}
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child img.color-icon {
    max-width: 28px;
}
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child img.map-icon {
    max-width: 19px;
}
html.no-backgroundblendmode #dupontCorian .nav-after-scroll_child img.download-icon {
    max-width: 25px;
}


#dupontCorian .breadcrumb {
    padding: 4rem 0;
    font-size: .75rem;
    position: relative;
    z-index: 5;
    background-color: #fff;
}

#dupontCorian .breadcrumb span {
    padding: 0 .6rem;
    display: inline-block;
}

#dupontCorian .breadcrumb a:hover,
#dupontCorian .breadcrumb strong.on {
    color: hsl(352, 84%, 44%);
}

#dupontCorian .header-top_quicknav {
    height: 40px;
}

#dupontCorian .header-top_quicknav a.arrow.grey:hover {
    text-decoration: underline;
}

#dupontCorian .header-top_quicknav a.arrow.grey:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 6px;
    background-image: url(../img/common/link-grey-arrow-right.png);
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
    left: -5px;
}

#dupontCorian .legend {
    font-size: .7rem;
    padding: .5rem 0px;
    color: hsl(0, 0%, 60%);
    line-height: 1.4;
}

#dupontCorian #dupontCorian img {
    border: none
}

#dupontCorian .pad0 {
    padding: 0!important;
}

#dupontCorian .pad1 {
    padding: 1rem;
}

#dupontCorian .pad1-l {
    padding-left: 1rem;
}

#dupontCorian .pad1-r {
    padding-right: 1rem;
}

#dupontCorian .pad2 {
    padding: 2rem;
}

#dupontCorian .pad2-l {
    padding-left: 2rem;
}

#dupontCorian .pad2-r {
    padding-right: 2rem;
}

#dupontCorian .pad3 {
    padding: 3rem;
}

#dupontCorian .pad3-l {
    padding-left: 3rem;
}

#dupontCorian .pad3-r {
    padding-right: 3rem;
}

#dupontCorian .pad5 {
    padding: 5rem;
}

#dupontCorian .pad5-l {
    padding-left: 5rem;
}

#dupontCorian .pad5-r {
    padding-right: 5rem;
}

#dupontCorian .pad10 {
    padding: 10rem;
}

#dupontCorian .pad10-l {
    padding-left: 10rem;
}

#dupontCorian .pad10-r {
    padding-right: 10rem;
}

@media (max-width: 1500px) {
    #dupontCorian .pad5 {
        padding: calc(5rem / 2) !important;
    }
    #dupontCorian .pad5-l {
        padding-left: calc(5rem / 2) !important;
    }
    #dupontCorian .pad5-r {
        padding-right: calc(5rem / 2) !important;
    }
    #dupontCorian .pad10 {
        padding: calc(10rem / 2) !important;
    }
    #dupontCorian .pad10-l {
        padding-left: calc(10rem / 2) !important;
    }
    #dupontCorian .pad10-r {
        padding-right: calc(10rem / 2) !important;
    }
}

@media (max-width: 1200px) {
    #dupontCorian .pad5 {
        padding: calc(5rem / 4) !important;
    }
    #dupontCorian .pad5-l {
        padding-left: calc(5rem / 4) !important;
    }
    #dupontCorian .pad5-r {
        padding-right: calc(5rem / 4) !important;
    }
    #dupontCorian .pad10 {
        padding: calc(10rem / 8) !important;
    }
    #dupontCorian .pad10-l {
        padding-left: calc(10rem / 8) !important;
    }
    #dupontCorian .pad10-r {
        padding-right: calc(10rem / 8) !important;
    }
}

#dupontCorian .ease {
    transition: all 800ms ease;
}

#dupontCorian .ease1500,
.ease1500 {
    transition-duration: 1500ms!important;
}

#dupontCorian .flex {
 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#dupontCorian .flex.jc-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#dupontCorian .flex.jc-c {
    -ms-flex-pack: center;
    justify-content: center;
}

#dupontCorian .flex.jc-r {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#dupontCorian .flex.jc-sb {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#dupontCorian .flex.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#dupontCorian .flex.column {
    -ms-flex-direction: column;
    flex-direction: column;
}

#dupontCorian .flex.align-c {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

#dupontCorian .flex.grow>div {
    -ms-flex: 1;
    flex: 1;
}

#dupontCorian .left {
    text-align: left;
}

#dupontCorian .center {
    text-align: center;
}

#dupontCorian .right {
    text-align: right;
}

#dupontCorian.center1140px {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#dupontCorian.center2200px,
.center2200px {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

#dupontCorian .carousel-section {
    background-image: url(../img/section/carousel-temp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    margin: 10rem 0px;
}

#dupontCorian .carousel {
    max-width: 50%
}

#dupontCorian .carousel>div {
    max-width: 90%;
    margin: 0 auto;
}

#dupontCorian .carousel .slick-dots {
    position: static;
    margin-top: 1rem;
}

#dupontCorian .carousel .carousel_picture {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: .6rem solid hsl(352, 84%, 44%);
}

#dupontCorian .carousel .carousel_picture img {
    width: 100%;
    height: auto;
}

#dupontCorian .carousel .carousel_title {
    font-size: 1.1rem;
    margin: 1rem 0px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

#dupontCorian .carousel .carousel_title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: hsl(352, 84%, 44%);
    transition: all 600ms ease;
}

#dupontCorian .carousel a:hover .carousel_title:before {
    width: 100%;
    left: 0;
}

#dupontCorian .carousel a {
    display: block;
}

#dupontCorian .carousel a:hover .carousel_title {
    color: hsl(352, 84%, 44%)
}

#dupontCorian .carousel .carousel_description {
    font-size: .8rem;
    text-align: left;
    padding: 0 3rem;
    margin: 1rem 0px;
}

#dupontCorian .header-carousel-like {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 5;
    color: #fff;
    text-align: center;
}

#dupontCorian .header-carousel-like:before {
    content: '';
    display: block;
    width: 35rem;
    height: 15rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    -webkit-filter: blur(80px);
    filter: blur(80px);
}
/*IE 10-11*/
html.no-backgroundblendmode #dupontCorian .header-carousel-like:before {
   display: none;
}
html.no-backgroundblendmode #dupontCorian .header-carousel-like h2 {
  text-shadow: 2px 2px 5px hsla(0, 0%, 0%, .4)
}

#dupontCorian .header-carousel-like h2 {
    font-family: 'EB Garamond', serif;
    font-size: 5rem;
    line-height: 4rem;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 2rem;
    display: inline-block;
    /* width: 60vw; */
}

#dupontCorian .header-carousel-like h2:before {
    left: -2rem;
}

#dupontCorian .header-carousel-like h2:after {
    right: -2rem;
}

#dupontCorian .header-carousel-like h2:after,
#dupontCorian .header-carousel-like h2:before {
    content: '';
    display: block;
    width: 3rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 55%;
}

#dupontCorian .header-section-small-like {
    height: 25rem !important;
    background-position: center!important;
    overflow: hidden;
    border-bottom: 6px solid hsl(352, 84%, 44%);
    background-color: hsl(0, 0%, 95%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


/*RESPONSIVE TABLETS*/

@media (max-width: 1366px) {

    body {
        overflow-x: hidden;
    }
    #dupontCorian .responsive-pad0 {
        padding: 0!important;
    }
    #dupontCorian .responsive-pad1 {
        padding: 1rem;
    }
    #dupontCorian .responsive-pad1-l {
        padding-left: 1rem;
    }
    #dupontCorian .responsive-pad1-r {
        padding-right: 1rem;
    }
    #dupontCorian .responsive-pad2 {
        padding: 2rem;
    }
    #dupontCorian .responsive-pad2-l {
        padding-left: 2rem;
    }
    #dupontCorian .responsive-pad2-r {
        padding-right: 2rem;
    }
    #dupontCorian .responsive-pad3 {
        padding: 3rem;
    }
    #dupontCorian .responsive-pad3-l {
        padding-left: 3rem;
    }
    #dupontCorian .responsive-pad3-r {
        padding-right: 3rem;
    }
    #dupontCorian .responsive-pad5 {
        padding: 5rem;
    }
    #dupontCorian .responsive-pad5-l {
        padding-left: 5rem;
    }
    #dupontCorian .responsive-pad5-r {
        padding-right: 5rem;
    }
    #dupontCorian .responsive-pad10 {
        padding: 10rem;
    }
    #dupontCorian .responsive-pad10-l {
        padding-left: 10rem;
    }
    #dupontCorian .responsive-pad10-r {
        padding-right: 10rem;
    }
    #dupontCorian .header-carousel-like {
        width: 85%;
    }
    #dupontCorian .header-section-small-like {
        height: 18rem !important;
    }
    #dupontCorian .header-carousel-like h2 {
        font-size: 4rem;
    }
    #dupontCorian .fadeInLeft,
    #dupontCorian .fadeInRight,
    #dupontCorian .fadeInTop,
    #dupontCorian .fadeInBottom,
    #dupontCorian .fadeInListTop,
    #dupontCorian .fadeInListBottom,
    #dupontCorian .fadeInListLeft>*,
    #dupontCorian .fadeInListRight>*,
    #dupontCorian .fadeInListTop>*,
    #dupontCorian .fadeInListBottom>* {
        opacity: 1;
    }
    #dupontCorian .fadeInTop,
    #dupontCorian .fadeInListTop>* {
        transform: none;
    }
    #dupontCorian .fadeInBottom,
    #dupontCorian .fadeInListBottom>* {
        transform: none;
    }
    #dupontCorian .fadeInLeft,
    #dupontCorian .fadeInListLeft>* {
        transform: none;
    }
    #dupontCorian .fadeInRight,
    #dupontCorian .fadeInListRight>* {
        transform: none;
    }
    #dupontCorian .header-carousel-like:before {
        display: none;
    }
}
@media (max-width: 1024px) {
    *,
    *:after,
    *:before {
        -webkit-filter: none !important;
        filter: none !important;
    }
    #dupontCorian td {
        display: block;
    }
}
@media (max-width: 1024px) and (orientation: portrait) {
    #dupontCorian .carousel .carousel_description {
        padding: 0;
    }
}

@media (max-width: 736px) {
    #dupontCorian video {
        width: 100% !important;
        height: auto !important;
    }
    #dupontCorian .breadcrumb {
        padding: 2rem 0px;
    }
    #dupontCorian a.red-button {
        font-size: 0.7rem;
    }
    #dupontCorian .responsive-pad2 {
        padding: calc(2rem / 3) !important;
    }
    #dupontCorian .responsive-pad2-l {
        padding-left: calc(2rem / 3) !important;
    }
    #dupontCorian .responsive-pad2-r {
        padding-right: calc(2rem / 3) !important;
    }
    #dupontCorian .responsive-pad5 {
        padding: calc(5rem / 3) !important;
    }
    #dupontCorian .responsive-pad5-l {
        padding-left: calc(5rem / 3) !important;
    }
    #dupontCorian .responsive-pad5-r {
        padding-right: calc(5rem / 3) !important;
    }
    #dupontCorian .responsive-pad10 {
        padding: calc(10rem / 3) !important;
    }
    #dupontCorian .responsive-pad10-l {
        padding-left: calc(10rem / 3) !important;
    }
    #dupontCorian .responsive-pad10-r {
        padding-right: calc(10rem / 3) !important;
    }
    #dupontCorian .carousel {
        max-width: 100%;
        margin: 2rem 0px;
    }
    #dupontCorian .carousel>div {
        max-width: 100%
    }
    #dupontCorian .header-section-small-like {
        height: 10rem !important;
    }
    #dupontCorian .header-carousel-like h2 {
        font-size: 2.6rem;
        line-height: .9;
        padding: 0 1rem;
        margin: 0;
        text-shadow: 2px 2px 2px hsla(0, 0%, 0%, .4)
    }
    #dupontCorian .header-carousel-like h2:after,
    #dupontCorian .header-carousel-like h2:before {
        width: 1rem;
    }
    #dupontCorian .header-carousel-like h2:before {
        left: 3%;
    }
    #dupontCorian .header-carousel-like h2:after {
        right: 3%;
    }
    #dupontCorian .nav-after-scroll {
        right: initial;
        top: 75vh;
        left: 5vw;
        visibility: hidden;
        opacity: 0;
    }
    #dupontCorian .nav-after-scroll_child>div {
        opacity: 1;
        transform: translateX(0);
        width: 55px;
        height: 55px;
    }
    #dupontCorian .nav-after-scroll_child>div:hover>a {
        transform: scale(1.2);
        opacity: 1;
    }
    #dupontCorian .nav-after-scroll.active {
        visibility: visible;
        opacity: 1;
    }
    #dupontCorian .credit {
        font-size: .3rem;
    }

}
