
/*DEBUT STYLE MODULE Main*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Cabin);
@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
	color: rgb(103, 101, 100);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#corps {
	background-color: rgb(255, 255, 255);
	padding-bottom:2em;
	min-height: 31em;
}
.main-color-texte {
	color: rgba(236, 248, 253, 0.69);	
}
.main-color-border {
	border-color: rgba(236, 248, 253, 0.69);
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(104, 101, 100);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2 {
	border-bottom:2px solid rgba(255, 255, 255, 0)!important;
}
h1{
	font-size:34px!important;
}
a {
	color: rgb(0, 191, 255);
}

hr { border-top: 1px solid #dddddd; }

a:hover, a:active {
	color: rgb(51, 51, 51);
}
.placeholder::after {
    background-image: url(../images/interface/logo-placeholder-archic.png);
}
.titre_page{
	padding-right:10%;
	font-size:1.7em;
}
@media (max-width: 768px){
	table{
		font-size:0.9em;
	}
}

/************* HEADER ***************/
.decal-slider{ height:0px;} /*** permet le calcul du topitop en sm **/
@media (max-width: 767px){
	.decal-slider{ height:85px;}
}
/* @media (min-width: 767px) and (max-width: 992px) {
	.decal-slider{ height:0px;}
} */
.carousel-indicators{
    height: 10px;
}
header .contact {
	padding: 0.7em 0 0.4em 0;
	border-top: 3px solid;
	border-bottom: 1px solid;
	font-size: 0.7em;
}
header .rounded {
	padding: 0.4em;
	padding-bottom: 0;
	margin-left: 1em;
	margin-right: 0.25em;
	border-width: 1px;
	vertical-align: middle;
}
header .rounded.no-margin {
	margin-left: 0;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 65px;
	}	
}
.remonteur {
	margin-top: -10px;
}

header .navbar-static-top {
	margin-bottom: -85px;
}

header .contact {
	border-top-color: rgb(0, 0, 0);
	border-bottom-color: rgb(51, 51, 51);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:rgb(27, 54, 91);
	color:rgb(255, 255, 255);
}

.voir-toutes {
	background-color: rgba(236, 248, 253, 0.9);
	color: rgb(51, 51, 51);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.voir-toutes a {
	color: rgb(51, 51, 51);
}

#footer_page {
	border-color: rgb(0, 162, 215);
	background-color: rgb(27, 54, 91);
	color: rgb(255, 255, 255);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#footer_contact{
	margin-top:50px; /* 50 */
}


.icn-rsx a:hover {
  text-decoration: none;
}
.icn-rsx a:hover .pyricon {
  background-color: rgb(0, 191, 255);
  color: rgb(255, 255, 255);
}

#corps.accueil section {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.btn-bleu-ciel, .btn-bleu-ciel:hover {
	background-color:#00BFFF;
}

ol.breadcrumb {
    margin-top: 15px;
}

#footer_text {
    font-size: 0.9em;
}

#footer_page h2 {
    font-size: 1.8em;
    color: rgb(255, 255, 255);
}


/*** Animation on scroll ***/
.on_scroll{
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out; /*5s ease-in-out*/
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out; 
}
/*FIN STYLE MODULE Main*/
	
	/*DEBUT STYLE MODULE Actualites*/
	.actu .hoverlay {
	display: block;
	background-color: rgba(27, 54, 91, 0.2);
	transition: background-color 0.35s;
}
.actu .hoverlay:hover, .actu .hoverlay:active {
	background-color: rgba(0, 191, 255, 0.4);
}
.actu .hoverlay h3 {
	border-bottom: 1px solid;
	margin-bottom: 0;
}

.actu .hoverlay h3 a:hover {
	text-decoration: none;
}
.actu .btn-lien {
	padding: 0.3em 0.4em;
	padding-bottom: 0;
	border: 1px solid;
	border-radius: 50%;
	margin-left: 0.5em;
}
.actu .hoverlay p {
	display: none;
	padding: 0.2em;
	background-color: rgba(255, 255, 255, 0.8);
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	display: block;
}

.actu h3, .actu h3 a {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	font-size: 1.1em;
}
.actu p, .actu a {
	color: rgb(27, 54, 91);
	border-color: rgb(27, 54, 91);
}

.actualite h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
	font-size:1.4em;
}

.actualite h3 a {
	color:#333333;
}

.actualite .date-actu {
	background-color: rgb(27, 54, 91);
	color: rgb(255, 255, 255);
	padding: 0.5em;
}
.actualite-seule{
	position:relative;
}
.actualite-seule .date-actu {
	margin-top: -3.2em;
	margin-bottom: 3.2em;
	position: absolute;
	right: 0;
}

