/*** Debug ***/
pre { clear:both; }
[hidden] { display: none; }
/*** Body ***/
/*html { background: #fff; }*/
body { height: 100%; }
h1, h2, h3, h4 { font-family: Open Sans, Futura, "Century Gothic", sans-serif; font-weight: normal; }
hr { border-top: 1px solid #000; }

.container.no-padding, .container-fluid.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.pointer { cursor: pointer ;}
.row.no-gutter {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutter > [class^="col-"], .row.no-gutter > [class*=" col-"] {
	padding-right:0;
	padding-left:0;
}
.carousel-indicators li { text-indent: -9999em; }
.nav > li > a { padding: 15px; }

.img-responsivesed {
	/****** C'est comme le img-responsive de Bootstrap, sauf que c'est un pas un display block, permettant le centrage ******/
	max-width: 100%;
	height: auto;
}

.voir-toutes {
	padding: 0.7em;
}
.hoverlay {
	position: absolute;
	z-index: 0;
	top: 0;
	padding: 0.5em;
	padding-top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.hoverlay:hover, :hover > .hoverlay {
	display: block;
}
.rounded {
	border-width: 2px;
	border-style: solid; 
	border-radius: 50%; 
	padding: 0.5em;
}

.paragraphe_page {
    font-size: 14px;
}

.paragraphe_page p {
    margin-bottom: 14px;
}

.paragraphe_page th {
    text-align: center;
}

.paragraphe_page td, th {
    padding: 4px 8px;
}

p.lead {
	font-size: 16px;
}

label {
	font-size: 14px;
}

.placeholder {
	height: 100%;
}
.placeholder::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

header .navbar-static-top {
	top: 0;
	width: 100%;
	margin-bottom: 0;
}

/************* FOOTER ***************/
#footer_page {
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 6px;
    border-bottom-style: solid;
}
#footer_page .container {
	padding: 1em 0;
}
#footer_page a {
	color: white;
}
#menu_bas a{
	color: rgb(37, 37, 38);
}
#footer_page a span {
	color: #213480;
}
.icn-rsx {
	margin-top: 1.75em;
	margin-bottom: 1em;
}
.icn-rsx .pyricon {
	font-size: 1.5em;
	padding: 0.5em;
	padding-bottom: 0.25em;
	border-radius: 50%;
	background-color: white;
}
@media (max-width: 767px) {	
	#footer_page .container {
		padding-bottom: 0;
	}
	#footer_contact {
		background-color: rgba(0,0,0,0.1);
		padding: 0.5em 0;
		line-height: 1.5;
	}
	/*** Le menu bas ***/
	.nav-justified.rowable {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 15px);		
	}
	.nav-justified > li[class*="col-xs-"] {
		float: left;
		font-size: 0.8em;
	}
	.nav-justified > li[class*="col-xs-"] a {
		padding: 0.5em;
		margin-bottom: 0;
	}
	.nav-justified > li[class*="col-xs-"]::before  {
		position:absolute;
		content: '';
		width:8px;
		height:8px;
		background: #000;
		border-radius: 8px;
		margin-top: 0.85em;
		margin-left: -18px;
		z-index: 1;
	}
	/* Traitement particulier du premier */
	.nav-justified > li[class*="col-xs-"]::first-child::before  {
		background:transparent;
	}
}
/************* MENU ******************/
@media (min-width: 768px) {
	.menu-dynamique > li::before  {
		position: absolute;
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #fff;
		margin-top: 1.75em;
		margin-left: -4px;
		z-index: 1;
	}
	/* Traitement particulier du premier */
	.menu-dynamique > li:first-child::before  {
		background:transparent;
	}
	
	.menu-dynamique {
		font-size: 1.2em;
	}
	.menu-dynamique > li > a {
		padding: 21px;
	}
}
@media (min-width:992px) and (max-width: 1199px) {
	/**** Redim palier MD ****/
	.menu-dynamique > li > a {
		padding: 21px 0px;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	/**** Redim palier SM ****/
	header .navbar-header {
		max-width: 230px;
	}
	
	.menu-dynamique > li > a {
		padding: 21px 0px;
	}
}
@media (max-width: 767px) {
	.navbar-brand > img { max-height: 100%; }
	.navbar-brand > img.with-affix-top { 
		height: 98px;
		margin-top: -34px;
		max-height: none;
	}
	.nav > li > a { padding: 10px; }
}

.menu-dynamique .dropdown-menu {
	margin: 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0;
	width: 100%;
}
.affix .menu-dynamique .dropdown-menu {
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

/************* PLAN DU SITE **************/
#plan_site .label-default a {
    color: white;
    font-size: 14px;
}
#plan_site .label-default {
    padding: 10px 20px;
    background-color: rgb(33, 52, 128);
    color: white;
}

/************* CONTACT *******************/
#formulaire-contact textarea { resize: vertical; }

.discret {
    font-style: italic;
    font-size: 13px;
    color: #666;
    text-align: justify;
}

/************* PARTENAIRES *******************/
.partenaire .caption { height: 5em; text-overflow: ellipsis; }

/************* CARTE ******************/
.gmap > iframe {
	width: 100%;
	min-height: 330px;
	border: none;
}

/*correction bootstrap*/
.notresponsive {
	width: 980px;
}

/***** Connexion ***/
#box-connexion {
    position: absolute;
    top: 45px;
    right: 0%;
	z-index: 99999;
}

section#connexion {
    position: absolute;
    top: 0;
    z-index: 1001;
	width:100%;
}
.light section#connexion {
	width:auto;
}
button#btn-connexion,button#btn-deconnexion {
    padding: 12px;
    font-size: 13px;
    border-top: 0px;
	background-color: rgb(33, 52, 128);
    color: white;
}
.page-accueil {
    background-color: rgb(236, 243, 255);
}

.captcha{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}