body {
	background: #FFFFFF;
  /*	font-family: "droid_sansregular";*/
  	padding-top:95px;

  	/*background: url('../images/design/bg-1-bis.jpg') no-repeat center fixed;*/
}

.container-slider-home {
	height:550px;
	width:100%;
	overflow:hidden;
	position:relative;
}

#slider-home {
	height:550px;
	width:100%;
}

#slider-home-new{
	min-height:70vh;
	vertical-align:middle;
	display:flex;
}
@media (max-width: 768px) {
	#slider-home-new{
		display:none;
	}
}


.container-slider-home .filter {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    top: 0;
}

.container-slider-home .text {
	position: absolute;
	top: 20%;
	left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    color: #FFFFFF;
}

.container-slider-home .text h1{
	font-size: 60px;
	color: #FFFFFF;
}

.container-slider-home .text p{
	padding: 30px 0px;
}

.container-slider-home .btn {

	border-radius: 7px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 40px;

	-webkit-box-shadow: 0 1px 5px 1px #555;
	box-shadow: 0 1px 5px 1px #555;


}

.container-slider-home .btn.btn-md {
	background: #ea148c;
	border-radius: 7px;
	margin:9px;
	padding: 8px 15px;

	font-size: 13px !important;

	-webkit-box-shadow: 0 1px 5px 1px #555;
	box-shadow: 0 1px 5px 1px #555;
}

.container-slider-home  a.btn{
	color: #FFFFFF;
}

.container-slider-home  a.btn:hover{
	color: #ea148c;
}

.container-slider-home .btn:hover a{
	color: #ea148c;
}

.container-slider-home .btn:hover{
	background: #FFFFFF;
}

#about {
	position: relative;
	margin-top: -15px;
	width:100%;
    height:550px;
    background-image:url(../images/design/desk.jpg);
    background-size: cover;
    background-position:center center;

    display:none;
}

.social-2 {
	position: fixed;
	top: 150px;
	right: -250px;
	z-index: 5;
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 8px 1px #999;
	box-shadow: 0 1px 8px 1px #999;
}

.social-2 ul {
	width:50px;
	margin-bottom:0px;
}

.social-2 li a {
	padding: 8px;
}

.social-2 li i{
	font-size: 35px;
}

.social-2 .loginform {
	width:250px;
	background:rgba(255,255,255,0.8);
	padding:10px;
}


/*#about .filter {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(234, 108, 176, 0.4);
    z-index: 2;
    top: 0;
}

#about .text {
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    color: #FFFFFF;
}

#about .text h1{
	font-size: 75px;
	color: #FFFFFF;
}

#about .text p{
	padding: 30px 100px;
}

#about .btn {
	background: #ea148c;
	border-radius: 7px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 40px;

	-webkit-box-shadow: 0 1px 5px 1px #555;
	box-shadow: 0 1px 5px 1px #555;
}

#about .btn a{
	color: #FFFFFF;
}

#about .btn a:hover{
	color: #ea148c;
}

#about .btn:hover a{
	color: #ea148c;
}

#about .btn:hover{
	background: #FFFFFF;
}*/

#emplois-list {
	margin-top: 30px;
	margin-left: 31px;
}

#emplois-list li {
	border-left: solid 5px #009790;
    padding-left: 45px;
    padding-bottom: 15px;
    position: relative;
    padding-top: 7px;
}

#emplois-list li:first-child {
    padding-top: 0;
}

#emplois-list li a{
	color: #fab300;
}

#emplois-list li img{
	position: absolute;
	left: -28px;
	top: 10px;
	height: 50px;
}

#agenda-list {
	margin-left: 0px;
	margin-top: 30px;
}

#agenda-list li{
	margin-bottom: 15px;
}

#agenda-list .content {
	padding-top: 5px;
	padding-bottom: 5px;
}

#agenda-list .container-date {
	padding: 0;
}

#agenda-list .date {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-radius:10px;
}

#agenda-list .date .day{
	font-size: 35px;
}

#agenda-list .date .month{
	font-size: 20px;
}

#agenda-list .pair .date {
	background: #e30157;
}

#agenda-list .pair .title, #agenda-list .pair a {
	color: #e30157;
}

#agenda-list .impair .date {
	background: #009790;
}

#agenda-list .impair .title, #agenda-list .impair a {
	color: #009790;
}

.article-bis {
	position: relative;
	height:318px;

	background-size: cover;
    background-position:center center;
}

.article-bis .linkoverlay {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(215,125,53, 0.5);
	z-index:1;
}

.article-bis:hover .linkoverlay {
	background:none;
}

