body, html {
	font-family: 'Dosis', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
.detail-info span{
	display:block;
	
}
.FormElement {
  margin-bottom: 25px;
  position: relative;
  /* BUGGUED NEEDS TO BE FIXED AT SOME POINT */
}
.white{
	color:white !important;
}
.title-magasin{
	font-size: 22px;
    font-weight: 700;
    color: #7ed957;
}
.info-magasin{
    padding-top: 68px;
}
.img-magasin{
	width:100%;height:460px
}

.FormElement.FormElement-boxed {
  background: #e7e6e6;
}

.FormElement.FormElement-bordered {
  outline: 1.5px solid #1B1A1A !important;
}

.FormElement input:not([type="radio"]),
.FormElement input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: none;
  border: none;
}

.FormElement.FormElement_upload {
  width: 100%;
}

.FormElement.FormElement_upload input {
  position: absolute;
  height: .1px;
  width: .1px;
  overflow: hidden;
  z-index: -99999;
  opacity: .01;
}

.FormElement.FormElement_upload label {
  width: 100%;
  background: none;
  border: none;
  padding: 0.8rem;
  margin: 0 !important;
}

.FormElement.FormElement_submit {
  display: flex;
  align-items: center;
}

.FormElement.FormElement_submit [type="submit"].disabled {
  pointer-events: none;
  opacity: .45;
}

.FormElement.FormElement_submit button {
  margin-right: 20px;
}

.FormElement.FormElement_submit span {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}

.FormElement.FormElement_radio, .FormElement.FormElement_checkbox {
  display: inline-block;
}

.FormElement.FormElement_radio.FormElement-boxed, .FormElement.FormElement_checkbox.FormElement-boxed {
  padding: 0.8em 0.8em 0.7em;
}

.FormElement.FormElement_radio input, .FormElement.FormElement_checkbox input {
  display: none;
}

.FormElement.FormElement_radio label, .FormElement.FormElement_checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.8em;
}

.FormElement.FormElement_radio label:before, .FormElement.FormElement_checkbox label:before {
  position: absolute;
  content: '';
  top: 0.08em;
  left: 0;
  background: #ffffff;
  outline: 1.5px solid #1B1A1A !important;
  width: 1.1em;
  height: 1.1em;
}

.FormElement.FormElement_radio[class*="radio"] label:before, .FormElement.FormElement_checkbox[class*="radio"] label:before {
  border-radius: 40px;
}

.FormElement.FormElement_radio :checked + label:before, .FormElement.FormElement_checkbox :checked + label:before {
  background: #1B1A1A;
  border-color: #1B1A1A;
}

.FormElement.FormElement_radio:first-child ~ .FormElement.FormElement_radio, .FormElement.FormElement_checkbox:first-child ~ .FormElement.FormElement_radio, .FormElement.FormElement_radio:first-child ~ .FormElement.FormElement_checkbox, .FormElement.FormElement_checkbox:first-child ~ .FormElement.FormElement_checkbox {
  margin-left: 0.8em;
}

.FormElement textarea {
  padding: 0.8rem;
  height: auto;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  background: none;
  border: none;
}

.FormElement hr {
  margin: 0;
  width: 100%;
  background: #f3f3f3 !important;
}

.FormElement input:focus ~ .line {
  width: 100%;
}

.FormElement .line {
  display: inline-block;
  top: calc(100% - 1px);
  z-index: 1000;
  left: 0;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #1B1A1A;
  transition: all .2s;
}
.for-responsive{
	display:none;
}
.FormElement.has-error, .FormElement.has-success {
  margin-bottom: 10px;
}
.gtm-ContactForm select{
	  width: 100% !important;
    padding: 1.2rem;
}
.Btn.Btn-bordered {
    color: #FFF;
    background: #7ed957;
    border: 2px solid #7ed957;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    background: #7ed957;
    padding: 10px 31px 10px 31px;
}
.gtm-ContactForm label{
    float: none !important;
    display: block;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
}
.FormElement.has-error + label, .FormElement.has-success + label {
  text-align: center;
  margin-bottom: 25px;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #7ed957;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 200px;
	text-align: center;
	position: relative;
	background: #7ed957;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	transition: all 0.8s;
}
#menu.navbar-default {
	/*background-color: #f5f5f5;
	border-color: rgba(231, 231, 231, 0);*/
	background: transparent;
	border:none;
}
#menu a.navbar-brand {
	font-family: 'Dosis', sans-serif;
    font-size: 36px;
    color: #7ed957;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 0;
    padding-bottom: 0;
     margin-right: 30px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 5px 15px 0 15px;
	font-family: 'Dosis', sans-serif;
	text-shadow: 1px 1px blur #000;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #7ed957;
}

