@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* EBR : Site web 2014 */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : MODULES */
/*################################*/

/****************************/
/* NAVIGATION */
/****************************/

/* Nav (global) */
/*---------------------*/

.nav,
.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: block;
  height: 100%;
}

/*.nav a:before {
	content: none;
}*/
.nav-main,
.nav-second,
.nav-mentions {
  text-transform: uppercase;
}

.nav-main a,
.nav-gallery a,
.nav-lang a,
.nav-second a,
.nav-mentions a {
  text-decoration: none;
}

/* Nav : Main */
/*---------------------*/

/* Global */

.nav-main li {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
}

.nav-main a {
  color: white;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.nav-main .nav-niv1 > li:first-child > a,
.nav-main .nav-niv1 > li:first-child .nav-niv2 > li a {
  padding-left: 30px;
}

/* Niv 1 */

.nav-main {
  background: rgb(51, 51, 51); /* Old browsers */
  background: #333 -moz-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* FF3.6+ */
  background: #333 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 25, 25, 1)), color-stop(100%, rgba(25, 25, 25, 0))); /* Chrome,Safari4+ */
  background: #333 -webkit-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* Chrome10+,Safari5.1+ */
  background: #333 -o-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* Opera 11.10+ */
  background: #333 -ms-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* IE10+ */
  background: #333
    linear-gradient(to bottom, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=0); /* IE6-9 */
  background-repeat: no-repeat;
  background-size: 100% 10px;
}

.nav-main .nav-niv1 > li {
  position: relative;
  font-size: 20px;
}

.nav-main .nav-niv1 > li:not(:first-child) {
  margin-left: -0.1em;
}

.nav-main .nav-niv1 > li > a {
  padding: 12px 0 12px 10px;
}

.nav-main .nav-niv1 > li:last-child > a {
  padding-right: 10px;
}

.nav-main .nav-niv1 > li:not(:last-child) > a:after {
  padding-left: 18px;
  content: "|";
  letter-spacing: -0.1em;
}

.nav-main .nav-niv1 > li:hover,
.nav-main .nav-niv1 > li > a:hover,
.rub-1 .nav-main .nav-niv1 > li:nth-child(1):hover > a,
.rub-2 .nav-main .nav-niv1 > li:nth-child(2):hover > a,
.rub-3 .nav-main .nav-niv1 > li:nth-child(3):hover > a,
.rub-4 .nav-main .nav-niv1 > li:nth-child(4):hover > a,
.rub-5 .nav-main .nav-niv1 > li:nth-child(5):hover > a,
.rub-6 .nav-main .nav-niv1 > li:nth-child(6):hover > a,
.rub-7 .nav-main .nav-niv1 > li:nth-child(7):hover > a {
  background: rgb(129, 185, 0); /* Old browsers */
  background: #81b900 -moz-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* FF3.6+ */
  background: #81b900 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 25, 25, 1)), color-stop(100%, rgba(25, 25, 25, 0))); /* Chrome,Safari4+ */
  background: #81b900 -webkit-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* Chrome10+,Safari5.1+ */
  background: #81b900 -o-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* Opera 11.10+ */
  background: #81b900 -ms-linear-gradient(top, rgba(25, 25, 25, 1) 0%, rgba(
          25,
          25,
          25,
          0
        )
        100%); /* IE10+ */
  background: #81b900
    linear-gradient(to bottom, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#00333333', GradientType=0); /* IE6-9 */
  background-repeat: no-repeat;
  background-size: 100% 10px;
}

.nav-main .nav-niv1 > li:hover > a:after,
.nav-main .nav-niv1 > li > a:hover:after {
  color: rgba(255, 255, 255, 0);
}

.rub-1 .nav-main .nav-niv1 > li:nth-child(1),
.rub-2 .nav-main .nav-niv1 > li:nth-child(2),
.rub-3 .nav-main .nav-niv1 > li:nth-child(3),
.rub-4 .nav-main .nav-niv1 > li:nth-child(4),
.rub-5 .nav-main .nav-niv1 > li:nth-child(5),
.rub-6 .nav-main .nav-niv1 > li:nth-child(6),
.rub-7 .nav-main .nav-niv1 > li:nth-child(7) {
  background: #ac944e
    linear-gradient(to bottom, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 0) 100%); /* W3C */
}

