@font-face {
    font-family: "Madre Script";
    src: url('../fonts/MadreScript.otf');
}
@font-face {
    font-family: "Gill Sans Light";
    src: url('../fonts/GillSansLight.ttf');
}

html,body{
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gill Sans Light", sans-serif;
    counter-reset: h3counter;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: "Madre Script", sans-serif;
    line-height: 1.35em;
    margin-top: 0;
}

h3{
    color: #d38f7c;
}

h2 {
    margin-bottom: 10px;
    color: #a8121d;
}

td h3{
    margin: 10px 0 0 0;
}

.row + .row{
    margin-top: 30px;
}

.programme,.inscription,.reservation{
    padding-top: 60px;
    padding-bottom: 60px;
}

.reservation .fact{
    margin: 20px auto 40px;
}

.reservation h3::before{
    content: counter(h3counter) ".\0000a0";
    counter-increment: h3counter;
}

.reservation h4{
    margin-bottom: 0;
}

.inscription{
    background: url("../images/subtle_dots-darker11.png") repeat 0 0 scroll white;
}

.btn{
     font-size: 17px;
}

.btn.btn-default2{
    border-bottom: 2px solid #cccccc;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 17px;
    margin-top: 0;
    background-color: #efefef;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.7);
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 5px !important;
}

.btn.btn-default2:hover,
.btn.btn-default2:active,
.btn.btn-default2:focus{
    color: rgba(0,0,0,1);
    border-color: #efefef;
}

.btn.btn-success{
    border-bottom: 2px solid #1a7d32;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 17px;
    margin-top: 20px;
    background-color: #2db94f;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9);
    border-left: 1px solid #39d05d;
    border-top: 1px solid #39d05d;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 5px !important;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus{
    color: rgba(255,255,255,1);
    border-color: #2db94f;
}

.ligne-total{
    font-weight: 600;
}

.table > tbody > tr.ligne-total > td,.table > tbody > tr.ligne-total > th{
    border-top: 4px double #ddd;
}

.table > tbody > tr > td {
    line-height: initial;
    padding: 14px;
    vertical-align: middle;
    font-weight: 600;
}

.table > tbody > tr.header-table td {
    border-top: none;
    padding-top: 10px;
}

.table > tbody > tr.ligne-mecenat td{
    padding-bottom: 40px;
}

.table > tbody > tr > td span.minus{
    font-weight: 400;
    padding-top: 8px;
    display: inline-block;
}

p{
    font-size: 17px;
    margin-bottom: 14px;
}
p:last-child{
    margin-bottom: 0;
}

label.required{
    position: relative;
}

label.required:after {
    content: "*";
    color: #AAAAAA;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}

.adresse-cheque{
    border: 1px solid #efefef;
    padding: 10px 15px;
    margin: 10px auto;
}

.ctnr-button-rib{
    margin-top: 10px;
}

.ctnr-button-rib .fa{
    color: darkred;
}

#mentions{
    background: #fcfcfc;
    padding: 50px 0;
    text-align: justify;
}

#copyright a:focus,
#copyright a:active,
#copyright a:visited,
#copyright a{
    color: white;
    text-decoration: none;
}

#copyright{
    background: #840612;
    color: rgba(255,255,255,0.7);
    padding: 30px 0;
}

#copyright p.copytext{
    margin-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#copyright p:last-child{
    margin-bottom: 0;
}

#messages{
    margin: 30px 0 0 0;
}

#message-required span{
    color:#FF0000
}

#recaptcha_widget_div {
	width: 440px;
	margin: 0 auto;
}

.g-recaptcha > * {
    margin-left: auto;
    margin-right: auto;
}
.g-recaptcha > * > * {
    margin-left: auto;
    margin-right: auto;
}

#carte{
	height: 500px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	color: #5e5e5e;
	font-size: 15px;
	padding: 5px;
    height: 38px;
}

select{
    height: 38px !important;
}

.vox-logo{
    margin: 15px 0;
}

.label-cgv{
    line-height: 20px;
}

.bordered{
    display: block;
    border: 1px solid #efefef;
    padding: 15px;
    margin: 0 auto 20px auto;
}

.reglement-block{
    margin-top: 40px;
}

.alert {
    border-radius: 0px;
    border: 0;
    text-align: center;
    margin-bottom: 0;
}

.alert.alert-success {
    -webkit-box-shadow: 2px 2px 1px rgba(60, 118, 61, 0.3);
    box-shadow: 2px 2px 1px rgba(60, 118, 61, 0.3);
}

.alert.alert-danger{
    -webkit-box-shadow: 2px 2px 1px rgba(169, 68, 66, 0.4);
    box-shadow: 2px 2px 1px rgba(169, 68, 66, 0.4);
}

#modal-cgv h5{
    font-family: "Gill Sans Light", sans-serif;
    font-weight: 500;
    color: #a8121d;
    font-size: 18px;
}

#modal-cgv p + h5{
    margin-top: 20px;
}

#modal-cgv p{
    font-size: 16px;
}

#modal-cgv p {
    margin-bottom: 5px;
}

#modal-cgv .btn-success{
    margin-top: 0;
}
