/* POLICES */
.defaultPolice {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.defaultPolice2 {
  font-family: "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.proxima {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.proximaCdnLight {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.proximaLight {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.proximaBold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* GENERAL */
div.effect {
  -o-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.2s ease-in-out;
  transition-property: all;
  transition: 0.2s ease-in-out;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  color: #725c29;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000000;
}
/*** menu cachÃ© ***/
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
#wrapper.toggled {
  padding-left: 280px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 280px;
  padding: 20px 20px 0 0;
}
#wrapper.toggled #sidebar-wrapper a {
  clear: both;
  float: right;
  line-height: 27px;
  color: #bdb5a5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#wrapper.toggled #sidebar-wrapper a:hover {
  color: #725c29;
}
#wrapper.toggled #sidebar-wrapper a.sel {
  color: #725c29;
}
#wrapper.toggled #blocGlobal {
  margin-right: -280px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #ffffff;
  height: 100%;
  left: 280px;
  margin-left: -280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
  position: absolute;
  text-align: right;
  font-size: 20px;
}
#sidebar-wrapper strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#sidebar-wrapper #widthFixMenu {
  width: 260px;
  float: left;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 280px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #52418a;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #5c499c;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #6651ad;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #7562b5;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #8473be;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #9485c6;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #a396ce;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #b2a7d6;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  background: transparent;
  border: none;
  margin: 16px 0 0 20px;
  cursor: pointer;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top,
.hamburger.is-closed:hover .hamb-topBis {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom,
.hamburger.is-closed:hover .hamb-bottomBis {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-topBis {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-middleBis {
  margin-top: -1px;
  top: 50%;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-bottomBis {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
  -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
}
.hamburger.is-closed .hamb-topBis,
.hamburger.is-closed .hamb-middleBis,
.hamburger.is-closed .hamb-bottomBis {
  background-color: #c8bfab;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #dfdfdf;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-topBis {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #dfdfdf;
  margin-top: -2px;
  top: 50%;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-middleBis {
  background-color: #dfdfdf;
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-bottomBis {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #dfdfdf;
  margin-top: -2px;
  top: 50%;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  /***position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(254, 79, 62, 0.5);
  z-index: 1;***/

}
/****************************************************************************** 
									Index 
*******************************************************************************/
#fullScreen {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 5;
}
.fullBlock,
.fullBlock2,
.fullBlock3 {
  width: 100%;
  height: auto;
  position: relative;
}
.fullBlock.bgGris,
.fullBlock2.bgGris,
.fullBlock3.bgGris {
  background-color: #f9f9f9;
}
.fullBlock.bgGrisClair,
.fullBlock2.bgGrisClair,
.fullBlock3.bgGrisClair {
  background-color: #fbfbfb;
}
.fullBlock.paddingHB50,
.fullBlock2.paddingHB50,
.fullBlock3.paddingHB50 {
  padding: 50px 0;
}
.fullBlock.marginTop,
.fullBlock2.marginTop,
.fullBlock3.marginTop {
  margin: 120px 0 0 0;
}
.fullBlock {
  display: inline-block;
  text-align: left;
}
.fullBlock2 {
  display: inline-block;
  text-align: center;
}
.fullBlock3 {
  display: inline-block;
  text-align: right;
}
.autoBlock,
.autoBlock2 {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
}
.autoBlock.verticalMiddle,
.autoBlock2.verticalMiddle {
  vertical-align: middle;
}
.autoBlock {
  text-align: left;
}
.autoBlock2 {
  margin: 0 auto;
  text-align: center;
}
/*** nouvelle entete ***/
#entete {
  width: 100%;
  height: 110px;
  display: flex;
  position: fixed;
  background-color: #ffffff;
  z-index: 5;
  border-bottom: solid 2px black;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /*** fin burger ***/

}
#entete #logo {
  width: 280px;
  display: flex;
  position: relative;
  text-align: left;
  padding: 0;
  color: #000000;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#entete #logo:before {
  content: "";
  width: 238px;
  height: 60px;
  position: absolute;
  z-index: 5;
  background: transparent url('/media/img/logoDesktop_MA.png') left top no-repeat;
  background-size: contain;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#entete nav {
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#entete nav ul {
  margin-left: auto;
  margin-top: auto;
}
#entete nav ul li {
  float: left;
  height: auto;
  padding: 0;
  text-align: center;
  padding: 0 15px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#entete nav ul li a {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
}
#entete nav ul li a.sel {
  color: #000000;
}
#blocGlobal {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /****************************************************************************** 
										Fiche 
	*******************************************************************************/

  /* clearfix */

  /**** galleriffic slider ****/

  /**** fin  galleriffic slider ****/

  /****************************************************************************** 
										Footer 
	*******************************************************************************/

}
#blocGlobal a {
  color: #bdb5a5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal a:hover {
  color: #725c29;
}
#blocGlobal a.sel {
  color: #725c29;
}
#blocGlobal entete {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  z-index: 1000;
  margin: 15px 0 0 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal entete #logoEntete,