.rub-1 .nav-main .nav-niv1 > li:nth-child(1) > a:after,
.rub-2 .nav-main .nav-niv1 > li:nth-child(2) > a:after,
.rub-3 .nav-main .nav-niv1 > li:nth-child(3) > a:after,
.rub-4 .nav-main .nav-niv1 > li:nth-child(4) > a:after,
.rub-5 .nav-main .nav-niv1 > li:nth-child(5) > a:after,
.rub-6 .nav-main .nav-niv1 > li:nth-child(6) > a:after,
.rub-7 .nav-main .nav-niv1 > li:nth-child(7) > a:after {
  opacity: 0;
}

/* Niv 2 et 3 */

.nav-main .nav-niv2,
.nav-main .nav-niv3 {
  display: none;
  z-index: 100;
  position: absolute;
  background-color: rgba(129, 185, 0, 0.6);
}

.nav-main .nav-niv2 {
  top: 100%;
  left: 0;
  min-width: 100%;
}

.nav-main .nav-niv2 > li {
  position: relative;
}

.nav-main .nav-niv3 {
  display: none;
  top: 0;
  left: 100%;
}

.nav-main .nav-niv1 li:hover .nav-niv2,
.nav-main .nav-niv2 li:hover .nav-niv3 {
  display: block;
}

.nav-main .nav-niv2 a {
  padding: 7px 20px 7px 20px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
}

.nav-main .nav-niv2 li:first-child a {
  padding-top: 10px;
}

.nav-main .nav-niv2 li:last-child a {
  padding-bottom: 12px;
}

.nav-main .nav-niv2 .nav-hasSub > a:after {
  position: absolute;
  right: 10px;
  content: "▶";
  font-size: 10px;
}

.nav-main .nav-niv2 a:hover {
  background-color: rgba(129, 185, 0, 1);
  color: rgba(255, 255, 255, 1);
}

/* Nav : Gallery */
/*---------------------*/

.nav-gallery {
  /*display: none;*/
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/global/border_gradient_white_verti_LtoR.png") left
    center no-repeat;
  font-size: 32px;
  font-weight: 500;
  line-height: 0.75em;
  text-align: center;
}

.nav-gallery a {
  padding: 25px 30px 25px 35px;
  color: white;
}

.nav-gallery small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-gallery a:hover {
  background: #81b900;
}

/* Nav : Lang */
/*---------------------*/