.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.actualite .voir-toutes {
	margin-top: 0.5em;
	padding: 0.5em;
}
@media (max-width: 768px) {
	.actualite {
		margin-bottom: 3em;
	}
	.actualite figure {
		padding: 0;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	.actualite-seule figure {
		margin-left: 0;
	}
	.actualite-seule .date-actu {
		position: relative;
		margin: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}

/******** Element style animation hover ******/
.actu .hoverlay h3 {
	border: 0 none;
}
.actu .hoverlay h3:after {
/* 	position: absolute;
    top: 0;
    right: 0.5em;
    left: 0.5em;  */
	position: relative;
    display: block;
    margin-top: -12%;

	height: 3.5em;
	z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
	pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@media (max-width: 768px) {
	.actu .hoverlay h3:after{
		 margin-top: -5%;
	}
}
.accueil #actualites img{
	width:100%;
}

.actu:hover .hoverlay h3:after, .actu:active .hoverlay h3:after {
	opacity: 0.85;
    -webkit-transform: translate3d(0,3em,0) scale3d(1,1,1);
    transform: translate3d(0,3em,0) scale3d(1,1,1);
	background-color: transparent;
}
.actu .hoverlay p {
	display: block;
	padding: 0.2em;
	background-color: transparent;
	margin-top:-20px;
	position:relative;
	opacity: 0;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	background-color: rgba(255, 255, 255, 0.8);
}


.grid-list-actu .actualite {
	background:rgb(239, 243, 250);
	margin: 70px 0px;
}
.grid-list-actu .actualite .media-body {
	padding-left:15px;
}
	/*FIN STYLE MODULE Actualites*/
	
	/*DEBUT STYLE MODULE FluxRSS*/
	.voir-toutes-flux{
	display: inline-block;
    float: right;
    font-size: 18px;
}
.voir-toutes-flux a:hover{
	text-decoration:none;
}

.titre-rss {
	color: rgb(255, 255, 255);
	padding: 10px;
	background: rgb(55, 124, 194);/* #377CC2 */
}
.item-rss:nth-child(odd){padding-left:0px;}
.item-rss:nth-child(even){padding-right:0px;}

 .item-rss{
    /* height: 140px; */
	margin:15px 0px;
} 

.item-rss h4{
    font-size: px;
    color: rgb(0, 159, 211);
    font-familly: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.item-rss .resume{
    font-size: 12px;
    color: rgb(102, 101, 100);
    font-familly: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.item-rss .savoirplus a{
    font-size: 12px;
    color: rgb(102, 101, 100);
    font-familly: ;
	font-weight:bold;
}
/* @media (min-width: 768px ) and (max-width: 992px ){

	.item-rss{
		height: auto;
	}
} */

@media (max-width: 768px ){
	.item-rss{
		padding-left:0px;
		padding-right:0px;
		height:auto;
		margin-top:15px;
	}
	.voir-toutes-flux{
	    margin-top: 5px;
	}
	.panel-rss{
	    margin-top: 20px;
	}
}
	/*FIN STYLE MODULE FluxRSS*/
	
	/*DEBUT STYLE MODULE Galeries*/
	#carousel_Galeries .carousel-control {
	opacity: 1;
}
#carousel_Galeries .carousel-control.right, #carousel_Galeries .carousel-control.left {
	background-image: none;
}
#carousel_Galeries .carousel-caption {
	right:0;
	bottom: 0;
	left:0;
	padding: 1em;
	text-shadow: 0 0 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#carousel_Galeries .carousel-caption h3 {
	margin: 0;	
}

.galerie {
	margin-bottom: 2em;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
.galerie:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.galerie h3 {
	margin-top: 0;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay a, .une-galerie .hoverlay a {
	color: ;	
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: ;
	background-color: rgba(0, 0, 0, 0);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}

.une-galerie h3 {
	font-size:1.2em;
}

.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}
.une-galerie.in_page{
	margin-bottom:50px;
}

/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
	/*FIN STYLE MODULE Galeries*/
	
	/*DEBUT STYLE MODULE Menu*/
	header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8));
	border-color: rgba(0, 0, 0, 0);
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(250, 250, 250) , rgb(255, 255, 255));
}
.menu-dynamique > li::before {
	background-color: rgb(0, 191, 255);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(0, 0, 0);
	font-family: ;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(255, 255, 255)!important;
	background-color:rgb(27, 54, 91)!important;
}

