/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #737373;
	font-size: 1em;
	line-height: 1.4;
}
@font-face {
font-family: 'DK Lemon Yellow Sun';
src: url('fonts/DK Lemon Yellow Sun.otf') format('truetype'),
}

/*
 * Remove text-shadow in selection highlight
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 4em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Style global
   ========================================================================== */
            
body {
 background: #ffffff;
 margin: 0;
 height: 100%;
 color: #384452;
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
}
            
h1, h2, h3, h4, H5, H6 {
 font-family: 'Patua One', cursive;
 font-weight: 700;
}
h1, .h1, 
h2, .h2 {
	color: #31708f;
    text-align: center;
}
h1, .h1 {
	margin-bottom: 40px;
}
h1 hr, .h1 hr, h2 hr, .h2 hr {
	border-top: 2px solid #31708f;
    margin: auto;
    width: 100px;
    margin-top: 0.7em;
}
h2, .h2 {
	margin-bottom: 23px;
}
h3, .h3 {
    font-size: 20px;
    color: #31708f;
}        
p {
 padding: 0;
 margin-bottom: 12px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 font-size: 14px;
 color: #384452;
 margin-top: 10px;
}
            
img {
 height: auto;
 max-width: 100%;
}
            
a {
 padding: 0;
 margin: 0;
 text-decoration: none;
 -webkit-transition: background-color .4s linear, color .4s linear;
 -moz-transition: background-color .4s linear, color .4s linear;
 -o-transition: background-color .4s linear, color .4s linear;
 -ms-transition: background-color .4s linear, color .4s linear;
 transition: background-color .4s linear, color .4s linear;
}
a {
	color:#317090;
}
a:hover,
a:focus {
 text-decoration: none;
 color: #384452;
}
            
::moz-selection {
 color: #fff;
 text-shadow: none;
 background: #2B2E31;
}
            
::selection {
 color: #fff;
 text-shadow: none;
 background: #2B2E31;
}
            
.centered {
 text-align: center;
}

/* ==========================================================================
   Row
   ========================================================================== */
.row {
    padding: 30px 0;
}
.whiteBackground {
	background-color: #fff;
}
.grayBackground {
	background-image: linear-gradient(#eee, #ddd);
}
.no-padding {
	padding: 0;
}
#contentPage {
    padding: 0;
}

/* ==========================================================================
   Pre-Header
   ========================================================================== */


.navbar {
    min-height: 1px;
}
.navbar.navbar-preheader {
	padding: 0;
	background-color: #eee;
	margin: 0;
    min-height: 23px;
}
.navbar.navbar-preheader .bienvenue {
    text-align: right;
}
.navbar.navbar-preheader p {
    margin: 8px 0;
}
.navbar.navbar-preheader p i.fa.fa-phone {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.navbar.navbar-preheader .boutonProfil {
    text-align: right;
}
.navbar.navbar-preheader .boutonProfil a {
    display: inline-block;
    border: 1px solid #9d9d9d;
    background-color: #fff;
    padding: 4px 24px;    
	margin: 5px 0;
	color: #384452;
	opacity: 0.85;
}
.navbar.navbar-preheader .boutonProfil a:first-child {
	margin-right: 10px;
}
.navbar.navbar-preheader .boutonProfil a:hover {
	opacity: 1;
}


/* ==========================================================================
   Navigation principale
   ========================================================================== */
.navbar {
 padding-top: 10px;
 margin-bottom: 0px;
 border:0;
 border-radius: 0;
}
            
.navbar-brand {
 height: 100%;
}
            
.navbar-header .navbar-brand {
 width:246px;
}
            
.navbar-default {
 background-color: #ffffff;
 border-color: transparent;
 margin-top: 0px;
 box-shadow: 0px 7px 16px rgba(157, 157, 157, 0.18);
 margin-right: 0px;
 margin-left: 0px;
}
.navbar-default .navbar-collapse.collapse {
    margin-top: 6px;
}
.navbar-default i.fa.fa-home {
    margin-top: -4px;
	font-size: 20px;
}
.navbar-default .navbar-nav > li > a {
 color: #384452;
 font-weight: 700;
 font-size: 15px;
}
            
.navbar-default .navbar-nav > li > a:hover {
 color: #fff;
 background-color: #65bee7;
}
            
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
 color: #fff;
 background-color: #65bee7;
}

