@font-face {
	font-family: "yikes";
	src: url('yikes.ttf');
}

@font-face {
	font-family: "heroes";
	src: url('heroes.ttf');
}

@font-face {
	font-family: "CoffeCake";
	src: url('CoffeCake.ttf');
}

body {
	background-image: url("../img/trailleurs_20190809_174151.jpg");
	background-size: cover;
	background-position: top;
	background-color: #f0f0f0;
	background-attachment: fixed;
}

.logo-home {
    width: 80%;
    max-width: 225px;
}

.logo-header {
    margin: auto;
	max-width: 150px;
    margin-top: 10px;
}

#header {
    width: 100%;
    display: block;
    text-align: center;
}

.navbar-default {
	background-color: #3ba9b6;
	border-color: transparent;
	border-radius: 15px 15px 0px 0px;
}

.navbar-toggle {
    position: relative;
    margin-right: 0px;
    padding: 16px 12px;
    margin-top: -10px;
    margin-bottom: 5px;
    background-color: #74ba3b ;
    background-image: none;
    border: 1px solid #74ba3b ;
    border-radius: 28px;
    float: unset;
}

.navbar-default .navbar-toggle {
    border-color: #74ba3b ;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #2c3e50;
	border-color: #74ba3b ;
    background-color: transparent;
}

header {
    background: transparent;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    //background-image: url("../img/header5.png");
    background-size: cover;
    height: 145px;
    margin-bottom: 0px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-logo {
    padding-bottom: 0px;
    margin: -110px 0px 0px 0px;
    border-bottom: 20px solid transparent;
}

#bottom {
    background: transparent;
    background-size: cover;
    background-position: left;
    position: fixed;
    width: 100%;
    bottom: 0em;
    height: 100px;
	z-index: 1000;
}

.site-title {
    font-size: 23px;
    color: #fff;
    font-family: "yikes";
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 2px;
	margin-bottom: 3px;
	display: none;
}

#header-logo {
    padding-left: 5px;
	float: left;
	width: 35%;
}

#header-resources {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 15px;
}

a.aheader {
    color: #fff;
    text-decoration: none;
}

#bas-page {
    height: 130px;
}

.data-epreuve {
    font-size: 18pt;
    font-weight: bold;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font: 16px/1.5 sans-serif;
    line-height: inherit;
    color: #2c3e50;
    border-bottom: 1px solid transparent;
    font-weight: 700;
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#inscription_mm19_InsBirthdate > select {
    width: 30%;
    float: left;
    margin-right: 10px;
}

#inscription_mm19_InsGender > div {
    width: 100px;
    float: left;
}

#inscription_mm19_InsFFA > div  {
    width: 65px;
    float: left;
}

#inscription_mm19_InsNavette > div  {
    width: 65px;
    float: left;
}

#titre-form {
	color: orange;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #555;
	padding-left: 5px;
}

#form-part {
    background-color: #fff;
    padding: 5px;
	margin-bottom: 40px;
}

#form-part-valid {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    min-width: 300px;
	font-size: 11pt;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.text-muted {
    color: #888;
}

#valid-form {
    text-align: center;
}

body#homepage {
    text-align: center;
    margin-top: 0px;
}

.flyer-home {
    width: 100%;
}


.link-legal {
    color: #2c3e50;
    font-size: 10pt;
}

#block-pres {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 2px;
}

#block-pres > p {
    font-size: 12pt;
}

article.post {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #2c3e50;
    background-color: transparent;
}

.header-home {
    width: 100px;
    margin-top: -80px;
    padding: 5px;
}

.body-container {
	flex: 1;
	min-height: 100px;
	margin-top: 70px;
}

.page-title {
    background-color: #76b82e;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
}

.mod-central {
    max-width: 300px;
    margin: auto;
}

#header-resources > a {
    color: #fff;
}

#header-resources {
    color: #fff;
}

#inscription_mm19_code_promo_InsPaiementCode {
    width: 150px;
    float: left;
}

#inscription_mm19_code_promo_save {
    padding: 5px;
}

#inscription_mm19_file_save {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: lightseagreen;
    border-color: lightseagreen;
}

