@font-face {
	font-family: "CenturySchoolbook";
	src: url('CENSCBK.TTF');
}

@font-face {
	font-family: "Forte";
	src: url('FORTE.TTF');
}

@font-face {
	font-family: "FranklinGothicBook";
	src: url('FRABK.TTF');
}

#main {
    flex: 1;
    min-height: 100px;
    padding: 10px;
        padding-bottom: 10px;
    padding-bottom: 25px;
    border-radius: 0px;
    background-color: rgba(255,255,255,.95);
	float: left;
}

a {
    color: #64328a;
    text-decoration: none;
}

.container.body-container {
	margin-top: 20px;
}

.h2, h2 {
    font-size: 26px;
}

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

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

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

.col-1 {
    width: 49%;
    float: left;
	margin-right: 2%;
}

.col-2 {
    width: 49%;
    float: left;
}

#block-title {
    font-family: Forte;
    font-size: 21px;
	line-height: 25px;
	margin-bottom: 10px;
}

.navbar-default {
    background-color: #74ba3b;
    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: #2c3e50;
    background-image: none;
    border: 1px solid #2c3e50;
    border-radius: 28px;
    float: unset;
}

.navbar-default .navbar-toggle {
    border-color: #2c3e50;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #2c3e50;
	border-color: #2c3e50;
    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;
	z-index: 11;
}

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


.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: 75%;
    margin-left: -15px;
    margin-top: 15px;
    border-top: 100px solid #fff;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
}

#header-logo > a {
    margin-top: -100px;
    display: block;
}

#header-resources {
    width: 25%;
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 15px;
    margin-right: 0px;
    margin-top: 0px;
    border-bottom: 100px solid #64328a;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
}

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: #aaaaaa;
	font-size: 16pt;
	margin-bottom: 20px;
}

#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;
}


.flyer-home {
    width: 100%;
}


#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: transparent;
    padding: 0px;
    border-radius: 0px;
	border-bottom: solid 1px #ccc;
}

body#blog_index article.post {
    margin-bottom: 2em;
}

.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;
}

.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;
}

.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: 60px;
    height: 35px;
    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;
    max-width: 300px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
}

#article-news > a {
	color: black;
	font-size: 11pt;
	font-weight: bold;
}

h2 {
    line-height: 1;
    font-weight: ;
}

#thumb_rea {
    width: 50%;
}

.label {
    display: inline;
    padding: .2em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #64328a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #fff;
}

.label-default:hover{
    background-color: #fff;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #dddddd;
}

a.label:focus, a.label:hover {
    color: #64328a;
    text-decoration: none;
    cursor: pointer;
}

.logo-header-2 {
    width: 30px;
    margin-top: 30px;
}

.logo-header-2 {
    width: 30px;
    margin-top: 45px;
    margin-right: 20px;
}

.label-success {
	background-color: #f8ca1b;
}

#fond-block-title {
    background-color: rgba(255,255,255,.9);
    padding: 5px;
    width: 24%;
    margin-bottom: 5px;
    border-radius: 10px 0px 10px 0px;
}

#taghighlight {
	color: #64328a;
	padding: 7px;
	width: auto;
	border-radius: 5px;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	background-color: #f8ca1b;
	font-weight: bold;
}

#block_head_page {
    display: flex;
    width: 100%;
}

#historyback {
    padding: 5px 0px 0px 5px;
}

.adminad {
    width: 60px;
}

#adminadd {
	text-align: center;
	position: fixed;
	bottom: 8px;
	display: block;
	left: 40%;
	z-index: 50000;
}

.imgadmin {
	width: 100%;
	margin: 2px;
}

.thumb_rea_admin {
	width: 150px;
	float: left;
	height: 270px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 1%;
	position: relative;
}

.btn-success {
	color: #fff;
	background-color: #64328a;
	border-color: #64328a;
}

textarea.form-control {
	height: 200px;
}

#maincenter {
    text-align: center;
}

.tarteaucitronAlertBigBottom {
    bottom: 90px;
}

#cookieconsent\:desc {
    font-size: 10pt;
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.2em 1em 0.2em 1em;
	height: 100%;
}

.cc-compliance {
	display: block ruby;
}

.section.actions {
	display: inline-table;
	width: 100px;
	margin-top: 40px;
	position: relative;
}

.section.actions > a {

    color: #fff;
	margin-top: 4em;

}

#admin {
    background-image: none;
    background-color: darkslateblue;
	padding: 5px;
}

#notifnew {
	width: 30px;
	height: 30px;
	background-color: red;
	border-radius: 15px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 3px;
}

#admin > div > h1 {
    color: #fff;
}

.loader-img {
    margin-top: 46vh;
	width: 60px;
}

#block-home-ctn > p > img {
    max-width: 100%;
}

#map {
    height: 400px;
}

a.listags {
    color: rgb(44, 62, 80);
    font-family: Forte;
    font-size: 12pt;
    display: block;
    margin-left: 5px;
}

a.listagsselect {
    color: #f8ca1b;
	background-color: rgb(44, 62, 80);
    font-family: Forte;
    font-size: 12pt;
    display: block;
    margin-left: 5px;
}

a.listags:hover {
	color: #64328a;

}

a.listagsadmin {
    color: rgb(44, 62, 80);
    font-size: 12pt;
    display: block;
    margin-left: 5px;
}

a.listagsadminselect {
    color: #f8ca1b;
	background-color: rgb(44, 62, 80);
    font-size: 12pt;
    display: block;
    margin-left: 5px;
}

.featuredstar {
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
	display: block;
	color: lightgreen;
	position: absolute;
	top: 0;
	right: 0;
}

#media_edit_Featured {
    margin-bottom: 40px;
}

.img_media_small {
	width: 180px;
	margin-top: 27px;
	margin-left: -11px;
}

.city, .city > p {
	font-size: 9pt;
}

.content-block {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color: #555;
	color: #555;
}

.content-block:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

#background_screen {
	background-image: url("../img/screen.png");
	background-size: cover;
	width: 250px;
	background-position-x: center;
	text-align: center;
	margin: auto;
}

.btn.btn-primary {
	width: 100%;
}

#floating-panel {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
}

.alert.alert-dismissible.alert-alert.fade.in {
	background-color: orangered;
	width: 868px;
	color: #fff;
	font-weight: bold;
}

#news_img_index_left {
	background-size: cover;
	height: 300px;
	background-position: center;
	width: 50%;
	float: left;
}

#news_img_index_right{
	background-size: cover;
	height: 300px;
	background-position: center;
	width: 50%;
	float: right;
}

#news_content_index_right {
	width: 50%;
	float: right;
	height: 300px;
	padding-left: 20px;
}

#news_content_index_left {
	width: 50%;
	float: left;
	height: 300px;
	padding-left: 20px;
}

#article-news-1 {
	width: 100%;
	float: left;
	flex: 1;
	min-height: 100px;
	background-color: rgba(255, 255, 255, .9);
	padding: 10px;
	padding-bottom: 25px;
	border-radius: 0px;
	box-shadow: 10px 10px 12px 0px #888;
	margin-top: 0px;
	margin-bottom: 40px;
}

article.post {
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
	text-align: left;
	width: 100%;
	float: left;
}

.post-show-content {
	float: left;
	width: 50%;
}

.post-show-img {
	float: left;
	width: 50%;
}

