/* CSS Document */
/* @override 
	https://dev.nailalliance.fr/content/themes/phenyx-theme-default/css/autoload/nailalliance.css */

/* Sur nail-allaince : on a besoin de background-color aux .row de la home pour recouvrir Viméo */

/* Menu */
a.a-niveau1,
#menu .shopping_cart a {
 	text-transform: uppercase;
}
#topMain {
	    color: white;
        background: black;
}
    
    #footer {
	    padding: 70px 5% 30px;
	    color: white;
       background: black;
}
    
@media (min-width: 1920px){
        
    .container.brandline {
	    margin-top:50px;
    }
}
@media (max-width: 767px){
    #page {
		width: 100%;
   	    background: #fff;
	}
    #topMain {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #header {
        z-index: 99999999;
        top:0;
        height: 100px;
        background: #410c94;
    }
    #header .container.brandline {
		margin-top: 0px;
	}
    .columns-container {
        margin-top: 100px; 
    }
    #displayLogin {
        text-align: right;
        z-index: 999999999;
        position: relative;
    }
    #header_logo {
        margin: 10px 0;
	}
    #header_logo img {
        display: inline-block;
        float: none;
        height: 60px;
        margin-left: 50px;
        margin-top: -10px;
    }
    
    #header_user {
        display: block!important
    }
    
    a.a-niveau1 {
	    padding: 5px 15px;
    }
}
#topMain a {
	color: white;
}

.displayPhenyxBanners2 .cb-wrapper {
	position: sticky;
	top: 150px;
	text-align: justify;
}

/* Index > Customerbanner (A propos + news) */

.phenyxbanners.displayPhenyxBanners4 h2.title_main_section {
	/* Le tritre "dernière actualités" n'apporte pas grand chose en front */
	display: none;
}
.phenyxbanners.displayPhenyxBanners2 h2.title_main_section {
	/* Le tritre "A propos" n'apporte pas grand chose en front */
	display: none;
}
/* item des news de Customerbanner */
.item-news .banner-item-content {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-news__img {
  margin-right: 30px;
  max-width: 100px;
  max-height: 100px;
}
.item-news h3 {
	
}
/* Index > carousel > titre */
.easycarousels h3 {
	text-align: center;
	font-size: 50px;
}

/* Index > carousel > .btn */
a.btn.toProduct {
	background: none;
	color: #000;
}

/* Fiche produit */
.sticky {
	position: sticky;
	top: 100px;
}

/* Footer */

#footer a,
#footer p {
	color: white;
}
.cms_apropos {
    text-align: justify;
    word-break: keep-all;
}
.cms_apropos div {
    margin-bottom:20px;
}
.cms_apropos p {
    margin-bottom:20px;
}
.headPutty {font-family: 'SilverForteGrunge';margin-top: 50px;
    text-align: center;
    font-size: 2.5em;
    font-weight:bold;
}
.subPutty {
    font-family: 'SilverForteGrunge';margin-top: 50px;
    text-align: left;
    font-size: 2em;
}
.paraphPutty {
    font-size: 1.2em;
    font-family: 'RobotoBlackItalic';
}
#TryOnStudio {
    margin:0 auto;
    text-align:center;
    width: 1060px;
    height: 900px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:vertical; 
    -moz-resize:vertical;
    resize:vertical;
    min-height:900px;
    
}