#code_promo_paiement_save {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: lightseagreen;
    border-color: lightseagreen;
}

.custom-file {
    width: 70%;
    float: left;
}

.btn.btn-primary.btn-lg.addfile {
    padding: 10px 10px 10px 10px;
}

.site-subtitle {
	font-size: 10pt;
	color: #fff;
	font-family: arial;
	letter-spacing: normal;
	display: block;
	width: 125px;
	float: right;
	line-height: 1.1;
}

.course-title {
    font-family: "heroes";
    margin-bottom: 10px;
}

.course-title-3 {
	font-family: "CoffeCake";
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
}

.asso-title {
    font-family: "yikes";
	font-size: 20pt;
}

.course-header {
    width: 235px;
    float: right;
}

.dropdown-menu {
    list-style: none;
    font-size: 15px;
    text-align: center;
}

#bottom-user {
	z-index: 10000000;
	background: transparent none repeat scroll 0% 0%;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	transition: none 0s ease 0s;
	position: fixed;
	bottom: -4px;
	width: 120px;
	height: 35px;
	right: 10px;
	text-align: right;
	padding-right: 10px;
}

#bottom-user > a {
    color: #fff;
}

.container {
    margin-left: 0px;
    margin-right: 0px;
}

.titre_lic {
    font-weight: bold;
}

.btn.btn-primary.btn-lg.color2 {
    background-color: #74ba3b;
    border-color: #74ba3b;
}

.btn.btn-primary.btn-lg.color2:hover {
    background-color: #439402;
    border-color: #439402;
}

#inscription_club_InsClubLicence {
    background-color: lightyellow;
}

#fiche-course {
	background-color: #f0f0f0;
	padding: 5px;
	margin-bottom: 40px;
	min-width: 250px;
	max-width: 250px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	margin-right: 5px;
	display: inline-block;
}

.covid {
	border-style: solid;
	padding: 10px;
	border-color: red;
}

.titrecourse {
	font-weight: bold;
	font-size: 16px;
	color: lightseagreen;
}

.indexuser {
	border-top: 1px solid;
	margin-top: 45px;
}

.course-title-2 {
	font-family: Heroes;
	font-size: 10px;
}

.btn-primary {
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.25);
}

.partcol1 {
	width: 50%;
	float: left;
}

.partcol2 {
	width: 50%;
	float: left;
}

.spdpage {
	margin: 1%;
}

.sppage {
	margin: 1%;
}

.spqpage {
	margin: 1%;
	width: 47.5%;
	box-shadow: 3px 3px 5px 0px #111;
}

.sppage {
	margin: 1%;
	width: 98%;
	box-shadow: 3px 3px 5px 0px #111;
}

.spdpage {
	margin: 1%;
	width: 98%;
	box-shadow: 3px 3px 5px 0px #111;
}

.spppage {
	width: 99%;
	box-shadow: 3px 3px 5px 0px #111;
	margin-left: 0.5%;
	margin-bottom: 3%;
	background-color: #fff;
	text-align: center;
}

#block-pres-sp {
	background-color: transparent;
	padding: 10px;
	border-radius: 10px;
	width: 90%;
	margin: auto;
}

.partenairestxt {
	color: #fff;
	margin: 0.5%;
	font-size: 20px;
	font-weight: bold;
}

.splogo {
	margin: 3%;
}

#inputEmail {
	max-width: 400px;
	margin: auto;
	border-color: #555;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
	background-color: darkturquoise;
	color: #fff;
	font-weight: bold;
}

#reset_password_password_first {
	max-width: 400px;
}

#reset_password_password_second {
	max-width: 400px;
}

hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #bbb;
}

.list-courses {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
}

.coursetxt {
	max-width: 400px;
	margin: auto;
}

.coursetxt2 {
	max-width: 300px;
	max-width: 300px;
	margin: auto;
}

.coursecenter {
	text-align: center;
	margin-bottom: 30px;
}

.flyer-course {
	width: 50%;
	margin-bottom: 12px;
}

.volet1 {
	width: 100%;
	text-align: center;
}