@font-face {
  font-family: 'northernsoulcaps';
  src: url('../fonts/northernsoul/northernsoul-caps-webfont.eot');
  src: url('../fonts/northernsoul/northernsoul-caps-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/northernsoul/northernsoul-caps-webfont.woff2') format('woff2'),
       url('../fonts/northernsoul/northernsoul-caps-webfont.woff') format('woff'),
       url('../fonts/northernsoul/northernsoul-caps-webfont.ttf') format('truetype'),
       url('../fonts/northernsoul/northernsoul-caps-webfont.svg#northernsoulcaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'northernsoulscript';
  src: url('../fonts/northernsoul/northernsoul-script-webfont.eot');
  src: url('../fonts/northernsoul/northernsoul-script-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/northernsoul/northernsoul-script-webfont.woff2') format('woff2'),
       url('../fonts/northernsoul/northernsoul-script-webfont.woff') format('woff'),
       url('../fonts/northernsoul/northernsoul-script-webfont.ttf') format('truetype'),
       url('../fonts/northernsoul/northernsoul-script-webfont.svg#northernsoulscript') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
  font-family: 'Slabo 27px', serif;
  font-family: 'Titillium Web',Verdana,Geneva,sans-serif;
*/
body {
  background: #444444 url('../images/bg.png');
  background: #444444 url('../images/bg-careller.png');
  color: #333333;
  font-family: 'Slabo 27px', serif;
  font-size: 18px;
  text-align: center;
  overflow-x: hidden;
}

.page-wrap {
  display: inline-block;
  margin: 0px -100px;
  text-align: left;
  padding: 0px 100px;
  background: #444444 url('../images/pattern.png');
}

header {
   padding-bottom: 100px;
}

a {
  -webkit-transition: opacity 250ms ease-out,color 250ms ease-out,border-color 250ms ease-out;
  -moz-transition: opacity 250ms ease-out,color 250ms ease-out,border-color 250ms ease-out;
  -o-transition: opacity 250ms ease-out,color 250ms ease-out,border-color 250ms ease-out;
  transition: opacity 250ms ease-out,color 250ms ease-out,border-color 250ms ease-out;
}

a, a:hover, a:focus {
  color: #0099cc;
  outline: none;
  text-decoration: none;
}

#logo {
  text-align: center;
}

#logo a {
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 10;
}

#logo a:after {
  content: '';
  display: inline-block;
  background: url('../images/napkin.png') no-repeat bottom center;
  width: 600px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: -175px;
  z-index : 0;
}

#logo a img {
  width: 230px;
  position: relative;
  max-width: 100%;
  margin-top: 18px;
  margin-left: 24px;
  z-index: 10;
}

nav ul {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
  text-align:right;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: inline-block;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  text-transform: uppercase;
}

nav ul li a:last-child {
  padding-right: 0px!important;
  margin-right: 0px!important;
}

nav ul.menu, nav ul li {
  position: relative;
}

nav ul.menu:before {
  content: '';
  background: url('../images/bg_menu.png') no-repeat top right;
  position: absolute;
  right: -60px;
  top: 50%;
  height: 70px;
  width: 875px;
  margin-top: -25px;
}

@media (max-width: 992px) and (min-width: 768px) {
  nav ul.menu:before {
    width: 670px;
  }
}

nav ul.menu li a {
  font-size: 18px;
  font-weight: 700;
  padding: 8px 4px;
  margin: 10px 10px;
}

nav ul.menu li a:hover{
  background: url('../images/hover-nav.png') no-repeat center bottom;
  background-size:100% auto;
}

nav ul.menu li:nth-child(2n-1) a:hover {
  background-image : url('../images/hover-nav2.png');
}

nav ul.menu-small {
  margin-bottom: 0px;
}
nav ul.menu-small li a {
  color: #fff;
  font-size: 14px;
  margin: 0px 8px;
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom:1px solid transparent;
}

nav ul.menu-small li a:hover {
  border-color: #fff;
/*  background: url('../images/hover-nav-blanc.png') no-repeat center bottom;
  background-size:100% auto;*/
}

#content {
  margin-top: -100px;
  padding-top: 100px;
}

#content .container {
  position: relative;
}