.nav-justified>.dropdown.open .dropdown-menu {
    display: table;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}

.menu-bas {
	background-color: rgb(0, 162, 215);
	font-family: ;
}
.menu-bas a {
	color: rgb(133, 214, 241);
}
.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(253, 253, 253);
	color:rgb(37, 37, 38);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(175, 173, 173, 0);
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:85px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}
 @media (min-width: 768px ) and (max-width: 992px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 992px ){
	 .navbar-header img {
		min-height: 45px;
	}
 }
   
  /******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */
.dl-menuwrapper {
	    float: right;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}

.dl-menuwrapper .dl-menu {
/* 	margin: 5px 0 0 0;
	position: absolute;
    right: 0px;
    width: 80%; */
	 margin: 5px 0 0 0;
    position: absolute;
    top: 130%;
    right: 0px;
    width: 172%;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgb(255, 255, 255);
	color:rgb(51, 51, 51);
}

.dl-menuwrapper button {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
    width: 42px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: rgb(255, 255, 255);
	border-color:rgb(0, 0, 0);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after {
	background: rgb(0, 0, 0);
	box-shadow: 
		0 7px 0  rgb(0, 0, 0), 
		0 14px 0  rgb(0, 0, 0);
}


.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    top: 6px;
    left: 16%;
	background: rgb(51, 51, 51);
	box-shadow: 
		0 7px 0  rgb(51, 51, 51), 
		0 14px 0  rgb(51, 51, 51);
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(51, 51, 51);
	outline: none;
}

	/*FIN STYLE MODULE Menu*/
	
	/*DEBUT STYLE MODULE Panneaux*/
	@media (min-width: 768px) {
	.voir-toutes.panneaux {
		padding: 1.5em 0 1em 0;
	}	
}
.bloc_accueil .pyricon { 
	/* float: left; */
	display:inline-block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 0.5em;
}
.bloc_accueil .text-left{display:inline-block;}

.bloc_accueil strong {
	display: block;
	font-weight: normal
}

@media screen and (min-width: 768px)  and (max-width: 1200px ) {
	.bloc_accueil{text-align:center!important;}
	.bloc_accueil .text-left{
		text-align: center;
		padding-top: 10px;
		width:100%;
	}
	.bloc_accueil .pyricon{margin-right:0px;}

}

@media (max-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 1.3em;
	}
	.bloc_accueil p { 
		font-size: 1.1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.2em; 
	}
	.bloc_accueil {text-align:left;}
}
@media (min-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 2.4em;
	}
	.bloc_accueil p { 
		font-size: 1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.7em; 
	}
}
/***** Animation tirée de Tympanus, http://tympanus.net/Development/IconHoverEffects/#set-3 *****/
.bloc_accueil .rounded {
	position: relative;
    z-index: 1;
	border-color: rgb(255, 255, 255);
	background: rgb(0, 191, 255);
	-webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.bloc_accueil .rounded:before {
	color:rgb(255, 255, 255);
}
.bloc_accueil:hover .rounded:before  {
	color:rgb(0, 191, 255);
}
.bloc_accueil .rounded:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
	top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
	background: rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.bloc_accueil:hover .rounded {
	color: rgb(0, 191, 255);
}
.bloc_accueil:hover .rounded:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}
#panneaux h2{
	color:rgb(255, 255, 255);
}

.titre_panneau {
	color: rgb(255, 255, 255);
	font-family: ;
	font-size: 20px;
	background: linear-gradient(to bottom, rgb(0, 89, 119) , rgb(0, 133, 176));
	height:85px;
	border-top: 4px solid rgb(0, 191, 255);
	border-bottom: 2px solid rgb(0, 191, 255);
}

.description_panneau {
	color: rgb(51, 51, 51);
	font-family: ;
	font-size: 13px;
	background: rgb(238, 238, 238);
	height:220px;
	border-bottom: 2 solid rgb(0, 0, 0);
	padding: 10px 15px;

}

.block-panneau{
	padding-right: 3px ;
	padding-left: 3px ;
}






#panneaux .plus_info{
	color: rgb(0, 191, 255);
	background: rgb(255, 255, 255);
	font-size: 1.2em;
}
#list_panneau {
	list-style-type: none;
}
.titre_panneau{
	margin:0px;
	padding:10px 0px;
}
.titre_panneau .col-xs-9{
  padding: 0;
  padding-left: 2px;
}