.nav-lang {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.nav-lang span {
  display: none;
}

.nav-lang a {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url("../images/global/icon_lang.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

.nav-lang a:hover {
  background-position: 0 0;
}

.nav-lang li:nth-child(1) a {
  background-position: 0 -20px;
}

.nav-lang li:nth-child(1) a:hover,
body.fra .nav-lang li:nth-child(1) a {
  background-position: 0 0;
}

.nav-lang li:nth-child(2) a {
  background-position: -20px -20px;
}

.nav-lang li:nth-child(2) a:hover,
body.eng .nav-lang li:nth-child(2) a {
  background-position: -20px 0;
}

.nav-lang li:nth-child(3) a {
  background-position: -40px -20px;
}

.nav-lang li:nth-child(3) a:hover,
body.esp .nav-lang li:nth-child(3) a {
  background-position: -40px 0;
}

body.fra .nav-lang li:nth-child(1) a,
body.eng .nav-lang li:nth-child(1) a,
body.esp .nav-lang li:nth-child(1) a {
  cursor: default;
}

.nav-lang li:nth-child(2),
.nav-lang li:nth-child(3) {
  display: none;
}

/* Nav : Second */
/*---------------------*/

.nav-second ul {
  width: 100%;
  background: none; /* Old browsers */
  background: -moz-linear-gradient(
    bottom,
    rgba(76, 76, 76, 0) 0%,
    rgba(76, 76, 76, 0.15) 35%,
    rgba(76, 76, 76, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0%, rgba(76, 76, 76, 0)),
    color-stop(35%, rgba(76, 76, 76, 0.15)),
    color-stop(100%, rgba(76, 76, 76, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(76, 76, 76, 0) 0%,
    rgba(76, 76, 76, 0.15) 35%,
    rgba(76, 76, 76, 100) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    bottom,
    rgba(76, 76, 76, 0) 0%,
    rgba(76, 76, 76, 0.15) 35%,
    rgba(76, 76, 76, 100) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    bottom,
    rgba(76, 76, 76, 0) 0%,
    rgba(76, 76, 76, 0.15) 35%,
    rgba(76, 76, 76, 100) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 0) 0%,
    rgba(76, 76, 76, 0.15) 35%,
    rgba(76, 76, 76, 100) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#4c4c4c', GradientType=0); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 25px;
}

.nav-second li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1em;
  vertical-align: top;
}

.nav-second li:not(:first-child) {
  margin-left: -0.1em;
}

.nav-second a {
  padding: 25px 0 25px 25px;
}

.nav-second a,
.nav-second a:after {
  color: #ac944e;
}

.nav-second li:last-child a {
  padding-right: 25px;
}

.nav-second li:not(:first-child):not(:last-child) a:after {
  padding-left: 25px;
  content: "|";
  font-weight: 200;
  letter-spacing: -0.1em;
}

.nav-second li:not(:first-child) a:hover {
  background-color: #81b900;
  color: white;
}

.nav-second a:hover:after {
  color: #81b900;
}

.nav-second .cta-file {
  padding: 19px 40px 27px 30px;
  text-transform: none;
}

.nav-second .cta-file .preview {
  z-index: -10;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 23px 78px;
  background-color: rgba(129, 185, 0, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.nav-second .cta-file:hover .preview {
  z-index: 1;
  opacity: 1;
}

.nav-second .cta-file .preview img {
  display: inline-block;
}

/* Nav : Social */
/*---------------------*/

.nav-social {
  position: absolute;
  top: 101px;
  right: 30px;
}

.nav-social a {
  padding: 10px 7px;
}

.nav-social a:hover {
  opacity: 0.5;
}

/* Nav : Mentions */
/*---------------------*/

.nav-mentions {
  padding: 25px 0;
  text-align: right;
}

.nav-mentions li {
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
}

.nav-mentions li:not(:last-child) a:after {
  padding-left: 10px;
  content: "|";
  letter-spacing: -0.1em;
}

.nav-mentions a,
.nav-mentions a:after,
.nav-mentions .copyright {
  color: #666;
}

.nav-mentions a,
.nav-mentions .copyright {
  padding-left: 10px;
}

.nav-mentions li a:hover {
  color: #999;
}

/* Nav : Sitemap */
/*---------------------*/

/* Global */

.nav-sitemap a {
  padding: 0.25em 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.nav-sitemap a:hover,
.nav-sitemap .nav-niv1 a:hover,
.nav-sitemap .nav-niv2 a:hover,
.nav-sitemap .nav-niv3 a:hover {
  color: #81b900;
}

.nav-sitemap .nav-niv1 a {
  font-size: 16px;
  font-weight: 700;
  color: #ac944e;
}

.nav-sitemap .nav-niv1 a {
  border-top: 1px dotted black;
}

.nav-sitemap .nav-niv1 > li:last-child a {
  border-bottom: 1px dotted black;
}

.nav-sitemap .nav-hasSub > a {
  border-bottom: 1px dotted black;
}

.nav-sitemap .nav-niv2 li:first-child a {
  border-top: none;
}

.nav-sitemap .nav-niv2 a,
.nav-sitemap .nav-niv3 a {
  margin-right: 100px;
  font-size: 12px;
  color: #262626;
  border-left: 1px dotted black;
}

.nav-sitemap .nav-niv2 a {
  margin-left: 20px;
  padding-left: 10px;
}

.nav-sitemap .nav-niv3 a {
  margin-left: 40px;
  padding-left: 10px;
  font-weight: 400;
}

/* Nav : Local aside */
/*---------------------*/

.nav-local-aside ul,
.nav-local-aside li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-local-aside a,
.aside-infos .nav-local-aside a {
  display: inline-block;
  padding: 0.5em 0 0.25em 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #ac944e;
  border-bottom: 5px solid #ac944e;
}

.nav-local-aside .active a,
.nav-local-aside .active a:hover {
  color: black;
  border-color: black;
}

.nav-local-aside a:hover {
  border-color: #81b900;
}

.nav-local-aside .active a:hover {
  cursor: default;
}

/* Nav : Page count */
/*---------------------*/

.nav-pageCount {
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: right;
}

.nav-pageCount li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1em;
  list-style: none;
  border-right: 1px solid #ccc;
}

.nav-pageCount li:last-child {
  border: none;
}

.nav-pageCount li a {
  text-decoration: none;
}

.nav-pageCount li a:hover {
  color: #81b900;
}

.nav-pageCount li a,
.nav-pageCount li.active {
  display: block;
  padding: 0 10px;
  color: #808080;
}

.nav-pageCount li.active,
.nav-pageCount li.active a {
  font-weight: 700;
  color: black;
}

.nav-pageCount li.current {
  padding-right: 10px;
  text-transform: uppercase;
  color: #ac944e;
}

/* Nav : Call To Action */
/*---------------------*/

/* CTA : File */

.cta-file {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.1em;
}

.cta-file * {
  color: #ac944e;
}

.cta-file:before {
  content: none;
}

.cta-file span {
  display: inline-block;
}

.cta-file span.icon {
  width: 27px;
  height: 30px;
  margin-right: 10px;
  background: url("../images/global/icon_file.png") 0 0 no-repeat;
}

.cta-file:hover,
.cta-file:hover * {
  color: #81b900;
}

.cta-file:hover span.icon {
  background-position: 0 -30px;
}

/* CTA : More */

.cta-more,
a.cta-more {
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 1em 0.65em 1em;
  background-color: #ac944e;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.cta-more.cta-chapFooter {
  float: right;
}

.cta-more:hover,
a.cta-more:hover {
  background-color: #81b900;
}

.cta-more:before,
a.cta-more:before {
  padding-right: 0.5em;
  content: "> ";
}

/****************************/
/* CHAPITRES */
/****************************/

.chapter {
  clear: both;
}

.chapter h1 {
  margin: 0;
  padding: 0;
  font-size: 21px;
}

.chapter h2 {
  font-size: 16px;
  font-weight: 600;
}

.chap-head a {
  display: block;
  padding: 0.8em 0;
  border-bottom: 1px dotted black;
  text-decoration: none;
  color: black;
}
strong,
b {
  font-weight: bold !important;
}
.chapter:first-of-type .chap-head a {
  border-top: 1px dotted black;
}

.chap-head a:hover {
  color: #81b900;
}

.chapter.active {
  margin-top: 30px;
}

.chapter.active h1 {
  font-size: 24px;
}

.chapter.active .chap-head a {
  padding: 0.7em 1em;
  background-color: #ac944e;
  border-style: solid;
  border-color: #ac944e;
  color: white;
  transition: none;
  cursor: default;
}

.chap-details {
  display: none;
  overflow: hidden;
  padding: 25px 0 50px 0;
  border-bottom: 1px dotted black;
}

.chap-details .highlight {
  margin: 2em 0 0 0;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
  color: #ac944e;
}

.chap-footer,
.l-main p.chap-footer {
  margin-top: 30px;
  padding-top: 1.6em;
  border-top: 1px dotted black;
  text-align: right;
}

.chapter .signature {
  margin: 2em 0;
}

.chapter .signature,
.chapter .signature * {
  text-align: center;
}

/****************************/
/* TABLEAUX */
/****************************/

/* Tab : Horaires */
/*---------------------*/

.tab-horaires {
  margin-top: 20px;
  width: 100%;
}

/* Headers */

.tab-horaires tbody:nth-child(odd) tr {
  border: none;
}

.tab-horaires th {
  position: relative;
  padding-top: 1em;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ac944e;
}

.tab-horaires th:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 250px;
  height: 10px;
  background-color: rgba(172, 148, 78, 0.3);
}

.tab-horaires th small {
  font-weight: 400;
}

.tab-horaires th small strong {
  font-weight: 900;
}

.tab-horaires th p {
  text-transform: none;
}

/* Body */

.tab-horaires tbody:nth-child(even) tr {
  border-bottom-color: #ccc;
}

.tab-horaires tbody:nth-child(even) tr:last-child {
  border-bottom: none;
}

.tab-horaires tbody:nth-child(even) tr:last-child td {
  padding-bottom: 30px;
}

.tab-horaires tbody:nth-child(even) td:first-child {
  padding-right: 50px;
  text-transform: uppercase;
}

.tab-horaires tbody:nth-child(even) td:nth-child(-n + 3) {
  font-weight: 900;
}

.tab-horaires tbody:nth-child(even) td:nth-child(2) {
  padding-right: 5px;
}

.tab-horaires tbody:nth-child(even) td:nth-child(3) {
  padding-left: 0;
}

.tab-horaires tbody:nth-child(even) td:nth-child(3):before {
  padding-right: 5px;
  content: "|";
}

/****************************/
/* HEAD : INFOS */
/****************************/

.head-infos {
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #ac944e;
}

/*.rub-shop .head-infos {
	margin-bottom: 0;
	border-bottom: none;
}
.rub-shop .head-infos * {
	margin-bottom: 0;
}*/
.head-infos,
.head-infos a {
  font-size: 15px;
  color: #808080;
}

.head-infos a:hover {
  color: #81b900;
}

.head-infos strong {
  font-size: 21px;
  color: #ac944e;
}

/****************************/
/* ASIDE : INFOS */
/****************************/

.aside-infos p,
.aside-infos li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  /*word-wrap: break-word;*/
}

.aside-infos p,
.aside-infos a {
  color: #808080;
}

.aside-infos a:hover {
  color: #81b900;
}

.aside-infos h4 {
  margin: 2em 0 1em 0;
  padding: 0 0.5em 0.15em 0.5em;
  background-color: #ac944e;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}

.aside-infos h5 {
  margin-bottom: 0.35em;
}

.aside-infos h5,
.aside-infos h5 a {
  color: #ac944e;
}

.aside-infos h5 a {
  text-decoration: none;
}

.aside-infos h5:not(:first-of-type),
.aside-infos .lieux h6:not(:first-of-type) {
  margin-top: 1.5em;
  padding-top: 1em;
  border-top: 1px dotted #ac944e;
}

.aside-infos .lieux {
  margin-top: 90px;
}

.aside-infos .lieux h5,
.aside-infos .lieux p {
  color: black;
}

.aside-infos .lieux h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/****************************/
/* ASIDE : CALLIGRAPHY */
/****************************/

.calligraphy {
  z-index: 101;
  position: absolute;
  right: -130px;
  top: 10px;
}

.calligraphy.calleft {
  right: auto;
  left: -130px;
}

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {*/
@media only screen and (max-device-width: 1024px) {
  .calligraphy {
    display: none;
  }
}

.calligraphy span {
  display: none;
}

.calligraphy li {
  display: block;
  width: 80px;
  color: white;
  background-image: url("../images/global/calligraphie_page_bg.png");
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.calligraphy li:hover {
  opacity: 1;
}

.calligraphy.calleft li:not(:last-child) {
  margin-bottom: 50px;
}

.calligraphy li:not(:last-child) {
  margin-bottom: 70px;
}

.calligraphy li:first-child {
  margin-top: 100px;
}

.calligraphy.calleft li:first-child {
  margin-top: 0px;
}

.calligraphy.calleft li:first-child {
  border-bottom: 1px solid white;
}

.calligraphy.calleft li:first-child:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.calligraphy.calleft li:nth-child(2) {
  margin-top: 50px;
}

.calligraphy li:nth-child(2) {
  margin-top: 70px;
}

.calligraphy.calleft li:nth-child(1) {
  height: 268px;
  background-position: 0 0;
}

.calligraphy.calleft li:nth-child(2) {
  height: 110px;
  background-position: 0 -360px;
}

.calligraphy.calleft li:nth-child(3) {
  height: 100px;
  background-position: 0 -470px;
}

.calligraphy.calleft li:nth-child(4) {
  height: 100px;
  background-position: 0 -570px;
}

.calligraphy li:nth-child(1) {
  height: 100px;
  background-position: 0 -670px;
}

.calligraphy li:nth-child(2) {
  height: 100px;
  background-position: 0 -770px;
}

.calligraphy li:nth-child(3) {
  height: 100px;
  background-position: 0 -870px;
}

.calligraphy li:nth-child(4) {
  height: 110px;
  background-position: 0 -250px;
}

.calligraphy-toolTip {
  padding-left: 10px;
  border-left: 1px solid white;
}

.calligraphy-toolTip p {
  margin-bottom: 0;
  text-transform: uppercase;
}

.calligraphy-toolTip p:first-child {
  font-size: 16px;
  font-weight: 600;
}

.calligraphy-toolTip p:last-child {
  font-size: 13px;
}

/****************************/
/* CORPORATE */
/****************************/

.corp-logo {
  display: inline-block;
}

.corp-logo:hover {
  opacity: 0.8;
}

#corporate .corp-claim {
  display: inline-block;
  margin-top: 25px;
  margin-left: 20px;
  vertical-align: top;
  width: 460px;
}

.corp-claim h1,
.corp-claim h2 {
  color: white;
}

.corp-claim h1 {
  font-size: 27px;
  font-family: "Roboto Condensed", sans-serif;
}

.corp-claim h1 span {
  color: #ac944e;
}

.corp-claim h1 span,
.corp-claim h2 {
  font-weight: 400;
}

.corp-claim h2 {
  font-size: 16px;
  letter-spacing: 0.13em;
}

/****************************/
/* SLIDERS */
/****************************/

.slider {
  position: relative;
  display: block;
  margin: 0 auto;
}

.slider ul,
.slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-container {
  position: relative;
}

.slider-main {
  width: 960px;
}

.slider-main h1 {
  margin: 0;
  padding: 0;
  font-size: 205px;
  line-height: 1em;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: rgba(172, 148, 78, 0.9);
}

.slider-main h1.small1 {
  font-size: 110px;
  font-weight: 600;
}

.slider-main h1.small2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 72px;
  color: #c5b483;
}

/****************************/
/* TEASER */
/****************************/

.teasers {
  background-color: rgba(102, 102, 102, 0.5);
}

.teasers li {
  position: relative;
  overflow: hidden;
  width: 25%;
  padding: 20px 30px;

  background: none; /* Old browsers */
  background: -moz-linear-gradient(
    bottom,
    rgba(172, 148, 78, 0) 0%,
    rgba(172, 148, 78, 0.15) 35%,
    rgba(172, 148, 78, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0%, rgba(172, 148, 78, 0)),
    color-stop(35%, rgba(172, 148, 78, 0.15)),
    color-stop(100%, rgba(172, 148, 78, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(172, 148, 78, 0) 0%,
    rgba(172, 148, 78, 0.15) 35%,
    rgba(172, 148, 78, 100) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    bottom,
    rgba(172, 148, 78, 0) 0%,
    rgba(172, 148, 78, 0.15) 35%,
    rgba(172, 148, 78, 100) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    bottom,
    rgba(172, 148, 78, 0) 0%,
    rgba(172, 148, 78, 0.15) 35%,
    rgba(172, 148, 78, 100) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(172, 148, 78, 0) 0%,
    rgba(172, 148, 78, 0.15) 35%,
    rgba(172, 148, 78, 100) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac944e', endColorstr='#ac944e', GradientType=0); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 40px;
}

.teasers li:last-child {
  background: none; /* Old browsers */
  background: -moz-linear-gradient(
    bottom,
    rgba(189, 204, 0, 0) 0%,
    rgba(189, 204, 0, 0.15) 35%,
    rgba(189, 204, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0%, rgba(189, 204, 0, 0)),
    color-stop(35%, rgba(189, 204, 0, 0.15)),
    color-stop(100%, rgba(189, 204, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(189, 204, 0, 0) 0%,
    rgba(189, 204, 0, 0.15) 35%,
    rgba(189, 204, 0, 100) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    bottom,
    rgba(189, 204, 0, 0) 0%,
    rgba(189, 204, 0, 0.15) 35%,
    rgba(189, 204, 0, 100) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    bottom,
    rgba(189, 204, 0, 0) 0%,
    rgba(189, 204, 0, 0.15) 35%,
    rgba(189, 204, 0, 100) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(189, 204, 0, 0) 0%,
    rgba(189, 204, 0, 0.15) 35%,
    rgba(189, 204, 0, 100) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdcc00', endColorstr='#bdcc00', GradientType=0); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 40px;
}

.teasers h1,
.teasers h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.teasers h1 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  color: #ac944e;
}

.teasers li.ruf h1 {
  color: #bdcc00;
}

.teasers h2 {
  font-weight: 600;
  font-size: 13px;
}

.teasers h2,
.teasers p {
  color: white;
}

.teasers a,
.teasers .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teasers a {
  z-index: 1;
}

.teasers .overlay {
  top: 100%;
  opacity: 0;
  z-index: 0;
  padding-top: 35%;
  background-color: #ac944e;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-style: italic;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.teasers li:nth-child(1) .overlay {
  background-image: url("../images/global/calligraphie_aykan_turhan.png");
}

.teasers li:nth-child(2) .overlay {
  background-image: url("../images/global/calligraphie_aikido.png");
}

.teasers li:nth-child(3) .overlay {
  background-image: url("../images/global/calligraphie_iaido.png");
}

.teasers li:nth-child(4) .overlay {
  /* padding-top: 25%; */
  padding-left: 20px;
  background-color: #bdcc00;
  background-image: url("../images/global/logo_raji_ukemi_fitness_w156.png");
  font-size: 52px;
  text-align: left;
}

.teasers li:hover .overlay {
  top: 0;
  opacity: 1;
}

/*.teasers .overlay span {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 70px;
	font-style: italic;
	line-height: 0.9em;
	text-transform: uppercase;
	color: white;
}
.teasers li:nth-child(4) .overlay span {
	font-size: 62px;
}*/
.teasers li:not(:first-child) a {
  background: url("../images/global/border_gradient_black_verti_LtoR.png") left
    center no-repeat;
}

/****************************/
/* VIDÉOS */
/****************************/

#video-ruf {
  width: 960px;
  height: 540px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  #pageBg {
    min-width: 100%;
  }
  #mainWrapper,
  .slider-main {
    width: 100%;
  }
  #pageHeader {
    position: relative;
    background-color: #333;
    padding: 5px;
  }
  #corporate .corp-logo img {
    width: 80px;
    height: 80px;
  }
  #corporate .corp-claim {
    display: inline-block;
    margin-top: 25px;
    margin-left: 0px;
    vertical-align: top;
    width: auto;
  }
  .corp-claim h1 {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .nav-gallery a {
    padding: 20px 15px;
    color: white;
  }
  .nav-gallery {
    font-size: 20px;
  }
  .nav-gallery small {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10px;
    font-weight: 600;
  }
  .nav-social {
    position: absolute;
    top: 46px;
    right: 0px;
  }
  .nav-social a {
    padding: 7px;
  }
  .nav-social a img {
    width: 15px;
    height: 15px;
  }
  .nav-main .nav-niv1 > li {
    position: relative;
    font-size: 14px;
  }
  .nav-main .nav-niv1 > li:first-child > a {
    padding-left: 10px;
  }
  .nav-main .nav-niv1 > li > a {
    padding: 6px 0 6px 10px;
  }
  .teasers li {
    width: 100% !important;
  }
  .slider-main h1 {
    font-size: 55px !important;
  }
  .teasers.l-table {
    display: flex;
    flex-direction: column;
  }
  .nav-second li {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 1em;
    vertical-align: top;
  }
  .nav-second .cta-file {
    padding: 9px 20px 17px 20px;
    text-transform: none;
  }
  .nav-second a {
    padding: 10px 0 10px 10px;
  }
  .aikido_footer h3,
  .iaido_footer h3 {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .aikido_footer,
  .iaido_footer {
    font-size: 12px;
  }
  .nav-mentions {
    text-align: center;
  }
  .l-grid2 > .l-main {
    width: 100% !important;
    margin: 0px !important;
    padding: 10px;
  }
  .aside-infos.l-aside2 {
    display: none !important;
  }
  .l-grid > .l-head .l-col1 {
    width: 50px;
  }
  .l-grid > .l-head .l-col1 img {
    width: 85px !important;
    height: auto !important;
  }
}