.objet {
  display: inline-block;
  position: absolute;
}

.objet#surligneur-bleu {
  background: url('../images/surligneur-bleu.png') no-repeat;
  width: 135px;
  height: 308px;
  left: -175px;
  top: -60px;
}

.objet#staples {
  background: url('../images/staples.png') no-repeat;
  width: 115px;
  height: 89px;
  top: -12px;
  right: -67px;
}

.objet#crayon-blanc {
  background: url('../images/spencer.png') no-repeat;
  height: 20px;
  width: 348px;
  top: 46px;
  right: -267px;
  z-index: 2;
  -ms-transform: rotate(-64deg); /* IE 9 */
  -webkit-transform: rotate(-64deg); /* Chrome, Safari, Opera */
  transform: rotate(-64deg);
  background-size: 100% auto;
}

.objet#pricetag {
  background: url('../images/brandtag-droit.png') no-repeat;
  width: 145px;
  height: 559px;
  top: -108px;
  right: -202px;
  z-index: 0;
  -ms-transform: rotate(-45.2deg); /* IE 9 */
  -webkit-transform: rotate(-45.2deg); /* Chrome, Safari, Opera */
  transform: rotate(-45.2deg);
}

.objet#regle {
  background: url('../images/regle-droit.png') no-repeat right bottom;
  width: 137px;
  height: 1888px;
  left: -673px;
  top: -1343px;
  -ms-transform: rotate(-33.2deg); /* IE 9 */
  -webkit-transform: rotate(-33.2deg); /* Chrome, Safari, Opera */
  transform: rotate(-33.2deg);
}

.objet#crayon-noir {
  background: url('../images/pencil-noir.png') no-repeat;
  width: 19px;
  height: 316px;
  left: 9px;
  top: 50%;
  margin-top: -156px;
}

.objet#cafe {
  background: url('../images/cofee.png') no-repeat;
  width: 409px;
  height: 412px;
  top: 50%;
  margin-top: -172px;
  left: 50%;
  margin-left: -305px;/*-250px;*/
}

.objet#brocheuse {
  background: url('../images/brocheuse.png') no-repeat;
  width: 146px;
  height: 220px;
  left: -23px;
  top: 100%;
  margin-top: -104px;
}

.bg-gris {
  color: #fff;
  padding-bottom: 48px;
}

.bg-gris.intro {
  padding: 20px;
}

.bg-gris.no-padding {
  padding-bottom: 0px;
}

.intro {
  font-size: 18px;
  line-height: 36px;
}

.bg-gris.title {
  padding-bottom: 20px;
}

.intro h2 {
  margin-bottom: 26px;
}

h2 {
  margin-left: -28px;
}

.blocDeTexteSouris.first #mouse {
  margin-top: -40px; /*-120px;*/
  margin-bottom: -40px;
}

.blocDeTexteSouris.first .avecRegle {
  position: relative;
  padding-bottom: 100px;
}

.blocDeTexteSouris.first .avecRegle:after {
  background: url('../images/ruler.png') no-repeat center right;
  content: '';
  position: absolute;
  bottom: -36px;
  right: -15px;
  left: -800px;
  height: 123px;
}

#mouse img {
  max-width: 100%;
}

.notebook {
  background: #f8f8f8;
  padding-top: 18px;
  padding-bottom: 18px;
  padding: 18px 15px;
  padding-left: 55px;
  position: relative;
  margin: 0px -15px;
  margin-bottom: 40px;
  z-index:10;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.notebook:before {
  background: url('../images/notepad_boudin.png') repeat-y;
  content: '';
  display: inline-block;
  position: absolute;
  left: -32px;
  width: 76px;
  top: 10px;
  bottom: 10px;

}

.notebook h3 .icon {
  background: url('../images/portevoix.png') no-repeat;
  display: inline-block;
  height: 43px;
  width: 51px;
  margin-left: -8px;
  margin-right: 14px;
}

.notebook .row {
  margin-top: 50px;
  margin-bottom: 10px;
}

.publications div.ellipsis + a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  vertical-align: middle;
}

.boitemembre a.more:after ,
.publications div.ellipsis + a:after {
  background: url('../images/arrow.png') no-repeat center center;
  content: '';
  display: inline-block;
  height: 25px;
  width: 28px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  -moz-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  -o-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
}