#panneaux  .plus_info{
	position: absolute;
	margin-bottom: 12px;
	bottom: 0px;
}
#panneaux .plus_info:after{
	position: absolute;
	content:"";
	background: url("../images/interface/triple_fleche.png");
	width:18px;
	height:18px;
	margin-left: 15px;
	margin-top: 3px;
	
}


.description_panneau ul{
  list-style-type: initial;
 }
 
.titre_panneau h2 {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
}

.titre_panneau h2  strong{
  display: block;
  font-weight: normal;
}

.titre_panneau img , .bloc_accueil.panneaux_long  img{
  display: inline-block;
  margin-top: 0px;
  vertical-align: baseline;
  width: 20%;
  max-width: 65px;
}
.bloc_accueil.panneaux_long a:hover{
	text-decoration:none;
}


/***** Panneaux anime ***/
#list_panneau_anime{    
	list-style-type: none; 
	margin-top: 25px;
}
#list_panneau_anime .titre_panneau{
	margin: 0px;
    padding: 0px 0px;
    display: table;
    width: 100%;
}
#list_panneau_anime .titre_panneau p{
	display:inline-block;
	margin: 0;
	margin-left: 20%;
	width: 80%;
    text-align: center;
}
#list_panneau_anime .titre_panneau .icone{
	color: rgb(255,255,255) ;/* white */
	background: rgb(0, 191, 255) ;/* #00BFFF */
    padding-left: 11px;
    padding-top: 7px;
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255); /* 3px solid white; */
    font-size: 30px;
    position: absolute;
    width: 56px;
	margin-left: 2%;
	margin-top: 2%;
}
#list_panneau_anime .plus_info{
	position: absolute;
	width: 30%;
	left:35%;
	bottom: -33px;
	z-index: 2;
	padding: 7px;
	padding-left: 15px;
	border-top-left-radius: 20% 50%;
	border-top-right-radius: 20% 50%;
	border-bottom-left-radius: 20% 50%;
	border-bottom-right-radius: 20% 50%;
	border: 4px solid rgb(0, 191, 255); /* 4px solid rgb(0, 162, 215);*/
	text-align: center;
}
#list_panneau_anime .plus_info:after{display:none;}
#list_panneau_anime .plus_info:hover{text-decoration:none;}
#list_panneau_anime .plus_info .pyricon{
    display: inline-block;
    position: absolute;
    padding-top: 0px;
    left: 10px;
    top: 9px;
	font-size: 14px;
}
#list_panneau_anime .mini_panneaux{
    margin-bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#list_panneau_anime .mini_panneaux .paragraphe:before{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:10px;
	bottom:0;
	left:0;
	background:#00BFFF;
	border-top:1px solid black;
}

#list_panneau_anime .mini_panneaux:nth-child(3n-2)
{
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n-1)
{
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n)
{
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

#background_panneaux{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	background-color:rgb(27, 54, 91);
	left:0;
}
@media screen and (min-width: 992px)  and (max-width: 1200px ) {
	#list_panneau_anime .plus_info{
		width: 30%;
		left:35%;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px ) {
	#list_panneau_anime .mini_panneaux:nth-child(2n-1)
	{
	  transition-delay: 0.2s;
	  -webkit-transition-delay: 0.2s;
	}
	#list_panneau_anime .mini_panneaux:nth-child(2n)
	{
	  transition-delay: 0.4s;
	  -webkit-transition-delay: 0.4s;
	}
}
@media screen (max-width: 768px) {
	#list_panneau_anime .mini_panneaux
	{
	  transition-delay: 0.1s;
	  -webkit-transition-delay: 0.1s;
	}

}
   


	/*FIN STYLE MODULE Panneaux*/
	
	/*DEBUT STYLE MODULE Partenaires*/
	.no-padding{ padding:0px !important;}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.carousel-indicators li { text-indent: -9999em; }
.nav > li > a { padding: 15px; transition: background 0.3s ease; }

.liste-partenaires .btn-primary{
  background-color: rgb(27, 54, 91);
  border-color: rgb(27, 54, 91);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(0, 162, 215);
  border-color: rgb(0, 162, 215);
}

#partenaires .voir-toutes a{
padding: 15px;
}
#myCarousel_partenaires .item .vertical-center{
	height:200px;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.liste-partenaires .thumbnail{
	background-color:;
	border: 1px solid ;
}
.liste-partenaires figcaption a{
	color:;
}
.liste-partenaires figcaption a:hover{
	color:;
}

.carousel-partenaires .item img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#grayscale);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease;
    max-width: 100%;
	width:100%
}