#menu.navbar-default .navbar-nav > li .sub-menu{
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #7ed957;
	left: 15px;
    min-width: 210px;
    padding:  10px 0;
    text-align: left;
}
#menu.navbar-default .navbar-nav > li .sub-menu li{ 
display: block; 

}
#menu.navbar-default .navbar-nav > li .sub-menu a{
	color: #ffffff;
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
}

#menu.navbar-default .navbar-nav > li .sub-menu li{
	position: relative;
}

#menu.navbar-default .navbar-nav > li .sub-menu ul{
	 position: absolute;
    top: 0;
    background: #7ed957;
    min-width: 210px;
    padding:10px 0;
    text-align: left;
    left: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
}

#menu.navbar-default .navbar-nav > li .sub-menu li:hover ul{
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu.navbar-default .navbar-nav > li .sub-menu a:hover{
	color: #333
}


#menu.navbar-default .navbar-nav > li:hover   .sub-menu{
	visibility: visible;
	display: block;
	opacity: 1;
}

i.ico-mennn{
	font-size: 12px;
    line-height: 30px;
}
.logo-brand a{
	font-weight: bold !important;
	font-size: 28px !important;

	

		-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: initial !important;

}
.logo-brand {
  
}
/* Menu Section */
#restaurant-menu {
	padding: 0 0 60px 0;
}
#restaurant-menu .section-title {
	background: #444 url(../img/menu-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-menu .section-title h2 {
	color: #fff;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #d6aa52;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-menu{
	margin-top:200px;
}
#restaurant-menu .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}
 .TextAlign-center {
    text-align: center;
}

@media screen and (min-width: 768px) {
  .TwoColBlock {
    display: flex;
    flex-wrap: wrap;
  }
   .navbar-brand {
  	display:none;
  }
  .TwoColBlock img {
    margin-bottom: 30px;
  }
  .TwoColBlock[class*="centered"] {
    align-items: center;
  }
  .TwoColBlock[class*="inverted"] > div:nth-child(1) {
    order: 2;
  }
}
.on  , .onn{
	background: #dcd3d1 !important;
}


.on#menu.navbar-default .navbar-nav > li > a , .onn#menu.navbar-default .navbar-nav > li > a{
	color: #333 !important;
	text-shadow: none;
	    line-height: 48px;
	        font-weight: bold;
}
.on#menu.navbar-default .navbar-nav > li.logo-brand > a{
	font-size: 24px !important;
	color: #333 !important
}
.h1 {
    font-size: 4.375rem;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    margin-top: 0;
}
.StoreTitle h1:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100%);
  background-color: #1B1A1A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ContactStore {
  display: flex;
  flex-flow: row wrap;
}

.ContactStore ._col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 45px;
}

.ContactStore ._col h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.ContactStore ._col p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.ContactStore ._col p:first-child {
  margin-top: 0;
}

.ContactStore ._col p:last-child {
  margin-bottom: 0;
}


@media screen and (min-width: 992px) {
  .ContactStore ._col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .ContactStore ._col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
    position: relative;
  }
  .ContactStore ._col:first-child {
    padding-right: 20px;
  }
  .ContactStore ._col:last-child {
    padding-right: 0px;
  }
  .ContactStore ._col:last-child:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    left: -13%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #979797;
  }
}

.StoreMasonry ._section {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: 370px;
  grid-template-rows: 370px;
  overflow: hidden;
}

.StoreMasonry ._section:not(:last-child) {
  margin-bottom: 30px;
}
.conference{
    display: inline-block;
    width: 48%;
    margin-bottom: 33px;
    vertical-align: top;
    text-transform: uppercase;
    color: #1e4347;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;  
    margin-top:3em;
}