.boitemembre a.more:hover:after, .boitemembre a.more:focus:after,
.publications div.ellipsis + a:hover:after ,
.publications div.ellipsis + a:focus:after {
  background-image : url('../images/arrow_white.png');
}
.publications .notebook div.ellipsis + a:hover:after ,
.publications .notebook div.ellipsis + a:focus:after {
  background-image : url('../images/arrow_grey.png');
}

.publications .col-sm-4 {
  padding-bottom: 10px;
}

.boitemembre + .boitemembre {
  padding-top: 20px;
  position: relative;
}
.boitemembre + .boitemembre:before {
  content: '';
  height: 20px;
  background: url('../images/hr-small.png') no-repeat center;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -10px;
}

.publications .boitePub + .boitePub:before {
  content: '';
  height: 20px;
  background: url('../images/hr-small.png') no-repeat center;
  display: block;
  margin-bottom: 20px;
}

.publications .notebook .boitePub + .boitePub:before {
  content: none;
  display: none;
}

.ellipsis {
  /* Hauteur de l'extrait */
  max-height: 60px;
  /* Line-height de l'extrait */
  line-height: 20px;
  overflow: hidden;
  position: relative;
}

.ellipsis:before {
  content:"";
  float: left;
  /* Hauteur de l'extrait */
	max-height: 60px;
  width: 5px;
}

.ellipsis:after {
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> #f8f8f8 at 50% -> #f8f8f8 at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f8f8f8), color-stop(50%, #f8f8f8));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #f8f8f8 50%, #f8f8f8);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #f8f8f8 50%, #f8f8f8);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #f8f8f8 50%, #f8f8f8);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f8f8 50%, #f8f8f8);
   -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
           box-sizing: content-box;
  content: "\02026";
  float: right;
  left: 100%;
  /* Largeur de lâ€™ellipsis en nÃ©gatif */
  margin-left: -3em;
  padding-right: 5px;
  position: relative;
  text-align: right;
  /* Line height de lâ€™ellipsis en nÃ©gatif */
  top: -20px;
  /* Largeur de l'ellipsis */
  width: 3em;
}

.ellipsis > *:first-child {
  float: right;
  margin-left: -5px;
  width: 100%;
}

.ellipsis > div  * {
  margin-bottom: 0;
}

.ellipsis > a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

span.ellipsis {
  display: block;
  max-height: 50px;
  height: 50px;
  line-height: 25px;
}

span.ellipsis span {
  display: block;
  max-height: 50px;
  height: 50px;
}

span.ellipsis:after {
  content: none;
}

.notebook .ellipsis:after {
  content: ' ';
  height: 20px;
  width: 32px;
  top: 40px;
}

.papier-brun:before {
  content:'';
  position: absolute;
  display: inline-block;
  left: 2px;
  right: 167px;
  top: 16px;
  bottom: 12px;
  background: url('../images/pointille-brun.png');
}

.papier-brun:after {
  background: url('../images/brownpaper.png') no-repeat left top;
  content:'';
  position: absolute;
  display: inline-block;
  width: 85px;
  left: 100%;
  top: -4px;
  bottom: -10px;
}
.papier-brun {
  background: #B28A66;
  color: #000;
  position: relative;
  height: 61px;
  margin-right: -27px;
  padding-right: 27px;
}

.papier-brun a {
  float: right;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  width: 140px;
  line-height: 21px;
  padding: 10px;
}

.news {
    color: #fff;
}

.news .btnservice , .news .btnmembre {
  color: #fff;
  display: inline-block;
  font-family: 'northernsoulscript';
  font-size: 55px;
  line-height: 36px;
  margin-left: 40px;
  text-transform: lowercase;
}

.news .btnservice {
  background: url('../images/cercle.png') no-repeat;
  margin-top: 68px;
  padding: 32px 36px 60px;
}

.news .btnmembre {
  background: url('../images/cercle2.png') no-repeat;
  margin-top: 86px;
  padding: 46px 36px 78px;
  width: 212px;
}

.news h4 {
  color: #fff;
  margin-left: -2px;
}

