header {
	min-height: 100px;
	padding: 15px;
}

.margin-auto {
	margin: auto;
}

.uppercase {
	text-transform: uppercase;
}
section {
	padding: 0px 15px;
	background-image: url(../images/BACKGROUND.png);
	
}
@media(min-width: 1200px) {
.n-margin-top-20 {
	/*margin-top: -20px;*/

	margin-top: 1px;
}
}

.panel-default {
	border-radius: 0;
}
@media(min-width: 992px) {
.panel-default {
	margin-left: -50px!important;
	margin-right: 50px!important;
}
.n-margin-left-50 {
	margin-left: -50px!important;
}
.margin-left-50 {
	margin-left: 50px!important;
}
}
.panel-default > .panel-heading {
	background-color :  #fff;	/*background-image: -webkit-linear-gradient(top,#fff 0,#000 20%);
	background-image: linear-gradient(to bottom,#fff 0,#000 20%);
	background-repeat: repeat-x;*/

}
.panel-default > .panel-body {
	/*background-color: #f0efef;*/
	background-image:url(../images/bg-form.jpg);
	background-size: 70px 270px;
	background-repeat: no-repeat;
	padding: 15px 15px 20px 15px;
	
}
body{
	font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    letter-spacing: 0.5px;
   
}
.quform-element {
    margin-bottom: 1rem;
	height: 1px;
    height: auto;
    min-height: 1px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	min-height: 46px;

}
.panel-default > .panel-heading .form-header {
	margin: 5px;
	color: #6d8c54;
	font-weight: bold;
}
.panel-default .form-horizontal .control-label {
	text-align: left;
}
.panel-default .margin-top-10 {
	/*margin-top: 10px!important;*/
	border-radius:4px ;
}
.control-label {
	padding-left: 0px;
	padding-right: 0px;
}
@media(min-width: 992px) {
.no-padding-left {
	padding-left: 0px;
}
.n-margin-left-15 {
	margin-left: -15px;
}
}
.panel-default input {
	border-radius: 0px;
	/*border: 1px solid #494949;*/
	padding: 6px;
	/*text-align: center;*/
}
.panel-default select {
border-radius: 0px;
/*border: 1px solid #494949;*/
padding: 6px;
-webkit-appearance: none;
-moz-appearance: none;
/* text-align: center; */
}
.panel-default .form-group {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #ccc;*/
	box-shadow: 1px 1px 1px #fff;
}
.panel-default .form-group img{
	padding-bottom: 10px;
}
/*.panel-default button {
	width: 100%;
	background-image: url(../images/buttoninscri.png);
	background-repeat:no-repeat;
	background-size: 100%;
	height: 100px;
	border: none;
	height: 188px;
	margin-top: 2px;
	z-index: 1;
	position: relative;
}*/
/*.panel-default .panel-footer {
	background-color: #fff;
	background-image: url(../images/mans.png);
	background-repeat:no-repeat;
	background-size: 100%;
	height: 177px;
}*/
@media(min-width: 992px) and (max-width: 1200px) {
.panel-default button {
	height: 80px;
}
}
@media(max-width: 992px) {
.panel-default button {
	height: 160px;
}
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
	position: relative;
    z-index: 1;
    /*padding: 30px 40px;*/
    transition: 0.3s;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.bg-degrade {
	/*background-image: url(../images/bg-degrade.jpg);
	background-size: 100% 100%;*/
	padding-top: 15px;
	/*height: 563px;*/
}
.bg-degrade .txt-1 {
	font-family: "Century Gothic";
}

.bg-degrade .txt-2 {
	color: #6d8c54;
	font-size: 25px;
}
.bg-degrade .txt-3 {
	color:#6d8c54;
	font-style:italic;
	margin-top: 20px;
}
footer {
	color: #000;
}
footer .uppercase {
	font-weight: bold;
	font-family:"Century Gothic";
}
footer .border-bottom {
	border-bottom: 2px solid #5b5b5b;
}
.nowrap {
	white-space: nowrap;
}
footer .b-txt-1 {
	font-size: 60px;
	font-weight: bold;
}
footer .txt-jaune {
	color: #efb443;
}
footer .b-txt-01 {
    font-size: 71px;
    font-weight: bold;
}
/*.panel-default button {
	width: 100%;
	background-image: url(../images/boutoninscri.png);
	background-repeat:no-repeat;
	background-size: 100%;
	height: 225px;
	/*height: 136px;
	border: none;
}*/