.dropdown-submenu{
	position:relative;
}
.dropdown-submenu>.dropdown-menu{
	top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{
	display:block;
}
.dropdown-submenu>a:after{
	display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;
}

/****** Logo style ******/
.navbar-default .container>div>a>img{
	position: absolute;
	height: 100%;
    max-height: 158px;
}

@media (min-width: 768px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.dropdown .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
    	right: auto;
    max-width: 240px;
	}

}
@media (min-width: 992px) {
	.navbar-default .container {
    	height: 130px;
		position: relative;
        height: 180px;
	}
	.navbar-default .container>div {
		height: 100%;
	}
	.navbar-default .container>div>a {
		/*position: absolute;*/
		bottom: 20px;
	}
	.navbar-default .navbar-collapse.collapse {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align:center;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		min-width: 100%;
	}
	
}
@media (max-width: 767px) {
	.dropdown.open .dropdown-submenu ul {
    	display: block;
	}
	.navbar-secondaire {
		display: none;
	}
	#nav {
		text-align: right;
	}
	#nav .navbar-default .navbar-toggle {
		float: none;
	}
	#nav .navbar-collapse {
    	text-align: left;
	}
	.navbar-toggle {
		float: none;
	}
}
@media (max-width: 991px) {
	#logo, .navbar-collapse {
    	text-align: center;
	}
}

/* ==========================================================================
   Bandeau
   ========================================================================== */

#Bandeau .imgBandeau, #Bandeau {
	background-size: cover !important;
}
#Bandeau .imgBandeau {
    height: 250px;
}

/* ==========================================================================
   Navigation secondaire
   ========================================================================== */
@media (min-width: 768px) {
	.navbar-secondaire .nav > li {
    	float: none;
    	display: inline-block;
	}	
	.navbar-secondaire {
    	text-align: center;
		position: absolute;
		width: 100%;
		bottom: 20px;
		left: 0;
	}
	.navbar-secondaire .navbar-nav {
		float: none;
		display: inline-block;
	}
	.navbar-secondaire .nav > li {
		background-color: rgba(255, 255, 255, 0.75);
		margin: 0 10px 10px 10px;
	}
	.navbar-secondaire .nav > li > a {
		color: #384452;
		padding: 8px 10px;
		font-weight: bold;
	}
	.navbar-secondaire .nav > li.active, .navbar-secondaire .nav > li:hover {
		background-color: rgba(101, 190, 231, 0.75);
	}
	.navbar-secondaire .nav > li.active a, .navbar-secondaire .nav > li:hover a, .navbar-secondaire .nav > li > a:hover {
		color: #fff;
	}
	
	.navbar-secondaire .nav > li > a:hover,
	.navbar-secondaire .nav > li > a:focus {
  		background-color: transparent;
	}
	.navbar-secondaire .dropdown-menu {
    	border: 0;
    	box-shadow: none;
    	background-color: rgba(101, 190, 231, 0.75);
		min-width: 100%;
	}
	.navbar-secondaire .dropdown-menu > li > a:hover {
		background-color: rgba(101, 190, 231, 1);
	}
}
/* ==========================================================================
   STYLE BREADCRUMB
   ========================================================================== */
#breadcrumb {
	padding: 0;
}
#breadcrumb, #breadcrumb a {
	color: #999;
	font-size: 13px;
}
#breadcrumb a {
	font-weight: bold;
	padding-right: 7px;
}
#breadcrumb a:hover {
	color: #000;
}
.breadcrumb {
    background-color:#ffffff;
}
/* ==========================================================================
  Contact
   ========================================================================== */

#contact {
    background-color: #65bee7;
    padding: 20px 0px;
}
#contact a {
	display: block;
	color: #fff;
	font-size: 16px;
}
#contact a span {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-left: 8px;
}
#contact a span:hover {
    background-color: #fff;
    color: #65bee7;
}
#contact span {
	font-size: 13px;
}
#contact span>i {
    margin-right: 8px;
}
#contact .contacteznous, #contact .facebook, #contact .newsletter {
	text-align: center;
}

.newsletter .newsletterForm, 
.newsletter input, 
.newsletter button {
    display: inline-block;
	color:#fff;
	background-color: transparent;
}
.newsletter .form-control {
	border-color: #fff;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	background-color: #fff;
	color: #555;
	margin-left: 14px;
	width: 149px;
}
.newsletter button {
	border-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	margin-top: -2px;
	padding: 6px 8px;
}
.newsletter button:hover {
	background-color: #fff;
	color:#65bee7;
}
.block-newsletter .newsletter-action .newsletter-submit {
    background-color:transparent !important;
    border-color:#ffffff !important;
    border-radius: 0.5em;
}
.block {
    margin-top:0;
}
.row.block {
    padding-top: 0;
    padding-bottom: 0 !important;
}
.row.block>.container {
    padding-bottom: 50px;
}
/* ==========================================================================
  BLOC Actualités
   ========================================================================== */