/*  Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-partenaires .item img{
        width: 100%;
    }
}
.carousel-partenaires .item img:hover{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

div[id^="myCarousel_partenaires"] .carousel-control.left,
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	width:  2.5em; 
	background: transparent;
	color: #333;
	filter: none;
	background-repeat: no-repeat;
	background-position: center center;
}
div[id^="myCarousel_partenaires"] .carousel-control.left
{
	left: -80px;
	/* background-image: url(../images/interface/fleche_slide_left.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	right: -40px;
	/* background-image: url(../images/interface/fleche_slide_right.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control span{
    color: white;
    /* font-size: 65px; */
	font-size:2.5em;
	left: 0px;
    top: 35%;
    position: absolute;
}


 .carousel-partenaires .item.next , .carousel-partenaires .item.prev {display:none;}

@media (max-width: 767px) {
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	
	#myCarousel_partenaires .carousel-inner .active.left { left: -100%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 100%!important; }
	
	#myCarousel_partenaires .carousel-control.left{left: 0px;}
	#myCarousel_partenaires .carousel-control.right{	right: 0px;}

}
@media (min-width: 768px) and (max-width: 991px ) {
/* 	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next     { left:  50%; }
	.carousel-inner .prev	{ left: -50%; } */
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	#myCarousel_partenaires .active > div:first-child + div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div+ div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div + div + div { display:block; }
	#myCarousel_partenaires .carousel-inner .active.left { left: -25%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 25%!important; }
	.carousel-partenaires .carousel-control.right{ right: 0px!important; }
	 .carousel-partenaires .carousel-control.left{ left: 0px!important; }
	
} 
@media (min-width: 992px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -16.666%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 16.666%!important; }
}
#myCarousel_partenaires .carousel-inner .active.left,#myCarousel_partenaires .carousel-inner .active.right{
  -webkit-transform: translate3d(0%,0,0)!important;
  transform: translate3d(0%,0,0)!important;
  transition: left 0.6s ease-in-out 0s;
 }


.liste-partenaires .vertical-center{
	height: 240px;
	width: 30em; /* Pas de dépassement horizontal */
}

/***************/
/*** OLD IE ****/
/***************/

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}
	/*FIN STYLE MODULE Partenaires*/
	
	/*DEBUT STYLE MODULE Plans*/
	#container_info{position:relative}

#container_info .infos{
    position: absolute;
    top: 10%;
    left: 5%;
    width: 25%;
    height: 42%;
    background: rgba(255,255,255,0.8);
}
#container_info .titre_info{
    color: rgb(145, 185, 58);
    font-size: 1.4em;
}
#container_info .titre_info .num{
    color: rgb(255, 255, 255);
    background-color: rgb(145, 185, 58);
    border-radius: 50%;
    margin: 0px 10px;
    padding: 0px 4px;
    padding-left: 7px;
    font-size: 0.8em;
    border: 1px solid rgb(0, 0,0);
}
#container_info .infos .lien{
    top: 90%;
    position: inherit;
    margin-bottom: 0%;
    width: 100%;
    background-color: rgb(151, 138, 112);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.2em;
    padding: 8px;
}
#container_info .point{
    width: 40px;
    height: 40px;
    margin: 1%;
	padding: 5px 14px;
    background-color: rgb(145, 185, 58) ;/*#91B93A;*/
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    cursor: pointer;
}
.no-panel{
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

/******** XS ******/

#accordion_infos .panel-heading{
	background:rgb(145, 185, 58);
	color:rgb(255, 255, 255);
}

	/*FIN STYLE MODULE Plans*/
	
	/*DEBUT STYLE MODULE Realisations*/
	.realisation .list_champs .libelle{
			color: rgb(0, 0, 0);
			font-size: 1.2em;
}
.nopadding { padding:0px;}

#list_img_associe{
	margin-top: 10px;
	padding: 0px;
}
.carousel-control.right , .carousel-control.left {
  z-index:5;
}


.list_realisaition .hoverlay{
  width: 90%;
  left: 5%;
  top:5%;
  height: 90%; 
  background-color: rgba(255, 255, 255, 0.7);
}

.voir_toutes{
	background:black;
}
.voir_toutes a{
	font-size:1.2em;
	color:white;
	padding-top: 8px;
}
.btn-voir{
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
  z-index: 2;
  border: 1px solid black;
   border-radius: 8px;
  left: 30%;
  width: 40%;
}

.une-galerie .hoverlay{
background : rgba(255,255,255,0); 
}

.list_realisaition .elm-galerie , .list_realisaition .une-galerie  {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}
.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}