.mt-0{
	margin-top: 0 !important;
}
.nav_right{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.link_in{
	color: #456fc1;
    font-size: 20px;
    border: 2px solid #456fc1;
    padding: 1px 5px;
    border-radius: 5px;

}
.link_in:hover{
	color: #7ed957;
}
.nav_right .btn_client{
	height: 91px;
	line-height: 91px;
	display: inline-block;
	background: #7ed957;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 0 30px ;
	font-family: 'Dosis', sans-serif;
	margin-left: 20px;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #7ed957 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle{
	background-color: #7ed957;
	border-color: #7ed957;
	margin-right: 30px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #7ed957;
	border-color: #7ed957;
	margin-right: 30px;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	/*margin-bottom: 70px;*/
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #72a411;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */
/*.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url("../images/intro-bg.jpg") no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}*/

.intro{
	/*margin-top: 80px;*/
}
.intro .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000003b;
    z-index: 9;
}
.intro .carousel-caption{
	bottom: 50%;
	transform: translateY(50%);
}

.ico_ssp{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.intro .overlay {
	background: rgba(0,0,0,0.09);
}
.intro h1 {
	font-family: 'Dosis', sans-serif;
	color: #fff;
	font-size: 4em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 8px #737373;
}
.call-option{
    position: fixed;
    width: 40px;
    height: 60px;
    bottom: 40%;
    right: 0px;
    background-color:#7ed957;
    color: #FFF;
    border-radius: 50% 0% 0% 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100000;
}
.show-option-call{
	  background-color: transparent;
    position: absolute;
    top: -49px;
    left: -69px;
    border: none;
    min-width: 40px!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
.call-option.open .btn i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.show-option-call li{
    background-color:#bf8f3e;
    border-radius: 50px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
}
.show-option-call  > li > a:hover,.show-option-call li > li > a:focus {
    background-color: #bf8f3e;
    border-radius: 50px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    padding: 10px;
}
.show-option-call .email{
   margin-left:20px;
}
.show-option-call li>a{
        background-color: #bf8f3e;
    border-radius: 50px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    padding: 10px;
}
.call-option button{
	  background-color: #7ed957 !important;
	  width: 100%;
    height: 100%;
    bottom: 40%;
    right: 40px;
    border-radius: 50% 0% 0% 50%;
    color:#FFF;
    font-size: 19px;
}
.call-option button:hover{
  background-color: #7ed957 !important;
    color:#FFF;

}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #7ed957 !important;
    color:#FFF;
    border-color:#7ed957;
}
.intro span {
	color: #FFF;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 0px;
	font-family: 'Dosis', sans-serif;
	text-shadow: 1px 1px 8px #737373;
}

.intro_hero {
	display: table;
	width: 100%;
	padding:80px 0;
	background: url("../images/bg_blog.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}

.intro_hero h1{
	background: #7ed957;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 0;

}

.intro_hero h2{
	background: #fdba28;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	left: 20px;

}

header .intro-text {
	padding-top: 150px;
    padding-bottom: 60px;
	text-align: center;
}
/* About Section */
#about {
	padding: 50px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-bottom: 60px;

}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	font-size: 17px;
	color: #646464;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#about p span{
	color: #7ed957
}
.shema_apropos img{
	max-width: 100%
}
/* Menu Section */
#boutique , .activites{
	padding: 60px 0;
	background: #f5f5f5;
	position: relative;
}
/*#boutique:before{
	content: '';
    position: absolute;
    top: 15px;
    background: url("../images/badge_ca.png") center center no-repeat;
    width: 140px;
    height: 140px;
    background-size: cover;
    right: 60px;
}*/
#boutique .section-title {
	
}
#boutique .section-title h2 {
	
}
#boutique img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
.block_right_boutique{
	padding-top: 60px;
	padding-bottom: 60px;
}
.block_right_boutique p{
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0;
}
.btn_contact{
	display: inline-block;
	background: #7ed957;
	color: #fff;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
}
a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#boutique p{
	color: #646464;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 50px;
    font-family: 'Dosis', sans-serif;
    position: relative;}