.news h4:after {
  background: url('../images/carre-blanc.png') no-repeat;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  float: right;
  margin: -20px 0px;
  margin-right: 16px;
}

.pinceEtContour:before ,
.sidebar:before ,
.news .liste-news:before {
  background: url('../images/clip.png') no-repeat;
  content: '';
  display: inline-block;
  height: 88px;
  width: 94px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -48px;
  z-index:10;
}

.news .liste-news {
  background: url('../images/bg-news.png') no-repeat center 55px;
  background-size: 100% 480px;
  margin: 0px -33px;
  margin-top: 16px;
  padding: 90px 30px 10px;
  min-height: 536px;
  position: relative;
}

.sidebar {
  background: url('../images/bg-sidebar.png') no-repeat center 55px;
  background-size: 100% auto;
  margin: 0px -15px;
  margin-top: 16px;
  padding: 90px 32px 32px;
  min-height: 530px;
  position: relative;
}

.pinceEtContour {
  margin: 0px;
  margin-top: -48px;
  padding: 90px 50px 32px;
  position: relative;
}

.pinceEtContour:after {
  background: url('../images/bg-contourblanc.png') no-repeat center center;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index:0;
}

.sidebar:after {
  content: '';
  background: url('../images/brandtag-droit.png') no-repeat;
  display: inline-block;
  position: absolute;
  width: 145px;
  height: 559px;
  bottom: 100%;
  right: -30px;
  margin-bottom: -248px;
  z-index: 0;
  -ms-transform: rotate(-110.2deg);
  -webkit-transform: rotate(-110.2deg);
  transform: rotate(110.2deg);
}

.liste-news ul {
  background: url('../images/pointille-news.png') repeat-x top center;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 26px;
  padding: 0px;
  padding-top: 2px;
}

.liste-news ul li {
  color: #fff;
  position: relative;
  padding: 8px 0px 18px;
  padding-left: 76px;
  background: url('../images/pointille-news.png') repeat-x bottom center;
}

.liste-news ul li div.date:before,
.liste-news ul li div.date:after {
  content: '';
  display: block;
  background: url('../images/tiret-blanc.png') no-repeat center;
  height: 5px;
  position: absolute;
  width: 100%;
}

.liste-news ul li div.date:before{
  top: -5px;
}

.liste-news ul li div.date:after {
  bottom: 0px;
}

.liste-news ul li div.date {
  position: absolute;
  left: 6px;
  display: inline-block;
  font-family: 'northernsoulscript';
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  top: 50%;
  margin-top: -41px;
  padding: 8px 0px;
}

.liste-news ul li div.date .month {
  font-family: 'northernsoulcaps';
  display: block;
}

.liste-news ul li div.date .day {
  display: block;
  font-size: 72px;
}

.liste-news ul li div.contenu h5 {
  font-size: 20px;
}

.liste-news > p > a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.liste-news > p > a:hover {
  color: #09c;
}

/* **** Contenu *** */
.boiteBleue {
  font-family: 'Titillium Web', sans-serif;
  padding: 40px 80px;
  font-size: 24px;
  position: relative;
  background: url('../images/kraft-bleu.jpg');
  text-align: center;

  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.boiteBleue > *:first-child {
  margin-top: 0px;
}

.boiteBleue > *:last-child {
  margin-bottom: 0px;
}

.deuxColonnesBleus .boiteBleue {
  font-size: inherit;
  padding: 20px;
}

.deuxColonnesBleus #cafe {
  top: auto;
  bottom: 0px;
  left: 0px;
  margin-left: -240px;
}

.boiteBleue h5 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}

hr {
  margin: 80px 0px 40px;
  border: none;
  height: 50px;/*21px;*/
  background: url('../images/spencer.png') no-repeat center;/* hr-large */
}

hr.small {
  margin: 40px 0px 0px;
  height: 10px;
  background: url('../images/hr-small.png') no-repeat center;
}

hr.small + * {
  margin-top: 40px;
}

h4 + hr.small {
  margin-top: 20px;
}

.separationEnCrayonBlanc  hr {
  margin-top: 10px;
  margin-bottom: 60px;
}

.img-cadre {
  padding: 10px;
  background: #fff;
}

