@charset "UTF-8";
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**************************    VARIABLES GENERALES    ***************************/
/* Largeur maximale du site */
/* couleurs du texte */
/* couleurs des liens */
/* couleurs des titres h1, h2, ... */
/* couleurs et coins arrondis des boutons */
/* Couleur des bordures, hr ... */
/**************************    VARIABLES GENERALES     ***************************/
/**************************    RESET    ***************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure img {
  vertical-align: top;
}

em {
  font-style: italic;
}

button, submit {
  border: 0;
  cursor: pointer;
}

b, strong {
  font-weight: normal;
  font-family: 'Omega-Bold', Helvetica, Arial, sans-serif;
}

i {
  font-style: italic;
}

/**************************    END RESET    ***************************/
/**************************    TYPO    ***************************/
@font-face {
  font-family: 'Omega-Regular';
  src: url("../../../fonts/omega/OMEGA CT Regular.eot");
  src: local("?"), url("../../../fonts/omega/OMEGA CT Regular.woff") format("woff"), url("../../../fonts/omega/OMEGA CT Regular.ttf") format("truetype"), url("../../../fonts/omega/OMEGA CT Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omega-Bold';
  src: url("../../../fonts/omega/OMEGA CT Bold.eot");
  src: local("?"), url("../../../fonts/omega/OMEGA CT Bold.woff") format("woff"), url("../../../fonts/omega/OMEGA CT Bold.ttf") format("truetype"), url("../../../fonts/omega/OMEGA CT Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**************************    END TYPO    ***************************/
/**************************    GENERAL    ***************************/
html {
  font-size: 100%;
}

body {
  font-size: 17px;
  line-height: 1.3em;
  font-family: 'Omega-Regular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background: #ffffff;
  background-image: url(/media/image/0/header-int-13.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

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

a:hover {
  color: #d6596e;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.txt-right {
  text-align: right;
}

.border {
  border: #ebebeb solid 1px;
}

.date {
  display: block;
  color: #888;
}

h1 {
  font-size: 1.7em;
  line-height: 1.2em;
  color: #c51230;
  clear: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h2 {
  font-size: 1.4em;
  line-height: 1.1em;
  margin-bottom: 25px;
  color: #c51230;
}

h3 {
  font-size: 1.4em;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #c51230;
}

h4 {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  color: #959595;
}

h5 {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  color: #c51230;
}

h1.color-two {
  color: #888;
}

h2.color-two {
  color: #888;
}

h3.color-two {
  color: #888;
}

h4.color-two {
  color: #888;
}

h5.color-two {
  color: #888;
}

h1.color-three {
  color: #333;
}

h2.color-three {
  color: #333;
}

h3.color-three {
  color: #333;
}

h4.color-three {
  color: #333;
}

h5.color-three {
  color: #333;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-right {
  float: right;
}

.content-main img {
  max-width: 100%;
}

section.content {
  min-height: 550px;
}

/**************************    END GENERAL    ***************************/
/************************** TXT **************************/
.content-main h1 {
  max-width: 75%;
}

.content-main p {
  margin: 0 0 20px 0;
}

.content-main ul {
  list-style: disc outside;
  margin-left: 40px;
  margin-bottom: 20px;
}

.content-main ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 20px;
}

.content-main ul li, .content-main ol li {
  line-height: 1em;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 18px;
}

.encadre {
  background-color: #ececec;
  padding: 20px 30px;
  margin: 30px 0;
  border-radius: 3px;
}

/************************** END TXT **************************/
@media screen and (max-width: 1279px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  /*body {
    font-size: 16px;
  }*/
  .simple-detail .content-main p, .news-detail .content-main p {
    text-align: justify;
  }

  .content-main h1 {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
/**************************    CONTAINEURS    ***************************/
.container {
  min-width: 320px;
}

section.content {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  section.content {
    width: 100%;
    padding: 30px;
  }
}
.full-main section.content .content-main {
  width: 100%;
  float: none;
  margin-right: 0;
  position: relative;
}

.left-main section.content .content-main {
  width: 70.175438596491228%;
  float: left;
  margin-right: 2.631578947368421%;
  position: relative;
}

.left-main section.content aside.teasers {
  width: 27.192982456140351%;
  float: right;
  margin-top: 76px;
}

/* Right main */
.right-main section.content .content-main {
  width: 76%;
  float: right;
  position: relative;
  margin-top: -334px;
  padding: 30px;
  z-index: 10000;
}

.right-main section.content aside.teasers {
  width: 234px;
  float: left;
}

.right-main .content-main .bg-int {
  position: absolute;
  top: -10px;
  left: -15px;
  max-width: inherit;
  width: 103.5% !important;
  z-index: 200;
  height: 550px;
}

.right-main .content-main .content-int {
  position: relative;
  z-index: 300;
}

/*   */
.center-main section.content .content-main {
  width: 56.736842105263158%;
  float: left;
  margin-right: 2.631578947368421%;
  margin-left: 2.631578947368421%;
  position: relative;
}

.center-main section.content aside.teasers {
  width: 19%;
  float: left;
  margin-top: 76px;
}

.center-main section.content aside.teasers.teasers-small {
  width: 19%;
  float: left;
  margin-top: 76px;
}

@media screen and (max-width: 1279px) {
  .right-main section.content .content-main {
    width: 74%;
  }
}
@media screen and (max-width: 1100px) {
  .right-main section.content .content-main {
    width: 72%;
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .right-main section.content .content-main {
    margin-top: 0;
    padding: 0;
    width: 68%;
  }

  .right-main section.content aside.teasers {
    width: 28%;
  }

  .right-main .content-main .bg-int {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }

  .content .content-main {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .content aside.teasers {
    display: none;
  }
}
/**************************    END CONTAINEURS    ***************************/
/**************************    HEADER    ***************************/
header {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  color: #FFF;
  /*padding:15px 30px;*/
  position: relative;
  z-index: 9999;
  height: 580px;
  font-size: 0.8em;
}

header h1 {
  color: #FFF;
  position: relative;
  font-weight: bold;
  float: left;
  /*top:-1px;*/
  font-size: 1.4em;
  margin-bottom: 0;
}

header h1 a {
  color: #FFF;
}

header h1 img {
  display: block;
}

/* navigation principale 1er niveau */
#btn-menu {
  display: none;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  top: 15px;
  right: 30px;
  position: absolute;
}

.logo-nav-main {
  display: none;
}

nav.nav-main {
  background-color: #ffffff;
  clear: both;
  width: 234px;
}

nav.nav-main:after {
  content: "";
  clear: both;
  display: block;
}

nav.nav-main ul li:first-child {
  padding: 0;
}

nav.nav-main li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  padding: 0;
}

nav.nav-main ul li a {
  font-family: 'Omega-Bold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #333;
  display: block;
  line-height: 35px;
  text-transform: uppercase;
  /*padding: 0 0 0 30px;*/
}

nav.nav-main ul li a:hover, nav.nav-main ul li.active a {
  color: #c51230;
}

/* end navigation principale 1er niveau */
/* navigation principale 2├¿me niveau */
/*@media screen and (max-width:1023px){
nav.nav-main ul li:hover ul {
    display:block;
}
}*/
nav.nav-main ul li ul {
  position: absolute;
  z-index: 1000;
  left: 15px;
  min-width: 200px;
  display: none;
  text-align: left;
}

nav.nav-main ul li ul li {
  display: block;
  padding-top: 0;
}

nav.nav-main ul li ul li:first-child {
  padding-top: 13px;
}

nav.nav-main ul li ul li a {
  text-transform: none;
  display: block;
  border-top: #fff solid 1px;
  padding: 7px 15px;
  background-color: #c51230;
}

nav.nav-main ul li ul li:first-child a {
  border-top: none;
}

nav.nav-main ul li.active ul li a:hover, nav.nav-main ul li.active ul li.active a, nav.nav-main ul li:hover ul li:hover a {
  color: #d6596e;
}

/**************************************************************************/
/*                       MENU MOBILE HORIZONTAL                           */
/**************************************************************************/
@media screen and (max-width: 1023px) {
  #btn-menu {
    display: block;
  }

  nav.nav-main {
    display: none;
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  nav.nav-main ul li ul {
    text-align: right;
  }

  nav.nav-main ul li {
    display: block;
  }

  nav.nav-main ul li a {
    display: block;
    width: 100%;
    padding: 12px 0 10px 0;
    border-top: #fff solid 1px;
    text-align: center;
    font-weight: bold;
    font-family: 'Omega-Regular', Helvetica, Arial, sans-serif;
  }

  nav.nav-main ul li ul li a {
    font-weight: normal;
  }

  nav.nav-main ul li ul {
    position: static;
    z-index: 1000;
    min-width: 250px;
    display: none;
    text-align: center;
  }

  nav.nav-main ul li ul li:first-child {
    padding-top: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }

  #btn-menu {
    right: 15px;
  }
}
/**************************************************************************/
/*                        MENU MOBILE VERTICAL                            */
/**************************************************************************/
@media screen and (max-width: 1023px) {
  header {
    height: auto;
    position: relative;
    padding: 0;
  }

  header .fond {
    width: 100%;
  }

  .logo-nav-main {
    display: block;
    height: 93px;
    margin-left: 8px;
  }

  .nav-mobile-verticale header {
    position: none;
  }

  .nav-mobile-verticale header h1 {
    /*left:40px;*/
    position: absolute;
    top: 0;
    left: 0;
  }

  .nav-mobile-verticale header h1 img {
    width: 180px;
  }

  .nav-mobile-verticale header .top-nav {
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-mobile-verticale #btn-menu {
    right: inherit;
    left: 10px;
  }

  .nav-mobile-verticale nav.nav-main {
    /*display:none;*/
    width: 80%;
    max-width: 400px;
    height: auto;
    padding: 0px !important;
    background-color: #c51230;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-box-shadow: inset -3px 0px 4px 0px #a5021d;
    -webkit-box-shadow: inset -3px 0px 4px 0px #a5021d;
    -o-box-shadow: inset -3px 0px 4px 0px #a5021d;
    box-shadow: inset -3px 0px 4px 0px #a5021d;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#a5021d, Direction=180, Strength=4);
    /* NE PAS MODIFIER : Tricks pour rendre visible de 1px sur iphone (pour qu'il charge la hauteur de la nav sans saut */
    border-right: 1px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* */
  }

  .nav-mobile-verticale nav.nav-main > ul {
    /*margin:20px;*/
    font-size: 1.2em !important;
  }

  .nav-mobile-verticale nav.nav-main > ul > li {
    border-bottom: 1px solid #a5021d;
    border-top: 1px solid #d14159;
    text-transform: uppercase;
    text-indent: 20px;
    margin: 0;
  }

  .nav-mobile-verticale nav.nav-main ul li ul {
    min-width: inherit;
    display: none;
    background-color: #ffffff;
    margin: 0;
    -moz-box-shadow: inset -3px 0px 4px 0px #ddd;
    -webkit-box-shadow: inset -3px 0px 4px 0px #ddd;
    -o-box-shadow: inset -3px 0px 4px 0px #ddd;
    box-shadow: inset -3px 0px 4px 0px #ddd;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=180, Strength=4);
  }

  .nav-mobile-verticale nav.nav-main ul li {
    display: block;
    cursor: pointer;
  }

  .nav-mobile-verticale nav.nav-main ul li a {
    border: none;
    text-align: left;
    color: #ffffff;
  }

  .nav-mobile-verticale nav.nav-main ul li ul li a {
    border: none;
    padding: 5px 0 5px 0;
    text-align: left;
    background-color: transparent;
    color: #333;
  }
}
/************* Top NAV  ***********/
.top-nav {
  float: right;
}

.top-nav .lang {
  display: block;
  float: right;
  border-left: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  margin-left: 15px;
}

.top-nav .lang a {
  margin-left: 10px;
}

.top-nav-action {
  float: right;
  background: #ffffff;
  margin-left: 20px;
  height: 50px;
  padding: 5px 20px;
  margin-top: 0;
}

.top-nav-action a {
  color: #333;
  transition: 0.3s;
}

.top-nav-action a:hover, .top-nav-action a.active {
  color: #c51230;
}

.top-nav-action img {
  vertical-align: middle;
  margin-top: -3px;
}

.top-nav .header-partners {
  float: left;
  height: 45px;
  line-height: 45px;
}

.top-nav .header-partners a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.top-nav .webcam {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
}

.top-nav .meteo {
  display: block;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #e4e4e4;
  margin-left: 20px;
  height: 35px;
}

.top-nav .meteo span {
  display: inline-block;
  line-height: 16px;
  color: #333;
  height: 30px;
  padding-top: 5px;
  padding-left: 30px;
  background-image: url(../../../img/header-meteo.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 10px;
}

/**************************    END HEADER    ***************************/
/**************************    Responsive  HEADER    ***************************/
@media screen and (max-width: 1140px) {
  .top-nav .top-nav-action {
    padding: 5px 10px;
  }

  .top-nav .meteo {
    font-size: 0.8em;
    margin: 0 5px;
  }

  .top-nav .meteo span {
    margin: 0px;
  }

  .top-nav .lang {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    width: 100%;
  }

  .top-nav .meteo {
    display: none;
  }
}
@media screen and (max-width: 641px) {
  .top-nav .top-nav-action {
    display: none;
  }

  header {
    /* height:147px;*/
  }

  #btn-menu {
    top: 33px;
  }

  .nav-mobile-verticale header h1 {
    border-left: 45px solid #c51230;
    border-right: 15px solid #c51230;
  }

  header .fond {
    height: 93px;
  }

  .nav-mobile-verticale header h1 img {
    width: 90px;
  }
}
@media screen and (max-width: 420px) {
  .top-nav .header-partners {
    display: none;
  }
}
/**************************  END Responsive  HEADER    ***************************/
/**************************    FOOTER    ***************************/
footer {
  /*	width:100%;*/
}

/* footer top */
footer .footer-top .row {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  text-align: right;
  font-size: 0.8em;
  text-transform: uppercase;
}

footer .footer-top .footer-logo {
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 18px;
  margin-right: 20px;
}

footer .footer-top nav {
  float: left;
  border-right: 1px solid #ddd;
  height: 20px;
  margin-top: 30px;
  margin-right: 20px;
}

footer .footer-top nav ul li {
  display: inline-block;
  margin-right: 25px;
}

footer .footer-top nav ul li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

footer .footer-top nav ul li a {
  /*font-weight:bold;*/
  color: #333;
}

footer .footer-top nav ul li a:hover {
  color: #c51230;
}

footer .footer-top .footer-social {
  float: left;
  height: 20px;
  margin-top: 30px;
}

.ico-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../img/sprite.png);
  vertical-align: middle;
  margin-top: -6px;
}

.ico-social.ico-fb {
  background-position: -10px -83px;
}

.ico-social.ico-fb:hover {
  background-position: -149px -83px;
}

.ico-social.ico-insta {
  background-position: -318px -83px;
}

.ico-social.ico-insta:hover {
  background-position: -488px -83px;
}

.ico-social.ico-tw {
  background-position: -9px -155px;
}

.ico-social.ico-tw:hover {
  background-position: -148px -155px;
}

.footer-top .footer-partners {
  float: right;
  margin-top: 10px;
  /* 20px */
  /*line-height: 70px;*/
}

footer .footer-top .footer-partners img {
  vertical-align: middle;
  margin-left: 20px;
}

/* end footer top */
/* footer bottom */
footer .footer-bottom {
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 0.8em;
}

footer .footer-bottom .row {
  padding: 2em 0;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.footer-montagne {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .footer-bottom ul.footer-sitemap {
  float: left;
  width: 13.28%;
  margin-right: 1%;
  min-height: 230px;
  padding-left: 20px;
  border-left: #ddd solid 1px;
}

footer .footer-bottom ul.footer-sitemap:first-child {
  border-left: 0;
  padding-left: 0;
}

footer .footer-bottom ul.footer-sitemap li {
  /*  margin:0;*/
  padding: 5px 0;
  line-height: 1em;
}

footer .footer-bottom ul.footer-sitemap li a {
  color: #999;
}

footer .footer-bottom ul.footer-sitemap li a:hover {
  color: #c51230;
}

footer .footer-bottom ul.footer-sitemap li:first-child a {
  color: #333;
  text-transform: uppercase;
}

footer .footer-bottom ul.footer-sitemap ul {
  padding: 0;
  margin: 0;
}

footer .footer-bottom ul.footer-sitemap li ul li a {
  font-weight: normal;
  font-size: 0.9em;
}

footer .footer-bottom ul.footer-sitemap li ul li, footer .footer-bottom ul.footer-sitemap li ul li:first-child {
  border-left: 0;
  padding: 15px 0 0 0;
}

/* end footer bottom */
footer .footer-copyright {
  padding: 10px;
  text-align: right;
  color: #b4b3b3;
  font-size: 0.7em;
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-copyright a {
  color: #b4b3b3;
}

/* Sponsors HOME FOOTER */
.sponsors {
  background-color: #ececec;
  padding: 1.2em 0;
}

.sponsors .row {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.sponsors a.lien-sponsors {
  display: inline-block;
  width: 15%;
  background-color: #ffffff;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-right: 1.5%;
}

.sponsors a.lien-sponsors:last-child {
    margin-right: 0;
}

.sponsors a.lien-sponsors img {
  vertical-align: middle;
}

.sponsors a.btn {
  display: inline-block;
  width: 10%;
  line-height: 1.3em;
  float: right;
  margin-top: 23px;
  font-size: 0.7em;
}

.sponsors h4 {
  width: 16.5%;
  float: left;
  font-size: 1em;
}

.sponsors img {
  max-width: 95%;
}

/* end Sponsors HOME FOOTER */
@media screen and (max-width: 1279px) {
  footer .footer-top .footer-logo {
    padding: 18px 10px;
  }

  footer .footer-top nav ul li {
    margin-right: 15px;
  }

  .sponsors a.btn {
    width: 9%;
  }

  footer .footer-top .footer-partners {
    width: 30%;
  }

  footer .footer-top .footer-partners img {
    max-width: 45%;
    margin-left: 10px;
  }

  .footer-montagne {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-top .row {
    width: 100%;
    padding: 0 30px;
    font-size: 0.7em;
  }

  footer .footer-top .footer-partners {
    width: 22%;
    margin-top: 25px;
  }

  footer .footer-top .footer-partners img {
    max-width: 48%;
    margin: 0;
  }

  /* footer .footer-top .footer-logo{
     display: none;
   }*/
  footer .footer-top {
    /* height: 80px;*/
  }

  .sponsors a.btn {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-logo {
    float: none;
    position: relative;
    width: 100%;
    /*bottom: -20px;*/
    display: block;
    /* margin-left: -30px;*/
    text-align: center;
    border: none;
    padding: 10px 0;
  }

  footer .footer-bottom {
    display: none;
  }

  footer .footer-top {
    height: auto;
  }

  footer .footer-top .row {
    padding: 0;
    font-size: 0.8em;
  }

  footer .footer-top .footer-nav {
    height: auto;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
    border-right: none;
  }

  footer .footer-top nav ul li {
    display: block;
    border-bottom: solid #ddd 1px !important;
    padding: 10px 0;
    margin: 0;
  }

  footer .footer-top nav ul li a {
    display: block;
    font-size: 1.2em;
  }

  footer .footer-top nav ul li:first-child {
    border-top: solid #ddd 1px !important;
  }

  footer .footer-top .footer-social {
    float: none;
    position: relative;
    right: inherit;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    border-bottom: solid #ddd 1px !important;
    height: auto;
  }

  footer .footer-top .footer-partners {
    float: none;
    text-align: center;
    width: 100%;
  }

  footer .footer-copyright {
    text-align: center;
  }

  .sponsors h4 {
    display: none;
  }

  .sponsors a.lien-sponsors {
    width: 14.5%;
  }

  .sponsors a.btn {
    width: 15%;
    font-size: 0.8em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  .sponsors a.btn {
    display: none;
  }

  .sponsors a.lien-sponsors {
    width: 17%;
    height: 55px;
    line-height: 55px;
  }

  .sponsors a.lien-sponsors:last-child {
    margin: 0;
  }
}
/**************************    END FOOTER    ***************************/
/************************** TEASERS **************************/
aside.teasers .teaser h3 {
  margin-bottom: 5px;
}

aside.teasers .teaser {
  margin-bottom: 40px;
  font-size: 0.9em;
  line-height: 1em;
}

aside.teasers .teaser img {
  max-width: 100%;
}

aside.teasers .teaser figure {
  margin-bottom: 10px;
  position: relative;
}

aside.teasers .teaser a figure h3 {
  color: #ffffff;
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
}

@media screen and (min-width: 1023px) {
  aside.teasers {
    margin-top: 40px;
  }
}
/************************** END TEASERS **************************/
.accordion {
  margin: 10px auto 30px auto;
  text-align: left;
}

.accordion label {
  padding: 10px 10px 10px 2px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}

.accordion input:checked + label,
.accordion input:checked + label:hover {
  color: #c51230;
}

.accordion label::after, .accordion input:checked + label::after {
  content: '+';
  margin-top: -3px;
  float: right;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  color: #FFF;
  background-color: #c51230;
}

.accordion input:checked + label::after {
  content: '-';
  margin-top: -3px;
  float: right;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  color: #FFF;
  background-color: #c51230;
}

.accordion input {
  display: none;
}

.accordion article {
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid #e1e1e1;
}

.accordion article p {
  padding: 15px;
}

.accordion input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.accordion input:checked ~ article.ac-small {
  height: 140px;
}

.accordion input:checked ~ article.ac-medium {
  height: 180px;
}

.accordion input:checked ~ article.ac-large {
  height: 230px;
}

/*

@author Julien Vocat

*/
.btn,
input[type="button"],
input[type="submit"] {
  padding: 3px 1.2em;
  text-decoration: none;
  border: 0px;
  cursor: pointer !important;
  font-size: 1em;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  /* ...and now for the proper property */
  transition: .3s;
  text-transform: uppercase;
  line-height: 1.3em !important;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #c6c6c6;
  color: #333;
}
.btn:active,
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
}
.btn.small,
input[type="button"].small,
input[type="submit"].small {
  font-size: 0.8em;
  /*line-height:1em;*/
  /*padding: 0.7em 1.2em;*/
}
.btn.big,
input[type="button"].big,
input[type="submit"].big {
  font-size: 1.2em;
}
.btn + .button,
input[type="button"] + .button,
input[type="submit"] + .button {
  margin-left: 15px;
}
.btn.primary,
input[type="button"].primary,
input[type="submit"].primary {
  color: #fff;
  background: #c51230;
}
.btn.primary:hover,
input[type="button"].primary:hover,
input[type="submit"].primary:hover {
  background: #9d0e26;
}
.btn.secondary,
input[type="button"].secondary,
input[type="submit"].secondary {
  color: #959595;
  background: #f5f5f5;
}
.btn.secondary:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover {
  background: #c4c4c4;
}

/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
        HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 *         1) body (:after)
 *         2) arrow (:before)
 * 
 * Classes added:
 *         1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 *         1) hint--top
 *         2) hint--bottom
 *         3) hint--left
 *         4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 *         1) hint--error
 *         2) hint--warning
 *         3) hint--info
 *         4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 *         1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 *         1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 *         1) hint--bounce
 *
 */
.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.navigation {
  width: 100%;
  padding: 5px 0px;
  float: left;
  position: relative;
  margin-top: 10px;
}
.navigation ul li {
  float: left;
  padding-bottom: 10px;
  list-style: none outside;
  margin-left: 0;
  padding-left: 0;
}
.navigation ul li a {
  font-size: 16px;
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-right: 10px;
}
.navigation ul li ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  padding: 15px;
  background: #fff;
}
.navigation ul li ul li {
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.navigation ul li ul li a {
  float: left;
  width: 100%;
}
.navigation ul li:hover ul {
  display: block;
}
.navigation ul li:first-child a {
  border-left: 0;
  padding-left: 0;
}

/************************** NAVIGATION SECONDAIRE ENTETE COL MAIN **************************/
nav.nav-second {
  margin-bottom: 20px;
  margin-right: 110px;
}

/*nav.nav-second ul li{
	border-top:$border-color solid 1px;
	padding-top:8px;
	margin-top:8px;
}
nav.nav-second ul li ul{
	padding-left:10px;
}
nav.nav-second ul li ul li{
	font-size:0.8em;
	border-top:none;
	padding-top:10px;
	margin-top:0;
}*/
nav.nav-second {
  min-height: 23px;
}

nav.nav-second, nav.nav-second ul {
  margin: 0;
  padding: 0;
}

nav.nav-second li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}

