body {
	font-family: 'Raleway', sans-serif;
	border-top: 5px solid #d80909;
}
h1, h2, h3, h4 {
	font-family: 'Cabin', sans-serif;
}
a {
	color: #f4b200;
}
a:hover {
	color: #F28F00;
	text-decoration: none;
}
@font-face {
	font-family: 'DK Lemon Yellow Sun';
	src: url('fonts/DK Lemon Yellow Sun.otf') format('truetype'),
}
.vzvfont {
	font-family: DK Lemon Yellow Sun;
}
/*
 * 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;
}
/* ==========================================================================
  HEADER
   ========================================================================== */
#Header {
	position: relative;
}
.header {
	padding: 0;
}
.header>div {
	height: 270px;
}
.header .logo {
	text-align: center;
	/*padding-top: 63px;*/
	background: #FFF;
}
.header .logo img {
	width: 100%;
    max-width: 195px;
    padding-top: 14px;
}
.header .slide {
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0;
}
.header .slide>div {
	position: relative;
	height: 55px;
}

.header .slide h1 {
	position: absolute;
	bottom: 0;
	background-color: #f28f00;
	display: inline;
	border: 2px solid #fff;
    border-bottom: 0;
	border-left: 0;
    margin: 0;
	padding: 7px 15px;
	color:#fff;
}

/* ==========================================================================
  TITRE PAGE
   ========================================================================== */

.Title {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.titleLeft {
	background-color: #f28f00;
    height: 63px;
}

.titleRight {
	padding: 0;
}

.titleRight h1 {
	display: inline-block;
    border-bottom: 0;
	border-left: 0;
    margin: 0;
	padding: 12px 18px;
	color:#fff !important;
}

/* ==========================================================================
  CONTENT
   ========================================================================== */


.sidebar {
	padding: 0;
}
/* ==========================================================================
  NAVIGATION PRINCIPALE
   ========================================================================== */

.navigation {
	background-color: #F28F00;
	border-left: 0;
	padding: 0;
}
.navigation .navbar-nav {
    margin-bottom: 26px;
}
.navigation .dropdown-menu {
	top:0;
	left: 100%;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	background-color: #d80909;
	border: 0;
	
}
.navigation .navbar-collapse {
	padding: 0;
}
.navigation .navbar-nav,
.navigation .navbar-nav>li {
	float: none;
}
.navigation .navbar-nav li a {
color: #fff;
opacity: 0.7;
}
.navigation .navbar-nav>li>a {
	padding: 12px 18px !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	
	
}
.navigation .navbar-nav>li>a>i {
	padding-right: 6px;
}
.navigation .navbar-nav>li.active>a {
    background-color: #f28f00;
	opacity: 1;
}
.navigation .navbar-nav > li > a:hover, 
.navigation .navbar-nav > li > a:focus, 
.navigation .navbar-nav > .active > a:hover, 
.navigation .navbar-nav > .active > a:focus, 
.navigation .navbar-nav > .active.open > a, 
.navigation .navbar-nav > .active.open > a:hover, 
.navigation .navbar-nav > .active.open > a:focus, 
.navigation .dropdown-menu > li > a:hover, 
.navigation .dropdown-menu > li > a:focus, 
.navigation .navbar-nav > li:hover > a, 
.navigation .navbar-nav > li:hover > a, 
.navigation .navbar-nav > .open > a, 
.navigation .navbar-nav > .open > a:hover, 
.navigation .navbar-nav > .open > a:focus, 
.navigation a.dropdown-toggle.active {
	/*background-color: #d80909;*/
	opacity: 1;
}

.navigation .navbar-nav>li>.dropdown-menu>li {
	position: relative;
}
.navigation .navbar-nav>li:hover>.dropdown-menu,
.navigation .navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu > li > a {
    padding: 6px 20px;
}

.dropdown-menu {
	margin: 0;
}
.dropdown.open {
    background-color: transparent;
}

/* ==========================================================================
  NAVIGATION MON COMTPE
   ========================================================================== */

.navigation .navbar-nav>li.margincompte {
	margin-top: 30px;
}
.navigation .navbar-nav>li.compte>a {
	display: block;
	border: 1px solid #fff;
	padding: 6px 10px !important;
	text-transform: none;
	font-weight: normal;
	margin: 10px 13%;
	
}
.navigation .navbar-nav>li.compte>a:before {
	font-family: FontAwesome;
    margin-right: 8px;
}
.navigation .navbar-nav>li.compte>a.profil:before {
	content:'\f007'
}
.navigation .navbar-nav>li.compte>a.ayantsdroit:before {
	content:'\f0c0'
}
.navigation .navbar-nav>li.compte>a.documents:before {
	content:'\f187'
}
.navigation .navbar-nav>li.compte>a.logout:before {
	content:'\f011'
}


/* ==========================================================================
  CONTACT
   ========================================================================== */

.contact {
	background-color: #f4b200;
	padding: 28px 18%;
}
.contact a,
.contact div {
	display: block;
	color:#fff;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity:.85;
}
.contact>div>div {
    opacity: 1;
}
.contact a:hover, .contact div:hover, .contact div:hover a {
    opacity: 1;
}
.contact a:before,
.contact div:before {
	font-family: FontAwesome;
	margin-right: 15px;
}
.contact a.telephone:before {
	content:'\f095';
}
.contact a.mail:before {
	content:'\f003';
}
.contact a.facebook:before {
	content:'\f230';
}
.contact div.newsletter:before {
	content:'\f1d9';
}
.contact a.profil:before {
	content:'\f007';
}
.contact .form-control {
    border-color: #fff;
    background-color: transparent;
    border-radius: 0;
	color: #fff;
}
.contact .form-control:focus,
.contact .form-control:active {
	box-shadow: none;
}
.contact .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.contact .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.contact .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#input-email-block-newsletter {
	width: 100%;
	background-color: transparent;
}