/*#boutique p:before{
	content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url("../images/ico_check.png") center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;

}*/
#boutique h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#boutique .menu-section hr {
	margin: 0 auto;
}
#boutique .menu-section {
	margin: 0 20px 80px;
}
#boutique .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#boutique .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#boutique .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#boutique .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#boutique .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}

#avantages{
	padding: 60px 0;
	background: #f5f5f5;
	position: relative;
}
#avantages h3{
	color: #414042;
	font-weight: 600;
	margin-top: 0;
	font-size: 25px;
}
hr.black{
	width: 80px;
	background: #414042;
}

#avantages p{
	font-size: 17px;
	color: #646464;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	padding-left: 40px;
	position: relative;
}
#avantages p:before{
	content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url("../images/ico_check_2.png") center center no-repeat;
    width: 17px;
    height: 13px;
    background-size: cover;
	
}

#achats{
	padding: 60px 0 20px 0;
}
#shema{
	padding: 60px 0;
	background: #f5f5f5;
	position: relative;
}
#shema .block_text{
	margin-top: 80px;
}
#shema .block_text p{
	font-size: 19px;
	color: #646464;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	position: relative;
	margin-bottom: 100px;
}
#shema .block_text h4{
	font-size: 22px;
	font-weight: 600;
	color: #dd2f3b;
	font-family: 'Dosis', sans-serif;

}
#shema .block_text h4 img{
	margin-right: 10px;
	position: relative;
    top: -2px;
}

#qs{
	padding: 60px 0;
}
#qs h3{
	color: #fd7e2d;
	font-size: 26px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}
#qs hr{
	margin-bottom: 30px;
	width: 80px;

}
.mb_20{
	margin-bottom: 20px;
}
#adaptation{
	background: #7ed957;
	padding: 60px 0;
}
#adaptation h2{
	color: #fff
}
#adaptation hr.white{
	background: #fff;
}
#adaptation .section-title p{
	font-size: 20px;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	margin: 30px 0 0 0 ;

}
.mgt_30{
	margin-top: 30px;
}
 #adaptation h3{
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 600;
}
#adaptation img{
	margin:50px 0 0 0;
}
#adaptation .serv_block p{
	font-size: 18px;
	min-height: 220px;
	font-weight: normal;
	color: #fff
}
/* Portfolio Section */
#portfolio {
	padding: 60px 0 ;
}
#portfolio .section-title {
	margin-bottom: 50px;
}
#portfolio .section-title h2 {
	color: #646464;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #7ed957;
}
ol.type li a:hover {
	color: #fff;
	background-color: #7ed957;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#carousel-temoin{
	padding-bottom: 80px;
}
#carousel-temoin .carousel-indicators{
	bottom: 0;
}
/* Team Section */
#temoingnage {
	color: #fff;
	background: #444 url("../images/bg_temoin.jpg") center top no-repeat fixed;
	background-size: cover;
}
#temoingnage .overlay {
	padding: 60px 0 ;
}
#temoingnage h2, #temoingnage p {
	color: #fff;
}
#temoingnage p.msg{
	font-size: 22px;
	font-family: 'Dosis', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;

}
#temoingnage p{
	font-size: 22px;
	font-family: 'Dosis', sans-serif;
    font-weight: 400;

}
#temoingnage p.client{
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fd7e2d;
	margin-bottom: 0;
	margin-top: 40px;
}
.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #7ed957;
}
#temoingnage hr {

}
#temoingnage h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#temoingnage img {
	margin-bottom: 30px;
}
#temoingnage .thumbnail {
	background: transparent;
	border: 0;
}
#temoingnage .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#temoingnage .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#temoingnage .thumbnail .caption {
	padding-top: 10px;
}
#temoingnage .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
/* Call Reservation Section */
#call-reservation {
	padding: 90px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ed957+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed957', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #7ed957;
}
#call-reservation h2 {
	font-family: 'Dosis', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
/* Contact Section */
#contact {
	padding: 60px 0 0px 0;
	background: #fff;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/
#footer {
	background: #fff;
	padding:30px  0;
}
#footer h3 {
	color: #7ed957;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 16px;
	font-weight: 400;
	color: #646464
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