nav.nav-second li a {
  color: #333;
  padding-right: 15px;
  border-right: 1px solid #333;
  font-size: 0.9em;
  margin-right: 10px;
  font-family: 'Omega-Bold', Helvetica, Arial, sans-serif;
}

nav.nav-second li a:hover, nav.nav-second li.active a {
  color: #c51230;
}

nav.nav-second li:last-child a {
  border: none;
}

@media screen and (max-width: 1279px) {
  nav.nav-second li a {
    padding-right: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1130px) {
  nav.nav-second li a {
    padding-right: 5px;
    font-size: 0.8em;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  nav.nav-second {
    display: none;
  }
}
/************************** END NAVIGATION SECONDAIRE ENTETE COL MAIN **************************/
/**************** FORM *************/
.form .row {
  margin-left: 0;
  margin-right: 0;
}

.form fieldset input[type="text"], .form fieldset input[type="email"], .form fieldset input[type="password"], .form fieldset textarea, .form .customSelect {
  padding: 8px 10px;
  margin: 0;
  color: #555;
  border: 1px solid #e1e1e1;
  font-size: 1em;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #ededed;
}

.form .form-line {
  border-top: #e1e1e1 solid 1px;
  padding: 10px 0;
}

.form label {
  display: inline-block;
  padding: 10px 0 10px 0;
  line-height: 1em;
}

.form.form-color .form-line:nth-child(odd) {
  background-color: #e1e1e1;
}

.form.form-color .form-line:nth-child(even) {
  background-color: #ededed;
}

.form.form-color fieldset input[type="text"], .form.form-color fieldset input[type="email"], .form.form-color fieldset input[type="password"], .form.form-color fieldset textarea, .form.form-color .customSelect {
  background-color: #fff;
}

.form .customSelect {
  padding: 7px 10px 7px 10px;
}

.form .customSelectInner {
  background: url(../../../img/customSelect-arrow.png) no-repeat center right;
  width: 100% !important;
}

.form .customSelect {
  width: 100% !important;
}

.form .form-line.form-alert {
  background-color: #eb8585 !important;
  border-top: #eb8585 solid 1px !important;
}

.form .form-line.form-alert-msg {
  border: #eb8585 dotted 1px;
  color: #E30005;
  margin: 20px 0;
  background-color: #fff !important;
}

.form .form-line.form-line-submit {
  border: 0;
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .form label {
    padding: 0 0 10px 0;
  }

  .form .col-md-1, .form .col-md-2, .form .col-md-3, .form .col-md-4, .form .col-md-5, .form .col-md-6, .form .col-md-7, .form .col-md-8, .form .col-md-9, .form .col-md-10, .form .col-md-11, .form .col-md-12 {
    border-bottom: 0;
  }
}
/**************** END FORM *************/
ul.pagination.pagination-one {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
ul.pagination.pagination-one li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination.pagination-one li a {
  color: #888;
  font-size: 1em;
  display: block;
  padding: 6px 8px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}
ul.pagination.pagination-one li a:hover {
  background: #e1e1e1;
}
ul.pagination.pagination-one li.active a {
  color: #fff;
  background: #c51230;
}
ul.pagination.pagination-one.style-2 li {
  display: inline-table;
  padding: 0;
  margin: 0;
  margin-right: -4px;
}
ul.pagination.pagination-one.style-2 li a {
  float: left;
  color: #888;
  font-size: 1em;
  display: block;
  padding: 6px 9px;
  border: 1px solid #e1e1e1;
  border-left: 0px;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}
ul.pagination.pagination-one.style-2 li a:hover {
  background: #e1e1e1;
}
ul.pagination.pagination-one.style-2 li:first-child a {
  border-left: 1px solid #e1e1e1;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
ul.pagination.pagination-one.style-2 li:last-child a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
ul.pagination.pagination-one.style-2 li.active a {
  color: #fff;
  background: #c51230;
}

ul.pagination.pagination-two {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
ul.pagination.pagination-two li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination.pagination-two li a {
  color: #888;
  font-size: 0.8em;
  display: block;
  padding: 7px 12px;
  margin: 0;
  border: 1px solid #e1e1e1;
}
ul.pagination.pagination-two li a:hover {
  background: #e1e1e1;
}
ul.pagination.pagination-two li.active a {
  color: #fff;
  background: #c51230;
}
ul.pagination.pagination-two.style-2 li {
  display: inline-table;
  padding: 0;
  margin: 0;
  margin-right: -4px;
}
ul.pagination.pagination-two.style-2 li a {
  float: left;
  color: #888;
  font-size: 1em;
  display: block;
  padding: 6px 9px;
  border: 1px solid #e1e1e1;
  border-left: 0px;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}
ul.pagination.pagination-two.style-2 li a:hover {
  background: #e1e1e1;
}
ul.pagination.pagination-two.style-2 li:first-child a {
  border-left: 1px solid #e1e1e1;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
ul.pagination.pagination-two.style-2 li:last-child a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
ul.pagination.pagination-two.style-2 li.active a {
  color: #fff;
  background: #c51230;
}

/************************** TABLE **************************/
/* table 1 */
/************************** END TABLE **************************/
/* default */
.content-main table {
  width: 100%;
  border-right: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
  font-size: 0.9em;
}

.content-main table thead tr {
  font-weight: bold;
  background-color: transparent !important;
}

.content-main table th {
  padding: 5px 10px;
  /*border-top: solid #e1e1e1 1px;
  border-left: solid #e1e1e1 1px;*/
  background-color: #c51230;
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}

.content-main table td {
  padding: 12px 10px;
  border-top: solid #e1e1e1 1px;
  border-left: solid #e1e1e1 1px;
}

/* table 1 */
.content-main table.table-un tr.odd {
  background-color: #ffffff;
}

.content-main table.table-un tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.content-main table.table-un tr:nth-child(even) {
  background-color: #ffffff;
}

.content-main table.table-un td {
  text-align: center;
  width: 7%;
}

.content-main table.table-un th.name {
  text-align: left;
}

.content-main table.table-un td.name {
  text-align: left;
  width: 30%;
  font-family: 'Omega-Bold', Helvetica, Arial, sans-serif;
}

.content-main table.table-un td.name img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

/* table 2 */
.content-main table.table-deux {
  border-right: 0;
  border-bottom: 0;
}

.content-main table.table-un td table.table-deux th {
  background-color: #ffffff;
  color: #c51230;
  border-top: solid #e1e1e1 1px;
  border-left: solid #e1e1e1 1px;
  padding: 15px 2px;
  font-family: 'Omega-Bold', Helvetica, Arial, sans-serif;
  /* width: auto;*/
}

.content-main table.table-un td table.table-deux th:first-child {
  border-left: none;
}

.content-main table.table-un td table.table-deux td {
  width: 5%;
  padding: 10px 2px;
  text-align: center;
  font-size: 0.9em;
  line-height: 22px;
}

.content-main table.table-un td table.table-deux td:first-child {
  border-left: none;
}

.content-main table.table-un td table.table-deux tr:nth-child(odd) {
  background-color: #ffffff;
}

.content-main table.table-un td table.table-deux tr:nth-child(even) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 1100px) {
  .content-main table {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1023px) {
  .content-main table td, .content-main table th {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .content-main table {
    font-size: 0.7em;
  }

  .content-main table.table-un td.name {
    line-height: 1em;
  }

  .content-main table.table-un td.name img {
    width: 15px;
  }

  .content-main table td, .content-main table th {
    padding: 2px;
  }

  .content-main table.table-deux {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  .content-main table {
    font-size: 0.6em;
  }

  .content-main table th {
    font-size: 1em;
  }

  .content-main table td, .content-main table th {
    padding: 5px 0;
  }

  .content-main table.table-deux {
    font-size: 0.8em;
  }

  .content-main table.table-deux th {
    font-size: 0.8em;
  }

  .content-main table.table-un td table.table-deux td {
    width: 5%;
    padding: 5px 0px;
  }
}
/************************** SHARE IT **************************/
.shareit-top {
  position: absolute;
  top: 0;
  right: 0;
}

.shareit-top {
  position: static;
  top: 0;
  right: 0;
  float: right;
}

.shareit-top a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 0;
}

.shareit-top a:first-child {
  margin-left: 0;
}

.shareit-top a.tool-facebook {
  background: url(../../../img/sprite.png) 0 -584px no-repeat transparent;
}

.shareit-top a.tool-twitter {
  background: url(../../../img/sprite.png) -26px -584px no-repeat transparent;
}

.shareit-top a.tool-google {
  background: url(../../../img/sprite.png) -52px -584px no-repeat transparent;
}

.shareit-top a.tool-rss {
  background: url(../../../img/sprite.png) -78px -584px no-repeat transparent;
}

.shareit-top a.tool-print {
  background: url(../../../img/sprite.png) -153px -584px no-repeat transparent;
}

.shareit-top a.tool-facebook:hover {
  background: url(../../../img/sprite.png) 0 -624px no-repeat transparent;
}

.shareit-top a.tool-twitter:hover {
  background: url(../../../img/sprite.png) -26px -624px no-repeat transparent;
}

.shareit-top a.tool-google:hover {
  background: url(../../../img/sprite.png) -52px -624px no-repeat transparent;
}

.shareit-top a.tool-rss:hover {
  background: url(../../../img/sprite.png) -78px -624px no-repeat transparent;
}

.shareit-top a.tool-print:hover {
  background: url(../../../img/sprite.png) -153px -624px no-repeat transparent;
}

@media screen and (max-width: 768px) {
  .shareit-top {
    display: none;
  }
}
/************************** END SHARE IT **************************/
/************************** ADD CONTENT **************************/
.add-content {
  margin: 40px 0;
}

.add-content h3 {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: #dadada solid 1px;
  color: #888888;
  text-transform: uppercase;
  font-size: 1.1em;
}

.add-content.add-links ul {
  list-style: none outside;
  margin-left: 0;
  padding: 0 0 0 0;
}

.add-content.add-links ul li {
  padding-right: 10px;
  padding-left: 0;
  display: inline-block;
}

.add-content.add-links ul {
  list-style: none outside;
  margin-left: 0;
}

.add-content.add-links ul li {
  padding-right: 30px;
  display: inline-block;
}

.add-content.add-gallery {
  margin: 40px 0 20px 0;
}

.add-content.add-gallery ul {
  list-style: none outside;
  margin-left: 0;
  padding: 0 20px;
}

.add-content.add-gallery ul li {
  padding: 15px;
  display: block;
  float: left;
  margin: 0;
  width: 25%;
  position: relative;
}

.add-content.add-gallery ul li .ico-video {
  position: absolute;
  left: 36%;
  top: 24%;
}

.add-content.add-news article {
  padding: 0 30px;
  padding-top: 10px;
}

.add-content.add-news article figure {
  float: left;
  margin-right: 15px;
  width: 23%;
}

.add-content.add-news article h4 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .add-content.add-gallery ul li .ico-video {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .add-content.add-gallery ul li {
    width: 33%;
  }
}
/************************** END ADD CONTENT **************************/
/************************** SLIDER **************************/
.content .img-main {
  margin-bottom: 30px;
  position: relative;
  /*overflow:hidden;*/
}

.content .img-main .img-caption {
  color: #fff;
  background: url(../../../img/bg-alpha-black.png) repeat transparent;
  width: 100%;
  padding: 10px;
  bottom: 0;
  top: auto;
  font-size: 0.9em;
}

/* Galerie photo slider */
#slider-photo-gallery {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#slider-photo-gallery.rsDefault .rsBullets {
  left: auto;
  right: 20px;
  bottom: auto;
  background: transparent;
  line-height: 2em;
  text-align: right;
}

#slider-photo-gallery.rsDefault .rsBullets .rsBullet {
  padding: 16px 9px 6px;
  cursor: pointer;
}

#slider-photo-gallery.rsDefault .rsGCaption {
  padding: 10px;
  font-size: 0.9em;
  border-radius: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  color: #fff;
}

#slider-photo-gallery .rsABlock {
  color: #fff;
  background: url(../../../img/bg-alpha-black.png) repeat transparent;
  width: 100%;
  padding: 10px;
  bottom: 0;
  top: auto;
  font-size: 0.9em;
}

/* End Galerie photo */
/* Galerie photo slider avec thumbnails */
#gallery-3 {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#gallery-3.rsDefault .rsBullets {
  left: auto;
  right: 20px;
  bottom: auto;
  background: transparent;
  line-height: 2em;
  text-align: right;
}

#gallery-3.rsDefault .rsBullets .rsBullet {
  padding: 16px 9px 6px;
  cursor: pointer;
}

#gallery-3.rsDefault .rsGCaption {
  padding: 10px;
  font-size: 0.9em;
  border-radius: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  color: #fff;
}