.polaroid {
  background: url('../images/polaroid.png') no-repeat center center;
  display: table;
  /*float: right;*/
  height: 176px;
  width: 160px;
  padding: 20px;
  padding-bottom: 38px;
  text-align: center;
  vertical-align: middle;
  background-size: 100% auto;
  -ms-transform: rotate(4deg); /* IE 9 */
  -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
  transform: rotate(4deg);
}

.even .polaroid {
  -ms-transform: rotate(-4deg); /* IE 9 */
  -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
  transform: rotate(-4deg);
  /*background-image: url('../images/polaroid2.png');*/
}

.polaroid span {
  display: table-cell;
  vertical-align: middle;
}

.polaroid img {
  max-width: 100px;
  max-height: 100px;
}

.notepad:before {
  content: '';
  display: block;
  height: 48px;
  background: url('../images/notepad-top-brun.png') repeat-x left bottom;
  position: absolute;
  top: -23px;
  left: 0px;
  right: 10px;
}

.notepad {
  background: url('../images/bg-notepad-brun.jpg');
  color: #333;
  font-weight: 600;
  padding: 20px 30px;
  padding-top: 45px;
  margin-top: 25px;
  position: relative;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.notepad h2 {
    margin-left:-10px;
}

.notepad h5, .notepad h2 {
  color: #004560;
}

.notepad ul {
  padding-left: 20px;
}

/* *** Nous joindre *** */
form .form-control {
  border-radius: 0px;
  resize: none;
  height: auto!important;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 12px;
  max-height:208px;
}

form .form-control:focus {
  border-color: #09c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert {
  border-radius: 0px;
}
section.alert {
  margin: 0px;
}

p.alert {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

button.btn.btn-default {
  background: #09c;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  margin-top: 20px;
}

* + h4.small {
  margin-top: 40px;
}

form h5 {
  margin-bottom: 0px;
  margin-top: 20px;
}
form div h5:first-child {
  margin-top: 10px;
}

.bg-gris > p:first-child {
  margin-top: 10px;
}

.paginate {
  margin-top: 20px;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-family: 'northernsoulcaps';
}

.paginate a , .paginate span {
  display: inline-block;
  padding: 4px;
/*  width: 50px;*/
  text-align: center;
}

.paginate a.next, .paginate a.prev {
  margin: 0px 4px;
  font-size: 48px;
}

.services h5{
  position: relative;
  padding-left: 40px;
  display: block;
  line-height: 36px;
}

.services h5 i {
  line-height: 36px;
  font-size: 32px;
  position: absolute;
  left: 0px;
}

h2 [class^="icon-"] {
  line-height: 40px;
  font-size: 50px;
  vertical-align: middle;
}

/* **** Footer **** */

footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
}

footer .container {
  position: relative;
}

.objet#carte {
  background: url('../images/carte-droite.png') no-repeat;
  width: 261px;
  height: 197px;
  right: -120px;
  top: 42px;
  -ms-transform: rotate(38deg); /* IE 9 */
  -webkit-transform: rotate(38deg); /* Chrome, Safari, Opera */
  transform: rotate(38deg);
}

.objet#bluepen {
  background: url('../images/bleupencil-droit.png') no-repeat;
  width: 31px;
  height: 307px;
  left: 82px;
  bottom: -70px;/*16px;*/
  z-index:10;
  -ms-transform: rotate(-37.5deg); /* IE 9 */
  -webkit-transform: rotate(-37.5deg); /* Chrome, Safari, Opera */
  transform: rotate(-37.5deg);
}

.cartepostale {
  background: #fff url('../images/bg-postale-crop.jpg');
  position: relative;
  height: 280px;
  margin-left: -27px;
  /*margin-right: -18px;*/
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;

  -ms-transform: rotate(-0.5deg);/*-10.6deg); /* IE 9 */
  -webkit-transform: rotate(-0.5deg);/*-10.6deg); /* Chrome, Safari, Opera */
  transform: rotate(-0.5deg);/*-10.6deg);*/
}

.cartepostale div.icone {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 13px 7px;
  position: absolute;
  right: 27px;
  top: 27px;
}

.cartepostale div.icone img {
  max-width: 36px;
}