.copyrights{
	padding:20px 15px;
}
.copyrights p{
	margin: 0;
}
.copyrights a{
	color: #646464;
}
.copyrights a:hover{
	color: #7ed957
}

.modal-header{
    padding: 0;
}
#modal-postulate .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color:#002049;
    opacity: 1;
    font-weight: 400;
}
.modal-postulate-header-bg .modal-title {
    padding: 25px 15px;
}
#modal-postulate .modal-title {
    color: #002049;
    text-align: center;
    font-weight:600;
}
.modal-postulate-header-bg {
    width: 100%;
}
.modal-header h2{
	color: #fff;
	font-size: 24px;
}
.modal-header button{
	font-size: 36px
}
.modal{
	text-align: center;
}
.modal:after{
	 display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
.modal-content{
	border-radius: 0
}

.modal-dialog , .modal:after {
    vertical-align: middle;
}
.modal-dialog{
	  display: inline-block;
}
.modal-body p{
	font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 30px;
}

.blog{
	padding-top: 80px;
	padding-bottom: 50px;
}

.blog h2{
	color: #945a0c;
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.blog  .blog_item{
	margin-bottom: 30px;
}

.blog  .blog_item .img{
	position: relative;
}
.blog  .blog_item .img img{
	width: 100%;
}
.blog  .blog_item .img .date{
	position: absolute;
	left: 0;
	top: 0;
	padding:3px 10px;
	font-weight: 500;
	background: #3e3e3e;
	display: inline-block;
	color: #fff
}
.blog  .blog_item .title_blog h3{
	background: #7ed957;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;

}

.blog  .blog_item .content_item_blog{
	padding: 15px 20px;
	background: #eeeeee;
	text-align: center;
	color: #6e6e6e;
	font-weight: 500;
	font-size: 15px;
}

.blog  .blog_item .content_item_blog ul{
	padding-left: 20px;
	list-style-type: circle;
}

.blog  .blog_item .content_item_blog a img{
	width: 100% !important;
}
.blog  .blog_item .content_item_blog p{
	margin-bottom: 0;
}
.blog  .blog_item .link_suite a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 60px;
	background: #7ed957;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.blog  .blog_item .link_suite a:hover{
	background: #6d7444;
}


.livre_blanc{
	text-align: center;
}

.livre_blanc .title_livre{
	background: #3e3e3e;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
}
.livre_blanc .content_livre{
	padding: 20px 15px 15px;
	font-size: 14px;
	background: #e6e6e6;
}

.livre_blanc .content_livre.bg_blanc{
	background: none;
	text-align: left;
}
.livre_blanc .content_livre.bg_blanc h2{
	text-align: left !important;
    font-size: 25px;
    margin-bottom: 15px;
}
.livre_blanc .content_livre.bg_blanc p{
	margin-bottom: 15px;
	font-weight: normal;
	
}
.livre_blanc .content_livre.bg_blanc ul{
	list-style-type: disc;
	margin-bottom: 25px;
	
}

.livre_blanc .content_livre.bg_blanc ul li{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.livre_blanc .content_livre .img_livre img{
	max-width: 160px;
    margin:15px auto;

}
.livre_blanc .content_livre p{
	margin-bottom: 0;
}

.livre_blanc .content_livre .link_telecharger a{
	display: inline-block;
    background: #7ed957;
    color: #fff;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
}

.livre_blanc .content_livre .link_telecharger a:hover{
	background: #6d7444;
}


.logo_download{
	position: relative;
	padding: 40px 0;
}

.logo_download:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffffa1
}
.content_item_blog.text-left{
	text-align: left !important;
}
.content_item_blog.text-left p{
	/*color: #000;*/
	font-weight: 500;
}

.detail_blog_aa h3{
	font-size: 26px;
	font-weight: 600;
}
.detail_blog_aa h4{
	font-size: 23px;
	text-transform: initial;
	font-weight: 600;
}

.form_telecharger{
	padding:30px 15px;
	background: #eee;
}

.title_telechargement{
	background: #3e3e3e;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.form_telecharger .form-control{
	font-weight: 500;
    font-size: 15px;
    height: 42px;
    color: #111
}

.form_telecharger .form-control.text-areas{
	height: 90px;
}
.form_telecharger select.form-control {
	padding-left: 12px;
	padding-right:12px;
	-webkit-appearance:none ;
	-moz-appearance: none;
	appearance: none;
}

.form_telecharger .btn_send_tel{
	    display: inline-block;
    background: #7ed957;
    color: #fff;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
}

.text_send{

}

.img_10ans{
	position: absolute;
    left: 0;
    width: 150px;
    z-index: 1;
}

.logo_desktop img{
	margin-top: 10px;
}
.item-menu-tab{
	border:8px solid #d6aa52
}

.menuu{
	width: 100%;
	text-align: center;
}
.menuu li{
	float: none;
	display: inline-block;
}


.mt-section{
	margin-top: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.BlockColor-black {
    background: #1b1a1abf;
}
  .Spaced_normal-SM {
    padding-top: 30px;
    padding-bottom:10px;
  }

 footer .MainFooter {
  display: flex;
  flex-flow: row nowrap;
}

footer .MainFooter .MainFooter_coords .logo {
  display: block;
  margin-bottom: 1.5em;
}

footer .MainFooter .MainFooter_coords .logo svg {
  max-width: 60px;
  height: initial;
}

footer .MainFooter .MainFooter_coords address,
footer .MainFooter .MainFooter_coords p {
  font-style: auto;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

footer .MainFooter .MainFooter_coords address a,
footer .MainFooter .MainFooter_coords p a {
  text-decoration: none;
}
footer .MainFooter .MainFooter_navItem {
  width: 20%;
  max-width: 250px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 20px;
}

.formobile-only{
	display:none;
}
@media screen and (max-width: 767px) {
  footer .MainFooter .MainFooter_navItem {
    display: none;
  }
  .menuu {
   // padding-bottom: 108px !important;
}
.formobile-only{
	display:block !important;
}
	footer .formobile-only ul li a {
	    color: #ffffff;
	    text-decoration: none;
	    position: relative;
	    font-size: 14px;
	    font-weight: 500;
	    display: inline-block;
	}
}

footer .MainFooter .MainFooter_navItem:last-child .Btn {
  margin-bottom: 20px;
}

footer .MainFooter .MainFooter_navItem:last-child ul li {
  margin-bottom: 1.5em;
}

footer .MainFooter .MainFooter_navItem:last-child ul li a {

  font-size: 14px;
    font-weight: 500;
  text-transform: uppercase;
}

footer .MainFooter .MainFooter_navItem a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
footer .MainFooter .MainFooter_navItem p {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
footer .footer-address p,footer .footer-address a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.footer-address{
    padding-bottom: 23px;
  }


footer .MainFooter .MainFooter_navItem:not(:last-child) > a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.43, 0.045, 0.1, 0.95);
}

@media screen and (min-width: 992px) {
  footer .MainFooter .MainFooter_navItem:not(:last-child) > a:hover:before {
    width: 100%;
    opacity: 1;
  }
}

footer .MainFooter .MainFooter_navItem ul {
  padding: 0;
  list-style: none;
}

footer .MainFooter .MainFooter_navItem ul li {
  margin-bottom: 8px;
  font-size: 1rem;
}

footer .MainFooter .MainFooter_navItem ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
    font-weight: 500;
  display: inline-block;
}

footer .MainFooter .MainFooter_navItem ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.43, 0.045, 0.1, 0.95);
}