#gallery-3 .rsABlock {
  color: #fff;
  background: url(../../../img/bg-alpha-black.png) repeat transparent;
  width: 100%;
  padding: 10px;
  bottom: 0;
  top: auto;
  font-size: 0.9em;
}

#gallery-3.rsDefault .rsThumb.rsNavSelected {
  background: white;
}

#gallery-3.rsDefault .rsThumb.rsNavSelected {
  background: white;
}

/* End Galerie photo avec thumbnails */
/* Slider page simple  */
#slider-page-simple {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#slider-page-simple.rsDefault .rsBullets {
  left: 0;
  bottom: 10px;
  background: transparent;
  line-height: 2em;
  text-align: center;
  width: 100%;
}

#slider-page-simple.rsDefault .rsBullets .rsBullet {
  padding: 16px 9px 6px;
  cursor: pointer;
}

/* #slider-page-simplersDefault .rsFullscreenBtn{
display:none;
}*/
#slider-page-simple.rsDefault .rsGCaption {
  padding: 10px;
  font-size: 0.9em;
  border-radius: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  color: #fff;
}

#slider-page-simple .rsABlock {
  color: #fff;
  background: url(../../../img/bg-alpha-black.png) repeat transparent;
  width: 100%;
  padding: 10px;
  bottom: 0;
  top: auto;
  font-size: 0.9em;
}

