/* 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;
}
 .carte_papier {
	border: 10px solid white;
	padding: 25px;
	box-shadow: 0 3px 15px rgba(68, 68, 68, 0.34);
	background: url("../img/papier.png") fixed;
	background-size: cover;
}   
#cms #center_column img {
     max-height: unset!important;
    margin:unset!important
}
@media (max-width: 767px) {
    .carte_papier {
	    padding: 0px;
    }   
}
    #footer {
	    padding: 70px 5% 30px;
	    color: white;
       background: #54595f;
}
    
@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;
}
.elementor-icon-list-icon i {
    width: 1.25em;
}
.elementor-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-icon-list-text {
    color: #FFFFFF;
    padding-left: 19px;
    display: inline-block;
    align-self: center;
}
.cms_apropos {
    text-align: justify;
    word-break: keep-all;
}
.cms_apropos div {
    margin-bottom:20px;
}
.cms_apropos p {
    margin-bottom:20px;
}
#footer .container {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}
#footer .container > div { width: calc(100%); }

@media (min-width: 992px) {
	#footer .container > div { width: calc(20%); }
}
@media (min-width: 1200px) {
	#footer .container > #inlineBlockCoordonnees { width: calc(20%); }
}
@media (min-width: 1400px) {
	#footer .container > div { width: calc(20%); }
}
#inlineBlockCoordonnees strong,
#inlineBlockCoordonnees a {
	color: rgb(0, 28, 37);
}
.ephtm_column span.column_wrap_title, 
.ephtm_column span.column_wrap_title a {
    display: block;
    text-align: left;
    width: 100%;
}