.block-newsletter .newsletter-label {
	display: none;
}

.block-newsletter .newsletter-submit:hover {
}
.block-newsletter .newsletter-action .newsletter-submit {
	display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 0;
    border-top: 0;
	color: #fff;
}

/* ==========================================================================
  BREADCRUMB
   ========================================================================== */

.breadcrumb {
    background-color: #f4b200;
    border: 0;
    padding: 0;
    border-radius: 0;
    min-height: 0;
    height: 40px;
	margin-bottom: 0;
	z-index: 1;
}
.breadcrumb .fa-caret-square-o-right {
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 11px 12px;
}
.breadcrumb ul li {
    display: inline-block;
	color:#fff;
	font-weight: bold;
}
.breadcrumb ol li>a {
    padding: 0px 10px !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    opacity: 0.7;
	display: block;
}
.breadcrumb ol li>a:hover {
    opacity: 1;
}
.breadcrumb > li + li:before {
    color: #fff;
    opacity: .7;
}
.breadcrumb > .active {
    color: #ffffff;
}
ol.breadcrumb {
    padding-top: 9px;
}
/* ==========================================================================
  CONTENU PAGE
   ========================================================================== */

.contentPage {
    margin: auto;
    background-color: #fff;   
    background-color: #fff;
    padding-bottom: 100px;
    min-height: 893px;
    padding-top: 25px;
}
.float-none {
	float: none !important;
}

.contentPage h1,.contentPage h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
	margin-top: 30px;
	font-size: 34px;
}
h3.soustitre {
	color: #d80909;
	font-size: 22px;
}
.list li {
    list-style: none;
}
.list li:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-left: -15px;
    margin-right: 10px;
    color: #7c9fc7;
}
/* ==========================================================================
   BLOC VAZYVIT
   ========================================================================== */
.Vazyvit {
	background-color: #7c9fc7;
    padding-bottom: 15px;
    padding-top: 13px;
	color:#fff;
}
.Vazyvit h2.vzvfont {
	margin: 0;
    padding: 0 15px 5px 15px;
    text-align: center;
     font-size: 40px;
    color: #fff !important;
		
}

