@charset "UTF-8";
/* CSS Document V2.1 */


/* ==================== TEST ============= */



.rouge {
	background-color: #FF0000;
}
.jaune {
	background-color: #FFFF00;
}
.bleu {
	background-color: #CC66FF;
}
/* ================ Global Styles ================ */


html, body {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #4c4c4c;
	text-align: justify;
	font-size: 1.5em;
}

@media (max-width:767px) {
body {
	font-size: 16px;
}
}

.container[id="MainContent"] {
	min-height: 700px;
}

a {
	color: #0000FF;
}

p {
	text-align: justify;
}

.contenu {
	min-height: 600px;
}

.contenu p img {
	float: right;
}

ul {
	color: #1c70b8;
	list-style: none;
}

#contenu ul {
	list-style: circle;
}

li {
	margin-bottom: 8px;
	color: #333;
	/*background: url(../images/Puce.png) no-repeat 0px 5px;*/
}

.img-home-portfolio {
	margin-bottom: 10px;
}

.left {
	margin: 0 20px 5px 0;
}

.right {
	margin: 0 0 5px 20px;
}

h1 {
	color: #364a6d;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 0;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #364a6d;
	padding-bottom: 2px;
	text-align:left;
}

h1 small {
	display: block;
	color: #7d7d7d; 
	font-weight: bold;
	text-transform: none;
}

h2 {
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	color: #6D582B;
	font-weight: normal;
	text-align: left;
}

h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #7c632d;
}

h4 {
	color: #7f7f7f;
	font-size: 18px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop50 {
	margin-top: 50px;
}

blockquote {
	margin: 40px 0 20px 40px;
	padding-left: 40px;
}


/* ====================== Page Sections ======================== */


.section {
	padding: 0px;
}

.section-colored {
	background-color: #FFF;
}

.formContactFormulaire {
	background-color: rgba(111,139,186,0.2);
	padding: 20px;
	border-radius: 3px;
}

/* ============================================= bouton ================= */

.btn-primary {
	background-color: #19bcb9;
	border-color: #19bcb9;
	border-radius: 2px;
	transition-property: background;
	transition-duration: 0.5s;
}
.btn-primary:hover {
	border-color: #128785;
	background-color: #19bcb9;
	color: #128785;
}

/* ============================================ fil ariane ================== */


.ariane {
	margin: 10px 0px;
	background-color: #c3c3c3;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
}

.ariane a {
	color: #505050;
}

/* ========================================== Divers ================== */


.btn-default {
	background-color: #415a85;
	border-color: #364a6d;
	color: #FFF;
	transition-property: background;
	transition-duration: 0.5s;
}

.btn-default:hover {
	background-color: #506c9d;
	border-color: #364a6d;
	color: #FFF;
}

.mainContent {
	min-height: 400px;
}

/* ======================================== contenu principal pages produits ================== */


#centre img {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 2px;
	border: 0px solid #7E829A;
	border-radius: 5px;
}


 @media (max-width:767px) {
	 
	#centre {
		padding: 0 20px;
	}

	#centre p, #centre h3 {
		width: 100%;
		clear: both;
		font-size: 150%;
	}

	#centre img {
		float: left;
		clear: both;
	}

}

/* ====================================== entete ==================== */

.enteteSite {
	background-color: #edf4fe;
	padding-bottom: 0px;
}

.logoPrincipal {
	background-color: #fff;
	text-align: center;
	width: 120px;
}

.logoPrincipal img {

	width: 110px;
}

 @media (min-width:999px) {
	 
	.logoPrincipal {
		min-height: 120px;
	}

	.header img {
		margin-top: 20px;
	}

}

.logoPrincipal img {
	margin-top: 10px;
	width: 100px;
}

.recherche_top {
	/* background-color: #fff */
}

.rechercheEntete input[type="text"] {
	border: 1px solid #6F8BBA;
	min-height: 60px;
	border: 0px;
	padding-left: 15px;
	color: #428BCA;
	border-radius: 0px;
	border: none;
}

.rechercheEntete input[type="text"]:hover {
}