.cartepostale p.titre:before {
  background: url('../images/phyla.png') no-repeat center;
  content: '';
  display: inline-block;
  height: 51px;
  width: 55px;
}

.cartepostale p.titre {
  position: absolute;
  top: 86px;/*50%;*/
  left: 9%;

  color: #004560;
  font-family: 'northernsoulscript';
  font-size: 36px;
  line-height: 36px;
}

.cartepostale p.titre strong {
  font-size: 48px;
  font-weight: 400;
  padding-left: 48px;
  margin-top: -10px;
  display: block;
}

.cartepostale .adresse {
  width: 50%;
  position: absolute;
  bottom: 20px;
  right: 0px;
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 27px;
  padding-top: 60px;
  padding-bottom: 34px;
}

.cartepostale .adresse p {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  display: block;
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #cccccc;
}
.blocmap {
  position: relative;
  margin-top: -24px; /*44px;*/
  /*margin-left: -72px;*/
  width: 100%;/*12%;*/
  z-index: 0;
  -ms-transform: rotate(2deg);/*-10.6deg); /* IE 9 */
  -webkit-transform: rotate(2deg);/*-10.6deg); /* Chrome, Safari, Opera */
  transform: rotate(2deg);/*-10.6deg);*/

  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#map {
  background: #f8f8f8;
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  z-index: 0;
}

/*
#map:before {
  background: url('../images/pin.png') no-repeat center;
  content: '';
  display: inline-block;
  height: 51px;
  width: 55px;
  position: absolute;
  left: 48%;
  top: 26%;
  z-index: 10;
  -ms-transform: rotate(10.6deg);
  -webkit-transform: rotate(10.6deg);
  transform: rotate(10.6deg);
}*/

#map img {
  max-width: 100%;
}

.copyright {
  background: #000;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-family: 'Titillium Web',Verdana,Geneva,sans-serif;
}

.copyright .container {

  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}
.copyright a {
  color: #6b6b6b;
}


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,153,204,0.9);
  z-index:200;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url('../images/cross.png') no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
  font-size: 18px;
  font-weight: 700;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	text-align: center;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
  padding-bottom: 10px;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  background: url('../images/hover-nav-blanc.png') no-repeat center bottom;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

button#trigger-overlay {
  display: none;
  color: #fff;
  border: none;
  background: #09c;
  outline: none;
  padding: 4px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}

button.btn.btn-default:hover , button.btn.btn-default:focus ,
button#trigger-overlay:hover , button#trigger-overlay:focus {
  color: #004560
}

#content a:hover, #content a:focus {
  color: #fff;
}

#content .notebook .row a:hover, #content .notebook .row a:focus ,
.boiteBleue a, .notepad a , footer a:hover, footer a:focus {
  color: #004560;
}

#content .liste-news > p > a:hover, #content .liste-news > p > a:focus {
  color: #09c;
}

.news .btnservice:hover, .news .btnmembre:hover ,
.news .btnservice:focus, .news .btnmembre:focus {
  opacity: 0.75;
}

.boitemembre {
  margin-bottom: 20px;
}

.boitemembre > div img {
  margin-left: auto;
  margin-right: auto;
}
.boitemembre.alignbottom > div img {
  margin-right: 0px;
}

.boitemembre.alignbottom > div p {
  font-size: 14px;
  margin: 10px 0px;
}

.nous-joindre .objet#cafe {
  position: relative;
  width: 100%;
  margin: 0px;
  background-position: center center;
  top: auto;
  left: auto;
  margin-bottom: -60px;
}

.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

ul.liste-document {
  list-style: none;
  padding-left: 0px;
}

ul.liste-document li {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 10px 0px;
}

ul.liste-document li + li {
  border-top: 1px solid #c4c4c4;
}

ul.liste-document li span.left {
  display: inline-block;
  float: left;
  color: #fff;
  padding: 6px 0px;
  line-height: 24px;
  padding-right: 10px;
}

ul.liste-document li span.right {
  display: inline-block;
  float: right;
}

ul.liste-document li a span.btngris {
  background: #fff;
  border: none;
  color: #004560;
  font-family: 'northernsoulcaps';
  display: inline-block;
  font-size: 24px;/*16px;*/
  line-height: 28px;
  outline: none;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
}

