body {
  background-color: #e85a58; }

::selection {
  background: transparent; }

::-moz-selection {
  background: transparent; }

::-webkit-selection {
  background: transparent; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding-left: 45px;
  padding-right: 45px;
  min-width: 850px;
  /* margin-left:45px;
	 margin-right:45px;
	 margin-top:16px;*/
  color: #292929;
  background-color: #f7f7f7; }

@font-face {
  font-family: 'AdobeGaramondProBold';
  src: url('fonts/agaramo0_2-webfont.eot');
  src: url('fonts/agaramo0_2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramo0_2-webfont.woff') format('woff'), url('fonts/agaramo0_2-webfont.ttf') format('truetype'), url('fonts/agaramo0_2-webfont.svg#webfont') format('svg'); }

@font-face {
  font-family: 'AdobeGaramondProReg';
  src: url('fonts/agaramondpro-regular-webfont.eot');
  src: url('fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramondpro-regular-webfont.ttf') format('truetype'), url('fonts/agaramondpro-regular-webfont.svg#webfont') format('svg'); }

@font-face {
  font-family: 'GothamBook';
  src: url('fonts/gotham-book_1-webfont.eot');
  src: url('fonts/gotham-book_1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-book_1-webfont.woff') format('woff'), url('fonts/gotham-book_1-webfont.ttf') format('truetype'), url('fonts/gotham-book_1-webfont.svg#webfont') format('svg'); }

@font-face {
  font-family: 'GothamBold';
  src: url('fonts/gotham-bold_0-webfont.eot');
  src: url('fonts/gotham-bold_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-bold_0-webfont.woff') format('woff'), url('fonts/gotham-bold_0-webfont.ttf') format('truetype'), url('fonts/gotham-bold_0-webfont.svg#webfont') format('svg'); }

@font-face {
  font-family: 'AdobeGaramondProItalic';
  src: url('fonts/agaramo0_4-webfont.eot');
  src: url('fonts/agaramo0_4-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramo0_4-webfont.woff') format('woff'), url('fonts/agaramo0_4-webfont.ttf') format('truetype'), url('fonts/agaramo0_4-webfont.svg#webfont') format('svg'); }

@font-face {
  font-family: 'AdobeGaramondProBoldItalic';
  src: url('fonts/agaramo2_2-webfont.eot');
  src: url('fonts/agaramo2_2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramo2_2-webfont.woff') format('woff'), url('fonts/agaramo2_2-webfont.ttf') format('truetype'), url('fonts/agaramo2_2-webfont.svg#webfont') format('svg'); }

a {
  text-decoration: none;
  color: #292929; }

@media screen and (min-width: 500px) and (min-height: 450px) {
  body.fullView {
    overflow: hidden; }
 }

body.fullView {
  min-width: 500px;
  min-height: 450px; }

@media screen and (max-width: 380px) and (max-height: 680px) {
  body, body.fullView {
    overflow: hidden;
    min-width: 300px;
    min-height: 450px;
    padding-left: 10px;
    padding-right: 10px; }

  .header .logoFRambaud {
    left: 20px;
    position: relative; }
    .header .logoFRambaud img {
      width: 128px;
      height: 22px; }
  .header .menuMain {
    display: block !important;
    text-align: center;
    clear: both;
    font-family: 'AdobeGaramondProReg';
    position: absolute;
    left: 50%;
    margin-left: -115px;
    /* width: 100%; */
    text-align: center;
    top: 40px; }
  .header .icoDisplayMode {
    position: absolute;
    right: 20px;
    z-index: 999;
    padding-left: 0px !important;
    display: block !important; }

  .siteContent {
    top: 70px !important; }
    .siteContent.gridview {
      overflow-y: auto; }

  .fullView.home .siteContent {
    top: 30px !important; }
 }

.header {
  top: 25px;
  width: 100%;
  height: 25px;
  display: table;
  position: relative;
  z-index: 2; }
  .header .logoFRambaud {
    display: table-cell;
    width: 256px; }
  .header .menuMain {
    display: table-cell;
    text-align: center;
    font-family: 'AdobeGaramondProReg'; }
    .header .menuMain .menuList {
      display: table;
      margin: auto; }
      .header .menuMain .menuList .menuMain-item {
        display: table-cell;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 2px;
        padding-right: 2px;
        vertical-align: middle; }
        .header .menuMain .menuList .menuMain-item a {
          text-decoration: none;
          color: #292929; }
  .header .icoDisplayMode {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    padding-left: 240px; }
    .header .icoDisplayMode .toGridView {
      width: 16px;
      height: 16px;
      cursor: pointer; }
    .header .icoDisplayMode.fullView .toGridView {
      background-image: url(img/ico-gridView.png); }
    .header .icoDisplayMode.gridview .toGridView {
      background-image: url(img/ico-fullView.png); }

.home .menuMain {
  display: none !important; }
.home .toGridView {
  display: none !important; }
.home .logoFRambaud {
  display: none; }
.home .contentText {
  display: none; }
.home .imgContainer {
  cursor: pointer; }

.siteContent {
  width: 100%;
  height: 100%;
  position: relative;
  top: 32px;
  left: 0px;
  /*background-color:#FF00FF;*/ }
  .siteContent .txtCenter {
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    /*
		-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		*/
    margin-left: -85px;
    text-align: center;
    margin-top: -55px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; }
  .siteContent .contentText {
    position: absolute;
    width: 100%;
    height: 35px;
    color: #292929;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; }
    .siteContent .contentText .centerTxt {
      vertical-align: middle;
      text-align: center;
      font-family: 'AdobeGaramondProReg';
      font-size: 14px; }
  .siteContent .contentMedia .imgCenter {
    text-align: center; }

.siteContent.fullViewBack {
  display: table; }
  .siteContent.fullViewBack .contentMedia {
    display: table-row;
    margin: auto; }
    .siteContent.fullViewBack .contentMedia .flecheLeft {
      display: table-cell;
      vertical-align: middle;
      width: 7px;
      cursor: pointer; }
    .siteContent.fullViewBack .contentMedia .flecheRight {
      display: table-cell;
      vertical-align: middle;
      width: 7px;
      cursor: pointer; }
    .siteContent.fullViewBack .contentMedia .imgCenter {
      text-align: center;
      display: table-cell; }
      .siteContent.fullViewBack .contentMedia .imgCenter img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        opacity: 0;
        /*-webkit-transform:translate(-50%,-50%);
				-ms-transform:translate(-50%,-50%);
				transform:translate(-50%,-50%);
				*/
        margin-top: -40px; }

.siteContent.fullView .imgContainer {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: opacity 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
.siteContent.fullView .contentMedia {
  position: relative;
  height: 100%;
  /*
		-webkit-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		transform:translate(-50%,0);
		*/ }
  .siteContent.fullView .contentMedia .imgCenter img {
    float: left;
    opacity: 1 !important;
    margin-bottom: 10px; }
  .siteContent.fullView .contentMedia .flecheLeft {
    position: absolute;
    width: 50%;
    height: 80%;
    cursor: pointer;
    top: 10%;
    z-index: 999; }
    .siteContent.fullView .contentMedia .flecheLeft img {
      position: absolute;
      top: 50%;
      margin-top: -10px; }
  .siteContent.fullView .contentMedia .flecheRight {
    position: absolute;
    width: 40%;
    height: 80%;
    top: 10%;
    text-align: right;
    right: 0px;
    z-index: 999;
    cursor: pointer; }
    .siteContent.fullView .contentMedia .flecheRight img {
      top: 50%;
      margin-top: -10px;
      position: absolute; }

.siteContent.gridview .contentMedia {
  position: relative;
  max-width: 1280px;
  /*
		-webkit-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		transform:translate(-50%,0);*/
  width: 100%;
  overflow: hidden; }
  .siteContent.gridview .contentMedia .imgCenter img {
    float: left;
    opacity: 1 !important;
    margin-bottom: 10px;
    cursor: pointer; }
  .siteContent.gridview .contentMedia .flecheLeft {
    display: none; }
  .siteContent.gridview .contentMedia .flecheRight {
    display: none; }
.siteContent.gridview .contentText .centerTxt {
  display: none; }
