@media only screen and (min-width: 768px) 
{
	
	#main {
	flex: 1;
	min-height: 100px;
	padding: 10px 0px 25px 0px;
	/* padding-bottom: 10px; */
	padding-bottom: 25px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0);
	max-width: 1400px;
	margin: auto;
}


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

.logo-header {
	margin: auto;
	max-width: 210px;
	margin-top: 0px;
	margin-left: -15px;
	z-index: 1000;
	position: absolute;
}

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

.navbar-default {
    background-color: #74ba3b;
    border-color: transparent;
    border-radius: 15px 15px 0px 0px;
    max-width: 1094px;
    margin: auto;
}

.navbar-toggle {
	position: relative;
	margin-right: 0px;
	padding: 14px 10px;
	margin-top: 13px;
	margin-bottom: 13px;
	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;
}


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


.site-title {
    font-size: 35px;
    color: #fff;
    font-family: "Cabin";
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 2px;
	display: block;
}


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

.logo-header {
	margin: auto;
	max-width: 260px;
	margin-top: -10px;
	margin-left: 20px;
	z-index: 1000;
	position: absolute;
}

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

#form-part {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

.form-group {
	position: relative;
	float: left;
	width: 100%;
}

#form-part-valid {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 40px;
	min-width: 300px;
	max-width: 600px;
	border-radius: 10px;
	margin: auto;
	display: flex;
}

#form-part-valid-2 {
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 40px;
    min-width: 300px;
    max-width: 600px;
    border-radius: 10px;
    margin: auto;
}

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

.text-muted {
	color: #888;
}

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


.flyer-home {
    height: auto;
    width: 100%;
    box-shadow: none;
}

.block-home {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    color: #ed791e;
    margin-bottom: 20px;
    min-height: 600px;
	box-shadow: 3px 3px 5px 0px #555;
}

.block-home-1 {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0px;
    padding: 15px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
	margin-top: 0px;
    min-height: 600px;
    box-shadow: 3px 3px 5px 0px #555;
	display: inline-block;
}


#block-pres {
	background-color: transparent;
	padding: 10px;
	border-radius: 10px;
}

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


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


.nav > li, .nav > li > a {
	position: relative;
	display: -webkit-inline-flex;
}

.navbar-right {
	float: left !important;
	margin-right: 0px;
	display: flex;
	flex-direction: row-reverse;
}


.dropdown-menu {
    list-style: none;
    font-size: 15px;
    text-align: left;
    bottom: 100%;
    top: unset;
}

.timeline-info {
    max-width: 150px;
    min-width: 100px;
    text-align: center;
    height: 50px;
    line-height: 1.5;
    vertical-align: middle;
    padding-top: 4px;
}

.timeline-arrow {
    width: 20px;
    height: 50px;
    line-height: 1.5;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.site-subtitle {
    font-size: 20px;
    color: #fff;
    font-family: Cabin;
    letter-spacing: normal;
    width: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}

#homepage > .body-container {
    background-color: transparent;
    box-shadow: none;
	margin-top: 0px;
}

#bottom-user {
    z-index: 10000000;
    background: transparent none repeat scroll 0% 0%;
    overflow: hidden;
    display: block;
    margin: 0px;
        margin-top: 0px;
    padding: 0px;
    border: 0px none;
    transition: unset;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 30px;
    right: 0px;
    float: right;
    margin-top: 30px;

}

#block-home-btn {
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
}

.block-home-1 {
	background-color: rgba(255,255,255,.9);
	border-radius: 0px;
	padding: 5px;
	text-align: left;
	color: black;
	margin-bottom: 20px;
	height: auto;
	box-shadow: none;
	margin-top: 0px;
	display: block;
	min-height: auto;
}

.block-home-2-a {
    display: none;
}

.block-home-2-b {
    background-color: rgba(255,255,255,.9);
    border-radius: 0px;
    padding: 10px;
    text-align: left;
    color: black;
    margin-bottom: 10px;
	padding-top: 3px;
}

.block-home-2-c {
	background-color: transparent;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 3px;
	float: left;
	width: 100%;
}

.block-header-2-a {
	border-radius: 10px 0px 0px 10px;
	font-size: 14pt;
	display: block;
	position: relative;
	padding: 0px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

	
.img_home_mob {
	display: none;
}


#block-title-admin {
	font-size: 21.2px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

#fond-block-title {
	width: auto;
	border-radius: 10px 0px 0px 0px;
}


li {
    margin-bottom: 0em;
}

.block-contact {
    background-color: #f8ca1b;
    border-radius: 0px 15px 15px 0px;
    text-align: left;
    font-family: Cabin;
    background-image: url("../img/social/email.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: 10px;
    background-position-y: center;
    float: left;
    position: fixed;
    width: 70px;
    bottom: 50px;
    height: 50px;
	z-index: 1001;
	padding-left: 70px;
}

.block-contact-full {
	background-color: #f8ca1b;
	border-radius: 0px 15px 15px 0px;
	text-align: left;
	font-family: Cabin;
	background-image: url("../img/social/email.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position-x: 10px;
	background-position-y: center;
	float: left;
	position: fixed;
	width: 164px;
	bottom: 50px;
	height: 50px;
	z-index: 1001;
	padding-left: 70px;
	color: #000;
	display: none;
	font-size: 14pt;
	padding-top: 9px;
}

.thumb_rea {
	width: auto;
	float: left;
	height: auto;
	background-color: transparent;
	padding: 5px 10px 5px 0px;
	margin-bottom: 0px;
	margin-right: 0%;
	position: relative;
}

.thumb_rea25 {
	width: auto;
	float: left;
	height: auto;
	background-color: transparent;
	padding: 5px 10px 5px 0px;
	margin-bottom: 0px;
	margin-right: 0%;
	width: 33%;
}

.thumb_rea > a > img {
    width: 100%;
}

.page {
    margin-top: 90px;
}

.img_home {
    width: auto;
}

#header-resources > a {
    color: #fff;
    position: absolute;
    right: 200px;
}

nav a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 15px 10px 15px;
}



#article-media {
    text-align: center;
}


#adminadd {
    text-align: center;
    position: fixed;
    bottom: 50px;
    display: block;
    left: 49%;
}

nav input[type="checkbox"]:checked + ul {
	/* transform: translateY(-90%); */
	display: inline-block;
	flex-flow: column;
	margin: 0px;
	float: right;
	position: fixed;
	right: 35px;
	z-index: 1000;
	bottom: 0px;
	/* margin: 0px; */
	width: 100%;
}

#historyback {
    padding: 5px 0px 0px 5px;
    margin: auto;
    width: 96%;
}

#taglist {
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0);
	margin-top: 15px;
	width: 100%;
	text-align: left;
}

.thumb_rea_home {
	width: auto;
	float: left;
	height: auto;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 0%;
}

}

@media only screen and (min-width: 1200px) 
{
	#historyback {
		padding: 5px 0px 0px 5px;
		margin: auto;
		width: 880px;
		margin-top: 60px;
		margin-bottom: -20px
	}
	
	.container.body-container {
		width: 100%;
		margin: auto;
		margin-bottom: 100px;
		margin-top: 20px;
		
	}
	

}