/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}


	/*FIN STYLE MODULE Realisations*/
	
	/*DEBUT STYLE MODULE ReseauxSociaux*/
	
	/*FIN STYLE MODULE ReseauxSociaux*/
	
/*DEBUT STYLE MODULE Reservations*/
.calendrier {
	margin-top: 24px;
	font-family: TeXGyreAdventorRegular, 'ITC Avant Garde Gothic', Verdana, Arial, Helvetica, sans-serif;
}

.calendrier .date-calendrier {
	background: rgb(110, 110, 110);
	color: rgb(255, 255, 255);
	border-left: 0.1em solid ;
	border-right: 0.1em solid ;
	margin: 0;
	text-align: center;
	padding: 4px;
}

.calendrier h2 {
	background-color: rgb(21, 198, 234);
	border-left: 0.1em solid ;
	border-right: 0.1em solid ;
	margin: 0;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 1em;
	font-weight: normal;
	font-size:1.3em;
	border-top: 0.1em solid ;
	border-bottom: 0.1em solid !important;
}

.calendrier span {
	cursor: pointer;
}

.calendrier table {
	border: 3px solid ;
	border-collapse: collapse;
}

.calendrier table th, .calendrier table td {
	border: 1px solid ;
	width: 50px;
	text-align: center;
}

.calendrier table th {
	background-color: rgb(78, 76, 76);
	font-weight: normal;
	color: rgb(255, 255, 255);
	padding: 4px 0;
}

.calendrier table tbody {
	background: rgb(193, 187, 187);
}
.calendrier table td  {
	color: ;
}
.calendrier table tbody>tr>td .btn {
	background: transparent;
}

.calendrier table td.reserve {
    color: rgb(255, 255, 255);
}

.calendrier .client {
    background-color: rgb(255, 0, 0);
}
.calendrier .formation  {
    background-color: rgb(42, 0, 255);
}
.calendrier .avalider  {
    background-color: rgb(244, 255, 0);
}

.calendrier .clientmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(244, 255, 0) 50%, transparent 50%);
}
.calendrier .clientmatin { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, transparent 50%);
}
.calendrier .formationmatin { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, transparent 50%);
}
.calendrier .matin.avalider { 
	background: linear-gradient(to right bottom, rgb(244, 255, 0) 50%, transparent 50%);
}

.calendrier .clientapresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(255, 0, 0) 50%);
}
.calendrier .clientapresmidi.avalider { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(244, 255, 0) 50%);
}
.calendrier .formationapresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(42, 0, 255) 50%);
}
.calendrier .avalider.apresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(244, 255, 0) 50%);
}

.calendrier .clientapresmidi.formationmatin { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, rgb(255, 0, 0) 50%);
}
.calendrier .clientapresmidi.formationmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, rgb(244, 255, 0) 50%);
}
.calendrier .formationapresmidi.clientmatin { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, rgb(42, 0, 255) 50%);
}
.calendrier .formationapresmidi.clientmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, rgb(244, 255, 0) 50%);
}

.calendrier table td.jour-hors-mois {
	color: rgb(202, 202, 202);
}

.calendrier+div .legende, .description-salle h3, .description-salle .tarif .min{
	color: rgb(0, 244, 255);
}

.description-salle a.btn {
    margin-top: 1em;
}

.fiche.btn {
	background-color: rgb(21, 198, 234);
}
.tarif.btn {
    background-color: rgb(0, 149, 255);
}

.description-salle .capacite {
    font-size: 1.5em;
}
.options-panier .black.pyricon:before {
    line-height: 0.65em;
    vertical-align: top;
    font-size: 3.75em;
    text-align: center;
}

.options-panier i.pyricon:before {
    font-size: 1.4em;
    vertical-align: bottom;
}

.options-panier .black.pyricon {
    color: rgb(0, 149, 255);
    background-color: rgb(0, 0, 0);
	margin-left:1px;
}
.options-panier a .btn {
    border-radius:0;
    background-color: rgb(0, 149, 255);
}

.instruction-reservations {
    background-color: rgb(0, 0, 0);
	border: 0.2em solid rgb(0, 149, 255);
    padding: 0.5em;
    border-radius: 0.5em;
}

.legende  .pyricon {
    font-size: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
}