@media screen and (min-width: 992px) {
  footer .MainFooter .MainFooter_navItem ul li:hover a:before {
    width: 100%;
    opacity: 1;
  }
}

footer .FooterDisplay {
  font-size: 1.0625rem;
  letter-spacing: 1px;
  color: #ffffff;
}

.FooterBottom_socials .social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style-type: none;
  margin: 0 0 30px 0;
}

.FooterBottom_socials .social li {
  margin: 0;
  padding: 0;
  position: relative;
}

.FooterBottom_socials .social li a {
  transition: all 0.3s cubic-bezier(0.43, 0.045, 0.1, 0.95);
  padding: 0 16px;
  display: block;
  position: relative;
}

.FooterBottom_socials .social li a:hover {
  transition: all 0.3s cubic-bezier(0.43, 0.045, 0.1, 0.95);
  opacity: 0.6;
}

.FooterBottom_socials .social li:not(:last-child) a:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #716d6d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.FooterBottom_socials .social p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .FooterBottom_socials .social li a {
    padding: 0 13px;
  }
  .FooterBottom_socials .social li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .FooterBottom_socials .social li:first-child a {
    padding-left: 0;
  }
  .FooterBottom_socials .social li:nth-child(2) a {
    padding-left: 0;
  }
}

.FooterBottom_logos .-logos {
  display: flex;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.FooterBottom_logos .-logos li {
  width: 50%;
  margin: 0 0 30px 0;
  padding: 0 15px;
}

.FooterBottom_logos .-logos li a {
  display: block;
  max-width: 155px;
}

.FooterBottom_logos .-logos li a img {
  max-width: 100%;
  height: auto;
}

.BlockSignature {
  font-size: 0.6875rem;
  padding: 5px 0;
}

@media (min-width: 769px) {
  .FooterBottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 0 30px 0;
  }
  .FooterBottom_socials .social {
    margin: 0;
  }
  .FooterBottom_logos .-logos li {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .FooterBottom_logos {
    width: 20%;
    max-width: 250px;
    margin-left: 20px;
  }
  .FooterBottom_logos .-logos {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .FooterBottom_logos .-logos {
    padding-left: 0;
  }
}
footer .MainFooter .MainFooter_coords .logo {
  display: block;
  margin-bottom: 1.5em;
}

footer .MainFooter .MainFooter_coords .logo svg {
  max-width: 60px;
  height: initial;
}

footer .MainFooter .MainFooter_coords address,
footer .MainFooter .MainFooter_coords p {
  font-style: auto;
  margin-bottom: 1rem;
  font-size: 14px;
    font-weight: 500;
}
footer .FooterDisplay {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
}
.FontFamily-display {

    text-transform: uppercase;
}

footer .MainFooter .MainFooter_coords address a,
footer .MainFooter .MainFooter_coords p a {
  text-decoration: none;
}
.TextColor-white {
    color: #ffffff;
}
@media screen and (min-width: 768px) {
  footer .MainFooter .MainFooter_coords {
    margin-right: auto;
  }

}
@media (max-width: 768px) {
  footer .MainFooter .MainFooter_coords {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  footer .MainFooter .MainFooter_coords > div {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  footer .MainFooter .MainFooter_coords > div:first-child {
    align-items: center;
    display: block;
  }
  footer .MainFooter .MainFooter_coords > div address {
    /*margin-left: 20px;*/
  }
  footer .MainFooter .MainFooter_coords > div p:first-child {
    /*margin-right: 20px;*/
  }
  .MainFooter.Spaced_normal-SM.Spaced_thin{
    padding-bottom: 15px !important;
  }
	.logo-brand{
		display:none !important;
	}
.img-magasin{
	width:100%;height:200px
}
.for-desktop{
	display:none;
}
.for-responsive{
	display:block !important;
}
	#home_slider{
   padding-top: 70px;
	}
	.navbar-fixed-top{
		background: #dcd3d1  !important;
	}
	.mt-section {
    margin-top: 35px;
    padding-bottom: 50px;
    padding-top: 50px;
    }
   .dropdown:hover .dropdown-menu {
	    display: block;
	}

	.menuu li {
	    float: none;
	    display: flex;
	}
	.img_10ans{
		position: relative;
		margin-bottom: 30px;
	}
	#menu{
		padding: 10px 0;
	}
	.isotope .isotope-item{
		margin-bottom: 30px;
	}
	/*.isotope .isotope-item , .isotope .isotope-item img{
		width: 100%;
	}*/
	ol.type li a {
	    font-size: 13px;
	    padding: 12px 15px;
	}
	.copyrights p {
	    margin: 0 0 10px;
	    text-align: center;
	}
	h2{
		font-size: 26px;
	}
	#boutique{
		padding-bottom: 140px;

	}
	#boutique:before{
		bottom: 15px;
		top: inherit;
	}
	.mmgt_30{
		margin-top: 30px;
	}
	.intro h1{
		font-size: 3em;
	}
	.intro_hero h1 ,.intro_hero h2{
		left: 0;
		margin: 0 15px
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: inherit;
	}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
}
