/***mention en travaux***/
.endeveloppement:before {
	opacity:0.9;
	display: block;
	content: "SITE EN DEVELOPPEMENT";
	position: fixed;
	z-index: 1337;
	bottom: 1em;
	right: 1em;
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #00000033;
	padding:0.5em;
	/* font-size: 50%; */
	width: 20em;
	text-align: center;
	pointer-events: none;
	animation-duration: 5s;
	animation-name: lolRotate;
	animation-iteration-count: 1;
	animation-delay: 30s;
	animation-direction: reverse;
}
@media (max-width: 991px)  {
	.endeveloppement:before {
		right: 0.2em;
	    /* font-size: x-large; */
		width: 10em;
		bottom: 2em;
	}
}
@media (max-width: 767px) {
	.endeveloppement:before {
		bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: 0;
        animation-name: none;
	}
}
@keyframes lolRotate {
	from {
		transform: rotate(0deg) translate(0, 0);
		color: red;
		text-shadow: 0 0 0 transparent;
	}

	15% {
		transform: rotate(25deg) translate(4em, 0);
		color: green;
		text-shadow: 1px 3px 5px red;
	}

	75% {
		transform: rotate(-25deg) translate(0, 4em);
		color: blue;
		text-shadow: 5px -3px 5px green;
	}

	to {
		transform: rotate(0deg) translate(0, 0);
		color: red;
		text-shadow: 0 0 0 transparent;
	}
}

/*** Debug ***/
pre { clear:both; }
[hidden] { display: none; }
/* NOTY */
.noty-alert{
	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; } */

.group-rounded .form-control, .group-rounded .btn {
	border-radius: 50px;
}
.container.no-padding, .container-fluid.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.nopadding{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.nomargin {
	margin-top: 0;
	margin-bottom: 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;
}

.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;
}

.container-list{
	max-width: 1600px;
	margin: 0 auto;
	padding-right: 15px;
    padding-left: 15px;
}


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

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

.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;
}
.navbar {
	border-radius: 0;
}
header .navbar-static-top {
	top: 0;
	width: 100%;
	margin-bottom: -75px;
}
a.zone_lien{
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
}

/************* FOOTER ***************/


@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: 767px) {
	.menu-dynamique > li:after {
		position: absolute;
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: transparent;
		margin-top: -4px;
		top: 50%;
		margin-left: -4px;
		z-index: 1;
	}
	/* Traitement particulier du premier */
	.menu-dynamique > li:first-child:after {
		background:transparent;
	}

}

@media (max-width: 767px) {
	.navbar-brand > img { max-height: 100%; }
	.nav > li > a { padding: 10px; }
}
.nav.nav-justified>li>a:focus, .nav.nav-justified>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav.nav-justified > li > a {
    transition: background 0.3s ease;
}

.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)
}