#VZVcarousel .card {
	display: block;
	position: relative;
}
#VZVcarousel .carousel-vzv {
	padding: 10px 14px;
}
#VZVcarousel .carousel-vzv .col-6.col-md-4 {
	opacity: 0.85;
}
#VZVcarousel .carousel-vzv .col-6.col-md-4:hover {
	opacity: 1;
}
.Vazyvit .carousel-control.left, .Vazyvit .carousel-control.right {
	background-image: none;
}
.Vazyvit .carousel-control {
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.Vazyvit .carousel-control:hover, .Vazyvit.carousel-control:focus {
	color: #fff;
	opacity: 1;
}

@media screen and (min-width: 768px) {
.Vazyvit .carousel-control .glyphicon-chevron-right {
	margin-right: -16px;
}
.Vazyvit .carousel-control .glyphicon-chevron-left, .Vazyvit .carousel-control .glyphicon-chevron-right {
	margin-top:-73px;
    font-size: 26px;
	width: 32px;
	height: 47px;
}
.Vazyvit .carousel-control .glyphicon-chevron-left {
	margin-left: -16px;
}
}
.Vazyvit img.card-img-top {
	margin: auto;
	margin-bottom: 12px;
	background-color: #fff;
	padding: 14px;
	max-width: 115px;
	width: 100%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.11);

}
.Vazyvit .card .card-title, 
.Vazyvit .card .card-text {
	width: 100%;
	max-width: 200px;
	margin: auto;
}

.Vazyvit .card .card-text {
	color:#fff;
    margin-bottom: 10px;
	    font-size: 13px;
        line-height: normal;
}

.Vazyvit .card .card-title {
	height: 45px;
     font-size: 17px;
    color: #fff !important;
}

.card>div:first-child {
    max-width: 115px;
    margin: auto;
    position: relative;
}
img.tarifce {
    width: 45px;
    margin-left: 10px;
	position: absolute;
	top: -10px;
    right: -22px;
}
#VZVcarousel:hover img.tarifce {
	width: 72px;
	transition: width 0.8s;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* ==========================================================================
  BUTTONS
   ========================================================================== */
.btn-primary {
    color: #fff;
    background-color: transparent;
    border: #fff 1px solid;
    opacity: 0.9;
    border-radius: 12px;
}
.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: transparent;
    border: #fff 1px solid;
  opacity:1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}



.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    opacity: 0.7;
    border-radius: 12px;
}
.btn-secondary:focus,
.btn-secondary.focus, 
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  opacity:1;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
#form-identity .btn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 43px;
}
/* ==========================================================================
   BLOC ACTUALITE
   ========================================================================== */
.sidebarright {
    background-color: #fff;
}
.blocActualites {
	padding: 0;
	background-color: #d80909;
	padding-bottom: 38px;
	border: 2px solid #d80909;
}
#blocActu {
    margin: 10px 0;
        padding: 0 10px;
}
#blocActu h2 {
    text-align: center;
    color: #ffffff !important;
}
#actualites {
    height: 382px;
	color:#fff;
}
#actualites .carousel-indicators {
    bottom: 0;
}
#actualites .carousel-indicators li {
    opacity: 0.4;
}
#actualites .carousel-indicators li:hover {
	opacity: 0.7;
}
#actualites .carousel-indicators .active {
	opacity: 1;
}
#actualites .carousel-indicators li,
#actualites .carousel-indicators .active{
	border-radius: 0;
    border: 0;
    width: 10px;
    height: 10px;
    margin: 0;
	background-color: #333;
}
.imageActu {
    height: 180px;
    background-size: cover !important;
}

.imageActu img {
	margin: 0px auto;
    position: relative;
}
.contentActu {
    padding: 0 15px;
}
#actualites h3 {
	color: #fff !important;
}
.texteActu {
    height: 70px;
    overflow: hidden;
}
.dateActu {
    font-weight: bold;
}
.buttonActu {
    padding-bottom: 15px;
}
.titreActu h3 {
    margin-top: 3px !important;
}