#blocGlobal entete #logoEnteteBis {
  float: left;
  z-index: 3;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal entete #logoEntete {
  width: 90px;
  height: 60px;
  background: transparent url('/media/img/logoBlanc.png') left top no-repeat;
  background-size: 100%;
  margin: 0 0 0 5px;
}
#blocGlobal entete #logoEnteteBis {
  width: 64px;
  height: 40px;
  background: transparent url('/media/img/logoMarron.png') left top no-repeat;
  background-size: 100%;
  margin: 5px 0 0 20px;
}
#blocGlobal entete #titrePage {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  margin: 10px 0 0 0;
  padding: 0 0 0 60px;
  color: #725c29;
  font-size: 20px;
}
#blocGlobal entete #titrePage h2 {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
#blocGlobal entete #titrePage h2 a {
  color: #725c29 !important;
}
#blocGlobal #principal {
  max-width: 1010px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 35px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /****************************************************************************** 
											Projets 
		*******************************************************************************/

}
#blocGlobal #principal #rbrq {
  width: 100%;
  display: inline-block;
  position: relative;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  margin: 40px 0 0 0;
  text-align: left;
}
#blocGlobal #principal #rbrq.center {
  text-align: center;
}
#blocGlobal #principal #rbrq h1 {
  width: 100%;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  color: #725c29;
}
#blocGlobal #principal #rbrq .titre2 {
  font-size: 20px;
}
#blocGlobal #principal #rbrq img,
#blocGlobal #principal #rbrq object,
#blocGlobal #principal #rbrq iframe {
  max-width: 100%;
}
#blocGlobal #principal #rbrq strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal #principal #rbrq hr {
  width: 100%;
  height: 40px;
  float: left;
  border-top: solid 1px rgba(117, 96, 46, 0.2);
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 40px 0 0 0;
  padding: 0;
}
#blocGlobal #principal #rbrq .blocContent {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #principal #rbrq .blocContent h1 {
  color: #ffffff;
  background-color: #000000;
  margin: 0;
  padding: 0 5px;
  display: inline;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #principal #rbrq .blocContent h2 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #principal ul#affichage {
  float: right;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#affichage li {
  width: auto;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
}
#blocGlobal #principal ul#affichage li a {
  float: left;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#affichage li a:hover,
#blocGlobal #principal ul#affichage li a.sel {
  filter: alpha(opacity=40);
  opacity: 1;
}
#blocGlobal #principal ul#affichage li a#pictoMosaique {
  width: 22px;
  height: 22px;
  background: transparent url('/media/img/pictoMosaique.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #principal ul#affichage li a#pictoListe {
  width: 22px;
  height: 22px;
  background: transparent url('/media/img/pictoListe.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #principal ul#projets {
  margin: 40px auto 0 auto;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#projets li {
  width: 290px;
  float: left;
  margin-bottom: 35px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 290px auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#projets li:hover {
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /*
					.descProjet {
						visibility: visible;
						.opacite(100);
						top:16px;
						left:0;
						.police(700);
						.T(20);
						color:@marron;
						width:100%;
						line-height:30px;
						background-color:rgba(242,242,242,0.8);
						text-transform:uppercase;
						padding:0 8px;
						.transition(0.5s);
						
					}
					*/

}
#blocGlobal #principal ul#projets li:hover img {
  visibility: hidden;
  filter: alpha(opacity=40);
  opacity: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#projets li.noLink {
  color: #000000;
}
#blocGlobal #principal ul#projets li img {
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul#projets li .descProjet {
  /*visibility: hidden;
					.opacite(0);*/

  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 16px;
  left: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #725c29;
  width: 100%;
  line-height: 30px;
  background-color: rgba(242, 242, 242, 0.8);
  text-transform: uppercase;
  padding: 0 8px;
}
#blocGlobal #principal ul#projets li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#blocGlobal #principal .ligneProjet {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  border-top: solid 1px rgba(117, 96, 46, 0.2);
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#blocGlobal #principal ul.projetsSansPhotos {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: solid 1px rgba(117, 96, 46, 0.2);
}
#blocGlobal #principal ul.projetsSansPhotos li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  color: rgba(114, 92, 41, 0.4);
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul.projetsSansPhotos li:hover {
  color: #725c29;
}
#blocGlobal #principal ul.projetsSansPhotos li:before {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 30px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #principal ul.projetsSansPhotos li.noLink {
  color: #000000;
}
#blocGlobal #principal ul.projetsSansPhotos li strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#blocGlobal #enteteFiche,
#blocGlobal #texteDesc {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
#blocGlobal #enteteFiche {
  margin: 0 0 40px 0;
}
#blocGlobal #enteteFiche h1,
#blocGlobal #enteteFiche h2 {
  width: 100%;
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  color: #725c29;
}
#blocGlobal #enteteFiche h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal #enteteFiche h2 {
  font-size: 20px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: lighter;
}
#blocGlobal .ligne {
  width: 100%;
  height: 20px;
  float: left;
  position: relative;
  border-top: solid 1px rgba(117, 96, 46, 0.2);
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 16px 0 0 0;
  padding: 0;
}
#blocGlobal .grid {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
#blocGlobal .grid:after {
  content: '';
  display: block;
  clear: both;
}
#blocGlobal .grid .grid-item {
  max-width: 450px;
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
#blocGlobal .grid .grid-item img {
  width: 100%;
}
#blocGlobal .grid .grid-item .caption {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: left;
}
#blocGlobal div.slideshow-container {
  position: relative;
  clear: both;
  min-height: 480px;
  /* This should be set to be at least the height of the largest image in the slideshow */

}
#blocGlobal .image-title {
  font-size: 15px;
  font-style: italic;
}
#blocGlobal .image-title span {
  font-size: 10px;
}
#blocGlobal .loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/media/img/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 480px;
  /* This should be set to be at least the height of the largest image in the slideshow */

}
#blocGlobal div.slideshow span.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
#blocGlobal div.slideshow span.image-wrapper img {
  max-height: 480px;
}
#blocGlobal #texteDesc {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: solid 1px rgba(117, 96, 46, 0.2);
}
#blocGlobal #texteDesc img {
  display: block;
  max-width: 100%;
  height: auto;
}
#blocGlobal ul#prevSuiv {
  margin: 0;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal ul#prevSuiv li {
  width: 40px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
