/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B4D;
}


.text h1 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.text h1:after {
    content: ".";
    color:#527a99;
}

.text h2:before {
    content: "| ";
    font-weight: 900;
    color:#527a99;
}

.text h3:before {
    content: "> ";
    font-weight: 900;
    color:#527a99;
}

.text h2, .text h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}

a {
    color: #1F8CD6;
    text-decoration: none;
}

a:hover {
    color: #175E91;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

em {
    font-style: italic;
}

.text ul {
    list-style: decimal;
    /* padding-left: 28px; */
    font-family: "Roboto", sans-serif;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 25px 0 25px 15px;
  }

.text ul {
    list-style: square;
}

.text ul li::marker {
    color: #527a99;
}

.sub-menu {
    white-space: nowrap;
}

ul.social {
    margin: unset !important;
}

.snipcart-summary {
    display: unset !important;
    float: unset !important;
    font-weight: unset !important;
    margin-left: unset !important;
}

#product-header span.price {
    display: inline;
}

.add-to-cart {
    margin-left: 30px;    
}

.snipcart-items-count {
    font-family: "Roboto", sans-serif;
}


.padding-leftright-null .left {
    float: unset !important;
}

@media screen and (max-width: 991px) {
    #sidemenu.sidemenu {
        background-color: #003759 !important;
        width: 170px !important;
        
    }

    #sidemenu.sidemenu .menu-holder {
        padding: 0px 50px 0px 0px !important;
    }
}

.back-recettes {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}

.back-recettes i {
    padding-right: 12px;
}

#contact-form .mauticform-textarea {
    min-height: 150px;
    field-sizing: content;
}

@media screen and (max-width: 991px) {
    button.btn-alt {
        margin-bottom: 0px;
    }
}
button.btn-alt {
    padding: 0;
    padding-right: 30px;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
    /*text-align: center;*/
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    outline: none;
    border-radius: 2px;
    font-weight: 300;
    color: white;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    text-decoration: none !important;
    transition: all .4s ease;
    background-color: #527a99;
}


.mauticform-button-wrapper {
    text-align: right;
}

.float-left-image {
    float: left;
    margin: 0 10px 20px 0; 
    max-width: 100px;
}

.float-right-image {
    float: right;
    margin: 20px 10px 0 0; 
    max-width: 100px;
}

.float-right-image-nolimit {
    float: right;
    margin: 0 0 0 20px; 
}

.float-left-image-nolimit {
    float: left;
    margin: 0 20px 0 0; 
}

.image-100pc {
    max-width: 100%; 
    height: auto; 
    margin-top: 10px;
}

#popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 98;
	display: none;
}
#popup-overlay.open{
	display:block !important;
}

.popup-content{
	max-width: 600px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #1F8DD6;
    color: #eee;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}
