
/*
Template Name: Kindle	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#HERO SECTION
#COUNTER
#BOOK OVERVIEW
#VIDEO REVIEW
#AUTHOR
#PRICING
#READERS TESTIMONIALS
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

@font-face {
  font-family: 'HelveticaNeue-Black';
  src: url('helvetica/HelveticaNeue-Black.otf') format('truetype');

}
@font-face {
  font-family: 'helveticaNeue-bold';
  src: url('helvetica/HelveticaNeue-Bold.otf') format('truetype');

}
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('helvetica/HelveticaNeue-Light.otf') format('truetype');
 
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('helvetica/HelveticaNeue-Medium.otf') format('truetype');
 
}


body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'HelveticaNeue-Light', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: rgba(129, 130, 133, 0.77);
	font-weight: 500;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}
@media (min-width: 1200px){
	.container {
	    width: 1066px !important;
	}
}
@media (min-width: 768px){
	.navbar-right {
	    margin-right: -2% !important;
	}
}
@media (min-width: 992px){
	.mu-video-iframe {
	    height: 550px;
	    width: 1035px;
	    margin-left: -12%;
	}
}




a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelveticaNeue-light', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-family: 'HelveticaNeue-light';
	font-size: 52px;
    color: #2248a0;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

strong {
	font-weight: 500;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}

/*Wordpress default class*/

.alignleft {
	float:left;
	margin-right:8px;
}

.aligncenter {
	display:block;
	margin:10px auto;
}

.alignright {
	float:right;
	margin-left:8px;
}		

.alignnone {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 100px;
	border: solid 1px #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
	color: #000;
}

.mu-send-msg-btn {
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 150px;
	color: #fff;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	display: inline;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 25px 0;
	z-index: 999;
	transition: all 0.5s;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-size: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: -11px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-brand img{
	margin-top: -12px;
}
.mu-fixed-nav .navbar-brand img{
	margin-top: -6px !important;
    width: 50%;
}
.collapse.navbar-collapse {
    margin-top: 100px;
    margin-right: -42px;
    font-family: 'HelveticaNeue-Medium';
    font-size: 23px;

}
.mu-fixed-nav .collapse.navbar-collapse{
	margin-top: 0;
    margin-right: 0;
}
.mu-fixed-nav .logo-droite{
	display: none;
}
.logo-droite {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 22px;
    padding-right: 15px;
}

#mu-header.mu-fixed-nav{
	background-color: rgba(255, 255, 255, 0.93);
	width: 100%;
	position: fixed;
	padding: 15px 0;
}
.row.bannier {
    margin-top: 60px;
}
.text-fixe{
	background-image: url(../assets/images/back.jpg);
    color: #ffffff !important;
    font-size: 27px;
    font-family: 'HelveticaNeue-light';
    position: absolute;
    z-index: 10;
    bottom: 0px;
    text-align: left;
    padding: 76px 20px 68px 30px;
}

.text-img-top{
	background-image: url(../assets/images/back.jpg);
    color: #ffffff !important;
    font-size: 27px;
    font-family: 'HelveticaNeue-light';
    position: absolute;
    z-index: 10;
    bottom: 58px;
    padding-left: 26px;
    text-align: left;
}
@media (max-width: 1024px){
	.text-fixe{
	    font-size: 24px;
	}
	.mu-testimonial-slide .slick-dots {
    	bottom: 68px;
	}
	.slick-list {
	    height: 502px;
	}
}
@media (max-width: 991px){
	.text-fixe{
	  	font-size: 19px;
	    top: 179px;
	    height: 208px;;
	    padding: 40px 20px 68px 30px;
	}
	.mu-testimonial-slide .slick-dots {
    	bottom: 25px;
	}
	.slick-list {
	    height: 393px;
	}
}
@media (max-width: 767px){
	.text-fixe{
	    color: #ffffff !important;
	    font-size: 15px;
	}
}
@media (max-width: 650px){
	.text-fixe {
	    color: #ffffff !important;
	    font-size: 14px;
	    bottom: 42px;
	    padding-left: 15px;
	    top: 146px;
    	height: 196px;
    	padding: 42px 18px 68px 30px;
	}
	.slick-list {
	    height: 332px;
	}
	#slider {
	    margin-top: 110px;
	}
	h1{
		font-size: 37px;
	}
}
@media (max-width: 640px){
	.text-fixe {
	    color: #ffffff !important;
	    font-size: 11px;
	    bottom: 42px;
	    padding-left: 15px;
	}
}

