
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular/Oswald-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-Regular/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular/Oswald-Regular.ttf')  format('truetype'), url('../fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corbel';
  src: url('../fonts/Corbel/Corbel.eot?#iefix') format('embedded-opentype'),  url('../fonts/Corbel/Corbel.woff') format('woff'), url('../fonts/Corbel/Corbel.ttf')  format('truetype'), url('../fonts/Corbel/Corbel.svg#Corbel') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5{
	font-family: oswald-regular, sans-serif;
	text-transform: uppercase;
}
.title{
	text-align: center;
}
.green-title{color: #215b63; /*#4dca8f;*/}
.white-title{color: #fff;}
.blue-title{color: #00435f;}
.blue{color: #337ab7;}
.gray-title{color: #4a4a48;}
.black-title{color: #000;}
a{outline: none;}
a:hover, a:focus, a:active{text-decoration: none;outline: none;}
input, select, textarea{outline: none;}
p.paragraphe {
    font-family: corbel, sans-serif;
    font-size: 17px;
    text-align: justify;
}
p.paragraphe-home {
    text-align: center;
    padding: 0 60px 40px;
    color:#000;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- HEADER (Logo-menu) --------------------------------------- */
header.top-header{
	background: #fff;
	animation: fadein 2s;
}
.scrollmenu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
    -o-animation: fadein 2s; /* Opera */
	opacity: 0.9;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}
.top-header .navbar-default {
    background-color: #fff;
    border: none;
    margin: 0;
}
/*
ul.nav-menu{
	margin: 0;
}
ul.nav-menu li {
    list-style: none;
    float: left;
	position: relative;
}
ul.nav-menu li a{
    font-family: oswald-regular, sans-serif;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	padding: 37px 15px;
    display: inline-block;
    border-bottom: 3px solid transparent;
	transition: 0.3s;
}
ul.nav-menu li a:hover{
	border-color: #3ab57b;
	color: #777;
	transition: 0.3s;
}
ul.nav-menu li a:active, ul.nav-menu li a:focus{
	color: #3ab57b;
	text-decoration: none;
	border-color: #3ab57b;
}
ul.sub-menu {
    position: absolute;
    padding: 0;
    background: rgba(54,20,3,.4);
    z-index: 9;
	width: 180px;
	display: none;
}
ul.sub-menu li {
    width: 100%;
}
ul.sub-menu li a {
    padding: 10px 15px;
    color: #fff;
	border-color: #fff;
	display: inline-block;
	width: 100%;
}
ul.sub-menu li a:hover {
    background-color: #361403;
    color: #fff;
}
ul.nav-menu li:hover > ul.sub-menu{
	display: block;
}
li.connection{
	border-bottom: 3px solid transparent;
}*/
li.connection a.login{
	font-family: corbel, sans-serif;
    color: #fff;
    border: none;
    text-transform: inherit;
    background-color: #3ab57b;
    border-radius: 3px;
    box-shadow: 2px 3px 8px grey;
}
li.connection a.login:hover, li.connection a.login:active, li.connection a.login:focus{
	background-color: #1d965d;
	color: #fff;
}
li.connection:hover{
	border-color: #3ab57b;
}
.dropdown-menu .divider {
    padding: 0;
    margin: 0;
}
.dropdown-menu {
    padding: 0;
	border-top: 3px solid #4dca8f;
}
ul.navright-top li .dropdown-menu > li {
    padding: 0;
	border-bottom: 2px solid #78edb6;
}
.dropdown-menu > li > a {
    padding: 15px 20px;
}
ul.navright-top li {
    padding: 29px 0;
	border-bottom: 3px solid transparent;
}
ul.navright-top li:hover{
	border-color: #3ab57b;
	color: #777;
	transition: 0.3s;
}
ul.navright-top li a{
	font-family: oswald-regular, sans-serif;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}
.connect-form {
    z-index: 9;
    background: rgba(255,255,255,.7);
    right: 0;
    width: 300px;
    padding: 11px 0;
    box-shadow: 4px 6px 8px #000;
    border-radius: 0 0 2px 2px;
    border-top: 3px solid #4dca8f;
	display: none;
}
.connect-active{
	display: block;
}
.connect-form input[type="text"], .connect-form input[type="password"] {
    border: 1px solid #00435f;
    border-radius: 4px;
    padding: 5px 6px;
    font-style: italic;
    margin-bottom: 10px;
	width: 100%;
}
.connect-form input[type="submit"] {
    padding: 5px 6px;
    border-radius: 4px;
    border: none;
    width: 100%;
    background-color: #00435f;
    color: #fff;
    font-family: corbel, sans-serif;
}
.connect-form input[type="submit"]:hover{
	opacity: 0.7;
}
.img-connect {
    float: left;
}
/* ----------------------------------------------------------- */
.container-logo .navbar-brand {
    height: auto;
}
.container-logo .navbar-brand img {
    width: 85%;
}
/* --------------------------------------- HEADER (Logo-menu) --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SLIDER --------------------------------------- */
.owl-carousel.top-slider .owl-dot {
  display: inline-block;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  background: #fff;
  margin-right: 30px;
}
.owl-carousel.top-slider .owl-dot.active{
  background: #3ab57b;
}
.owl-carousel.top-slider .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.item-slider img{
	width: 100%;
}
/* --------------------------------------- SLIDER --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION A PROPOS --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#a-propos {
    padding: 60px 0!important;
}
.title-h2{
	text-align: center;
	position: relative;
}
.section-apropos p {
    color: #000 !important; /*#a6a6a6;*/
    padding: 0 40px;
    text-align: center;
    font-size: 22px;
    font-family: corbel, sans-serif;
    line-height: 25px;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION A PROPOS --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION STRUCTURES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#structures {
    padding: 20px 0 50px;
}
.hierarch p {
    font-family: corbel, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #4a4a48;
    padding-top: 50px;
}
.section-structure hr {
    margin: 0;
    border: none;
    height: 2px;
    background: #0d4d67;
    position: absolute;
    top: 49%;
    width: 100%;
	z-index: -1;
}
.item-hierarch:nth-child(2), .item-hierarch:last-child {
    padding-right: 0;
}
.section-structure .title-h2 .green-title {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.img-struct h3.title-h3 {
    color: #4a4a48;
}
.c-img {
    position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.c-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.5s;
}
.img-struct a {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
	background-image: url(../images/bgvide.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
}
.img-struct a:hover{
	background-color: rgba(0,0,0,.5);
	/* background-color: rgba(77,202,143,.5); */
	transition: 0.5s;
	background-image: url(../images/hover-membres.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.name-struct {
    padding: 0;
    text-align: right;
	position: relative;
}
.name-struct h4 {
    color: #4a4a48;
    line-height: 22px;
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.name-struct a{
	color: inherit;
}
.name-struct a:hover, .name-struct a:focus{
	color: #23527c;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION STRUCTURES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION MEMBRES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#membres{
	background-color: #4dca8f;
	padding: 30px 0 50px;
}
.section-membres p {
    padding: 0 30px;
    margin: 40px 0;
    color: #fff;
    font-family: corbel, sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}
.extra{
	text-transform: uppercase;
	color: #2c2c2c;
}
.more {
    font-style: italic;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
}
.bouton {
    font-size: 22px;
    font-family: corbel, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 3px;
    width: 250px;
    text-align: center;
	padding: 7px 0;
	transition: 0.5s;
}
.lien-membres {
    text-align: center;
}
/* .lien-membres span { */
    /* display: inline-block; */
    /* border: 1px solid #fff; */
	/* margin: 0 30px; */
/* } */
.lien-membres a {
    background-color: #dbf4e9;
	color: #00435f;
	margin: 0 30px;
}
.lien-membres a:hover,.lien-membres a:focus{
	color: #dbf4e9;
	background-color: #00435f;
	transition: 0.5s;
} 
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION MEMBRES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION ACTIVITES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#activites{
	padding: 50px 0;
}
.c-act{
	background-image: url(../images/bg-act.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
}
.c-act p {
    font-size: 22px;
    font-family: corbel, sans-serif;
    text-align: center;
    line-height: 25px;
    padding: 0 60px;
	margin-bottom: 60px;
	color: #fff;
}
p.subtitle-act {
    margin-bottom: 30px;
}
.container-item-act {
    background-color: rgba(13,77,103,0.6);
	text-align: center;
}
.container-item-act a {
    display: inline-block;
    background-color: rgba(13,77,103,0.8);
    padding: 30px 0;
    width: 200px;
	transition: 0.5s;
}
.container-item-act a:hover {
    background-color: #4dca8f;
    transition: 0.5s;
}
.container-item-act a:hover span{
	color: #fff;
	transition: 0.5s;
}
.container-item-act img{
	display: block;
	margin: auto;
}
.container-item-act span {
    display: block;
    color: #4dca8f;
    font-size: 22px;
    text-transform: uppercase;
	text-align: center;
	margin: 15px 0 0;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION ACTIVITES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION GALERIES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#galeries {
    background-color: #ececec;
    padding: 20px 0 40px;
}
.cont-title-gal .title-h2 {
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 2px solid #4dca8f;
}
.cont-text-gal {
    margin-top: 20px;
}
.section-galeries p {
    font-family: corbel, sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
	color: #515151;
}
.item-gal {
    padding: 0;
	position: relative;
}
.item-gal a {
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url(../images/bgvide.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
	transition: 1s;
}
.item-gal a.photo-gal:hover{
	background-color: rgba(77,202,143,.6);
	background-image: url(../images/picto-photo.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
	transition: 1s;
}
.item-gal a.video-gal:hover{
	background-color: rgba(77,202,143,.6);
	background-image: url(../images/picto-video.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
	transition: 1s;
}
.item-gal:hover img{
	-webkit-filter: contrast(200%) brightness(100%);  /* Safari */
    filter: contrast(200%) brightness(100%);
}
.cont-img-gal {
    margin: 25px 0 40px;
}
.lien-gal {
    text-align: center;
}
.lien-gal a {
    background-color: #555555;
	color: #fff;
}
.lien-gal a:hover,.lien-gal a:focus{
	color: #fff;
	background-color: #00435f;
	transition: 0.5s;
} 
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION GALERIES --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION TEMOINS --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section#temoignages {
    padding: 30px 0;
}
.section-temoins .title-h2 {
    margin-bottom: 55px;
}
.item-temoin {
    text-align: center;
}
.item-temoin img {
    /* border-radius: 50%; */
    max-height: 200px;
    max-width: 200px;
}
.item-temoin p {
    font-family: oswald-regular, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    padding: 0 25px;
    margin: 20px 0;
    color: #4a4a48;
}
.item-temoin a {
    font-size: 18px;
    font-family: oswald-regular, sans-serif;
    transition: 0.2s;
}
.item-temoin a:hover {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 18px;
    border-radius: 5px;
    transition: 0.2s;
}
.lien-temoin {
    margin: 40px 0 10px;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- SECTION TEMOINS --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- FOOTER --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
footer#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.social-footer {
    text-align: right;
}
.social-footer a {
    display: inline-block;
    padding: 2% 0;
    margin: 0 2%;
}
.bann-top-footer {
    background-color: rgba(244,244,244,.6);
	padding: 5px 0;
	margin-bottom: 40px;
}
#footer .title-h2{
	text-align: left;
	margin-bottom: 15px;
}
#footer p {
    font-size: 16px;
    line-height: 25px;
    font-family: oswald-regular, sans-serif;
    color: #fff;
}
.item-picto {
    display: inline-block;
    margin-right: 30px;
}
.item-picto:last-child {
    margin: 0;
}
.item-picto img {
    margin-right: 7px;
}
.social-footer img{
	transition: 0.5s;
}
.social-footer img:hover {
    transform: scale(0.9);
    transition: 0.5s;
}
.item-picto span {
    color: #4a4a48;
    font-family: oswald-regular, sans-serif;
    font-style: italic;
}
.picto-contact{
	text-align: center;
	margin-bottom: 30px;
    margin-top: 30px;
}
#footer .copyright p {
    font-size: 14px;
    text-align: center;
    font-style: italic;
	margin: 0;
}
.copyright {
    padding: 15px 0;
    background-color: rgba(0,0,0,.7);
}
.item-picto span a {
    color: #fff;
    text-decoration: none;
}

img.return-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 9;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- FOOTER --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE PROFIL --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
section.section-profil{
	padding: 60px 0;
}
.bann-top-profil {
    background-color: #4dca8f;
}
.text-left-prof {
    padding-left: 0;
}
.bann-top-profil h1, .bann-top-profil h2 {
    float: left;
    display: inline-block;
    margin: 0;
}
.bann-top-profil h1 {
    font-family: oswald-regular, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #337ab7;
    padding: 15px 25px;
    box-shadow: 5px 0px 60px #fff;
}
.bann-top-profil h2 {
    text-transform: capitalize;
    font-size: 28px;
    padding: 0 40px;
	color: #fff;
}
.bouton-profil span {
    display: inline-block;
    float: right;
    padding: 0 15px 0 0;
}
.bouton-profil span a {
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-family: corbel, sans-serif;
	transition: 0.5s;
}
.bouton-profil span a:first-child {
    background-color: #3B5998;
    border-radius: 5px 0 0 5px;
}
.bouton-profil span a:first-child:hover, .bouton-profil span a:first-child:focus{
	background-color: #1f3971;
	transition: 0.5s;
}
.bouton-profil span a:last-child {
    background-color: red;
    border-radius: 0 5px 5px 0;
	transition: 0.5s;
}
/* .bouton-profil span a:last-child:hover, .bouton-profil span a:last-child:focus{ */
	/* background-color: #117cce; */
	/* transition: 0.5s; */
/* } */
.body-profil {
    padding: 30px 0;
    background-color: rgba(97, 97, 97, 0.15);
}
.body-profil img {
    padding-left: 10px;
}
h3.fonction {
    color: #222;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}
ul.cont-lr {
    padding: 20px 0 20px 0;
}
.cont-lr li {
    list-style: none;
    display: inline-block;
    font-family: oswald-regular, sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
    color: #222;
    margin-right: 5px;
}
.cont-lr span {
    color: #555;
    font-size: 20px;
    font-family: corbel, sans-serif;
}
.bottom-profil {
    background-color: rgba(40,40,40,.8);
    padding: 25px 15px;
	text-align: center;
}
.bottom-profil a {
    color: #fff;
    font-family: corbel, sans-serif;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 5px;
}
.bottom-profil a:hover{
	background-color: #444;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE PROFIL --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE ARCHIVE PROFIL --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.top-profil-archive {
    margin: 40px 0 0;
    background-color: rgba(3,3,3,.2);
    padding: 20px 0;
	border-radius: 5px 5px 0 0;
}
.profil-archive .title-profil-archive{
	display: block;
}
.profil-archive, .groupe-page {
    padding: 40px 0 60px;
}
.top-profil-archive a, .list-profil a {
    font-size: 15px;
    font-family: corbel, sans-serif;
    padding: 8px 15px;
    transition: 0.5s;
    text-transform: uppercase;
    color: #00435f;
	display: inline-block;
}
.text-arch span{
	display: block;
    text-align: center;
	position: relative;
}
.text-arch span:first-child {
    padding: 25px 15px 10px;
}
.text-arch span:last-child {
    color: #555;
    font-family: oswald-regular, sans-serif;
    text-transform: uppercase;
    padding: 0 15px 10px;
}
.item-archive {
	overflow: hidden;
	padding: 0 15px;
}
.item-archive img {
    width: 100%;
    transition: 0.5s;
    border-radius: 50%;
    padding: 0 40px 5px;
}
.text-arch span a {
    background-color: #888;
    border-radius: 5px;
    color: #fff;
}
.text-arch span a:hover, .text-arch span a:focus {
    background-color: #4dca8f;
}
.img-arch{
	position: relative;
}
.img-arch a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url(../images/bg-carre.png);
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.5s;
}
.item-archive:hover .img-arch a{
	background-position: center center;
	opacity: 1;
	transition: 0.5s;
}
.item-archive:hover img{
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
	transition: 0.5s;
}
a.ajouter-archive {
    float: right;
    padding: 8px 35px 4px;
    border-radius: 3px;
	margin-left: 10px;
	background-color: #00435f;
    color: #fff;
}
a.ajouter-archive:hover{
	background-color: #337ab7;
	color: #fff;
	border-color: transparent;
}
.line-arch{
	margin-bottom: 15px;
}
.list-profil {
    padding-top: 35px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE ARCHIVE PROFIL --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE FORMULAIRE AJOUT --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.fancybox-slide--iframe .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}
.logo-popup {
    text-align: center;
}
.logo-popup img.logo {
    width: 25%;
}
header.top-header-popup {
    padding: 5px 0;
    background-color: rgba(240,240,240,1);
}
form.form-ajout {
    margin: 30px 0 20px;
}
.form-ajout input, .form-ajout select, .form-ajout textarea {
    width: 100%;
    margin-bottom: 20px;
    font-family: corbel, sans-serif;
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #929292;
    border-radius: 4px;
    color: #111;
}
.form-ajout input[type="file"] {
    width: 65%;
    display: inline-block;
    float: right;
}
.form-ajout input[type="submit"] {
    background-color: #00435f;
    border: none;
    color: #fff;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE FORMULAIRE AJOUT --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE MEMBRE --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.embleme {
    border-bottom: 1px solid gray;
}
.text-groupe h3 {
    font-size: 20px;
    margin-bottom: 0px;
    display: inline-block;
}
.text-groupe span {
    display: inline-block;
    margin-left: 10px;
    font-family: sans-serif;
    font-style: italic;
    color: #666;
}
.text-groupe h3 a {
    padding: inherit;
    font-size: inherit;
    color: #00435f;
    font-family: inherit;
}
.item-archive-groupe:hover h3 a{
	color: #4dca8f;
}
.item-archive-groupe {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
span.line-style {
    display: inline-block;
    background-color: transparent;
    height: 10px;
    width: 100%;
    position: relative;
	overflow: hidden;
	transition: 1s;
}
span.corner {
    position: absolute;
    background-color: #4dca8f;
    height: 15px;
    width: 15px;
    right: -8px;
    bottom: -10px;
    transform: rotate(-40deg);
	transition: 1s;
}
.item-archive-groupe:hover span.line-style{
	border-color: red;
	transition: 1s;
}
.item-archive-groupe:hover span.corner{
	background-color: red;
	transition: 1s;
}
.embleme a {
    padding: 0;
}
.img-embleme input[type="file"] {
    width: 100%;
}
.img-embleme span {
    font-family: corbel, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE MEMBRE --------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.top-profil-archive .selected {
    color: #fff;
    background: #337ab7;
}
.tab, .top-profil-archive .lien-ajouter, .profil-archive h1{
	display: none;
}
.default-active, .top-profil-archive, .profil-archive .default-active{
	display: block;
}
.groupe-page .text-arch span {
    padding-top: 15px;
}
a.bouton-inscription {
    background-color: #17978c;
}
a.bouton-inscription:hover {
    background-color: #4dca8f;
}
a.modifier-groupe:before {
    content: url(../images/picto-modifier.png);
    color: #fff;
    display: inline-block;
    margin-right: 15px;
	float: left;
}
a.bouton-inscription:before, a.ajouter-adherent:before, a.ajouter-groupe:before {
    content: url(../images/inscription.png);
    color: #fff;
    display: inline-block;
    margin-right: 15px;
	float: left;
}
.bouton-profil a.suppr-profil {
    background-color: red;
}
.fonction a {
    float: right;
    font-size: 15px;
    text-align: right;
    margin-right: 15px;
}
span.labeltranche {
    font-family: corbel, sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
/*---------------- SEANCE --------------------*/
.section-seance{
	margin: 40px 0;
}
.j-seance, .h-seance {
    font-family: oswald-regular, sans-serif;
    display: block;
    margin-bottom: 5px;
}
.info-sup-seance h3 {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}
.details-seance {
    float: right;
    padding: 5px 10px;
    font-family: corbel, sans-serif;
    text-transform: initial;
    font-size: 16px;
}
.details-seance:hover{
	background-color: #4dca8f;
	color: #fff;
}
.lieu-seance {
    font-family: corbel, sans-serif;
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin-bottom: 5px;
}
.item-seance {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.item-seance:first-child {
    border-top: 1px solid #e0e0e0;
}
.img-calendrier-sidebar, .item-event-sidebar{
	position: relative;
}
.img-calendrier-sidebar a, .item-event-sidebar a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4dca8f;
    opacity: 0;
	border-radius: 2px;
	transition: 0.5s;
}
.item-event-sidebar {
    padding: 15px;
}
.img-calendrier-sidebar a:hover, .item-event-sidebar a:hover{
	opacity: 0.3;
	transition: 0.5s;
}
.title-widget {
    background-color: #555;
    margin: 0 0 15px;
    color: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.item-sidebar {
    padding-bottom: 15px;
}
.seances {
    padding: 10px 0 30px;
}
.jour-event-sidebar {
    font-family: oswald-regular, sad;
    color: #666;
}
.titre-event-sidebar {
    margin-bottom: 3px;
}
.info-sup-seance p {
    margin: 0;
}
/* SIngle seance */
.menu-details-seance h2 {
    border-bottom: 1px solid;
    float: left;
    position: relative;
	margin: 0;
}
.ajouter-seance {
    font-family: corbel, sans-serif;
    text-transform: initial;
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #337ab7;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 3px;
}
.ajouter-seance:hover, .ajouter-seance:focus{
	background-color: green;
	color: #fff;
}
ul.ul-details-seance {
    float: right;
    list-style: none;
    padding: 0;
}
ul.ul-details-seance li {
    float: left;
    margin: 0 2px;
    padding: 5px 15px;
    background-color: #f5f5f5;
    color: rgb(51, 122, 183);
    font-size: 15px;
    font-family: corbel, sans-serif;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
ul.ul-details-seance li:hover {
    background-color: #555;
    color: #fff;
    border-color: transparent;
}
ul.ul-details-seance li.suppr-seance {
    background-color: red;
    color: #fff;
    border-radius: 2px;
    border-color: transparent;
}
li.modif-s:hover a, li.defr-s:hover a, li.info-s:hover a{
	color: #fff;
}
.label-form, .labelphoto {
    display: block;
    font-size: 16px;
    font-family: corbel, sans-serif;
    margin-bottom: 5px;
}
input[type="checkbox"] {
    width: auto;
}
label{
	font-family: corbel, sans-serif;
	font-size: 15px;
	font-weight: 100;
}
.checkbox-s {
    float: left;
    width: 33.33333333333333%;
}
.date-time h4, .responsable-s h4 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 25px;
}
.lieu-seance h4 {
    display: inline-block;
    margin: 0 5px 0 0;
}
.lieu-seance.lieu-single {
    cursor: pointer;
}
.lieu-seance.lieu-single a:hover {
    text-decoration: underline;
}
.item-resp-s img {
    width: 33.333333%;
    float: left;
}
.nom-resp-s {
    display: block;
    margin-left: 15px;
    float: left;
    font-family: oswald-regular, sans-serif;
    font-size: 15px;
}
.line-resp-s {
    margin-bottom: 10px;
}
.img-info {
    text-align: center;
}
.section-information {
    padding: 20px 0;
}
.section-information p {
    font-family: corbel, sans-serif;
    font-size: 16px;
}
div#defraiement {
    padding-top: 15px;
}
.line-form-def span {
    color: #fff;
	font-family: oswald-regular, sans-serif;
}
.line-form-def .spanDefr {
    font-size: 16px;
    font-family: corbel, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.line-form-def {
    margin-bottom: 5px;
}
form.form-defr {
    background-color: #4dca8f;
    padding: 15px 0;
}
.line-form-def input {
    width: 60%;
    border: none;
    padding: 5px 10px;
    font-family: oswald-regular, sans-serif;
    font-size: 14px;
}
.line-form-def input[type="checkbox"] {
    width: auto;
}
.line-form-def label {
    margin-left: 5px;
    color: #fff;
}
h3.title-covoiturage {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin: 0;
}
.title-covoiturage i {
    font-family: corbel, sans-serif;
    font-size: 15px;
    text-transform: initial;
    display: inline-block;
    margin-left: 15px;
    background-color: red;
    padding: 1px 10px;
    color: #fff;
}
.section-message h4 {
    text-align: center;
    background-color: #555555;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}
.section-message {
    border: 1px solid #555;
    padding: 0;
    border-radius: 5px;
    overflow: auto;
	max-height: 820px;
}
.head-msg {
    background: #4dca8f;
    padding: 15px 0;
}
.item-msg {
    margin: 15px;
    border: 1px solid #4dca8f;
    border-radius: 5px;
}
.head-msg img {
    width: 70px;
    float: left;
    border-radius: 50%;
	margin-left: 10px;
}
.test-right-c {
    float: left;
    margin: 12px 0 0 10px;
}
.test-right-c h5 {
    margin: 2px 0 5px;
    font-family: oswald, sans-serif;
    color: #fff;
	font-size: 16px;
}
.heure-post {
    color: #fff;
    font-size: 15px;
    font-family: corbel, sans-serif;
}
p.message {
    padding: 10px;
    margin: 0;
}
.info-covoiturage {
    padding-top: 30px;
}
form.form-msg {
    background-color: #555555;
    padding: 15px;
}
.form-msg textarea {
    width: 100%;
    border: none;
    height: 90px;
    border-radius: 4px;
    padding: 8px;
    font-family: corbel, sans-serif;
    font-size: 14px;
}
.form-msg input[type="submit"] {
    background-color: #fafafa;
    border: none;
    font-family: oswald-regular, sans-serif;
    padding: 3px 25px;
    border-radius: 3px;
}
.container-msg {
    max-height: 600px;
    overflow: auto;
}
ul.list-details-covoiturage {
    padding: 0;
	margin-bottom: 40px;
}
.list-details-covoiturage li {
    list-style: none;
    float: left;
	border-right: 1px solid #b5b5b5;
}
.list-details-covoiturage li:last-child {
    border: none;
}
.list-details-covoiturage li p {
    display: block;
    font-family: corbel, sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
    background-color: #e6e6e6;
    padding: 5px;
    color: #1b5a06;
    border-radius: 2px;
}
span.label-covoi, .list-details-covoiturage span.label-convoi {
    display: block;
    font-family: oswald, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
p.comm-covoi {
    font-family: corbel, sans-serif;
    font-size: 16px;
    text-align: justify;
}
.menu-details-seance {
    margin: 40px 0 0;
}
h3.title-presence {
    margin: 0 0 20px;
}
.line-presence {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 10px 0 15px;
    border-radius: 3px;
}
.infos-pres {
    display: block;
    font-family: corbel, sans-serif;
    font-size: 15px;
}
.title-presence a {
    float: right;
    font-family: corbel, sans-serif;
    text-transform: none;
    font-size: 16px;
    padding: 4px 20px;
    display: inline-block;
    background: #653298;
    color: #fff;
}
.title-presence a:before{
	content: "+ ";
	display: inline-block;
	margin-right: 5px;
}
.logo-popup.logo-modal {
    text-align: left;
    float: left;
}
.logo-popup.logo-modal img.logo {
    width: 50%;
}
.line-presence-modal .infos-pres {
    background-color: #efefef;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.note-pres p {
    font-family: corbel, sans-serif;
    font-size: 15px;
}
.line input {
    font-family: oswald-regular, sans-serif;
    font-size: 14px;
    border: 1px solid #00435f;
    border-radius: 4px;
    padding: 5px 6px;
    margin-bottom: 10px;
}
.line textarea {
    font-family: corbel, sans-serif;
    font-size: 14px;
    border: 1px solid #00435f;
    border-radius: 4px;
    padding: 5px 6px;
    margin-bottom: 10px;
    width: 100%;
    height: 90px;
}
a.annule-covoiturage {
    font-family: corbel, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    color: red;
    font-style: italic;
    text-transform: none;
}
a.rendre-dispo {
    font-style: italic;
    background-color: green;
    font-family: corbel, sans-serif;
    font-size: 15px;
    text-transform: initial;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
    color: #fff;
}
a.ajouter-automobile {
    font-family: corbel, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    background-color: rebeccapurple;
    font-style: italic;
    text-transform: none;
    padding: 2px 10px;
}

.noColor{
    color:inherit;
    text-decoration: none;
}

/*---------------- SEANCE --------------------*/
.navbar-toggle{
	margin-top: 15px;
}
section{
	/*overflow: hidden;*/
    overflow: visible !important;
}
/* RESPONSIVE */
@media ( max-width: 1024px ){
	ul.nav-menu{
		padding: 0;
	}
	ul.nav-menu li a{
		padding: 37px 7px;
	}
	ul.sub-menu li a {
		padding: 10px 15px;
	}
	.navbar-nav > li > a{
		padding: 15px 8px;
	}
}

@media ( max-width: 800px ){
.logo {
	display: block;
	margin: auto;
	width: 30%;
	padding-top: 5px;
}
ul.nav-menu li a {
    padding: 20px 7px;
}
li.connection {
    padding: 15px 0;
}
header.top-header{
	border: none;
}
.connect-form{
	top: 61px;
}
ul.sub-menu li a {
		padding: 10px 15px;
	}
.c-img img{
	width: 100%;
}
.name-struct h4{
	position: relative;
}
.name-struct {
    text-align: inherit;
    padding: 15px;
}
.hierarch p {
    padding-top: 0;
}
.bp-left, .bp-right {
    width: 50%;
    float: left;
}
.body-profil img {
    padding: 0;
    width: 100%;
}
h3.fonction {
    margin: 0;
}
ul.cont-lr {
    padding: 20px 0 0 0;
}
.line-arch > div{
		width: 50%;
		float: left;
	}
}

@media ( max-width: 768px ){
	.img-struct {
    float: none!important;
}
.lien-membres a {
    text-align: center;
    margin-bottom: 10px;
}
.container-item-act a {
    margin: 5px 0;
}
.picto-contact {
    text-align: left;
}
.item-picto {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.logo-footer img {
    margin: auto;
}
.social-footer {
    text-align: center;
}
.item-gal img {
    width: 100%;
}
.container-logo .navbar-header {
    float: none;
}
.container-logo .navbar-brand img {
    width: 35%;
    margin: auto;
}
.container-logo .navbar-brand {
    width: 100%;
}
.info-sup-seance h3 {
    margin: 10px 0 5px 0;
}
.menu-details-seance h2 {
    margin-bottom: 15px;
}
.img-seance {
    float: left;
}
.item-resp-s {
    margin-bottom: 10px;
}
ul.ul-details-seance {
    float: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
ul.ul-details-seance li {
    float: none;
    display: inline-block;
    margin-bottom: 8px;
}
.ajouter-seance {
    display: block;
    position: relative;
    float: right;
}
.menu-details-seance h2 {
    margin-bottom: 15px;
    float: none;
    padding-bottom: 15px;
}
.section-information {
    padding: 20px 15px;
}
.sidebar-right {
    margin-top: 30px;
}
.list-details-covoiturage li {
    margin-bottom: 15px;
	margin-top: 15px;
}
.container-trajet {
    padding-bottom: 20px;
}
.j-seance, .h-seance {
    display: inline-block;
    margin-right: 15px;
}
}

@media(max-width: 767px){
	ul.navright-top li{
		padding: 0;
	}
	.connect-form {
    top: inherit;
		bottom: 50px;
		left: 30%;
		box-shadow: 0px -1px 1px #999;
		border-top: none;
		border-bottom: 3px solid #4dca8f;
		border-radius: 2px 2px 0px 0px;
	}
	.img-connect {
		float: none;
		text-align: center;
	}
}

@media ( max-width: 620px ){
	.text-left-prof {
    text-align: center;
}
.bann-top-profil h1, .bann-top-profil h2 {
    float: none;
}
.bouton-profil span {
    float: none;
    padding: 0;
}
.bouton-profil {
    text-align: center;
}
.bann-top-profil h2 {
    padding: 0 0 0 15px;
}

}

@media ( max-width: 567px ){
	.top-profil-archive {
    text-align: center;
}
a.ajouter-archive {
    float: none;
    width: 70%;
    margin: 15px auto 0;
}
}

@media ( max-width: 520px ){
	.connect-form{
		left: 10%;
	}
	.bp-right {
    width: 100%;
    margin-top: 15px;
}
    .container-logo .navbar-brand img {
    width: 90%;
}
.img-seance{
	float: none;
}
.info-sup-seance {
    margin-top: 10px;
}
.list-details-covoiturage li {
    margin-bottom: 15px;
    margin-top: 15px;
    float: none;
    border: none;
}
h3.title-covoiturage {
    text-align: center;
}
.title-covoiturage i {
    display: block;
    margin: 10px auto;
    width: 60%;
}
a.rendre-dispo {
    display: block;
    width: 60%;
    margin: 10px auto;
}
}


@media (max-width: 412px){
	.line-arch > div{
		width: 100%;
		float: none;
	}
	.line-form-def input {
		width: 100%;
	}
	.menu-details-seance h2{
		text-align: center;
	}
	.ajouter-seance {
    display: inline-block;
    width: 60%;
	float: none;
    margin-left: 0;
}
}

@media ( max-width: 375px ){
	.connect-form{
		left: 0;
		width: 100%;
	}
	.testimony {
		width: 100%!important;
		overflow: hidden;
		display: block!important;
		position: relative!important;
		float: none!important;
		top: inherit!important;
		left: inherit!important;
	}
	.social-footer img {
    width: 100%;
}
.social-footer a{
	width: 40px;
}
}
.color_black{
    color:#000 !important;
}
.font_timeroman{
    font-family: "Times New Roman", Times, serif !important;
}
.img_part_acc{
    height: 50px;
    width: auto;
    border: 1px solid red;
}
.nav-tabs li{
}
.nav-tabs li a{
    
}
.nav-tabs li a:active{
    background-color: #3ab57b;
    color: #3ab57b;
    text-decoration: none;
    border-color: #3ab57b;
}

/*
ul.nav-menu{
    margin: 0;
}
ul.nav-menu li {
    list-style: none;
    float: left;
    position: relative;
}
ul.nav-menu li a{
    font-family: oswald-regular, sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 37px 15px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}
ul.nav-menu li a:hover{
    border-color: #3ab57b;
    color: #777;
    transition: 0.3s;
}
ul.nav-menu li a:active, ul.nav-menu li a:focus{
    color: #3ab57b;
    text-decoration: none;
    border-color: #3ab57b;
}
ul.sub-menu {
    position: absolute;
    padding: 0;
    background: rgba(54,20,3,.4);
    z-index: 9;
    width: 180px;
    display: none;
}
ul.sub-menu li {
    width: 100%;
}
ul.sub-menu li a {
    padding: 10px 15px;
    color: #fff;
    border-color: #fff;
    display: inline-block;
    width: 100%;
}
ul.sub-menu li a:hover {
    background-color: #361403;
    color: #fff;
}
ul.nav-menu li:hover > ul.sub-menu{
    display: block;
}
li.connection{
    border-bottom: 3px solid transparent;
}

*/

.sidebar-nav-v1.list-group li{
    border-right: 0;
    border-left:  0;
}

.sidebar-nav-v1.list-group li.active{
    background-image: linear-gradient(to right, #3ab57b, #FFF);
    border-color:#fff;
}
.perso.pagination>li>a, .perso.pagination>li>span { font-family: 'time Roman'; text-decoration: none; margin: 0 5px; border:0px;border-radius: 50% !important;font-size: 20px; width: 40px; height: 40px; }

.info_cookies {
    height: 0px;
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 1;
    padding: 0 !important;
    color:#fff;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
}

.info_cookies_sh{
    height: 200px;
}

.info_cookies_info{
    height: 0px;
    box-shadow: 0px -3px 10px rgba(50, 50, 50, 0.2);
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #fff; 
    opacity: 1;
    padding: 0 !important;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
}