ul.liste-document li span.left, ul.liste-document li a span.btngris {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

ul.liste-document li span.left:hover, ul.liste-document li a span.btngris:hover {
  color: #0099cc;
}

ul.liste-document li:after {
  clear: both;
  content: '';
  display: block;
}


ul.liste-cat {
  list-style: none;
  padding: 0px;
}

ul.liste-cat li + li {
  border-top: 1px solid #c6c6c6;
}

ul.liste-cat li a {
  display: block;
  font-weight: 700;
  line-height: 24px;
  padding: 6px 0px;
}

ul.liste-cat li a.active:before {
  background: url('../images/arrow.png') no-repeat center center;
  content: '';
  display: inline-block;
  height: 25px;
  width: 28px;
  margin-right: 6px;
  margin-top:-7px;
  vertical-align: middle;
  -webkit-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  -moz-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  -o-transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
  transition: opacity 250ms ease-out,color 250ms ease-out,background 250ms ease-out;
}
ul.liste-cat li a.active:hover:before {
  background-image : url('../images/arrow_white.png');
}

ul.liste-cat li a:hover , ul.liste-cat li a:focus {
  /*color: #0a57a5;*/
  opacity: 1;
}

ul.liste-cat li ul.child {
  list-style: none;
  margin:0px;
  padding: 0px;
}

ul.liste-cat li > ul.child > li > a {
  padding-left: 16px;
}

ul.liste-cat li > ul.child > li > ul.child > li > a {
  padding-left: 32px;
}

ul.liste-cat li > ul.child > li > ul.child > li > ul.child > li > a {
  padding-left: 48px;
}

ul.liste-cat li ul.child li {
  border-top: 1px solid #c6c6c6;
  border-bottom: none;
}

.zoneDePartage .sidebar {

}
.zoneDePartage .sidebar:after {
  content: none;
  display: none;
}

.contenuSmall .separationEnCrayonBlanc hr {
  background-size: 100% auto;
  margin: 10px 0px;
}
.equipe .row {
	display: flex;
	flex-wrap: wrap;
}
.equipe .polaroid {
		max-height: 534px;
	height: 100%;
	width: 90%;
	background-size: 100% 100%;
padding: 32px 20px 82px 24px;
}
.equipe .polaroid img {
	max-width: 100%;
	max-height: 100%;
}
.mb-80 {
	margin-bottom:80px;
}
.entry-modal {
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.entry-modal .entry-modal-content {
  width: 800px;
  height: 600px;
  background-position: center;
  background-image: url('../images/modal-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.entry-modal .entry-modal-link {
  padding: 10px 74px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica,sans-serif;
  width: fit-content;
}
.entry-modal-link::before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 278px;
  background: #fff;
  left: calc(50% - 12px);
  bottom: 128px;
}
.entry-modal .entry-modal-link:hover {
  background-color: #fff;
  color: #000;
}
.entry-modal-content .entry-modal-close {
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
}

@media (min-width:768px) {
  .blocNoteEtImage .boite, .boitemembre {
    display: table;
    width: 100%;
  }

  .blocNoteEtImage .boite > div, .boitemembre > div {
    display: table-cell;
    vertical-align: middle;
    float : none;
  }

  .boitemembre.alignbottom > div:last-child {
    text-align: right;
    vertical-align: bottom;
  }
}

@media (min-width:1200px) {
  #map {
    padding-bottom: 60%;
  }

  .news .liste-news {
    margin-left: -43px;
    margin-right: -43px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sidebar {
    margin: 0px;
    margin-top: 16px;
    min-height: 580px;
    padding: 80px 50px 32px;
  }

  .notepad:before {
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 1199px) {
  .objet#cafe {
    margin-left: -250px;
  }
  .deuxColonnesBleus #cafe {
    background-size: 100% auto;
    width: 360px;
    height: 360px;
    bottom: -10px;
    margin-left: -170px;
  }
}

@media (max-width:1024px) {
  h2 {
    margin-left: -8px;
  }
}

@media (max-width: 992px) {

  .zoneDePartage .sidebar {
    padding-top: 30px;
    background: url('../images/hr-small.png') no-repeat center top;
  }
  nav ul.menu {
    margin-left: -15px;
  }

  nav ul.menu li a {
    font-size: 16px;
  }

  .deuxColonnesBleus #cafe {
    width: 320px;
    height: 320px;
  }

  .nous-joindre .objet#cafe,.sidebar:before, .sidebar:after,
  #logo a:after, #logo a img {
    display: none;
  }

  .sidebar{
    background: none;
    padding: 0px 15px;
    margin-top: 30px;
    min-height: 0px;
  }

  #logo {
    margin-bottom: -20px;
  }

  #logo a {
    background: url('../images/logo_stickynote_responsive.png') no-repeat bottom center;
    width: 317px;
    height: 217px;
    margin-left: -60px;
  }

  header {
    padding-bottom: 1px;
  }

  #content {
    clear:both;
    margin-top: -20px;
    padding-top: 20px;
  }

  nav ul.menu li a {
    margin: 10px 0px;
  }

  hr {
    background-size: 100% auto;
  }

  .entry-modal .entry-modal-content {
    width: 600px;
  }

  .entry-modal-title {
    max-width: 450px;
  }

  .entry-modal .entry-modal-link {
    padding: 10px 30px;
  }

  .entry-modal-link::before { 
    display: none;
  }
}