@media (max-width: 501px){
	.text-fixe {
	    color: #ffffff !important;
	    font-size: 11px;
	    bottom: 23px;
	    padding-left: 15px;
	    top: 107px;
	    height: 139px;
	    padding: 33px 18px 68px 30px;
	}
	.slick-list {
	    height: 272px;
	}
}

    

@media (max-width: 485px){
	.text-fixe {
	    color: #ffffff !important;
	    font-size: 12px;
	    bottom: 42px;
	    padding-left: 15px;
	    top: 113px;
	    height: 141px;
	    padding: 29px 10px 64px 17px;
	}
	.slick-list {
	    height: 255px;
	}
	#slider {
	    margin-top: 110px;
	}
}
@media (max-width: 361px){
	.text-fixe {
	     font-size: 9px;
	    bottom: 28px;
	    top: 78px;
	    height: 102px;
	    padding: 19px 7px 16px 6px;

	}
	.slick-list {
	    height: 210px;
	}
	h1{
		font-size: 27px;
	}

}



/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 25px;
}
.mu-fixed-nav .mu-navbar{
	margin-top: 0;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #2248a0;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
	position: relative;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
	color: #b94239;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #b94239;
}

.navbar-default .mu-menu li a:after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: #b94239;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after, 
.navbar-default .mu-menu li a:focus:after {
    width: 100%;
}


/*--------------------*/
/* HERO SECTION */
/*--------------------*/

#mu-hero {
	display: inline;
	float: left;
	padding: 160px 0 90px;
	width: 100%;
}

.mu-hero-left{
	display: inline;
	float: left;
	width: 100%;
}

.mu-hero-right {
	display: inline;
	float: left;
	width: 100%;
}

.mu-hero-left h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.mu-hero-left p {
	color: #fff;
	margin-bottom: 20px;
}

.mu-hero-left .mu-primary-btn {
	margin-top: 20px;
	background-color: #fff;
	font-weight: 600;
}

.mu-hero-left span {
	display: block;
	margin-top: 10px;
	color: #f8f8f8;
}


/*--------------------*/
/* COUNTER */
/*--------------------*/
.back-violet {
    background: #754f7b;
    color: #fff;
    margin-top: 57%;
    padding: 33px 15px;
}
.question{
	color: #2248a0;
	font-weight: 700;
}

#mu-counter-bloc1 {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
#mu-counter-bloc1 h1{
	font-size: 52px;
	color: #2248a0;
}
#mu-counter-bloc2 {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.mu-counter-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-counter-area h2 {
	text-align: left;
    font-size: 30px;
    font-family: HelveticaNeue-bold;
}

.mu-counter-block {
	display: inline;
	float: left;
	width: 100%;
}

/*.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 80%;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 10%;
}*/

.mu-single-counter i {
	font-size: 40px;
	padding: 15px 40px;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0;
	margin-top: -60px;
	background: #fff;
}

.counter-value {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mu-counter-name {
	color: #333;
}


/*--------------------*/
/* BOOK OVERVIEW */
/*--------------------*/


#mu-book-overview {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-book-overview-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-heading-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 10%;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-book-overview-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-book-overview-single {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	margin: 10px 0 15px;
}

.mu-book-overview-icon-box {
	font-size: 25px;
	padding: 5px 12px;
	margin-bottom: 30px;
	display: inline-block;
}

.mu-book-overview-single h4{
	margin-bottom: 20px;
}


/*--------------------*/
/* VIDEO REVIEW */
/*--------------------*/


#mu-video-review {
	background-image: url(../assets/images/video-review-bg.jpeg);
	background-attachment: fixed;
	background-size: cover;
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}

#mu-video-review:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.84;
}

.mu-video-review-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-review-area .mu-heading-title, 
.mu-video-review-area .mu-heading-area p{
	color: #fff;
}

.mu-video-review-area .mu-header-dot {
	background-color: #f8f8f8;
}

.mu-video-review-content {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
	/*padding: 0 10%;*/
}

.mu-video-iframe {
	height: 550px;
	/*width: 1038px;
    margin-left: -12%;*/
}


/*--------------------*/
/* AUTHOR */
/*--------------------*/


#mu-author {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-author-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-author-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-author-image {
	display: inline;
	float: left;
	width: 100%;
}