div#legende { overflow: hidden; }
div#legende p { font-style: italic; text-align: center; font-size: 11px; width: 200px; float: left; line-height: 18px; margin-top: 20px; margin-left: 24px; }
div#legende th { width: 32px; text-align: center; height: 16px; color: ; }
.calendrier table td { cursor: pointer; }
.calendrier table td.tiptip.jour-hors-mois { color: #777; }
span.nondispo { display: block; color: ; background: red; text-decoration: line-through; line-height: 12px; font-weight: normal; font-size: 11px; }

/*FIN STYLE MODULE Reservations*/

/*DEBUT STYLE MODULE Menu*/
header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(255, 255, 255) , rgb(255, 255, 255));
	border-color: rgb(0, 181, 255);
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(250, 250, 250) , rgb(255, 255, 255));
}
.menu-dynamique > li::before {
	background-color: rgb(0, 191, 255);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(0, 0, 0);
	font-family: ;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(255, 255, 255)!important;
	background-color:rgb(27, 54, 91)!important;
}

.nav-justified>.dropdown.open .dropdown-menu {
    display: table;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}

.menu-bas {
	background-color: rgb(0, 162, 215);
	font-family: ;
}
.menu-bas a {
	color: rgb(133, 214, 241);
}
.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(253, 253, 253);
	color:rgb(37, 37, 38);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(175, 173, 173, 0);
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:85px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}
 @media (min-width: 768px ) and (max-width: 992px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 992px ){
	 .navbar-header img {
		min-height: 45px;
	}
 }
   
  /******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */
.dl-menuwrapper {
	    float: right;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}

.dl-menuwrapper .dl-menu {
/* 	margin: 5px 0 0 0;
	position: absolute;
    right: 0px;
    width: 80%; */
	 margin: 5px 0 0 0;
    position: absolute;
    top: 130%;
    right: 0px;
    width: 172%;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgb(255, 255, 255);
	color:rgb(51, 51, 51);
}

.dl-menuwrapper button {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
    width: 42px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: rgb(255, 255, 255);
	border-color:rgb(0, 0, 0);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after {
	background: rgb(0, 0, 0);
	box-shadow: 
		0 7px 0  rgb(0, 0, 0), 
		0 14px 0  rgb(0, 0, 0);
}


.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    top: 6px;
    left: 16%;
	background: rgb(51, 51, 51);
	box-shadow: 
		0 7px 0  rgb(51, 51, 51), 
		0 14px 0  rgb(51, 51, 51);
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(51, 51, 51);
	outline: none;
}

/*FIN STYLE MODULE Menu*/

/*DEBUT STYLE MODULE Panneaux*/
.bloc_accueil.panneaux_long img@media (min-width: 768px) {
	.voir-toutes.panneaux {
		padding: 1.5em 0 1em 0;
	}	
}
.voir-toutes.panneaux{
	position:relative;
	border-bottom: 2px solid #00B5FF;
}
.voir-toutes.panneaux ol{
	top:-30px;
}
.bloc_accueil .pyricon { 
	/* float: left; */
	display:inline-block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 0.5em;
}
.bloc_accueil .text-left{display:inline-block;}

.bloc_accueil strong {
	display: block;
	font-weight: normal
}

@media screen and (min-width: 768px)  and (max-width: 1200px ) {
	.bloc_accueil{text-align:center!important;}
	.bloc_accueil .text-left{
		text-align: center;
		padding-top: 10px;
		width:100%;
	}
	.bloc_accueil .pyricon{margin-right:0px;}

}

@media (max-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 1.3em;
	}
	.bloc_accueil p { 
		font-size: 1.1em; 
		
	}
	.bloc_accueil strong { 
		font-size: 1.2em; 
	}
	.bloc_accueil {text-align:left;}
}
@media (min-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 2.4em;
	}
	.bloc_accueil p { 
		font-size: 1em; 
		font-weight: 600;
	}
	.bloc_accueil strong { 
		font-size: 1.7em; 
	}
}
/***** Animation tirée de Tympanus, http://tympanus.net/Development/IconHoverEffects/#set-3 *****/
.bloc_accueil .rounded {
	position: relative;
    z-index: 1;
	border-color: rgb(255, 255, 255);
	background: rgb(0, 191, 255);
	-webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.bloc_accueil .rounded:before {
	color:rgb(255, 255, 255);
}
.bloc_accueil:hover .rounded:before  {
	color:rgb(0, 191, 255);
}
.bloc_accueil .rounded:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
	top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
	background: rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.bloc_accueil:hover .rounded {
	color: rgb(0, 191, 255);
}
.bloc_accueil:hover .rounded:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}
#panneaux h2{
	color:rgb(255, 255, 255);
}

.titre_panneau {
	color: rgb(51, 51, 51);
	font-family: ;
	font-size: 20px;
	background: linear-gradient(to bottom, rgba(236, 248, 253, 0.9) , rgba(236, 248, 253, 0.9));
	height:85px;
	border-top: 4px solid rgb(0, 191, 255);
	border-bottom: 2px solid rgba(0, 191, 255, 0);
}

