/*******************************************************************************/
/*                                    compHeader                               */
/*******************************************************************************/

.compHeader {
    display: inline-block;
    position: relative;
}

.compHeader:after {

}

.compHeader .headerComposants {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#boutonLogoHeader {
    display: inline-block;
    background: url(../image/logo-solidays.png) no-repeat -10px center;
    width: 190px;
    height: 50px;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
}

#sidaLogoHeader {
    display: inline-block;
    background: url(../image/logo-vignettesida.png) no-repeat 0 center;
    width: 145px;
    height: 50px;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
}

.compHeader .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;


}

.compHeader .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span {
    color: #fff;
    display: none;
    font-family: "Thirsty Rough Reg One";
    font-size: 32px;
    margin: 0 auto;
    text-transform: capitalize;
    min-width: 495px;
}

.compHeader .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span::before {
    background: #fff none repeat scroll;
    background-position: 0 0;
    content: "";
    display: block;
    float: left;
    height: 2px;
    margin-right: 9px;
    margin-top: 13px;
    width: 165px;
}

.compHeader .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    float: right;
    height: 2px;
    margin-left: 9px;
    margin-top: 13px;
    width: 165px;
}

.titleComposants span.titlePanier {
    padding-right: 25px;
}

.titleComposants .resumePanier ~ .titlePanier {
    padding-right: 5px;
}

.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants a {
    text-decoration: none;
}

.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .etapeHeader {
    display: none;
}

.TopHeaderInfo a {
    position: absolute;
    color: #656565;
    display: block;
    left: 489px;
    line-height: 27px;
    padding: 0 5px 0 5px;
    position: absolute;
    text-align: center;

    width: 133px;
    top: 120px;
    height: 35px;
    line-height: 34px;
    cursor: pointer;
}


.TopHeaderInfo a:hover {
    background: #E10005;
    color: #fff;

}

.lienAccueilHeader {
    margin-right: 10px;
}

.lienAccueilHeader::before {
    content: "~";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    text-transform: none;
}

.lienSiteHeader {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .compHeader {
        height: auto;
    }

}

.compHeader .descriptionHeader {
    display: none;
}

.headerAdministrable {
    height: 300px !important;
    width: 1030px !important;
}

@media screen and (max-width: 620px) {
    .headerAdministrable {
        height: 0 !important;
    }

    #sidaLogoHeader {
        width: 50px;
    }

    #boutonLogoHeader {
        width: 122px;
        height: 35px;
    }
}

@media screen and (max-width: 400px) {
    #sidaLogoHeader {
        display: none;
    }
}