.rechercheEntete input[type="submit"] {
	border: 1px solid #6F8BBA;
	min-height: 60px;
	border: 0px;
}

.rechercheEntete .input-group-addon {
	border: 0px;
	border-radius: 0px;
	/* background-color: #FFFFFF; */
	color: #428BCA;
	padding: 0 20px;
	cursor: pointer;
}

.espaceAherentsEntete a {
	display: block;
	min-height: 60px;
	line-height: 60px;
	color: #FFF;
	padding-left: 12px;
	text-align: center;
	/* background: url(../images/bg_adherentsEntete.png) no-repeat bottom right #19bcb9; */
	background-color: #2bb6b7;
}

	
.espaceAherentsEntete a:hover {
	text-decoration: none;
	/* background: url(../images/bg_adherentsEntete.png) no-repeat bottom right #6F8BBA; */
	background-color: #19bcb9;
	color: #fff
}

@media (min-width:768px) and (max-width:999px) {
	
	.rechercheEntete a, .espaceAherentsEntete a {
		background-image: none;
	}
	
	.logoPrincipal {
		background-color: #FFF;
		min-height: 120px;
		padding-top: 20px;
	}
}


@media (max-width:768px) {
	
	.espaceAherentsEntete, .rechercheEntete {
		margin-left: 15px;
	}
	
	.recherche_top {
		margin-bottom: 15px;
	}
}

 
.slogan {
	float: left;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	min-height: 95px;
	margin-top: 20px;
	color: #415a85;
}