#slider-page-simple.rsDefault .rsFullscreenBtn {
  z-index: 36;
}

@media screen and (max-width: 767px) {
  #slider-page-simple.rsDefault .rsFullscreenBtn {
    display: none;
  }
}
/* End Slider page simple */
/* Slider Home  */
#slider-home {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#slider-home.rsDefault .rsBullets {
  left: 10px;
  right: auto;
  bottom: auto;
  background: transparent;
  line-height: 2em;
  text-align: left;
}

#slider-homersDefault .rsBullets .rsBullet {
  padding: 16px 9px 6px;
  cursor: pointer;
}

#slider-home.rsDefault .rsGCaption {
  padding: 10px;
  font-size: 0.9em;
  border-radius: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  color: #fff;
}

#slider-home .rsABlock {
  color: #fff;
  background: url(../../../img/bg-alpha-black.png) repeat transparent;
  width: 100%;
  padding: 10px;
  bottom: 0;
  top: auto;
  font-size: 0.9em;
}

#slider-home.rsDefault .rsFullscreenBtn {
  z-index: 36;
}

@media screen and (max-width: 767px) {
  #slider-home.rsDefault .rsFullscreenBtn {
    display: none;
  }
}
/* End Slider Home  */
/************************** END SLIDER **************************/
/************************** VIDEO ROYAL SLIDER **************************/
.videoGallery .rsThumb.rsNavSelected {
  background-color: #c51230 !important;
  border-bottom: -color #02874A;
}