.article-bis .description {
    position: absolute;
    top: 5%;
    right: 0;
    height: auto;
    background: #FFFFFF;
    z-index: 2;
    -moz-box-shadow: -1px 1px 3px 0px #656565;
	-webkit-box-shadow: -1px 1px 3px 0px #656565;
	-o-box-shadow: -1px 1px 3px 0px #656565;
	box-shadow: -1px 1px 3px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=224, Strength=3);
	padding: 0px 25px 15px 25px;
	width: 60%;
}

.article-bis .description a {
	color: #eb6c1e;
}

.article-bis .description h2 {
	font-size: 25px;
}

.article-bis .description:before{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 25px;
    content: " ";
    height: 0;
    margin-top: -25px;
    pointer-events: none;
    position: absolute;
    left: -50px;
    top: 50%;
    width: 0;
    z-index: 2;
}

.article-bis .description:after {
  	/* This is the shadow triangle */
  	position:absolute;
	left: -51px;
  	top: 50%;
  	content: '';
  	width: 0;
  	height: 0;
  	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
  	border-color: rgba(255, 255, 255, 0)  rgba(0,0,0, 0.6) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  	border-width: 25px;
  	border-image: none;
    border-style: solid;
  	z-index:1;
  	margin-top: -25px;
}

.article-bis .description p {
	font-size:14px;
}

.breves-full {
	position: relative;
	height:636px;

	background:url(../images/design/breves-full.jpg);
	background-size: cover;
    background-position:center center;
}

.breves-full .container-breve {
	position: absolute;
    top: 80px;
    left: 10%;
    height: 80%;
    width: 70%;
}

.breves-full .container-breve img {
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 10px;
}

.breves-full .container-breve .content {
    position: relative;
    background: #FFFFFF;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 30px;
    height: 100%;
}

.breves-full .container-breve .content .breve {
    margin-bottom: 20px;
}

.breves-full .container-breve .content .breve a{
    color: #e30157;
}

.article-content-columns {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

	-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1150px) {
	.article-content-columns {
		-webkit-column-count: auto;
	    -moz-column-count: auto;
	    column-count: auto;
	}
}

.services {
	margin-top: 50px;
	background:#FFF;
	padding-top:10px;
}

.services h1 {
	font-size: 60px;
	margin-bottom: 60px;
}

.services h2 {
	font-size: 23px;
}

.services p {
	padding-left: 25px;
	padding-right: 25px;
}

.services a {
	display:block;
}

.services a:hover {
	font-size:45px !important;

	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.part-5 .col-lg-6 {
	height: 660px;
	overflow:hidden;
}

.part-5 .filter {
	position: absolute;
	height: 660px;
	width: 100%;
	background-color: rgba(234, 108, 176, 0.4);
    z-index: 2;
    top: 0;
}

.part-5 .content {
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    color: #FFFFFF;
}

.part-5 .content h1 {
	font-size: 60px;
	line-height: 70px;
    margin: 0;
}

.part-5 .form {
	width: 60%;
	right: 0;
	left: inherit;
	top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.part-5 .content input, .part-5 .content textarea {
	width: 100%;
	margin-bottom: 17px;
}

.part-5 a {
	color: #FFFFFF;
}

.part-5 a:hover, .part-5 .btn:hover {
	color: #e30157;
}

.part-5 .content input {
	height: 45px;
	color:#38373a;
	padding:10px;
}

.part-5 .content textarea {
	height: 170px;
	color:#38373a;
	padding:10px;
}

.club-right-col {
	padding-left: 60px;
    border-left: 2px solid #ea148c;
}

.part-5 .content .btn {
	background: #38373a;
	color:#FFF;
	font-weight:bold;
}

.navbar-toggle .icon-bar {
    background: #000000;
}

.search-header input#search{
	height: 60px;
	border: 1px solid #ea148c;
	color: #ea148c;
	padding-left:12px;
}

.contact_source input, .contact_source select{
	width: 200px;
	position: right;
}

.contact_media input {
	margin:auto;
}

.contact_source select#recherche {
	float: right;
}

.list-source {
	border-bottom: 1px solid #ea148c;
	margin: 0px 30px;
	padding-bottom: 10px;
}

.list-source h2{
	margin-top: 10px;
}

input[type=radio].css-checkbox {
	position:absolute; z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:23px;
	height:19px;
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -19px;
}

