/* CUSTOM CLASS QS */

body {
 	position: relative;   
}

body.mceContentBody {
    background-color: #FFFFFF !important;
}

body.mceContentBody a:not(.btn),
.article-content a:not(.btn) {
    color: #e2d3b5;   
}

body.mceContentBody a:not(.btn):hover,
.article-content a:not(.btn):hover {
    text-decoration: underline;  
}

.qsFloatLeft {
    float: left;
    margin: 0px 20px 20px 0px;
}

.qsFloatRight {
    float: right;
    margin: 0px 0px 20px 20px;
}

.width-100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.text-wrap {
	word-break: break-word;
}

.color1 {
    color: #e2d3b5;
}

.color2 {
    color: #333333;
}

.color3 {
    color: #222222;
}

.color4 {
    color: #333333;
}

.color5 {
    color: #555555;
}

.color6 {
    color: #efefef;
}

.colorW {
    color: #FFFFFF;
}

#qsMap {
    height: 450px;
}

.g-recaptcha {
    display: inline-block;
}

.btn-up {
    transition: all 0.5s ease;
    display: none;
}

.body-scroll .btn-up {
    transition: all 0.5s ease;
    display: block;
    opacity: 1;
    position: fixed;
    bottom: 45px;
    right: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    background-color: #e2d3b5;
}

.btn-up:hover {
    bottom: 55px;
    line-height: 45px;
    color: #FFFFFF;
    background-color: #222222;
}

/* HEADER */

.navbar-brand {
 	padding-top: 20px;   
}

.navbar .navbar-nav .nav-link {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
}

.navbar .navbar-nav .nav-item.news .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover {
	color: #e2d3b5;
}

.navbar-toggler,
.navbar-toggler:focus {
    color: #FFFFFF;
    outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    color: #e2d3b5;
}

.body-scroll .navbar {
    transition: background-color 0.5s ease;
 	background-color: #222222;   
}

.body-scroll .navbar-brand {
    transition: background-color 0.5s ease;
 	padding-top: 0px; 
    padding-bottom: 0px;
}

.body-scroll .navbar .navbar-nav .nav-link span {
    transition: background-color 0.5s ease;
 	padding-top: 20px;   
}

.tplDphImageHeader .image-header {
    height: 800px;
    background-size: cover;
    background-position: center center;
	color: #FFFFFF;
    font-size: 20px;
}

.tplDphImageHeader .image-header h1 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 32px;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
}

.tplDphImageHeader .image-header a {
    font-weight: 600;
 	color: #FFFFFF;   
}

.tplDphImageHeader .image-header a:hover {
 	color: #e2d3b5;   
}

.tplDphImageHeader .pattern {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/data/dataimages/upload/pix-black.png');
    background-repeat: repeat;
}

/* BODY */

h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 300;
}

h2 {
 	font-size: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
 	text-transform: uppercase;   
}

.tplArticleContainerImageRight h3,
.tplArticleDetail h3 {
 	color: #e2d3b5;   
}

body.mceContentBody ul,
.container-body ul {
	position: relative;
    display: block;
    padding-left: 20px;
}

.container-body ul li,
body.mceContentBody ul li {
    display: block;
	line-height: 1.2em;
    padding: 5px 0px;
}

.container-body ul li:before,
body.mceContentBody ul li:before {
    display: inline-block;
    width: 16px;
    /* font: normal normal normal 14px/1 FontAwesome; */
    font-size: 7px !important;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    content: "\f111";
    color: #e2d3b5;
    margin-left: -16px;
    vertical-align: middle;
}

body.mceContentBody ul li:before {
    content: ">";
}

.tplHtmlBody .tplDphImageHeader .image-header {
 	height: 350px;   
}

.tplHtmlBody .tplDphImageHeader .container {
 	display: none;   
}

.skinSystem .qsPageHeader {
 	display: none;   
}

/* IMAGE LEFT AND RIGHT */

.tplArticleContainerImageRight,
.tplArticleDetail {
 	padding-top: 10%;
    padding-bottom: 10%;
}