.videoGallery .rsThumb.rsNavSelected {
  border-bottom: -color #02874A;
}

#video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}

.videoGallery .rsThumbs .rsThumb {
  width: 236px !important;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
  margin: 0 !important;
}

.videoGallery .rsThumbs {
  width: 236px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.videoGallery .rsThumb:hover {
  background: #000;
}

.videoGallery .sampleBlock {
  left: 3%;
  top: 1%;
  width: 100% !important;
  max-width: 400px;
}

#video-gallery h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: #fff !important;
}

#video-gallery ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

#video-gallery ul li {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

#video-gallery .rsNavItem span {
  background: url(../../img/item.png) 50% 50% no-repeat;
  width: 100%;
  height: auto;
}

#videoGallery .rsTmb {
  padding: 20px;
  text-align: left;
}

#videoGallery .royalSlider .rsNav {
  display: block !important;
}

.rsDefault .rsVideoFrameHolder {
  background: #fff !important;
  color: white;
}

.content-main #video-gallery.royalSlider .rsNav {
  position: absolute;
  z-index: 8888;
  top: 0 !important;
  right: 0 !important;
  text-align: left;
}

body.documentation .content-main #video-gallery h2 {
  border-bottom: none;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px !important;
  }

  .videoGallery .rsTmb h2 {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px !important;
    padding: 0 !important;
  }

  .videoGallery .rsThumbs .rsThumb {
    width: 100px !important;
    height: 47px !important;
  }

  .videoGallery .rsTmb span {
    display: none !important;
  }

  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }

  .sampleBlock {
    font-size: 14px !important;
  }
}
/************************** END VIDEO ROYAL SLIDER  **************************/
.breadcrumb {
  width: 100%;
  color: #555;
  margin-bottom: 15px;
  font-size: 0.8em;
  max-width: 70%;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #d6596e;
}
.breadcrumb.style-2 {
  padding: 10px 10px;
  border: 1px solid #ddd;
  background: #eee;
  color: #aaa;
}
.breadcrumb.style-2 a {
  color: #d6596e;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
/************************** GOOGLE MAP **************************/
#map-canvas {
  height: 467px;
  font-size: 10em !important;
  margin-bottom: 25px;
}