.mu-author-info {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-author-info h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mu-author-info p {
	margin-bottom: 20px;
}

.mu-author-social {
	display: inline;
	float: left;
	margin-top: 25px;
	width: 100%;
}

.mu-author-social a {
	display: inline-block;
	font-size: 16px;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	width: 35px;
	text-align: center;
}




/*--------------------*/
/* PRICING */
/*--------------------*/
p.text-slogant {
    color: #1d1d1b;
    font-size: 17px;
    text-align: right;
	padding-left: 51px;
}
p.titre {
    color: #c94231;
    font-size: 30px;
    text-align: right;
    font-weight: 700;
}
#mu-pricing {
	background-color: #dbded4;
	display: inline;
	float: left;
	width: 100%;
	padding: 60px 0 30px 0;
	margin: 60px 0;

}

.mu-pricing-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-pricing-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-pricing-single {
	background-color: #fff;
	color: #555;
	display: inline;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding: 30px 0;
}

.mu-pricing-single-head {
	border-bottom: 1px solid #eee;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.mu-pricing-single-head h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.mu-pricing-single-head .mu-price-tag {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 15px 0 20px;
}

.mu-pricing-single-head .mu-price-tag span {
	font-size: 22px;
	margin-right: -10px;
}

.mu-price-feature {
	padding: 20px 0;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-price-feature li {
	list-style: none;
	line-height: 2;
	margin-bottom: 10px;
}

.mu-pricing-single-footer {
	display: inline-block;
	float: left;
	width: 100%;
}

.mu-order-btn {
	background-color: transparent;
	border-radius: 100px;
	border: 1px solid #555;
	color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 12px 25px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}

.mu-popular-price-tag {
	color: #fff;
}

.mu-popular-price-tag .mu-order-btn {
	background-color: #fff;
	border: 1px solid #fff;
}


/*--------------------*/
/* READERS TESTIMONIALS */
/*--------------------*/

#mu-testimonials {
	background-image: url(../assets/images/testimonials-bg.jpeg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-testimonials::before {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.84;
}

.mu-testimonials-area {
	display: inline;
	float: left;
	/*padding: 150px 0 175px;*/
	width: 100%;
}

.mu-testimonials-area h2 {
	color: #fff;
	text-align: center;
}

.mu-testimonials-block {
	display: inline;
	float: left;
	/*margin-top: 60px;*/
	width: 100%;
}

.mu-testimonial-slide li{
	list-style: none;
	text-align: center;
}

.mu-testimonial-slide li p {
	color: #fff;
	padding: 0 10%;
}

.mu-testimonial-slide .mu-rt-img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: 25px;
	display: inline-block;
}

.mu-rt-name {
	margin-bottom: 5px;
	color: #fff;
	line-height: 1;
	margin-top: 25px;
	letter-spacing: 1px;
}

.mu-rt-title {
	color: #fff;
	font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
    bottom: 29px;
    text-align: right;
}

.mu-testimonial-slide .slick-dots li button {
	height: 15px;
	padding: 0;
	width: 15px;
	border-radius: 50%;
	border: 2px solid #2248a0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
	opacity: 1;
	border: 2px solid #b94239;

}

.mu-testimonial-slide .slick-dots li button:before {
	display: none;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-contact-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
	padding: 0 20%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	color: #333;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 6px 15px;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-group textarea{
	color: #333;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 18px;
	padding: 15px;
	height: 190px;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/* GOOGLE MAP */

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}
.carte-map {
    display: inline-block;
    margin-top: 18px;
    float: left;
    width: 100%;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/
section#bloc-adresse {
    display: inline;
    float: left;
    width: 100%;
    padding: 60px 0 30px 0;
    background-image: url(../assets/images/back-carte.jpg);
}
section#bloc-adresse p {
    font-size: 15px;
    font-family: HelveticaNeue-light;
    margin-top: 20px;
    font-weight: 700;
}
section#bloc-adresse h3 {
    font-size: 20px;
    color: #c94231;
    font-family: HelveticaNeue-Medium;
}