@media (max-width: 767px) {
  .deuxColonnesBleus .row > div + div .boiteBleue {
    margin-top: 40px;
  }

  .page-wrap {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow:hidden;
  }

  .objet , .pinceEtContour:before, .pinceEtContour:after, .sidebar:before, .news .liste-news:before, header nav, .notepad:before {
    display: none;
  }

  .pinceEtContour {
    margin-top: 20px;
    padding: 0px;
  }

  button#trigger-overlay {
    display: inline-block;
  }

  .cartepostale {
    margin: 0px auto;
    max-width: 550px;
  }

  .blocmap {
    margin: 44px auto 0px;
    max-width: 100%;
    width: 550px;
  }

  .sidebar, .news .liste-news {
    background: none;
    padding-top: 10px;
    min-height: 0px;
  }

  .boiteBleue {
    padding: 20px;
  }

  .notepad {
    margin-bottom: 40px;
    padding-top: 20px;
    margin-top: 0px;
  }

  .notepad:before {
    content: none;
  }

  .notebook:before {
    top: 13px;
    bottom: 14px;
  }

  form {
    margin-bottom: 40px;
  }

  .entry-modal .entry-modal-content {
    width: 480px;
    padding: 80px 30px 30px 30px;
  }

  .entry-modal-title {
    max-width: 350px;
  }

  .entry-modal .entry-modal-link {
    padding: 10px 30px;
  }
}

@media (max-width: 520px) {
  .cartepostale p.titre {
    left: 10px;
    top: 27px;
  }

  .cartepostale .adresse {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 27px;
    border-left: none;
  }

  .entry-modal .entry-modal-content {
    width: 320px;
  }

  .entry-modal-title {
    max-width: 250px;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }

  #logo a img {
    display: inline-block;
    margin-left: 0px;
  }

  footer {
    padding-top: 0px;
  }

  nav, footer .row , button#trigger-overlay {
    display: none;
  }
}

.main-cookie-position {
  background: #262626;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  font-family: inherit !important;
}


.main-cookie-position p a {
  text-decoration: underline !important;
}

.btn-default {
  background-color: #09c;
  font-weight: bold;
  padding: 5px 12px;
  margin-top: 27px !important;
  border: none;
  font-size: 15px !important;
}

.btn-pr {
  font-weight: bold;
  padding: 5px 12px;
  border: none;
  font-size: 15px !important;
  border-radius: 0px !important;
  margin-right: 15px;
  margin-top: 25px !important;
}

.btn-default:focus, .btn-pr:focus,
.btn-default:active, .btn-pr:active {
  outline: none !important;
}

.d-none {
  display: none !important;
}

.param-c p{
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.checkbox-c{
  width: 14px !important;
  height: 14px !important;
}

.navigation.pagination{
  width: 100%;
  display: flex;
  justify-content: center;
}

.deuxColonnesDeTexte .deuxColonnesDeTexte-texte{
  padding: 0 15px;
}