#map-canvas img {
  max-width: 1000px;
  width: auto;
}

#map-canvas h3 {
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#map-canvas .gm-style-iw {
  width: 170px;
  overflow: hidden;
}

#map-canvas .gm-style-iw div {
  overflow: hidden !important;
}

#map-canvas .gm-style-iw p {
  line-height: 1.2em;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
}

#map-canvas .gm-style-iw p a {
  color: #333;
}

@media screen and (max-width: 479px) {
  #map-canvas {
    height: 180px;
  }
}
/************************** GOOGLE MAP **************************/
/************************** INDEX LIST**************************/
/* index 1 */
body.index-un .content-main article {
  border-bottom: #dadada solid 1px;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}

body.index-un .content-main article div.txt {
  overflow: hidden;
}

body.index-un .content-main article p {
  text-align: left;
  margin-bottom: 0;
}

body.index-un .content-main article figure {
  float: left;
  margin-right: 20px;
  width: 200px;
}

body.index-un .content-main article.first figure {
  float: left;
  margin-right: 20px;
  width: 300px;
}

body.index-un .content-main article h2 {
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  body.index-un .content-main article.first figure {
    width: 200px;
  }
}
@media screen and (max-width: 479px) {
  body.index-un .content-main article.first figure, body.index-un .content-main article figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
/************************** END INDEX LIST **************************/
/************************** INDEX 1 SHORTLIST **************************/
body.index-shortlist .content-main article {
  border-bottom: #dadada dotted 2px;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

body.index-shortlist .content-main article h2 {
  text-transform: none;
  font-size: 1em;
  float: left;
  margin: 0;
  font-weight: bold;
  width: 70%;
  padding-top: 2px;
}

body.index-shortlist .content-main article h2 a {
  color: #333;
}

body.index-shortlist .content-main article h2 a:hover {
  color: #d6596e;
}

body.index-shortlist .content-main article span.date {
  float: left;
  width: 18%;
  font-size: 1em;
  color: #c51230;
}

body.index-shortlist .content-main article .btn.small.shortlist-more {
  float: right;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

body.index-shortlist .content-main article h2 {
  text-transform: none;
}

@media screen and (max-width: 479px) {
  body.index-shortlist .content-main article h2 {
    float: none;
    width: 100%;
  }

  body.index-shortlist .content-main article span.date {
    float: none;
    width: 100%;
  }

  body.index-shortlist .content-main article .btn.small.shortlist-more {
    display: none;
  }
}
/************************** END INDEX 1 SHORTLIST **************************/
/************************** INDEX MOSAIC**************************/
body.index-mosaic .content-main article {
  border: 1px solid #eee;
  min-height: 120px;
  line-height: 120px;
  text-align: center;
}

body.index-mosaic .content-main article p {
  text-align: left;
  margin-bottom: 0;
}

body.index-mosaic .content-main article figure img {
  vertical-align: middle;
}

body.index-mosaic .content-main .date {
  font-size: 0.9em;
}

body.index-mosaic .content-main article h2 {
  text-transform: none;
  font-size: 1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 641px) {
  body.index-mosaic .content-main article {
    width: 50%;
    float: left;
  }
}
/************************** END INDEX MOSAIC **************************/
/************************** INDEX CASCADING **************************/
body.index-cascading .content-main .date {
  font-size: 0.9em;
}

body.index-cascading .content-main article h2 {
  text-transform: none;
  font-size: 1em;
  margin-bottom: 0;
  margin-bottom: 10px;
}

body.index-cascading .content-main article p {
  margin-bottom: 0;
}

.cascading-wrapper {
  margin: 0 -10px;
}

.cascading-item {
  width: 25%;
}

.cascading-item article {
  margin: 0 10px 20px 10px;
}

.cascading-item article .cascading-txt {
  padding: 10px;
  background: #e1e1e1;
}

.cascading-item article figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cascading-item {
    width: 33.333333333333%;
  }

  body.index-mosaic .content-main article h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .cascading-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .cascading-item {
    width: 100%;
  }
}
/************************** END INDEX CASCADING **************************/
/************************** NEWS DETAIL **************************/
body.news.news-detail .content-main h2 {
  text-transform: none;
}

body.news.news-detail .content-main .btn-back {
  position: absolute;
  right: 0;
  top: 2.1em;
}

body.news.news-detail .toolstip-top {
  top: -6px;
}

body.news.news-detail aside.teasers {
  margin-top: 85px;
}

/************************** END NEWS DETAIL **************************/
/*

.news, .detail_news {
	article {
		clear: both;
		border-top: solid 1px #eaeaea;
		padding: 30px 0;
		position: relative;
		&:first-child {
			border-top: 0;
		}
		&:last-child {
			padding-bottom: 0;
		}
		.share {
			position: absolute;
			top: 15px;
			right: 0;
			width: 60px;
		}
	}
	h1 {
		margin-top: 0;
	}
}

.news {
	figure {
		max-width: 40%;
		margin-right: 2%;
	}
	p {
		margin: 0;
	}
	.button {
		margin-top: 15px;
	}
	.news-extrait {
		float: left;
		max-width: 58%;
	}
	article:first-child {
		padding: 0 0 15px;
		figure, .news-extrait {
			float: none;
			max-width: 100%;
		}
		figure {
			margin-bottom: 20px;
		}
	}
}

.detail_news {
	article {
		padding: 0;
	}
	* {
		line-height: 1.5em;
	}
}

figure {
	position: relative;
	float: left;
	figcaption {
		position: absolute;
		width: 100%;
		background: rgba(255,255,255,.75);
		bottom: 0;
		left: 0;
		padding: .2em 1em;
		font-weight: bold;
		&.black {
			background: rgba(0,0,0,.75);
			color: #FFF;
		}
	}
}

*/
/**************************    PHOTO DETAIL    ***************************/
body.photos.photos-detail .content .add-content.add-gallery {
  margin: 5px 0 20px 0;
}

body.photos.photos-detail .content .add-content.add-gallery ul li a:hover, body.photos.photos-detail .content .add-content.add-gallery ul li a.visited {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

body.photos.photos-detail .add-content.add-gallery ul {
  list-style: none outside;
  margin-left: -10px;
  padding: 0;
  margin-right: -10px;
}

body.photos.photos-detail .add-content.add-gallery ul li {
  padding: 10px;
}

body.photos.photos-detail .add-content.add-gallery ul li a {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  body.photos.photos-detail .add-content.add-gallery ul li {
    padding: 5px;
  }
}
/* Liste mosaic */
body.photos.index-mosaic .content-main article {
  border: none;
  margin-bottom: 20px;
  transition: 0.3s;
  min-height: inherit;
}

body.photos.index-mosaic .content-main article:hover {
  opacity: 0.7;
}

body.photos.index-mosaic .content-main article figure {
  position: relative;
}

body.photos.index-mosaic .content-main article img {
  /*min-height: 110px;*/
  display: block;
}

body.photos.index-mosaic .content-main article h2 {
  /*background-color: $color-links;*/
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

body.photos.index-mosaic .content-main article h2 a {
  color: #ffffff;
}

/**************************    END PHOTO DETAIL    ***************************/
body.index-mosaic.sponsors .content-main article h2 {
  text-transform: none;
  font-size: 1em;
  text-align: center;
}

body.index-mosaic.sponsors .content-main article img {
  border: #e1e1e1 solid 1px;
}

/* 	SITE MAP ORGANIGRAMME > 1024 */
@media screen and (min-width: 1024px) {
  /* ------------------------------------------------------------
  	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
  	of columns required in your site map. The default is 
  	4 columns (25%). 5 columns would be 20%, 6 columns would 
  	be 16.6%, etc. 
  ------------------------------------------------------------ */
  #primaryNav li {
    width: 25%;
  }

  #primaryNav li ul li {
    width: 100% !important;
  }

  #primaryNav.col1 li {
    width: 99.9%;
  }

  #primaryNav.col2 li {
    width: 50.0%;
  }

  #primaryNav.col3 li {
    width: 33.3%;
  }

  #primaryNav.col4 li {
    width: 25.0%;
  }

  #primaryNav.col5 li {
    width: 20.0%;
  }

  #primaryNav.col6 li {
    width: 16.6%;
  }

  #primaryNav.col7 li {
    width: 14.2%;
  }

  #primaryNav.col8 li {
    width: 12.5%;
  }

  #primaryNav.col9 li {
    width: 11.1%;
  }

  #primaryNav.col10 li {
    width: 10.0%;
  }

  /* ------------------------------------------------------------
  	Site Map Styles
  ------------------------------------------------------------ */
  /* --------	Top Level --------- */
  #primaryNav {
    margin: 0;
    float: left;
    width: 100%;
  }

  #primaryNav #home {
    display: block;
    float: none;
    background: #ffffff url("../../../img/L1-left.png") center bottom no-repeat;
    position: relative;
    z-index: 2;
    padding: 0 0 30px 0;
  }

  #primaryNav li {
    float: left;
    background: url("../../../img/L1-center.png") center top no-repeat;
    padding: 30px 0;
    margin-top: -30px;
    list-style: outside none;
  }

  #primaryNav li a {
    margin: 0 20px 0 0;
    padding: 10px 0;
    display: block;
    font-weight: normal;
    text-align: center;
    color: black;
    background: #c3eafb url("../../../img/white-highlight.png") top left repeat-x;
    border: 1px solid #b5d9ea;
    -moz-border-radius: 2px / 2px;
    -webkit-border-radius: 2px 2px;
    border-radius: 2px / 2px;
  }

  #primaryNav li a:hover {
    background-color: #e2f4fd;
    border-color: #97bdcf;
  }

  #primaryNav li:last-child {
    background: url("../../../img/L1-right.png") center top no-repeat;
  }

  #primaryNav li a:link:before,
  #primaryNav li a:visited:before {
    color: #78a9c0;
  }

  /* --------	Second Level --------- */
  #primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url("../../../img/vertical-line.png") center bottom repeat-y;
  }

  #primaryNav li li a {
    background-color: #cee3ac;
    border-color: #b8da83;
  }

  #primaryNav li li a:hover {
    border-color: #94b75f;
    background-color: #e7f1d7;
  }

  #primaryNav li li:first-child {
    padding-top: 30px;
  }

  #primaryNav li li:last-child {
    background: url("../../../img/vertical-line.png") center bottom repeat-y;
  }

  #primaryNav li li a:link:before,
  #primaryNav li li a:visited:before {
    color: #8faf5c;
  }

  /* --------	Third Level --------- */
  #primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url("../../../img/L3-ul-top.png") center top no-repeat;
  }

  #primaryNav li li li {
    background: url("../../../img/L3-center.png") left center no-repeat;
    padding: 5px 0;
  }

  #primaryNav li li li a {
    background-color: #ffd2aa;
    border-color: #e3ca4b;
    padding: 5px 0;
    width: 80%;
    float: right;
  }

  #primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
  }

  #primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url("../../../img/L3-li-top.png") left center no-repeat;
  }

  #primaryNav li li li:last-child {
    background: url("../../../img/L3-bottom.png") left center no-repeat;
  }

  #primaryNav li li li a:link:before,
  #primaryNav li li li a:visited:before {
    color: #ccae14;
  }

  /* ------------------------------------------------------------
  	Utility Navigation
  ------------------------------------------------------------ */
  #utilityNav {
    float: right;
    max-width: 50%;
    margin-right: 10px;
  }

  #utilityNav li {
    float: left;
    margin-bottom: 10px;
    list-style: outside none;
  }

  #utilityNav li a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 1px solid #e3ca4b;
    text-align: center;
    color: black;
    background: #fff7aa url("../../../img/white-highlight.png") top left repeat-x;
    -moz-border-radius: 2px / 2px;
    -webkit-border-radius: 2px 2px;
    border-radius: 2px / 2px;
  }

  #utilityNav li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
  }

  #utilityNav li a:link:before,
  #utilityNav li a:visited:before {
    color: #ccae14;
    margin-bottom: 3px;
  }
}
/* 	END SITE MAP ORGANIGRAMME >1024 */
@media screen and (max-width: 1023px) {
  .content-main .sitemap .content-main .sitemap ul, .content-main .sitemap li, .content-main .sitemap ol {
    list-style: none outside;
  }

  .content-main .sitemap ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .content-main .sitemap ul li {
    border-bottom: #c51230 solid 1px;
    color: #c51230;
    padding-bottom: 12px;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .content-main .sitemap ul li ul li {
    border-bottom: #e1e1e1 solid 1px;
    color: #333;
    padding-bottom: 13px;
    padding-top: 13px;
    margin-left: 20px;
    margin-bottom: 0;
  }

  .content-main .sitemap ul li ul li a {
    color: #333;
  }

  .content-main .sitemap ul li ul li a:hover {
    color: #d6596e;
  }

  .content-main .sitemap #utilityNav {
    margin-bottom: 40px;
  }

  /* 	END SITE MAP LIST <1024PX */
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-1 {
  width: 8.33333333%;
}

.col-md-2 {
  width: 16.66666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33333333%;
}

.col-md-5 {
  width: 41.66666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.33333333%;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.33333333%;
}

.col-md-11 {
  width: 91.66666667%;
}

.col-md-12 {
  width: 100%;
}

@media screen and (max-width: 641px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: none;
    width: 100%;
    min-height: 0;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    border-bottom: solid 1px #FFF;
  }
}
.addthis-tool-mobile {
  display: none;
}

