
#serigraphie, #iserigraphie               {--color: #87131e;}
#broderie, #ibroderie                  {--color: #263c51;}
#transfert-numerique, #itransfert-numerique       {--color: #4cb8ba;}
#transfert-serigraphique, #itransfert-serigraphique   {--color: #4d7c52;}
#impression-digitale, #iimpression-digitale       {--color: #e16235;}


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img{
        border: 0;
    vertical-align: top;
    max-width: 100%;
}


body{
    margin: 0; padding: 0;
}

#habillage{
    display: none!important;
}

.main-container,.cms-page-view .main{width: 100%; max-width: 100%;}

#personnalisation{
    position: relative;
    background: #d3d6da;
    padding-bottom: 25px;
}

.cms-page-view #personnalisation p{
    margin-bottom: 0px;
}

#personnalisation, .book, p.book, #personnalisation p, #personnalisation ul li.book{
    font-family: "wuerthbook", "wuerth";
    font-weight: normal;
    line-height: normal;
    color: #000;
}

.bold, p.bold, #personnalisation strong, #personnalisation p.bold, #personnalisation .bold p{
    font-family: "wuerthbold", "wuerth";
    font-weight: normal;
    line-height: normal;
}



.wrapper{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 235px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

.section{
    padding: 0;
    position: relative;
}

.section.top{
    background: linear-gradient(#000000, #25303b);
}

.entete{
    text-align: center;
    padding: 120px 15px;
}

.entete h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}


#personnalisation .entete p.baseline{
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
}


.hide{display: none;}

#zero{
    position: relative;
    z-index: 3;
    background: #d3d6da;
    padding: 10px;
    height: auto;
    top: 0;
    width: 100%;
}

#zero h1{
    color: #c20e1a;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}





.menufixed{
    z-index: 2;
    width: 200px;
    color: #fff;
    top: 50px;
    position: absolute;      
    z-index: 99;
    left: calc((100% - 960px)/2);
}

.menufixed.fixed{position: fixed; top: 7px;}

.menufixed ul li{
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
    display: block;
}

.cms-page-view ul>li, .cms-page-view ol>li{margin-top: 0;}

.cms-page-view .col-main .std .menufixed a, .menufixed a{
    color: #ffffff;
    text-decoration: none;
}

#menutrigger{
    display: none;
}



.colors{
    display: flex;
    flex-flow: wrap;    
    justify-content: space-evenly;
    margin-top: -60px;
}

.color{
    width: 18%;
    margin: 5px;
    border-radius: 3px;
    display: flex;
    flex-flow: wrap column;
    overflow: hidden;
    box-shadow: 0px 10px 43.4px 18.6px rgba(37, 37, 38, 0.14);
    border: solid 2px transparent;
}

/*.color:hover{
    border:solid 2px #fff;
    box-shadow: 0px 10px 43.4px 18.6px rgba(37, 37, 38, 0.14), inset 0px 0px 30px 5px rgba(37, 37, 38, 0.15);
}

.color:hover .bottom{
    background: rgba(37, 37, 38, 0.14);
    box-shadow: none;
}

#personnalisation .color:hover .bottom p{color: #fff;}*/

.color a{
    display: block;
    text-decoration: none;
}

.color span{
    display: block;
    height: 100px;
}

.color .bottom{
    box-shadow: 0px 10px 43.4px 18.6px rgba(37, 37, 38, 0.14);
    padding: 5px;
    background: #fff;
}

.color .bottom p.bold{
    text-transform: uppercase;
    font-size: 16px;
}

.color .bottom p{
    font-size: 16px;
}


@media screen and (max-width: 960px){
    .cms-page-view:not(.cms-home) .std{padding: 0;}

    .arrowContainer{padding: 0;}

    #zero{
        position: relative;
    }

    #zero h1{
        font-size: 4vw;
    }

    .section{
    }

    #menutrigger{
        display: block;
        background: rgb(37, 48, 59);
        padding: 10px;
        text-align: center;
        box-shadow:0px 9px 10.92px 1.08px rgba(37, 37, 38, 0.43);
        font-size: 16px;
        transition: 0.3s;
    }

    .menufixed{
        width: 100%;
        transition: 0.3s;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-top: 0px;
        z-index: 4;
    }

    .menu{
        background: #818a8f;
        padding: 0px 15px;
        display: none;
        position: absolute;
        z-index: 1;
        width: 100%;
    }

    .menufixed.fixed{
        top: 0;
        position: fixed;
        left: 0;
        width: 100%;      
    }

    .menu.open{
        max-height: initial;
    }

    .menufixed ul li:last-child{
        border-bottom: none; 
    }

    .wrapper{
        padding: 0px;
    }
}

@media screen and (max-width: 767px){
    .cms-page-view:not(.cms-home) .std{padding: 0;}


    .section{
        height: auto!important;
    }

    #personnalisation .technique#transfert-serigraphique .texte p.bold, #personnalisation .technique .texte p.bold{
        font-size: 12vw;
    }

    .flexContainer{        
        flex-flow: wrap;
    }

    .color{
        width: 47%;
        flex-flow: wrap row;
        margin: 5px 0;
    }    
    
    .color span{
        width: 30%;
        height: auto;
    }
    .color .bottom{
        width: 70%;
        box-shadow: 0px 0px 20px 5px rgba(37, 37, 38, 0.14)
    }

    .entete{
        padding: 80px 15px;
    }

    .cms-page-view .entete h2, .entete h2{
        font-size: 8vw;
    }

    #personnalisation .entete p.baseline{font-size: 20px;}
}