#mu-footer{
	display: inline;
	float: left;
	width: 100%;
	background-image: url(../assets/images/footer1.jpg);
	background-repeat:no-repeat;
	background-position: center;
    margin-top: -35px;
}
img.face {
    float: left;
    margin-left: -13px;
}
img.societe {
    float: right;
    margin-right: -13px;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-area a{
	font-weight: 600;
}

.mu-social-media {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media a {
	display: inline-block;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	margin: 0 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
	background-color: #fff;
}

.mu-copyright {
	margin-top: 10px;
	display: inline-block;
}
.troix-bloc-img h3 {
    color: #fff;
    background: #c94231;
    text-align: right;
    font-size: 17px;
    padding: 15px;
    margin: 25px 0;
}

.troix-bloc-img h4 {
    color: #fff;
    background: #c94231;
    text-align: right;
    font-size: 17px;
    padding: 8px;
    margin: 25px 0;
}

.troix-bloc-img h5 {
    font-size: 20px;
    color: #c94231;
    font-family: HelveticaNeue-Medium;
}
/*
section#bloc-adresse h3 {
    font-size: 20px;
    color: #c94231;
    font-family: HelveticaNeue-Medium;
}*/


.menu-img{
	width: 27%;

}
li img.hover{
	display: none;
}
.menu-img.active img.hover{
	display: block;
	padding-top: 5px;
}
.menu-img.active img.normal{
	display: none;
}


/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
	
	.mu-hero-left h1 {
		font-size: 36px;
	}

	.navbar-brand img {
		width: 180px;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}

	.mu-author-info {
		margin-top: 0px;
	}

	.mu-video-iframe {
		height: 450px;
	}

	
}

@media (max-width: 991px) {

	
	.mu-fixed-nav .navbar-brand img {
		margin-top: -7px;
	}
	
	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
		width: 100%;
	}	

	#mu-hero {
		padding: 130px 0 30px;
	}

	.mu-hero-right {
		margin-top: 40px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.mu-simplefilter li{
		margin-bottom: 10px;
	}

	.mu-clients-content-single img{
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}
	
	.mu-video-review-content {
		padding: 0 5%;
	}

	.mu-video-iframe {
		height: 400px;
	}
		
}


@media (max-width: 767px) {
	.menu-img{
		width: 100%;

	}
	.menu-img img{
		width: 22%;

	}
	.navbar-default .mu-menu li a {
		width: 80%;
	}
	.slogant .col-sm-4.col-md-4{
		text-align: center;
	}
	.logo-droite{
		display: none;
	}

	.navbar-default .navbar-brand {
		margin-top: -7px;
	}
	.troix-bloc-img {
	    text-align: center;
	}
	.troix-bloc-img p {
	    text-align: left;
	}
	.troix-bloc-img .col-md-4.col-sm-6{
		margin-bottom: 40px;
	}

	.mu-fixed-nav .navbar-brand img {
		margin-top: -8px;
	}

	.navbar-default .navbar-toggle {
		border-color: #000000;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000000;
	}

	.navbar-default .navbar-form {
		background-color: #ffffff;
    	text-align: left;
	}
	.navbar-default .navbar-collapse{
		background-color: #ffffff;
    	text-align: left;
    	margin-top: 0 !important
	}

	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-hero-right {
		margin-top: 0;
	}

	#mu-hero {
		padding: 100px 0 60px;
	}

	.mu-author-info {
		margin-top: 30px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
	
		
}
@media (max-width: 500px) {
	.menu-img img{
		width: 30%;

	}
}


@media (max-width: 640px){

	#mu-header.mu-fixed-nav {
		padding: 10px 0;
	}
	
	.mu-heading-area {
		padding: 0;
	}

	.mu-video-iframe {
		height: 300px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}		

}


@media (max-width: 485px) {
	p.titre {
	    font-size: 19px;
	}

	.navbar-brand img {
		width: 150px !important;
	}

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: -3px;
	}

	.navbar-toggle {
		padding: 7px 8px;
		margin-top: 10px;
	}


	.navbar-toggle .icon-bar {
		width: 18px;
	}

	h2{
		font-size: 25px;
	}

	.mu-heading-title {
		margin-bottom: 10px;
	}

	.mu-video-iframe {
		height: 250px;
	}

	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}
	
}


@media (max-width: 360px){

	.mu-featured-slider-content {
		top: 49%;
	}

	.mu-featured-slider-content p,
	.mu-featured-slider-content .mu-primary-btn {
		display: none;
	}

	.mu-featured-slider-content h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}

	.mu-simplefilter li {
		padding: 1rem 1rem;
		font-size: 12px;
	}
	
}



@media (max-width: 320px){
	
	
	
	
	
}