#blocGlobal ul#prevSuiv li:nth-child(odd) a,
#blocGlobal ul#prevSuiv li:nth-child(even) a {
  width: 21px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#blocGlobal ul#prevSuiv li:nth-child(odd) a:hover,
#blocGlobal ul#prevSuiv li:nth-child(even) a:hover {
  filter: alpha(opacity=40);
  opacity: 1;
}
#blocGlobal ul#prevSuiv li:nth-child(odd) a {
  background: transparent url('/media/img/flecheG.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal ul#prevSuiv li:nth-child(even) a {
  background: transparent url('/media/img/flecheD.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal footer {
  max-width: 940px;
  width: 100%;
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#blocGlobal footer a {
  color: #bdb5a5 !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) !important;
}
#blocGlobal footer strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal footer.relative {
  max-width: 1010px;
  display: inline-block;
  position: relative;
  padding: 0 35px;
  bottom: 0;
}
#blocGlobal footer ul#menuFooter {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 40px 0;
  padding: 75px 0 0 0;
}
#blocGlobal footer ul#menuFooter li {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
}
#blocGlobal footer ul#menuFooter li a {
  color: #bdb5a5;
  text-shadow: 0px 0px 0px #ffffff !important;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-size: 15px;
}
#blocGlobal footer ul#menuFooter li a:hover {
  color: #725c29 !important;
}
#blocGlobal footer ul#menuFooter li a.sel {
  color: #725c29 !important;
}
@media (min-width: 1000px) {
  #entete nav ul {
    display: inline-block !important;
  }
}
@media screen and (max-width: 640px) {
  #entete #logo {
    z-index: 15;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #entete #logo:before {
    content: "";
    width: 91px;
    height: 60px;
    position: absolute;
    z-index: 5;
    background: transparent url('/media/img/logoMobile_MA.png') left top no-repeat;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #entete .menu-toggle {
    position: absolute;
    z-index: 6;
    display: inline;
    padding: 0.8em;
    top: 30px;
    right: 0;
    cursor: pointer;
  }
  #entete .hamburger,
  #entete .hamburger::before,
  #entete .hamburger::after {
    content: '';
    display: block;
    background: #725c29;
    height: 3px;
    width: 25px;
    opacity: 1;
    font-size: inherit;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
  }
  #entete .hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  #entete .hamburger::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  #entete .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #entete .open .hamburger:before {
    display: none;
  }
  #entete .open .hamburger:after {
    -webkit-transform: translateY(0px) rotate(-90deg);
    transform: translateY(0px) rotate(-90deg);
  }
  #entete nav {
    width: 100%;
    position: fixed;
    z-index: 10;
  }
  #entete nav ul {
    width: 100%;
    height: 100%;
    float: left;
    padding: 100px 0 0 0;
    margin: 0;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
  }
  #entete nav ul.opening {
    height: 100%;
    overflow: inherit;
    position: fixed;
  }
  #entete nav ul li {
    width: 100%;
    height: auto;
    border-left: none;
    margin: 0;
    padding: 10px 0 0 0;
  }
  #entete nav ul li:not(:first-child) {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin: 10px 0 0 0;
  }
  #entete nav ul li:last-child {
    padding: 10px 0 10px 0;
  }
  #entete nav ul li a {
    padding: 0;
  }
  #blocGlobal {
    /***div.slideshow span.image-wrapper {
  
  			img{
  				max-height: none !important;
  				height: 480px !important;
  				-webkit-appearance:none;
  			}
  		}***/
  
  }
  #blocGlobal #principal {
    max-width: 970px;
    padding: 0 15px;
  }
  #blocGlobal footer.relative {
    max-width: 970px;
    padding: 0 15px;
  }
}