@media (min-width:768px) {
	.modal-dialog {
		min-width:800px;	
}
.modal-dialog ul li {
	list-style:disc;
}


.slogan small {
	font-size: 70%;
	color: #6f8bba;
	font-weight: bold;
}

@media (max-width: 500px) {
	
	.slogan small {
		display: none;
	}
	.carteListeCentre {
		display:none;
		}
}



@media (min-width: 0px) and (max-width:767px) {
	
	.header > div {
		float: left;
		width: 100%;
	}
	
	.recherche_top input {
		margin: 15px 50px 10px 0px;
	}
	.recherche_top {
		display:none;
		}
	.slogan {
		margin-top:0px;
		min-height:75px
	}
	p + h2, p, h2, h2 + p{
		clear:left;
		}
	h1 + p {
		clear:right;
		}
	.contenu p img {
		float:left;
		margin-right:-20px;
		}
}

@media (max-width: 767px) {
	
	.recherche_top {
		padding-left: 0px;
	}
}



/* ====================================== Menu ============ */

 
.navbar {
	margin: 0px;
	border-radius: 0px;
}

.navbar-inverse {
	background-color: #dbe8fe;
	border: 0px;
	background-color: rgba(111,139,186,1);
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}

.navbar-right li {
}

.navbar .container {
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li {
	margin-bottom: 0px;
	background-image:none;
}



.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #505050;
	background-color: #FFFFFF;
}


.navbar-inverse .navbar-nav > li > ul li {
	background-image:none;
}



.dropdown {
	position: relative;
}

.nav li {
	margin: 0px;
}

.nav ul li ul {
	padding-left: 0px
}

.nav ul li ul li {
}

.nav ul li ul li a {
	color: #333;
}

.nav ul li ul li:hover {
	background-color: #f5f5f5;
}

.nav ul li ul li a:hover {
	text-decoration: none;
}

.navbar-nav > li > a {
}

 @media (min-width: 768px) and (max-width: 990px) {
	 
	.navbar-inverse {
	}
	
	.navbar-brand {
	}
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
 @media (max-width: 767px) {
	 
	.navbar-nav {
		padding-left: 20px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
	}
}

.navbar-inverse .navbar-toggle {
	margin-right: 30px;
	border: 1px solid #364a6d;
	border: 1px solid #FFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #364a6d;
	background-color: #FFF;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #364a6d;
}
/* ============================================== Carousel ================  */


.carousel {
	/*min-height: 400px;*/
}
`
@media (max-width:500px) {
	
	.carousel { 
		/*height: 200px;*/
	}
}
.carousel h1, .carousel a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	background: none;
	border: none;
}

.item, .active, .carousel-inner {
	height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.carousel-indicators {
	display: none;
}

.carousel-caption {
	background-color: rgba(0,0,0,0.5);
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	/*display: none;*/
}
#myCarousel a {
	color:fff;
}
/* ===----------------------===== fin carousel ======== */

p img.left {
	float: left;
	margin: 0 20px 10px 0;
}

@media (min-width: 768px) {
	
	#recherche_accueil {
		margin-top: 100px;
	}
}

#Content_RSS {
	margin-top: 20px;
}

#voir_toutes_news {
	float: right;
	background-color: #2bb6b7;
}

#espace_adherent {
	margin-top: 60px;
}

#espace_adherent li, #portailInterim  li {
	margin: 0 10px 10px -20px;
}

	#espace_adherent li {
		margin-bottom: 100px;
	}

#recherche_accueil, #annonce_flash, #actus, #espace_adherent, #portailInterim {
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #dbe8fe;
}


#espace_adherent ul {
	margin: 20px 0;
}

#portailInterim {

	}




#recherche_accueil h2, #annonce_flash h2, #actus h2, #portailInterim h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px;
	background-color: rgba(111,139,186,1);
	text-shadow: 1px 1px 1px #666;
}

	#annonce_flash h2 {
		background-color: rgba(111,139,186,1);
	}

#espace_adherent h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px;
	text-shadow: 1px 1px 1px #666;
	background-color: #2bb6b7;
}
#portailInterim h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px;
	text-shadow: 1px 1px 1px #666;
	background-color: #2bb6b7;
}

#formation_enligne h2 {
		margin: 0 0 10px 0;
		font-size: 16px;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		padding: 10px;
		text-shadow: 1px 1px 1px #666;
		background-color: rgba(111,139,186,1);
	}

.align_right {
	float: right;
}

#recherche_accueil a, .actus_accueil, #annonce_flash p, #annonce_flash a, #annonce_flash marquee, #actus a, #espace_adherent a, #portailInterim a {
	padding: 0 8px;
}


.actus_accueil {
	clear: both;
}

.lire_la_suite {
	float: right;
	margin: 0 8px 8px 0;
	background-color: #2bb6b7;
}

.iconeRSS {
	float: left;
}

 @media (min-width: 768px) and (max-width: 990px) {
}






/* ================ retour haut de page ================ */



#toTop {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 130px;
	right: 10px;
	cursor: pointer;
	background: url(../images/toTop.png) top left;
	display: none;
}

#toTop:hover {
	background: url(../images/toTop.png) top right;
}


}
/* ============= Footer ================== */


.section {
	padding: 0px;
}

.sectionBottom {
	background-color: rgba(111,139,186,1);
	padding: 20px 0;
}

.menuBottom {
	text-align: right;
}

.menuBottom a {
	color: #fff;
	margin: 0 0 0 10px;
}


.footer li {
	display: inline-block;
	background-image: none;
}

.footer p {
	color: #fff;
	font-size: 12px;
	line-height: 10px;
}

 @media (max-width:768px) { 

	.menuBottom ul li {
		margin-top: 15px;
	}
	
	.liensMenuBottom a {
		padding: 8px;
		color: #428bca;
		background-color: #fff;
		border-radius: 3px;
	 border:1px solid #fff:
	}
	
	.liensMenuBottom a:hover {
		text-decoration: none;
		background-color: #19bcb9;
		color: #fff;
	 border:1px solid #fff:
	}
 
 }
/* =============== tableau DL en bas de page ======================= */


#table_bo {
	width: 60%;
	border-collapse: collapse;
	border: 1px solid #141e28;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#table_bo th {
	font-weight: bold;
	padding: 5px;
	border-collapse: collapse;
	border-top: 1px solid #141e28;
	border-right: 1px solid #141e28;
	border-bottom: 3px double #141e28;
	border-left: 1px solid #141e28;
	text-align: center;
	height: 24px;
	background-color: #364a6d;
	color: #FFF;
}
#table_bo th a {
	color: #FFF;
	font-weight: bold;
}

#table_bo th a:hover {
}

#table_bo tbody tr:hover {
	background: #e2e9f2;
}
#table_bo td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #141e28;
}

#table_bo td a {
	color: #00F;
	text-decoration: none;
}

#table_bo td a:hover {
	text-decoration: underline;
	font-weight: normal;
}
 @media (min-width: 768px) {
	.modal-dialog {
	 min-width: 720px;
	 min-height: 400px;
	}
}
@media (max-width: 990px) {
	#table_bo {
		width: 96%;
	}
}
.modal-header h1 {
	width: 95%;
}
/* ---------------- Mise a jour---------------------- */

.maj {
	margin: 20px 0px;
	color: #6f8bba;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
/*--------------------------- SOUS MENU ------------------------------------*/

/*----------Sous Menu droite--------------*/
#sous-menu3 {
	min-height: 200px;
	padding: 5px 10px 15px 0;
	margin-top: 30px;
	background-color: #FFF;
	float: right;
}
#sous-menu3 ul {
	padding: 0 0 0 20px;
}
#sous-menu3 ul li a {
	background-color: rgba(111,139,186,1);
	border: 1px solid rgba(111,139,186,1);
	display: block;
	padding: 8px;
	color: #fff;
	transition-property: background;
	transition-duration: 0.5s;
}
#sous-menu3 ul li a:hover {
	text-decoration: none;
	background-color: rgba(111,139,186,0.3);
	color: rgba(111,139,186,1);
}
@media (max-width:768px) {
#sous-menu3 {
	width: 100%;
	z-index: 999;
}
#sous-menu3 ul li {
	margin-bottom: 5px;
}
}
/* =========== PLAN DU SITE ==================*/
	
#MenuArbo li {
	list-style: none;
	background: url(../images/puce_H2.png) no-repeat 0px 10px;
	padding-left: 24px;
	margin-bottom: 10px;
}
#MenuArbo li li {
	list-style: none;
	background: url(../images/Puce.png) no-repeat 0 12px;
	padding-left: 20px;
}
#MenuArbo ul li ul {
	padding-top: 20px;
	padding-bottom: 10px;
}
#MenuArbo li a {
	border-bottom: 0px solid #6F8BBA;
	font-weight: bold;
	color: #364a6d;
	font-size: 14px;
}
#MenuArbo li li a {
	font-weight: normal;
	color: #364a6d;
}
#MenuArbo ul li a {
	padding-bottom: 12px;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	background-color: rgba(111,139,186,0.3);
	transition-property: background;
	transition-duration: 0.5s;
}
#MenuArbo li a:hover {
	background-color: #19BCB9;
	color: #364a6d;
	text-align: center;
	text-decoration: none;
}
#MenuArbo li li a:hover {
	background-color: #6F8BBA;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
/* =========== LES CENTRES ==================*/

.listeCentre, .carteListeCentre {
	padding-top: 20px;
}
.listeCentre ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.listeCentre ul li {
	display: block;
	float: left;
}
.listeCentre ul li a {
	display: block;
	background-color: rgba(111,139,186,0.3);
	width: 180px;
	height: 60px;
	padding: 8px;
	position: relative;
	margin: 0 25px 25px 0;
	color: rgba(111,139,186,1);
	transition-property: background;
	transition-duration: 0.5s;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.listeCentre ul li a span {
	position: absolute;
	bottom: 5px;
	right: 8px;
	font-size: 14px;
}
.listeCentre ul li a:hover {
	text-decoration: none;
	background-color: rgba(111,139,186,1);
	color: #FFF;
}
.detailCentre > div {
	margin-bottom: 30px;
	min-height: 220px;
	position: relative;
}
.detailCentre > div a {
	margin-right: 20px;
}
.Streetview {
	height: 300px;
	padding-top: 30px;
}
.Streetview p {
	font-size: 16px;
	text-align: center;
}
.btnStreetview {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/* ============ Echanges et prévention ============ */	

fieldset, .Search_Formation fieldset {
	margin: 20px auto;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #4870AA;
	min-height: 60px;
}
legend, .Search_Formation fieldset legend {
	font-size: 14px;
	color: #364A6D;
	font-weight: bold;
	padding: 0 10px;
	width: 230px;
	border: none;
}
.Search_Formation fieldset div {
	margin-bottom: 8px;
}
#t_praticiens thead th {
	background-color: rgba(111,139,186,1);
	text-align: center;
	border: 1px solid #4870AA;
	color: #fff;
	padding: 8px 0;
}
#t_praticiens td {
	border-collapse: collapse;
	border: 1px solid #4870AA;
	padding: 8px;
	vertical-align: text-top;
}
#t_praticiens td[data-title="Actions"] {
	width: 130px;
}
#t_praticiens tbody tr:nth-child(odd) {
	background-color: rgba(111,139,186,0.1);
}
#t_praticiens td[data-title="Thème"] {
	width: 260px;
}
#t_praticiens td[data-title="Description"] {
}
#t_praticiens td[data-title="Activité"] {
}
#t_praticiens td[data-title="Date"] {
	width: 270px;
}
.Pagination {
	padding-bottom: 50px;
}
.Pagination a {
	padding: 5px 8px;
	/*border-radius:5px;*/
	background-color: rgba(214,224,236,0.5);
	border: 1px solid#4870AA;
	color: #4870AA;
}
.Pagination a:hover, .PaginationHover {
	/*padding:12px;*/
	background-color: rgba(111,139,186,1);
	color: #fff;
	text-decoration: none;
}
.Pagination2 a {
	padding: 5px 8px;
	/*border-radius:5px;*/
	background-color: rgba(214,224,236,0.5);
	border: 1px solid#4870AA;
	color: #4870AA;
	margin: 0 5px;
}
.Pagination2 a:hover {
	/*padding:12px;*/
	background-color: rgba(111,139,186,1);
	color: #fff;
	text-decoration: none;
}
 @media (max-width: 600px) {
.responsive-table-line td:before {
	content: attr(data-title);
}
.responsive-table-line table, .responsive-table-line thead, .responsive-table-line tbody, .responsive-table-line th, .responsive-table-line td, .responsive-table-line tr {
	display: block;
}
.responsive-table-line thead tr {
	display: none;
}
.responsive-table-line tr {
	padding-bottom: 50px
}
.responsive-table-line td {
	position: relative;
	padding-left: 23% !important;
	border: 0px solid transparent;
	white-space: normal;
	width: 100%;
}
.responsive-table-line td:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 22%;
	padding-right: 15px;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	text-align: left;
	background-color: rgba(111,139,186,0.1);
	padding: 2px;
}
#t_praticiens td[data-title="Thème"], #t_praticiens td[data-title="Description"], #t_praticiens td[data-title="Activité"], #t_praticiens td[data-title="Date"], #t_praticiens td[data-title="Actions"] {
	width: 100%;
}
}
.loginBo {
	/*width:600px; 
	margin:150px auto;*/
	min-height: 250px;
	margin-top: 10%;
}
/* ===================== News ==================== */


.bloc_news {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 2px;
}
.bloc_news h2 span {
	font-size: 60%;
	color: #365b91;
	font-weight: bold;
}
.blocAbo, .blocDesabo {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#Abo {
	border: 1px solid rgba(111,139,186,1);
	padding: 0 0 15px 0;
}
.form_Abo h2 {
	background-color: rgba(111,139,186,1);
	color: #fff;
	font-size: 0.9em;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}
.form_Abo input[type="text"] {
	width: 70%;
	float: left;
	margin-left: 15px;
}
.form_Abo input[value="OK"] {
	width: 15%;
	float: right;
	padding: 6px 6px;
	margin-right: 15px;
}
/* ================ Articles ======================== */

.legende_materiel {
	border: 1px solid #6F8BBA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	float: left;
	margin: 0 10px 15px 10px;
	width: 180px;
	font-size: 0.8em;
	min-height: 120px;
	text-align: center;
}

.pictoContainer img {
	cursor: pointer;
	transition: transform 0.5s;
}

.pictoContainer img:hover {
	transform: translate3d(0px, -40px, 0px);
}

.picto {
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
}