.tplArticleContainerImageRight .image,
.tplArticleDetail .image {
 	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.tplArticleImageLeft,
.tplArticleImageRight {
    height: 100%;
    width: 100%;
 	margin: 0px;
    text-align: left;
}

.tplArticleImageLeft .row,
.tplArticleImageRight .row {
 	/* display: table; */
    margin: 0px;
}

.tplArticleImageLeft .col-lg-6,
.tplArticleImageRight .col-lg-6 {
    display: table-cell;
    float: none;
}

.tplArticleImageLeft .content,
.tplArticleImageRight .content {
    width: 50%;
 	padding: 15% 10% 15% 10%;
}

.tplArticleImageLeft .content {
 	background-color: #e2d3b5;   
}

.tplArticleImageRight .content {
    background-color: #f5f2df;
}

.tplArticleImageLeft .image,
.tplArticleImageRight .image {
 	width: 50%;
    padding: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collaborationBadouxVins {
   	height: 155px;
    width: 160px;
    position: absolute;
	right: 50px;
    bottom: 50px;
 	background-image: url('/data/dataimages/upload/collaboration-badoux-vins.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; 
}

.amphoreIcon {
    height: 100px;
    width: 80px;
    position: absolute;
    top: 50px;
	right: 50px;
 	background-image: url('/data/dataimages/upload/mon-vin-amphore.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* TPLFORMULAIRECOMMANDE */

.tplFormulaireCommande {
    color: #FFFFFF;
 	background-color: #222222;   
}

.has-error .form-control {
 	border-color: #e2d3b5;
    background-color: #e2d3b5;
}

.has-error .form-control-feedback {
	color: #222222;   
}

i.form-control-feedback {
    display: block;
    float: right;
    margin-top: -28px;
    padding-right: 10px;
    font-size: 20px;
}

/* FOOTER */

.pagefooter {
 	height: 140px;
    width: 100%;
}

.pagefooter a {
    display: block;
    float: right;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.pagefooter .mondialBruxelles {
    width: 140px;
	background-image: url('/data/dataimages/upload/logo-concours-mondial-bruxelles-off.png');
}

.pagefooter .mondialChasselas {
    width: 195px;
    margin-left: 100px;
	background-image: url('/data/dataimages/upload/logo-mondial-chasselas-off.png'); 
}

#tooltip-submit {
  display: inline-block;
}

#tooltip-submit [disabled] {
  pointer-events: none;
}

@media (max-width: 575.98px)
{
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand {
        width: 75%;
    }
}

@media (max-width: 767px)
{
    .pagefooter {
     	height: auto;   
    }
    .pagefooter a {
     	float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .pagefooter .mondialChasselas {
     	margin-left: auto;
        margin-bottom: 3rem;
    }
    .tplArticleImageRight,
    .tplArticleImageLeft {
        display: block;
        height: auto;
    }
    .tplArticleImageRight .row,
    .tplArticleImageRight .col-lg-6,
    .tplArticleImageLeft .row,
    .tplArticleImageLeft .col-lg-6 {
     	display: block;   
    }
    .tplArticleImageRight .content,
    .tplArticleImageLeft .content {
		width: inherit;
        padding: 10%;
    }
    .tplHtmlBody .tplDphImageHeader .image-header {
        height: 250px;   
    }
    .tplArticleContainerImageRight .image,
    .tplArticleDetail .image {
     	height: 300px;   
    }
    .tplArticleImageRight .image,
    .tplArticleImageLeft .image {
        height: 300px;
		width: inherit;
    }
    .collaborationBadouxVins {
        height: 75px;
        width: 80px;
        right: 25px;
        bottom: 25px;
    }
    .amphoreIcon {
        height: 60px;
        width: 40px;
     	top: 25px;
        right: 25px;
    }
    .body-scroll .btn-up {
        bottom: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px;
    }
    .btn-up:hover {
        bottom: 20px;
        line-height: 28px;
    }
    .navbar-nav {
    	margin-top: 25px;
    }
    .tplDphImageHeader .pattern {
     	padding-top: 30%;
        padding-bottom: 30%;
    }
    .tplDphImageHeader .image-header h1 {
     	font-size: 28px;   
    }
    .tplDphImageHeader .image-header {
     	height: auto;
        font-size: 18px;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px)
{
    .navbar-brand {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
	.tplArticleImageRight,
    .tplArticleImageLeft {
        display: block;
        height: auto;
    }
    .tplArticleImageRight .row,
    .tplArticleImageRight .col-lg-6,
    .tplArticleImageLeft .row,
    .tplArticleImageLeft .col-lg-6 {
        display: block;  
    }
    .tplArticleImageRight .content,
    .tplArticleImageLeft .content {
		width: inherit;
        padding: 10%;
    }
    .tplArticleImageRight .image,
    .tplArticleImageLeft .image {
        height: 500px;
		width: inherit;
    }
}

@media (max-width: 991.98px) {
 	.form-group.captcha {
     	text-align: center;   
    }
    .navbar .navbar-nav .nav-link span {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar .navbar-nav .nav-item.space-after {
        margin-right: 30px;
    }
    .navbar-collapse {
        background-color: #222222;   
    }
}

@media (min-width: 992px) {
 	.navbar .navbar-nav .nav-link span {
        padding-top: 40px;
        padding-bottom: 5px;
    }   
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    .navbar-brand {
        width: 305px;
    }
}