#actualites {
    height: 426px;
}
#actualites .carousel-indicators {
    bottom: 0px;
}
#actualites .carousel-indicators li.active {
	background-color: #777;
}
#actualites .carousel-indicators li {
	background-color: #ccc;
	border:0;
}
#actualites .carousel-indicators li,
#actualites .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 2px;
}
.imageActu {
    width: 100%;
    height: 180px;
    background-size: cover !important;
}
.texteActu {
    height: 110px;
    overflow: hidden;
}
.texteActuList {
    margin-bottom: 15px;
}

/* ==========================================================================
  BLOC VazyVit
   ========================================================================== */
.fontVZV {
	font-family: 'DK Lemon Yellow Sun';
	font-size: 25px;
}
.card-body h3 {
    margin-top: 18px;
}
#VZVcarousel {
    height: 386px;
}

#VZVcarousel .carousel-control {
	text-shadow: none;
}

#VZVcarousel .carousel-control.right, .carousel-control.left {
	background-image: none;
}
#VZVcarousel .carousel-control.right:hover .glyphicon-chevron-right, 
#VZVcarousel .carousel-control.left:hover .glyphicon-chevron-left {
	color: #777;
}
#VZVcarousel .carousel-control .glyphicon-chevron-right,
#VZVcarousel .carousel-control .glyphicon-chevron-left {
	color: #ccc;
}

img.tarifce {
    width: 40px;
    display: inline-block;
    margin-left: 10px;
}
.card-img-top {
    max-width: 184px;
}
.card-text {
    font-size: 11px;
    line-height: normal;
}
.card-body {
    max-width: 250px;
    margin: auto;
}

/* ==========================================================================
   BLOC WIDGET
   ========================================================================== */

#horoscope {
    margin-bottom: 30px;
}

#widget_unjuner {
    margin: auto;
}

#blocInfo .ftviTitles .footer .btn {
	height: 38px;
}
	
	
/* ==========================================================================
  BUTTONS
   ========================================================================== */
.btn-primary {
  color: #fff;
  background-color: #31708f;
  border-color: #25566f;
  opacity: 0.9;
}
.btn-primary:focus,
.btn-primary.focus, 
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  color: #fff;
  background-color: #31708f;
  border-color: #25566f;
  opacity:1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary .badge {
  color: #31708f;
  background-color: #fff;
}
.btn-outline-primary {
  color: #31708f;
  background-color: #fff;
  border: #31708f 1px solid;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #31708f;
  border: #25566f 1px solid;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer {
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 0px;
}
#footer .borderFooter {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	color: #555;
}
#footer a:hover {
	color: #000;
	}

/* Theme Background */
#contentPage > .container {

	background: #FFF;
        padding-bottom: 60px;
}
/* ==========================================================================
   ACCOUNT
   ========================================================================== */	
    #form-identity .btn:hover {
        opacity: .85;
    }
    #form-identity .btn {
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: bold;
    }
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 992px) {
	.row {
        margin: 0;
    }
    #meteo>div {
    	margin: auto;
	}
    #logo {
        height: 120px;
    }
	#footer .borderFooter {
		border:0;
	}
	.col-md-4 {
    	margin-bottom: 65px;
	}
	/*****HEADER*****/
	.header-contact {
		display: none;
	}
	.navbar-preheader .col-md-4 {
		margin-bottom: 0
	}
    #Bandeau {
        margin: 0;
    }
    #Bandeau .imgBandeau {
        height: 170px;
        background-position: center !important;
    }
	.navbar.navbar-preheader>div>div p,
    .navbar.navbar-preheader .boutonProfil {
        text-align: CENTER;
    }
    .navbar-nav > li > .dropdown-menu {
        display: block;
        left: 0;
        position: relative;
        width: 95%;
        margin-left: 5%;
    }
    .dropdown-submenu>a:after {
        display:none;
    }
    .dropdown-submenu>.dropdown-menu {
        display: block;
        position: relative;
        left: 0;
        width: 95%;
        margin-left: 5%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
	/*****CONTACT*****/
	#contact {
		padding: 25px 0;
		margin: 0;
	}	
	#contact .container>div {
		margin-bottom:15px;
	}
	#contact .container>div:last-child {
		margin-bottom:0;
	}
    #contact>.container {
        max-width: 325px;
    }
		
	/*****ACTUALITES*****/
	#blocActu {
        margin-bottom: 43px;
    }
    #actualites {
    	max-width: 350px;
    	margin: auto;
	}
    .imageActuShow {
    float: right;
    }
	/*****VZV*****/
	#VZVcarousel {
    	max-width: 350px;
    	margin: auto;
	}
	
	
}
@media screen and (max-width: 767px) {
	#Bandeau .imgBandeau {
    	height: 140px;
	}
}