.italic {
    font-style:italic;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
#widgets {
	background-color: #EBEBEB;
}
.meteo {
	padding: 20px 0;
}
.meteo>div {
    margin: auto;
}
.tv {
	padding: 10px 0;
}
.widget3 {
	padding: 20px 0;
}
.widget3>div {
	width: 300px;
	margin: auto;
}
#widget_unjuner {
	width: 300px !important;
	margin-top: 10px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
	background-color: #7c9fc7;
	text-align: center;
	padding: 10px 0;
        margin-top: 10px
}
#footer a,#footer span {
	color: #fff;
	opacity: 0.85;
}
#footer div:hover a,#footer  div:hover span {
	opacity: 1;
}

/* ==========================================================================
  RESPONSIVE
   ========================================================================== */
@media screen and (max-width: 767px) {
	.nav.navbar-nav {
    	margin-left: 0;
	}
	.header .slide {
		height: 102px;
	}
}
@media screen and (max-width: 450px) {
	#widgets, 
	a.newsletter {
		display: none !important;
	}
	
}
@media screen and (max-width: 991px) {
	.titleLeft, .titleRight {
		display: none;
	}
    .contentPage {
        min-height: 0;
    }
	.header .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    	height: auto;
	}
    .header .logo img {
        max-height: 120px;
        width: auto;
    }
	.header .slide {
    	height: 110px;
	}
	.sidebar.sidebarright {
    	margin-top: 40px;
	}
    
	.imageActu {
		height: 160px;
	}
	.contentActu,
	#VZVcarousel{
    max-width: 530px;
    margin: auto;
    text-align: center;
    width: 100%;
	}
	.contact {
		padding:0 0 8px 0;
	    text-align: center;
	}
	.contact>a {
		padding: 10px 15px 0 15px;
	}
	.contact a.newsletter {
		margin-top: 14px;
	}
	.contact>a, 
	.contact>input,
	.contact>.btn-newsletter {
		display:inline-block;
	}
	.contact .form-control {
		width: 160px;
	}
	.newsletter>input, 
	.newsletter>button {
		display: inline-block;
	}
	.btn-newsletter {
		width: 109px;
		border: 1px solid #fff;
		padding: 6px 12px;
		position: relative;
		top: -1px;
		right: 4px;
		border-left: 0;
	}
	.contact input.form-control {
		margin-left: 10px;
	}
	.contact a:before {
		margin-right: 9px;
	}
	.navbar-toggle {
		width:100%;
		text-align: right;
		padding:0;
	}
	.navbar-toggle>div {
		display: inline-block;
	}
	.menu-toggle {
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		margin-right: 40px;
	}
    li.compte {
        display: inline-block;
    }
    .navigation .navbar-nav>li.compte>a {
        margin: 10px 5px;
    }
    .block-newsletter .newsletter-action {
        width: 100%;
            margin: 0;
    }
    .block-newsletter .newsletter-action .newsletter-submit {
        max-width: 300px;
        float: none;
        margin: auto;
    }
    .navbar-nav > li > .dropdown-menu {
        display: block !important;
        position: relative;
        left: 0;
        width: 95%;
        margin-left: 5%;
        text-transform:uppercase;
    }
    .navbar-nav > li > .dropdown-menu >li>ul {
        display: block;
        left: 0;
        position: relative;
        width: 95%;
        margin-left: 5%;
    }
    #blocActu>* {
        max-width: 400px;
        margin: auto;
        margin-top: 10px;
    }
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	.navbar-toggle .icon-bar{
		background-color: #fff;
	}

}

@media screen and (min-width: 1200px) {

	.col-md-3 {
    width: 20%;
	}
	.col-md-6 {
    width: 56%;
	}
	.col-md-9 {
    width: 80%;
	}	
	.col-md-3.sidebarright {
	width: 24%;
	}
    #form-identity .col-md-6 {
        width: 50%;
    }
}
@media screen and (min-width: 1600px) {
	.col-md-3 {
    width: 14%;
	}
	.col-md-6 {
    width: 66%;
	}
	.col-md-9 {
    width: 86%;
	}
	.col-md-3.sidebarright {
		width: 20%;
	}
	#actualites,
	#VZVcarousel {
        max-width: 330px;
        margin: auto;
    }
    #form-identity .col-md-6 {
        width: 50%;
    }
}