/*********************************
* Generic custom page
*********************************/
hspecial { /*palmannee + mdpres --> to delete asap*/
	/*font-family: 'Overlock', sans-serif;
	font-weight: 700;*/
	font-size: 32px;
	line-height: 32px;
	/*padding: 0 0 15px 0;*/
	/* color: #7e1861; */
	color: #221b16;
	margin-left: auto;
    margin-right: auto;
}

/*To remove spinner of Integer fields*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /*-moz-appearance: textfield;
    appearance: none;*/
    margin: 0;
}

/*To remove spinner of Integer fields for Firefox*/
input[type="number"] {
    -moz-appearance: textfield;
}

/*body{
	background-color: #fff; *//*clair efe242 fonce d5c027*/
	/*font-family: 'Calibri', sans-serif;
	font-weight: 700;
	color: #221b16;
}*/

/*#content {
	background-color: #f3e9d0;*/
	/*padding: 50px 0 25px 0;*/
/*}*/

/*********************************
* Contact custom page
*********************************/
header.contactimg{
	background-image: url(/static/img/main/contact.jpg);
}

h2.h2-contact,
p.p-contact{
    color: #221b16; /*pantone IGP*/
	font-family: 'Calibri', 'Open Sans','Helvetica Neue',Arial, sans-serif;
}

hr.hr-contact {
    border-color: #221b16; /*pantone IGP*/
}

hcontact{
	text-transform: uppercase;
	font-size: 28px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

hmessage{
	text-transform: uppercase;
	font-size: 22px;
	color: #221b16; /*pantone IGP*/
}

/*********************************
* Inscription custom page
*********************************/
hinscription{
	text-transform: uppercase;
	font-size: 28px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

hinscriptionsmall{
	text-transform: uppercase;
	font-size: 20px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

.inscription-border {
    border-top: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

textarea {
    height: 4em;
}

input[type=checkbox]
{
    width:auto;
	vertical-align: baseline;
	display:inline-block;
	padding-bottom: -25000px;
}

.hideconflit {
  display: none;
}

.showconflit {
  display: block;
}

/*********************************
* InscriptionConcours custom page
*********************************/
.hideaccompagnant {
  display: none;
}

.showaccompagnant {
  display: block;
}

/*********************************
* Macaron custom page
*********************************/
hmacaron{
	text-transform: uppercase;
	font-size: 28px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

hmacaronsmall{
	text-transform: uppercase;
	font-size: 20px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

.macaron-border {
    border-top: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

textarea {
    height: 4em;
}

/*********************************
* Mon Espace custom page
*********************************/
header.espaceimg{
	background-image: url(/static/img/main/monespace.jpg);
}

/*********************************
* Palmares custom page
*********************************/
header.palmaresimg{
	background-image: url(/static/img/main/palmares.jpg);
	/*color: #221b16; *//*pantone IGP*/
	/*color: #d5c027; *//*pantone 605C (jaune marron foncé)*/
	color: #3a4389;
}

hpalm,
hpalm-denomination,
hpalmares-vin{
	/*font-family: 'Overlock', sans-serif;
	font-weight: 700;*/
	text-transform: uppercase;
	font-size: 38px;
	/*padding: 0 0 15px 0;*/
	/* color: #7e1861; */
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
	margin-left: auto;
    margin-right: auto;
}

hpalmares-vin{
	font-size: 32px;
	color: #221b16;
}

hr.hr-palmares {
    border-color: #221b16; /*pantone IGP*/
}

.tri-border {
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

.denomination-border {
	border-top: 5px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

hr.vin-border {
	border-bottom: 1px solid lightgrey;
	max-width: 400px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
}

/*********************************
* PalmaresAnnee custom page
*********************************/
#contentvin {
	/*background-color: #f3e9d0;*/
	margin-left: auto;
    margin-right: auto;
}

/*********************************
* Règlement custom page
*********************************/
header.regelementimg{
	background-image: url(/static/img/main/reglement.jpg);
}

h5-reglement,
h6-reglement,
h7-reglement,
p-reglement{
	font-family: 'Calibri', sans-serif;
	display: block;
}

h5-reglement,
h6-reglement,
p-reglement{
	color: #221b16; /*pantone IGP*/
}

h5-reglement {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
}
h6-reglement {
	font-size: 19px;
	padding-bottom: 25px;
}
h7-reglement {
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
	font-size: 18px;
}
p-reglement{
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 30px;
}

.image-wrapper {
	background-image: url("/static/img/main/redgrape.jpg");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 200px;
	height: 75px;
	margin: 0 auto;
    margin-bottom: 10px;
}
@media (min-width: 460px) {
	.image-wrapper::before,
	.image-wrapper::after {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -1px;
		height: 2px;
		width: 5em;
		background: #e87058;
		z-index: 10;
	}
}

@media (min-width: 460px) {
	.image-wrapper::before {
		left: -100px;
	}
}

@media (min-width: 460px) {
	.image-wrapper::after {
		right: -100px;
	}
}
.image-wrapper-text {
	background-image: url("");
	height: auto;
}

.image-wrapper-text::before,
.image-wrapper-text::after {
	/*background: #221b16;*/ /*pantone IGP*/
    background: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

h2-col4
{
	font-family: 'Calibri', sans-serif;
	display: block;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
    font-size: 2rem;
	font-weight: normal;
}

/*********************************
* Résumé custom page
*********************************/
hresume{
	text-transform: uppercase;
	font-size: 28px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

hresumesmall{
	text-transform: uppercase;
	font-size: 20px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

.resume-rs-border {
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

.resume-border {
	border-top: 5px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

hr.resume-vin-border {
	border-bottom: 1px solid lightgrey;
	max-width: 400px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*********************************
* Thank you custom page
*********************************/
hthankyou {
	font-size: 20px;
	color: #221b16; /*pantone IGP*/
}

.macaron-border {
    border-top: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

/*********************************
* Vin custom page
*********************************/
hvin{
	text-transform: uppercase;
	font-size: 28px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

hvinsmall{
	text-transform: uppercase;
	font-size: 20px;
	color: #d5c027; /*pantone 605C (jaune marron foncé)*/
}

.vin-rs-border {
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

.vin-border {
	border-top: 1px solid lightgrey;
    /*border-top: 1px solid lightgrey;*/
}

hr.vin-vin-border {
	border-bottom: 1px solid lightgrey;
	max-width: 400px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidevin {
  display: none;
}

.showvin {
  display: block;
}

input[readonly].id_volumerestant {
    background-color: #fba;
}

/*form-control[readonly].id_volumerestant {*/
    /*!*background-color: #e9ecef;*!*/
    /*opacity: 1;*/
/*}*/

/*.blockBeige {
    padding: 20px;
    background-color: #ddcfba;
    margin-bottom: 20px;
}*/



/*.navbar-expand-lg{
  background-image: url("../img/navbar.png");
  background-repeat: repeat-x;
}*/

/*.navbar-expand-lg{*/
  /*background-color: #312014;*/
	/*background-color: black;
}*/
