/*
	Theme Name:   L'arrangé des alchimistes
	Theme URI:    https://www.lesalchimistes.eu/
	Description:  Savoy child theme
	Author:       Atadisp
	Author URI:   https://www.atadisp.com
    Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */
@font-face {
    font-family: 'relationbold';
    src: url('assets/relation_bold-webfont.woff2') format('woff2'),
         url('assets/relation_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'relationregular';
    src: url('assets/relation-webfont.woff2') format('woff2'),
         url('assets/relation-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.alcoholBanner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 0.3rem solid #000;
    color: #000;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 15px auto;
    max-width: 660px;
    align-items: center;
}
.alcoholBanner__wrapper {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 1.5px;
}
.alcoholBanner__logo {
    height: 100px;
}

.nm-banner-image {
    background-position: bottom center;
}
.nm-banner-title {
    font-family: 'relationbold';
}
.nm-banner-text.large .nm-banner-title {
    font-size: 70px;
    color: #ffffff;
    text-shadow: black 0px 0px 40px;
}
.nm-banner-slider .nm-banner-text {
    padding: 0;
}
@media (max-width: 768px) {
	div.nm-banner-image {
		height: 40vh !important;
		
	}
	.nm-banner.content-boxed .nm-banner-content {
		position: absolute;
		bottom: 0;
		background: none;
		text-align: center;
		left: 0;
		right: 0;
	}
	.nm-banner-content h2 {
		font-size: 30px !important;
text-align: center;
text-overflow: initial;
overflow: visible;
white-space: initial;
	}
}