.addthis-tool {
  width: 100%;
  padding: 18px 0 0 0;
}

.addthis-tool-mobile {
  width: 100%;
  padding: 8px 0 0 0;
}

.addthis-tool-mobile .addthis_toolbox {
  margin: 0 auto;
  width: 118px;
}

@media screen and (max-width: 768px) {
  .addthis-tool {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 479px) {
  .addthis-tool {
    display: none;
  }

  .addthis-tool-mobile {
    display: block;
  }
}
/* BOUTIQUE */
.boutique-index-txt {
  overflow: hidden;
}

.boutique-index figure {
  width: 35%;
}

.boutique-index figure img {
  margin: 0 auto;
}

.content-main .boutique-index-prix {
  font-weight: bold;
  margin-top: 20px;
}

.content-main .boutique-index-prix span {
  color: #333;
  font-weight: normal;
}

.boutique-index form {
  margin-top: 6px;
}

.boutique-index .form input[type="submit"] {
  padding: 0;
  height: 34px;
  width: 34px;
  display: block;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  background-image: url(/img/ico-caddie-in.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.boutique-index .row {
  margin-left: -15px;
  margin-right: -15px;
}

.boutique-index .form .form-line {
  border-top: #e1e1e1 dotted 1px;
  margin: 15px 0 0 0;
}

.boutique-index .col-md-6 {
  padding-left: 0;
}

ul.boutique-index-menu {
  list-style: none outside;
  padding: 0;
  margin: 0 0 10px 0;
}

ul.boutique-index-menu li {
  list-style: none outside;
  padding: 0;
  margin: 0;
  display: inline-block;
}

ul.boutique-index-menu li a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  border-left: #c51230 solid 1px;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 1em;
  text-transform: uppercase;
}

ul.boutique-index-menu li:first-child a {
  font-weight: bold;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.boutique-caddie td a {
  color: #333;
}

.boutique-caddie td a:hover {
  color: #d6596e;
}

.form table.boutique-caddie fieldset input[type="text"] {
  background-color: #fff;
}

.form table.boutique-caddie {
  table-layout: fixed;
}

table.boutique-caddie tr th:first-child {
  width: 40%;
}

.form table.boutique-caddie .customSelect {
  background-color: #FFF;
}

a.boutique-caddie-retirer.btn.primary {
  height: 34px;
  width: 34px;
  display: block;
  background: url(/img/ico-caddie-out.png) no-repeat 50% 50% #c51230 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
}

.boutique-caddie-actions {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.boutique-caddie-actions .btn {
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}

.boutique-caddie-actions .btn.grey {
  background-color: #999;
}

.boutique-caddie-actions .btn.grey:hover {
  background-color: #777;
}

td.boutique-caddie-total {
  border-top: #999 solid 1px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .boutique-index .col-md-1, .boutique-index .col-md-2, .boutique-index .col-md-3, .boutique-index .col-md-4, .boutique-index .col-md-5, .boutique-index .col-md-6, .boutique-index .col-md-7, .boutique-index .col-md-8, .boutique-index .col-md-9, .boutique-index .col-md-10, .boutique-index v.col-md-11, .boutique-index .col-md-12 {
    float: none;
    width: 100%;
    min-height: 0;
  }

  .boutique-index .col-md-3 {
    width: 40%;
  }

  .boutique-index .form label {
    padding: 10px 0 10px 0;
  }

  table.boutique-caddie tr th:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  table.boutique-caddie.table-un {
    font-size: 0.75em;
  }

  table.boutique-caddie.table-un td, table.boutique-caddie.table-un th {
    padding: 0.6em 0.3em;
  }

  table.boutique-caddie.table-un td.display-mobile, table.boutique-caddie.table-un th.display-mobile {
    display: none;
  }

  .boutique-caddie-actions .btn {
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin: 10px 10px 0 10px;
    width: 200px;
  }
}
/* END BOUTIQUE */
.mejs-container.mejs-audio {
  width: 100% !important;
  max-width: 280px !important;
  background: white !important;
}

.mejs-container.mejs-audio .mejs-controls {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}

.comments {
  background-color: #ECECEC;
  padding: 20px;
}

.comments p {
  line-height: 1.2em;
}

.comments ul {
  list-style: none outside;
  padding: 0;
  margin: 0 0 20px 0;
}

.comments ul li {
  list-style: none outside;
  padding: 0;
  margin: 0;
  display: block;
  color: #333;
  margin: 0 0 1px 0;
  background-color: #FFF;
  padding: 20px;
}

.comments ul li.comments-level-two {
  padding-left: 70px;
}

.comments ul li.comments-level-three {
  padding-left: 140px;
}

.comments ul li.comments-level-four {
  padding-left: 210px;
}

.comments h3 {
  font-size: 1.2em;
}

.comments figure {
  max-width: 70px;
  float: left;
  margin-right: 20px;
}

.comments article {
  overflow: hidden;
}

.comments-author {
  float: left;
  margin-right: 10px;
  color: #377BB8;
  font-weight: bold;
}

.comments-date {
  float: left;
  color: #377BB8;
}

.comments-header {
  margin-bottom: 10px;
}

.comments-footer .comments-footer-left {
  float: left;
}

.comments-footer .comments-footer-right {
  float: right;
  margin-left: 20px;
}

.comments .btn.small {
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.3em 1em;
  font-weight: bold;
}

.comments .comments-level-four p {
  margin-bottom: 0 !important;
}

.comments p.comments-warning {
  /*font-size:0.8em !important;*/
}

.comments .comments-oubli a {
  font-size: 0.8em;
  display: block;
  padding-top: 2px;
}

.comments .form.form-color .form-line:nth-child(even) {
  background-color: #E1E1E1;
  border-top: solid 1px #ECECEC;
}

@media screen and (max-width: 768px) {
  .comments ul li.comments-level-two {
    padding-left: 30px;
  }

  .comments ul li.comments-level-three {
    padding-left: 60px;
  }

  .comments ul li.comments-level-four {
    padding-left: 90px;
  }

  .comments p {
    text-align: left !important;
  }

  .comments-author {
    margin-bottom: 5px;
  }

  .comments .comments-oubli.text-align-left {
    text-align: center;
    padding-bottom: 8px;
  }
}
.fi-12 {
  font-size: 12px;
}

.fi-16 {
  font-size: 16px;
}

.fi-24 {
  font-size: 24px;
}

.fi-32 {
  font-size: 32px;
}

.fi-64 {
  font-size: 64px;
}

.fi-128 {
  font-size: 128px;
}

.fi-256 {
  font-size: 256px;
}

/************************** FAQ **************************/
body.faq .content-main h2 {
  font-size: 1.2em;
  cursor: pointer;
}

body.faq .content-main h2:hover {
  color: #d6596e;
}

body.faq .content-main .toogled {
  display: none;
}

body.index-un.faq .content-main article {
  border-bottom: #DADADA dotted 1px;
  padding: 0 0 0 0;
  margin-bottom: 15px;
}

body.index-un.faq .content-main article p {
  margin-bottom: 15px;
}

/*@import "framework/navigation_header_mobile";*/
