@import url(normalize.css);

@import url(fonts.css);
/*
 * CONSTANT
 *
 *
 */
/* ----- constant ----- */
/* ----- colors ----- */
/* ----- font size ----- */
/*
 *  GENERAL STYLES
 *
 *
 */
body {
  font-family: 'calibri', arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  background-color: #d9d9d9;
  line-height: 1.4em;
  overflow-x: hidden;
}
h1 {
  margin: 0;
  font-size: 1.6em;
  font-family: 'terminal_dosis', arial;
  font-weight: 600;
  text-transform: uppercase;
  padding: 32px 28px 20px 28px;
}
h1.bigTitle {
  padding: 32px 28px 32px 28px;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-family: 'terminal_dosis', arial;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
h3 {
  font-family: 'terminal_dosis', arial;
  margin-bottom: 5px;
}
p {
  margin: 0 0 15px 0;
  padding: 0;
}
p:last-of-type {
  margin: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
ol.bullet li {
  font-size: 1.2em;
  line-height: 1.5em;
}
aside {
  padding: 10px 0 20px 0;
  margin: 15px 0 28px 0;
}
aside h3 {
  margin: 0;
  padding-bottom: 6px;
  margin-bottom: 6px;
  background: transparent url(../images/sep.gif) no-repeat 0 bottom;
}
blockquote {
  font-style: italic;
  margin-bottom: 35px;
}
/*
 * BUTTONS
 *
 */
.button {
  display: inline-block;
  float: right;
  padding: 10px 18px;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset, 0px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear 0s;
  -moz-user-select: none;
  outline: medium none;
  border: 1px solid #B58048;
  background: none repeat scroll 0% 0% #CB9254;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #FFF;
  margin-top: 10px;
  opacity: 1;
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*
 * CUSTOM STYLES
 *
 */
.chapo1 {
  font-family: 'terminal_dosis', arial;
  color: #5b3f32;
  font-size: 1.2em;
  font-weight: 700;
}
.year {
  font-family: 'terminal_dosis', arial;
  color: #5b3f32;
}
.historic li {
  margin-bottom: 10px;
  font-size: 1em;
}
/* 2 colonnes 50% */
.column-half {
  float: left;
  width: 48.251%;
  width: 50%;
  /*&:first-child{
		margin-left:0;
	}*/

}
.column-half img {
  width: 100%;
  height: auto;
}
.scrolltop {
  position: fixed;
  left: 50%;
  bottom: 150px;
  display: block;
  width: 39px;
  height: 40px;
  margin-left: 515px;
  background: transparent url(../images/scrolltop.jpg) no-repeat 0 0;
  cursor: pointer;
}
/* 1 colonne 33% */
.column-third {
  float: left;
  width: 30%;
  margin-left: 4.0%;
}
.column-third:first-child {
  margin-left: 0;
}
.column-third img {
  width: 100%;
}
/* 1 colonne 66% */
.column-2third {
  float: left;
  width: 66%;
}
.column.table {
  display: table;
  width: 100%;
  padding: 0;
}
.column.table .column-text {
  width: 65%;
  display: table-cell;
  margin: 0;
  border-width: border-box;
  padding: 53px 30px 30px 53px;
}
.column.table .column-text ul li {
  font-size: 20px;
  line-height: 32px;
}
.column.table .column-text ul li:before {
  margin-right: 4px;
}
.column.table .column-image {
  width: 35%;
  display: table-cell;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.nopadding {
  padding: 0;
}
.padding {
  padding: 28px;
  padding: 24px 28px;
}
.nomargin {
  margin: 0;
}
/* ----- paragraphe ----- */
.chapo {
  font-size: 1em;
  margin-bottom: 10px;
}
.boldextra {
  font-size: 1.2em;
  font-family: 'terminal_dosis', arial;
  font-weight: 700;
}
.boldextra1 {
  font-size: 1.2em;
  font-weight: 700;
  font-style: italic;
}
.listLinks li {
  margin-bottom: 10px;
}
/* ----- background colors ----- */
.bgcolor-grey {
  background-color: #bfb5b2;
}
.bgcolor-grey1 {
  background-color: #aea39e;
}
.bgcolor-grey2 {
  background-color: #bfbfbf;
}
.bgcolor-grey3 {
  background-color: #f2f2f2 !important;
}
.bgcolor-grey4 {
  background-color: #e5ddda;
}
.bgcolor-grey5 {
  background-color: #d9d0cd;
}
.bgcolor-grey6 {
  background-color: #eeece1;
}
.bgcolor-maron {
  background-color: #3f2114;
  color: white;
}
.bgcolor-maron1 {
  background-color: #5b3f32;
  color: white;
}
.bgcolor-maron2 {
  background-color: #a57145;
  color: white;
}
.bgcolor-maron3 {
  background-color: #9e938e;
  color: white;
}
.bgcolor-blue {
  background-color: #26345d !important;
  color: white !important;
}
.bgcolor-blue a {
  color: white !important;
}
.bgcolor-green {
  background-color: #667144 !important;
  color: white !important;
}
.bgcolor-green a {
  color: white !important;
}
.bgcolor-green1 {
  background-color: #c4bd97;
  color: white;
}
.section-type1 blockquote {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}
.section-type1 img[alt=showmobile] {
  width: 100%;
  height: auto;
  display: none;
}
/* ----- init ----- */
img {
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ----- hepler ----- */
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.backgroundSizeCover {
  -webkit-background-size: cover;
  -moz-background-size: cover ;
  -o-background-size: cover;
  background-size: cover;
}
/* ----- currentWidth ----- */
.regularWidth {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}
/*
 * LAYOUT
 *
 */
header {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  -moz-background-size: cover ;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
header:before {
  content: "";
  display: table;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header .desc {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -105px;
  text-align: center;
}
header .desc h1 {
  padding: 0;
  color: #ffffff;
  line-height: 1em;
  font-size: 2.8em;
  padding: 0 20px 40px 20px;
  text-transform: none;
}
header .desc p {
  display: block;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0 20px;
  font-weight: 300;
  font-family: 'terminal_dosis', arial;
}
header.index {
  height: 672px;
}
nav {
  position: absolute;
  z-index: 10;
  width: 100%;
}
nav img {
  float: left;
}
nav.sticky {
  position: fixed;
  background-color: white;
  left: 0;
  width: 100%;
}
nav.sticky ul li ul {
  background-color: #5b3f32;
}
nav.sticky ul > li a:hover,
nav.sticky ul > li a.active {
  border-color: #3f2114;
}
nav.sticky a {
  color: #3f2114;
}
nav.sticky li ul li a {
  color: white;
}
nav .responsive-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
  width: 30px;
  height: 30px;
  background: transparent url(../images/responsive-btn.png) no-repeat 0 0;
  cursor: pointer;
}
nav .responsive-close {
  position: fixed;
  right: 30px;
  top: 20px;
  display: none;
  width: 16px;
  height: 16px;
  background: transparent url(../images/responsive-close.png) no-repeat 0 0;
  z-index: 100;
  cursor: pointer;
}
nav .level0 li a {
  border: none !important;
}
nav.open {
  -webkit-tap-highlight-color: transparent;
}
nav.open div > ul {
  display: block;
  position: relative;
  padding-top: 10px;
  background-color: #3f2114;
  color: white;
  z-index: 10;
  text-align: center;
  float: none;
}
nav.open div > ul:first-of-type {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #B32D00;
  background-color: #8C0000;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 25px !important;
  padding-bottom: 50px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
nav.open div > ul > li {
  margin-bottom: 30px !important;
}
nav.open div > ul > li:first-child {
  margin-top: 20px !important;
}
nav.open div > ul li {
  display: block;
  height: auto;
  margin: 0 0 5px 0;
  line-height: 20px;
  padding: 0px;
  float: none;
}
nav.open div > ul li a {
  text-decoration: none;
  color: white;
  border: none !important;
}
nav.open div > ul li.level0 {
  margin: 0;
  padding: 0;
}
nav.open div > ul li.level0 > a {
  margin: 0 !important;
  font-size: 1.2em;
  padding: 0 !important;
  font-weight: 400;
}
nav.open div > ul li:hover {
  border: 0 !important;
}
nav.open div > ul li ul {
  position: relative!important;
  top: 0;
  background: none !important;
  display: block !important;
  float: none !important;
  margin: 5px 0 0 0 !important;
}
nav.open div > ul li ul li {
  font-size: 1.2em;
}
nav.open div > ul li ul li a {
  text-decoration: none;
}
nav li a {
  color: white;
  text-decoration: none;
  font-family: 'terminal_dosis', arial;
  font-weight: 300;
  padding: 2px 0;
  font-size: 1em;
}
nav li a.active,
nav li a:hover {
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
nav ul {
  float: right;
  position: relative;
  margin-top: 18px;
  display: block;
  margin-bottom: 22px;
}
nav ul li {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 25px;
  padding: 0 20px;
  text-transform: uppercase;
}
nav ul li ul {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  margin-bottom: -25px;
  display: none;
  background-color: rgba(91, 63, 50, 0.8);
  padding-left: 0px;
}
nav ul li ul li {
  text-transform: none;
  height: 25px;
  padding: 0 11px;
}
nav ul li ul li a:hover {
  text-decoration: none !important;
}
nav ul li:first-child {
  padding-left: 20px;
}
nav ul li.active,
nav ul li:hover {
  /*>a{
					text-decoration: none;
					opacity: 1;

					&:hover{
						text-decoration: none;
					}
				}*/

}
nav ul li.active ul,
nav ul li:hover ul {
  display: block;
}
[data-anchor="fonds-de-prets-a-leconomie"] ul li,
[data-anchor="actifs-reels"] ul li {
  font-size: 20px;
  line-height: 32px;
}
[data-anchor="fonds-de-prets-a-leconomie"] ul li:before,
[data-anchor="actifs-reels"] ul li:before {
  margin-right: 4px;
}
[data-anchor="fonds-de-prets-a-leconomie"] p strong,
[data-anchor="actifs-reels"] p strong {
  font-size: 20px !important;
  font-weight: normal;
}
[data-anchor="timeblock"] span {
  font-family: "terminal_dosis", arial;
}
[data-anchor="partenaires"] h2 {
  position: absolute;
  line-height: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
}
[data-anchor="partenaires"] a {
  margin-top: 0;
}
.organisation-container {
  position: relative;
}
.organisation {
  position: relative;
  padding-bottom: 25px;
  *zoom: 1;
}
.organisation:before,
.organisation:after {
  display: table;
  content: "";
  line-height: 0;
}
.organisation:after {
  clear: both;
}
.organisation a {
  float: right;
}
.organisation small {
  color: #5B2432;
  margin-right: 10px;
  padding-top: 22px;
  font-size: 20px;
  font-weight: 700;
  float: right;
}
#breadcrumb {
  display: table;
  width: 100%;
  height: 72px;
  background-color: white;
  padding: 0 28px;
  font-family: 'terminal_dosis', arial;
}
#breadcrumb ol {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#breadcrumb ol li {
  font-size: 1em;
  display: inline-block;
}
#breadcrumb ol li a {
  color: inherit;
}
#breadcrumb ol li:before {
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
}
#breadcrumb ol li:first-child:before {
  content: "";
  margin: 5px;
}
#breadcrumb ol li:last-child a:hover {
  text-decoration: none;
  cursor: default;
}
#main {
  background-color: white;
  margin-top: -72px;
}
#main:before {
  content: "";
  display: table;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
#main #banner {
  display: block;
  width: 100%;
}
#main #banner img {
  width: 100%;
}
#main.index {
  margin-top: -118px;
  margin-top: -81px;
  margin-top: -67px;
}
#main #main-content {
  float: left;
  width: 100%;
}
#main #main-content.column {
  width: 75%;
}
#main #main-content.column ul {
  margin-bottom: 15px;
}
#main #main-content.column ul li {
  list-style-type: disc;
  margin-left: 25px;
}
#main #main-content.column ul li:before {
  content: '' !important;
}
#main #main-content > span {
  display: block;
}
#main #main-content > span h1 {
  padding-top: 25px;
  padding-bottom: 25px;
}
#main .sidebar {
  padding: 0 28px 28px 28px;
  width: 25%;
  float: left;
}
#main .sidebar:before {
  content: "";
  display: table;
}
#main .sidebar:after {
  content: "";
  display: table;
  clear: both;
}
#main .sidebar.nopadding {
  padding: 0;
}
#main .sidebar img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
#main .sidebar h2 {
  /*margin-top: 90px;*/

  padding-bottom: 10px;
  background: transparent url(../images/sep.gif) no-repeat 0 bottom;
}
#main .sidebar > div {
  padding: 20px;
}
#main .sidebar .bordered {
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  margin: 10px;
}
#main .sidebar .bordered h2 {
  padding-bottom: 5px;
  background: none;
}
section[data-anchor="simpleside"] {
  padding: 25px 25% 25px 32px !important;
  width: 100% !important;
}
.sidebar.simpleside {
  margin-left: -25%;
}
section {
  padding: 25px 32px;
}
section ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
section ul li {
  list-style: disc;
  padding-left: 10px;
}
section ul li:before {
  content: '' !important;
}
section:before {
  content: "";
  display: table;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
section h1 {
  padding: 0;
  margin-bottom: 20px;
}
section.verticalAlign {
  display: table;
  width: 100%;
  padding: 15px 32px;
}
section.verticalAlign .column-half {
  width: 50% !important;
}
section.verticalAlign > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
section.verticalAlign h2,
section.verticalAlign .button {
  margin: 0;
}
section.section-type2 {
  background-color: #5b3f32;
  color: white;
}
section.section-type2 h2 {
  color: #ffffff;
}
section.section-type2 .chapo {
  color: #ffffff;
}
section.section-type2 p {
  color: #ffffff;
}
section.section-type1 {
  background: #b6aba6 url(../images/bg.png) no-repeat right 0;
}
section.section-type1 h2 {
  color: #5b3f32;
}
section.section-type1 .chapo {
  color: #5b3f32;
}
footer {
  text-align: right;
  height: 20px;
}
footer .regularWidth {
  height: 20px;
  background: transparent url(../images/footer-line.gif) no-repeat 0 bottom;
}
/*
 * BLOCKS
 *
 */
.block-imgTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: 152px;
  background: #ffffff url(../images/sep.gif) no-repeat 30px 0;
}
.block-extra {
  position: absolute;
  top: 72px;
  right: 0;
  width: 227px;
  padding: 10px 30px 10px 30px;
  background: #ffffff url(../images/sep.gif) no-repeat 30px 0;
  font-family: 'terminal_dosis', arial;
}
.block-encadre {
  padding: 10px;
  background-color: white;
  margin: 20px;
  border: 1px solid #000000;
}
.push-links {
  text-align: center;
  padding: 60px 0 30px 0;
}
.push-links li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  height: 115px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 60px;
  position: relative;
}
.push-links li:nth-child(3n+1) {
  border: none;
}
.push-links li .button {
  float: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.sector {
  padding: 2%;
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 30px;
}
.sector.oddSector {
  background-color: #bfb5b2;
  color: #5b3f32;
}
.sector.oddSector hr {
  background: #5b3f32;
}
.sector.evenSector {
  background-color: #26345d;
  color: #ffffff;
}
.sector.evenSector hr {
  background: #ffffff;
}
.sector.evenSector ul {
  font-size: 25px;
  margin-left: 4%;
  color: #FFF;
}
.sector.evenSector ul li {
  list-style: square;
  color: #bfb5b2;
}
.sector.evenSector ul li span,
.sector.evenSector ul li a {
  color: #FFF;
}
.sector.evenSector ul li span:hover,
.sector.evenSector ul li a:hover {
  color: #BFB5B2;
}
.sector a {
  color: inherit;
}
.sector a:hover {
  text-decoration: none;
}
.sector h5 {
  margin: 0;
  color: inherit;
  font-family: terminal_dosis;
  display: block;
  font-size: 27px;
  width: 30%;
  font-weight: 400;
  line-height: 37px;
}
.sector hr {
  border: 0;
  height: 1px;
  width: 25%;
  margin-left: 0;
}
.sector ul {
  font-size: 25px;
  margin-left: 4%;
  color: #26345d;
}
.sector ul li {
  list-style: square;
}
.sector ul li span,
.sector ul li a {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}
.sector ul li span:hover,
.sector ul li a:hover {
  color: #26345d;
}
.jump-anchor {
  display: block;
  width: 50px;
  height: 115px;
  margin-top: -115px;
  /*same height as header*/

  visibility: hidden;
}
.team {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.team.halfer {
  padding-top: 0;
}
.equipe {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}
.equipe:before {
  content: "";
  display: table;
}
.equipe:after {
  content: "";
  display: table;
  clear: both;
}
.equipe .titleWrapper {
  float: left;
  width: 18%;
  height: 181px;
  margin-right: 2%;
}
.equipe .titleWrapper.home-team {
  margin-bottom: 2%;
  width: 22%;
  height: 195px;
  margin-right: 3%;
}
.equipe .titleWrapper .groupTitle {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #26345d;
  color: #ffffff;
  line-height: 22px;
  font-size: 17px;
  padding: 2% 6%;
  font-family: terminal_dosis;
}
.equipe .titleWrapper .groupTitle.sub {
  background-color: #4473A4;
}
.equipe .titleWrapper .groupTitle a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.equipe .titleWrapper .groupTitle a.arrow:before {
  content: '>';
}
.equipe .titleWrapper .groupTitle.blank {
  background: none;
}
.equipe img {
  width: 100%;
  height: auto;
  float: left;
}
.equipe li {
  margin-left: 10px;
  display: block;
  float: left;
  width: 111px;
  width: 107.5px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.equipe li:first-child {
  margin-left: 0;
}
.equipe li:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 9px;
  background: transparent url(../images/cursor.png) no-repeat center bottom;
}
.equipe li:hover:after {
  display: block;
}
.equipe .datas {
  display: none;
}
.equipe .content {
  display: none;
  width: 100%;
  clear: both;
  float: left;
  padding: 10px;
  line-height: 1em;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.equipe .content.see {
  display: block;
}
.equipe .content .content-left {
  padding: 10px 5px;
  float: left;
}
.equipe .content .content-right {
  padding: 10px 5px;
  float: right;
}
.equipe .content .content-right a {
  display: block;
}
.equipe .content .content-right .tel {
  font-weight: 700;
}
.equipe .content p {
  clear: both;
  padding: 20px 5px 5px 5px;
  margin-bottom: 0;
}
.equipe .content h5 {
  margin: 0;
  font-size: 0.9em;
}
.equipe .part {
  position: relative;
  float: left;
  height: auto;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 16px;
}
.equipe .part:before {
  content: "";
  display: table;
}
.equipe .part:after {
  content: "";
  display: table;
  clear: both;
}
.equipe .part .guy {
  width: auto;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.equipe .part .guy .hover {
  padding-bottom: 5px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.equipe .part .guy .hover h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.equipe .part .guy .hover span {
  font-size: 13px;
  line-height: 14px;
  display: block;
}
.equipe .part .guy:hover .hover {
  display: block;
}
.equipe .part.part-type0 {
  background-color: #bfb5b2;
}
.equipe .part.part-type0 img {
  border: 5px solid #d0cece;
}
.equipe .part.part-type0 img:hover {
  border-color: #a6a6a6;
}
.equipe .part.part-type0 .active img {
  border-color: #a6a6a6;
}
.equipe .part.part-type0 .active:after {
  display: block;
}
.equipe .part.part-type1 {
  background-color: #bfbfbf;
}
.equipe .part.part-type1 img {
  border: 5px solid #f0f0f0;
}
.equipe .part.part-type1 img:hover {
  border-color: #d9d9d9;
}
.equipe .part.part-type1 .active img {
  border-color: #d9d9d9;
}
.equipe .part.part-type1 .active:after {
  display: block;
}
.equipe .part.part-type2 {
  background-color: #e5ddda;
}
.equipe .part.part-type2 img {
  border: 5px solid #ddd5ac;
}
.equipe .part.part-type2 img:hover {
  border-color: #c4bd97;
}
.equipe .part.part-type2 .active img {
  border-color: #c4bd97;
}
.equipe .part.part-type2 .active:after {
  display: block;
}
.equipe .part.part-type3 {
  background-color: transparent;
}
.equipe .part.part-type3 img {
  border: 5px solid #ddd5ac;
}
.equipe .part.part-type3 img:hover {
  border-color: #c4bd97;
}
.equipe .part.part-type3 .active img {
  border-color: #c4bd97;
}
.equipe .part.part-type3 .active:after {
  display: block;
}
.equipe .part.part-type4 {
  background-color: #e7e9e3;
}
.equipe .part.part-type4 img {
  border: 5px solid #91a664;
}
.equipe .part.part-type4 img:hover {
  border-color: #728549;
}
.equipe .part.part-type4 .active img {
  border-color: #728549;
}
.equipe .part.part-type4 .active:after {
  display: block;
}
.equipe .part.part-type5 {
  background-color: #dce0e7;
}
.equipe .part.part-type5 img {
  border: 5px solid #536ca8;
}
.equipe .part.part-type5 img:hover {
  border-color: #34456f;
}
.equipe .part.part-type5 .active img {
  border-color: #34456f;
}
.equipe .part.part-type5 .active:after {
  display: block;
}
.equipe .part.part-type6 {
  background-color: #ece9e8;
}
.equipe .part.part-type6 img {
  border: 5px solid #D9D9D9;
}
.equipe .part.part-type6 img:hover {
  border-color: #D9D9D9;
}
.equipe .part.part-type6 .active img {
  border-color: #D9D9D9;
}
.equipe .part.part-type6 .active:after {
  display: block;
}
.equipe .part h3 {
  color: #3f2114;
}
.equipe .part h4 {
  color: #3f2114;
}
.equipe h3 {
  margin: 0px;
  margin-top: 5px;
  white-space: nowrap;
  height: 20px;
  z-index: 9;
  position: relative;
}
.equipe h4 {
  margin: 0 0 6px 0;
  height: 20px;
  z-index: 9;
  position: relative;
  white-space: nowrap;
}
.logo {
  text-align: center;
  font-size: 0;
}
.logo img {
  width: 100%;
}
.logo li {
  display: inline-block;
  width: 33%;
}
.logo li a {
  display: inline-block;
}
.download {
  padding: 30px 30px 30px 70px;
  background: transparent url(../images/pdf.jpg) no-repeat 20px center;
}
.download a {
  color: #5B3F32 !important;
}
.equipe-home {
  height: auto;
  margin-bottom: 12px;
}
.equipe-home:before {
  content: "";
  display: table;
}
.equipe-home:after {
  content: "";
  display: table;
  clear: both;
}
.equipe-home .titleWrapper {
  float: left;
  width: 23%;
  height: 100%;
  margin-right: 2%;
}
.equipe-home .titleWrapper .groupTitle {
  height: 100%;
  width: 100%;
  background-color: #26345d;
  color: #ffffff;
  line-height: 30px;
  font-size: 20px;
  padding: 2%;
  font-family: terminal_dosis;
}
.equipe-home img {
  width: 100%;
  height: auto;
  float: left;
}
.equipe-home li {
  margin-left: 10px;
  display: block;
  float: left;
  width: 111px;
  width: 107.5px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.equipe-home li:first-child {
  margin-left: 0;
}
.equipe-home li:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 9px;
  background: transparent url(../images/cursor.png) no-repeat center bottom;
}
.equipe-home li:hover:after {
  display: block;
}
.equipe-home .datas {
  display: none;
}
.equipe-home .content {
  display: none;
  width: 98%;
  clear: both;
  float: left;
  padding: 10px;
  line-height: 1em;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.equipe-home .content.see {
  display: block;
}
.equipe-home .content .content-left {
  padding: 10px 5px;
  float: left;
}
.equipe-home .content .content-right {
  padding: 10px 5px;
  float: right;
}
.equipe-home .content .content-right a {
  display: block;
}
.equipe-home .content .content-right .tel {
  font-weight: 700;
}
.equipe-home .content p {
  clear: both;
  padding: 20px 5px 5px 5px;
}
.equipe-home .content h5 {
  margin: 0;
  font-size: 0.9em;
}
.equipe-home .part {
  position: relative;
  float: left;
  height: 100%;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 1%;
}
.equipe-home .part:before {
  content: "";
  display: table;
}
.equipe-home .part:after {
  content: "";
  display: table;
  clear: both;
}
.equipe-home .part .guy {
  width: auto;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.equipe-home .part .guy .hover {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 3px 0px 5px 0px;
}
.equipe-home .part .guy .hover h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.equipe-home .part .guy .hover span {
  font-size: 13px;
  line-height: 14px;
  display: block;
}
.equipe-home .part .guy:hover .hover {
  display: block;
}
.equipe-home .part.part-type0 {
  background-color: #bfb5b2;
}
.equipe-home .part.part-type0 img {
  border: 5px solid #d0cece;
}
.equipe-home .part.part-type0 img:hover {
  border-color: #a6a6a6;
}
.equipe-home .part.part-type0 .active img {
  border-color: #a6a6a6;
}
.equipe-home .part.part-type0 .active:after {
  display: block;
}
.equipe-home .part.part-type1 {
  background-color: #bfbfbf;
}
.equipe-home .part.part-type1 img {
  border: 5px solid #f0f0f0;
}
.equipe-home .part.part-type1 img:hover {
  border-color: #d9d9d9;
}
.equipe-home .part.part-type1 .active img {
  border-color: #d9d9d9;
}
.equipe-home .part.part-type1 .active:after {
  display: block;
}
.equipe-home .part.part-type2 {
  background-color: #e5ddda;
}
.equipe-home .part.part-type2 img {
  border: 5px solid #ddd5ac;
}
.equipe-home .part.part-type2 img:hover {
  border-color: #c4bd97;
}
.equipe-home .part.part-type2 .active img {
  border-color: #c4bd97;
}
.equipe-home .part.part-type2 .active:after {
  display: block;
}
.equipe-home .part.part-type3 {
  background-color: transparent;
}
.equipe-home .part.part-type3 img {
  border: 5px solid #ddd5ac;
}
.equipe-home .part.part-type3 img:hover {
  border-color: #c4bd97;
}
.equipe-home .part.part-type3 .active img {
  border-color: #c4bd97;
}
.equipe-home .part.part-type3 .active:after {
  display: block;
}
.equipe-home .part.part-type4 {
  background-color: #e7e9e3;
}
.equipe-home .part.part-type4 img {
  border: 5px solid #91a664;
}
.equipe-home .part.part-type4 img:hover {
  border-color: #728549;
}
.equipe-home .part.part-type4 .active img {
  border-color: #728549;
}
.equipe-home .part.part-type4 .active:after {
  display: block;
}
.equipe-home .part.part-type5 {
  background-color: #dce0e7;
}
.equipe-home .part.part-type5 img {
  border: 5px solid #536ca8;
}
.equipe-home .part.part-type5 img:hover {
  border-color: #34456f;
}
.equipe-home .part.part-type5 .active img {
  border-color: #34456f;
}
.equipe-home .part.part-type5 .active:after {
  display: block;
}
.equipe-home .part.part-type6 {
  background-color: #ece9e8;
}
.equipe-home .part.part-type6 img {
  border: 5px solid #D9D9D9;
}
.equipe-home .part.part-type6 img:hover {
  border-color: #D9D9D9;
}
.equipe-home .part.part-type6 .active img {
  border-color: #D9D9D9;
}
.equipe-home .part.part-type6 .active:after {
  display: block;
}
.equipe-home .part h3 {
  color: #3f2114;
}
.equipe-home .part h4 {
  color: #3f2114;
}
.equipe-home h3 {
  margin: 0px;
  margin-top: 5px;
  white-space: nowrap;
  height: 20px;
  z-index: 9;
  position: relative;
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
.equipe-home h3:before,
.equipe-home h3:after {
  display: table;
  content: "";
  line-height: 0;
}
.equipe-home h3:after {
  clear: both;
}
.equipe-home h4 {
  margin: 0 0 6px 0;
  height: 20px;
  z-index: 9;
  position: relative;
  white-space: nowrap;
}
/*
 * SLIDER
 *
 */
.swipe {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  *zoom: 1;
  background-position: 50% 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.contact h1,
.contact h3 {
  color: #a57145;
  font-weight: 700;
  margin-bottom: 0px;
}
.contact h3 {
  margin-bottom: 5px;
}
.contact .extra {
  color: white;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 400;
}
.contact a {
  color: white;
}
.contact .col {
  padding-left: 60px;
  padding-top: 23px;
}
.contact .col:first-of-type {
  padding-top: 0;
}
.map {
  height: 400px;
}
.sitemap {
  margin-left: 40px;
  margin-bottom: 50px;
}
.sitemap ol {
  margin-left: 20px;
}
.login .submit {
  margin: 10px 10px 10px 28px ;
}
.login .input {
  margin: 0 0 5px 28px ;
}
.long-link {
  width: 92%;
  background: #BAC0D8;
  height: 80px;
  display: table;
  margin: 0 28px;
}
.long-link.light-brown {
  background: #BDB6B3;
}
.long-link.light-brown span.arrow {
  color: #441E00;
  border-right: 1px solid #CDC8C5;
}
.long-link.light-brown span.arrow .poly {
  fill: #441E00;
}
.long-link.light-brown span.title {
  color: #441E00;
}
.long-link span.arrow {
  color: #0C1D3F;
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  border-right: 1px solid #D7DEE3;
  text-align: center;
  font-weight: 400;
  font-family: 'terminal_dosis', arial;
  font-size: 36px;
}
.long-link span.arrow .poly {
  fill: #0C1D3F;
}
.long-link span.title {
  color: #0C1D3F;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: 400;
  font-family: 'terminal_dosis', arial;
  font-size: 21px;
}
.long-link:hover {
  text-decoration: none;
}
.long-link:hover span {
  text-decoration: none;
}
.flexslider .slides > li {
  background: none;
}
.advice {
  width: 20%;
  padding-bottom: 15px;
  font-style: italic;
}