/************* 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: 350px;
	border: none;
}

#footer_page .gmap > iframe{
	height: 250px;
}

/* Scrollspy */
.scrollSpy {
	transition: transform 0.35s ease, opacity 0.35s ease;
	opacity: 1;
	animation: none;	
}
.fromRight, .toRight {
	overflow: hidden;
}
.fromRight > *, .toRight > * {
	animation: fromRight 0.5s forwards;
}
.toRight > * {
	animation: toRight 0.5s forwards;
}
@keyframes fromRight {
	from {
		opacity: 0;
		transform: translate(200%, 0);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes toRight {
	from {
		opacity: 0;
		transform: translate(0, 0);
	}
	to {
		opacity: 1;
		transform: translate(200%, 0);
	}
}

.on_scroll{
	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; 
}
@media (max-width: 768px) {
	.on_scroll{
		opacity: 1;
	}
}


/*correction bootstrap*/
.active .hidden-active, .active.hidden-active {
	opacity: 0;
}
.active .visible-active, .active.visible-active {
	opacity: initial;
}
.visible-active {
	opacity: 0;
}
.notresponsive {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
.breadcrumb>li+li:before{
	content: "\00a0>\00a0";
}
@media (min-width: 768px){
	.col-sm-no-padding {
		padding:0;
	}
	.col-sm-no-padding-right {
		padding-right:0;
	}
	.col-sm-no-padding-left {
		padding-left:0;
	}
}
@media (min-width: 992px){
	.col-md-no-padding {
		padding:0;
	}
	.col-md-no-padding-right {
		padding-right:0;
	}
	.col-md-no-padding-left {
		padding-left:0;
	}
}
.breadcrumb .active {
   font-weight: bold;
}

.container.large-gutter {
    margin-right: auto;
    margin-left: auto;
	width:calc( 100% - 60px * 2);
}
.row.large-gutter {
	margin-right: -8px;
	margin-left: -8px;
}
.row.large-gutter > [class^="col-"], .row.large-gutter > [class*=" col-"] {
	padding-right:60px;
	padding-left:60px;
}


.decal-slider {
	height: 78px;
}

.sous-menu{
	position:relative;
}
.affix, .affix-reverse {
    top: 0;
	bottom:auto;
    z-index: 4;
}
.affix-bottom{
    top: auto;
	bottom:0;
}
.affix-reverse {
    position:fixed;
}
a.anchor.affix {
	bottom: 2em;
	top: auto;
	opacity: 1;
}
a.anchor.affix-top, a.anchor.affix {
	position:fixed;
	z-index:1;
	transition: all 0.35s ease;
}
a.anchor {
	text-decoration:none;
	left: 1em;
	font-size:3em;
	line-height: 0.75em;
	opacity: 0;
	bottom: -2em;
	border-radius: 50%;
}
@media (max-width: 767px){
	a.anchor {
		left: 0em;
	}
	a.anchor.affix {
		bottom: 0em;
	}
	.large-gutter.row{
		margin: 0;
	}
}
.discret {
	font-style: italic;
	font-size: 0.93em;
	color: #666;
	text-align: justify;
}
/* @media (min-width: 1800px) {
	.container {
		width: 1600px;
	}
} */


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel.fade-slide .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  z-index: 0;
  position:relative;
}

.carousel.fade-slide .carousel-inner .item.active {
  opacity: 1;
}

.carousel.fade-slide .carousel-inner .item.active.left,
.carousel.fade-slide .carousel-inner .item.active.right {
  left: 0;
  opacity: 0;
  position:absolute!important;
  z-index: 1;
}

.carousel.fade-slide .carousel-inner .item.next.left,
.carousel.fade-slide .carousel-inner .item.prev.right {
  opacity: 1;
}

.carousel.fade-slide .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.fade-slide .carousel-inner > .item.next,
    .carousel.fade-slide .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel.fade-slide .carousel-inner > .item.prev,
    .carousel.fade-slide .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel.fade-slide .carousel-inner > .item.next.left,
    .carousel.fade-slide .carousel-inner > .item.prev.right,
    .carousel.fade-slide .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel.zoomout .carousel-inner>.item.active>img {
    transform: scale(1);
}
.carousel.zoomout .carousel-inner>.item {
	position:relative;
	overflow:hidden;
}
.carousel.zoomout .carousel-inner>.item>img,.carousel.zoomout .carousel-inner>.item.active.toactive>img {
    transform: scale(1.3);
    transition: transform 5s linear;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.carousel.zoomout .carousel-inner>.item>img {
		transform: scale(1);
	}
}

.escamotable {
    position: absolute;
    top: 0;
    z-index: 1;
    transition: transform ease 1s;
}
.escamotable.ready {
	background-color: #FFFFFF;
}
.escamotable img {
    opacity:0;
}
.escamotable.ready img {
    opacity:initial;
}

.zoomout:not(.carousel),.zoomin {
	overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.zoomin:hover>*, .zoomin.img-only:hover img {
	transform:scale(1.5);
}
.zoomout.img-only>*,.zoomin.img-only>*{
	transform:none;
}
.zoomin>*, .zoomin.img-only img {
	transition: transform 0.5s ease;
	transform:scale(1);
}
.zoomout:not(.carousel)>*, .zoomout.img-only img {
	transition: transform 0.5s ease;
	transform:scale(1.5);
}
.zoomout:not(.carousel):hover>*, .zoomout.img-only:hover img {
	transform:scale(1);
}

.overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.overlay-container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* widget */

.header-panneaux .conteneur-panneau:nth-child(4) {
    background-color: #B82814!important;
}

.panneau .panneau-titre h2 {
	font-size: 24px!important;
}