.description_panneau {
	color: rgb(51, 51, 51);
	font-family: ;
	font-size: 13px;
	background: rgb(238, 238, 238);
	height:220px;
	border-bottom: 2 solid rgb(0, 0, 0);
	padding: 10px 15px;

}

.block-panneau{
	padding-right: 3px ;
	padding-left: 3px ;
}






#panneaux .plus_info{
	color: rgb(0, 191, 255);
	background: rgb(255, 255, 255);
	font-size: 1.2em;
}
#list_panneau {
	list-style-type: none;
}
.titre_panneau{
	margin:0px;
	padding:10px 0px;
}
.titre_panneau .col-xs-9{
  padding: 0;
  padding-left: 2px;
}

#panneaux  .plus_info{
	position: absolute;
	margin-bottom: 12px;
	bottom: 0px;
}
#panneaux .plus_info:after{
	position: absolute;
	content:"";
	background: url("../images/interface/triple_fleche.png");
	width:18px;
	height:18px;
	margin-left: 15px;
	margin-top: 3px;
	
}


.description_panneau ul{
  list-style-type: initial;
 }
 
.titre_panneau h2 {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
}

.titre_panneau h2  strong{
  display: block;
  font-weight: normal;
}

.titre_panneau img , .bloc_accueil.panneaux_long  img{
  display: inline-block;
  margin-top: 0px;
  vertical-align: baseline;
  width: 100%;
  max-width: 150px;
}
.bloc_accueil.panneaux_long a:hover{
	text-decoration:none;
}


/***** Panneaux anime ***/
#list_panneau_anime{    
	list-style-type: none; 
	margin-top: 25px;
}
#list_panneau_anime .titre_panneau{
	margin: 0px;
    padding: 0px 0px;
    display: table;
    width: 100%;
}
#list_panneau_anime .titre_panneau p{
	display:inline-block;
	margin: 0;
	margin-left: 20%;
	width: 80%;
    text-align: center;
}
#list_panneau_anime .titre_panneau .icone{
	color: rgb(255,255,255) ;/* white */
	background: rgb(0, 191, 255) ;/* #00BFFF */
    padding-left: 11px;
    padding-top: 7px;
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255); /* 3px solid white; */
    font-size: 30px;
    position: absolute;
    width: 56px;
	margin-left: 2%;
	margin-top: 2%;
}
#list_panneau_anime .plus_info{
	position: absolute;
	width: 30%;
	left:35%;
	bottom: -33px;
	z-index: 2;
	padding: 7px;
	padding-left: 15px;
	border-top-left-radius: 20% 50%;
	border-top-right-radius: 20% 50%;
	border-bottom-left-radius: 20% 50%;
	border-bottom-right-radius: 20% 50%;
	border: 4px solid rgb(0, 191, 255); /* 4px solid rgb(0, 162, 215);*/
	text-align: center;
}
#list_panneau_anime .plus_info:after{display:none;}
#list_panneau_anime .plus_info:hover{text-decoration:none;}
#list_panneau_anime .plus_info .pyricon{
    display: inline-block;
    position: absolute;
    padding-top: 0px;
    left: 10px;
    top: 9px;
	font-size: 14px;
}
#list_panneau_anime .mini_panneaux{
    margin-bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#list_panneau_anime .mini_panneaux .paragraphe:before{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:10px;
	bottom:0;
	left:0;
	background:#00BFFF;
	border-top:1px solid black;
}

#list_panneau_anime .mini_panneaux:nth-child(3n-2)
{
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n-1)
{
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n)
{
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

#background_panneaux{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	background-color:rgba(236, 248, 253, 0.9);
	left:0;
}
@media screen and (min-width: 992px)  and (max-width: 1200px ) {
	#list_panneau_anime .plus_info{
		width: 30%;
		left:35%;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px ) {
	#list_panneau_anime .mini_panneaux:nth-child(2n-1)
	{
	  transition-delay: 0.2s;
	  -webkit-transition-delay: 0.2s;
	}
	#list_panneau_anime .mini_panneaux:nth-child(2n)
	{
	  transition-delay: 0.4s;
	  -webkit-transition-delay: 0.4s;
	}
}
@media screen (max-width: 768px) {
	#list_panneau_anime .mini_panneaux
	{
	  transition-delay: 0.1s;
	  -webkit-transition-delay: 0.1s;
	}

}
   


/*FIN STYLE MODULE Panneaux*/