label.css-label {
	margin-right: 40px;
	background-image:url(../images/design/button_radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.timeresa{
	padding-top: 20px;
}

#ui-datepicker-div {
   /* Pour pas que le datepicker passe sous le menu principal */
   z-index:9999999 !important;
}

.page-club p{
	margin: 0 0 20px;
}

.page-club ul {
	padding-left:20px;
	list-style-type: disc;
	font-size:16px;
}

.page-club ul li {
	margin-bottom:5px;
}

.title-club{
	margin: 0px 0 20px 0;
}

.baniere-club {
	position: relative;
}

.btn-adherer{
	width: 210px;
	height: 45px;
	position: absolute;
	left: 37%;
	bottom: 35%;
	padding: 10px;
}

.download-pdf{
	/*height: 45px;
	left: 53%;
	bottom: 35%;
    padding: 10px;*/
}

.download-pdf-club{
	width: 210px;
	height: 45px;
	position: absolute;
	left: 53%;
	bottom: 35%;
    padding: 10px;
}

.title-agenda{
	margin-left: 30%;
}

.page-club h2 {
	font-size: 25px;
}

@media (max-width: 1399px) {

	.part-5 .content input {
	    height: 40px;
	}

	.part-5 .content textarea {
	    height: 125px;
	}

}


@media (max-width: 1199px) {

	#menu-categorie li {
	    margin: 5px 40px;
	}

	#agenda-list .date .day {
	    font-size: 24px;
	}

	.article-bis .description h2 {
		font-size: 18px;
	}

	.article-bis .description p {
		font-size: 12px;
	}

	.part-5 .content textarea {
	    height: 200px;
	}

}

@media (max-width: 1100px) {
	#menuprinc a {
	    padding: 18px 10px 0 10px;
	    font-size: 14px !important;
	}
}

@media (max-width: 1150px) {
	a.navbar-brand.home {
	    height: 50px !important;
	    padding: 10px !important;
		width:inherit !important;
	}

	a.navbar-brand.home img {
	    width: auto !important;
	    height: 72px !important;
	}

	a.navbar-brand.home img.min {
	    width: auto !important;
	    height: 45px !important;
	}
}

@media (max-width: 991px) {

	#menuprinc a {
	    padding: 18px 10px 0 10px;
	    font-size: 14px !important;
	}

	#about .text h1 {
	    font-size: 65px;
	}

	#agenda-list .date .month {
	    font-size: 15px;
	}

	#agenda-list .date .day {
	    font-size: 20px;
	}

	.article-bis .description h2 {
		font-size: 30px;
	}

	.article-bis .description p {
		font-size: 14px;
	}

}

@media (max-width: 875px) {
	#menuprinc a {
		padding: 18px 5px 0 5px;
		font-size: 13px !important;
	}
}

@media (max-width: 767px) {

	body {
		padding-top: 60px !important;
	}

	#about .text h1 {
	    font-size: 50px;
	}

	#navbar {
	    float: none;
	    padding-right: inherit;
		max-height: 100%;
	}

	#navigation-top {
		display: none !important;
	}

	.navbar {
		height: 60px !important;
	}

	#navbar li{
	    background-color: #FFFFFF;
	}

	a.navbar-brand, a.navbar-brand.home {
	    padding: 3px !important;
	}

	a.navbar-brand>img, a.navbar-brand.home>img {
	    height: 52px !important;
	}

	#menuprinc {
		margin-top: 9px;
	}

	#menuprinc a {
		background: rgba(0,0,0,0.8);
		color:#FFF;
		text-align:left;
		font-size:18px !important;
		padding-left:20px;
	}

	#menuprinc li {
		background: transparent;
	}

	#emplois-list li {
	    padding-bottom: 30px;
	}

	#emplois-list {
	    margin-bottom: 30px;
	}

	.article-bis .description h2 {
		font-size: 25px;
	}

	.article-bis .description p {
		font-size: 14px;
	}

	.navbar-fixed-top {
		/*position: relative;
		margin-top: -60px;
		margin-left: 15px;
		margin-right: 15px;*/
	  z-index: 10;
	}

	.social-2 {
		display: none;
	}
	.container-slider-home .text {
		top:0%;
	}

	.container-slider-home .text h1 {
	    font-size: 32px;
	}

	.part-5 .content textarea {
	    height: 120px;
	}

	.part-5 .form {
	    width: 100%;
	    top: 0px;
	}

	.club-right-col {
		padding-left: 0px;
	    border-left: none;
	}

	.title-agenda{
		margin-left: 0;
		margin-bottom: 20px;
	}

	#agenda-list .container-date {
		padding-right: 15px;
		padding-left: 15px;
	}

	#agenda-list .date {
		padding:10px 15px;
		display: inline-block;
	}
}

@media (max-width: 645px) {

	.article-bis .description h2 {
		font-size: 18px;
	}

	.article-bis .description p {
		font-size: 12px;
	}

	.part-5 .container-form img {
		display: none;
	}

	.part-5 .container-form {
		height: 450px;
		background-image: url(../images/design/form-font.jpg);
		background-size: cover;
	}

	.part-5 .content h1 {
	    font-size: 40px;
	}

	.part-5 .content h1.lobster {
	    font-size: 60px !important;
	}

}

@media (max-width: 550px) {

}
