@charset "UTF-8";
/* ------------------------- */
/* Tag et variables globales */
/* ------------------------- */
/* ----------------------------------------- */
/* ---------  Configuration du site  ------- */
/* ----------------------------------------- */
/* ---------------------- */
/* Varibales principales */
/* ---------------------- */
/* ---------------------- */
/* Onglets jquery-ui.scss */
/* ---------------------- */
/* Etat par défaut */
/* Etat survolé */
/* Etat actif */
/* Zone conteneur */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Marcellus+SC);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300|Raleway:700&display=swap");
html {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #21333F;
  height: 100%; }

a {
  text-decoration: none; }
a:hover {
  text-decoration: none; }

h1, h2, h3, h4 {
  color: #154F85;
  font-family: "Advent Pro", sans-serif;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
  letter-spacing: 0px;
  font-weight: normal; }

h1, h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

form {
  padding: 0px;
  margin: 0px; }

img, object, embed, canvas, video, audio, picture {
  max-width: 100%;
  height: auto; }

.nav-main-trigger {
  position: fixed;
  right: 0px;
  top: 0px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 100; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main-trigger {
    display: none; } }
@media only screen and (min-width: 1400px) {
  .nav-main-trigger {
    display: none; } }
.nav-main-trigger > span {
  background: url("gfx/icone-menu-mobile.png") no-repeat 0px 14px;
  display: block;
  height: 66px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  width: 40px;
  position: fixed;
  right: 20px; }

.nav-main-trigger.active {
  background-color: #077f36; }

.nav-main {
  transition: all 0.3s ease 0s;
  font-family: "Advent Pro", sans-serif;
  font-weight: normal;
  z-index: 11;
  clear: both; }
@media only screen and (max-width: 1200px) {
  .nav-main {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-top: 55px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main {
    font-size: 13px;
    margin-bottom: 1px;
    margin: auto;
    width: 500px;
    position: absolute;
    top: 40%;
    left: 0;
    height: 0%;
    right: 0;
    bottom: 0; } }
@media only screen and (min-width: 1400px) {
  .nav-main {
    font-size: 13px;
    margin-bottom: 1px;
    margin: auto;
    width: 500px;
    position: absolute;
    top: 40%;
    left: 0;
    height: 0%;
    right: 0;
    bottom: 0; } }
.nav-main .menu-small {
  transition: all 0.3s ease 0s;
  position: relative;
  top: 5px; }
.nav-main .menu-large {
  transition: all 0.3s ease 0s;
  position: relative;
  top: 5px; }
.nav-main .nav-main-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list {
    font-size: 20px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main .nav-main-list {
    font-size: 20px;
    display: flex; } }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list {
    font-size: 16px;
    display: flex; } }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list .first > a {
    border-top: 1px solid #e9e9e9; } }
.nav-main .nav-main-list .current > a {
  color: #077f36 !important;
  border-bottom: 2px solid #077f36; }
.nav-main .nav-main-list > li {
  padding-top: 1px;
  list-style: none outside none; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list > li {
    background-color: #fff; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main .nav-main-list > li {
    padding: 4% 2% 0% 2%; } }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list > li {
    padding: 4% 2% 0% 2%; } }
.nav-main .nav-main-list > li > a {
  color: #fff;
  padding-bottom: 10px;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: center;
  font: 18px/16px "Raleway", sans-serif, sans-serif;
  font-weight: bold; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list > li > a {
    border-bottom: 1px solid #E9E9E9;
    padding: 5%; } }
.nav-main .nav-main-list > li > a:hover {
  text-shadow: none; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list > li > a:hover {
    color: #077f36;
    background-color: #077f36; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main .nav-main-list > li > a:hover {
    color: #077f36;
    border-bottom: 1px solid #077f36; } }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list > li > a:hover {
    color: #077f36;
    border-bottom: 1px solid #077f36; } }
.nav-main .nav-main-list > li:hover > ul {
  display: block; }
.nav-main .nav-main-list > li ul {
  position: relative;
  left: 0px;
  z-index: 10;
  list-style: none;
  padding: 0px 0px;
  display: none; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list > li ul {
    margin: 0px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main .nav-main-list > li ul {
    margin: 0px; } }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list > li ul {
    float: left;
    margin: 17px 0 0; } }
.nav-main .nav-main-list > li ul > li {
  clear: both;
  border-left: none;
  border-right: none;
  background-color: #ED4063;
  background-image: none; }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list > li ul > li {
    width: 200px; } }
.nav-main .nav-main-list > li ul > li > a {
  display: block;
  padding: 15px;
  color: #FFFFFF;
  transition: all 0.15s ease 0s;
  letter-spacing: -0.1px; }
@media only screen and (max-width: 1200px) {
  .nav-main .nav-main-list > li ul > li > a {
    text-align: center; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .nav-main .nav-main-list > li ul > li > a {
    text-align: center; } }
@media only screen and (min-width: 1400px) {
  .nav-main .nav-main-list > li ul > li > a {
    margin-bottom: 1px;
    text-align: left; } }
.nav-main .nav-main-list > li ul > li > a:hover {
  background-color: #FFF;
  color: #ED4063;
  text-shadow: none; }

.nav-main.active {
  display: block; }

.all-item-link {
  color: #ED4063;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline; }
.all-item-link:hover {
  color: #701B10; }
.all-item-link > img {
  height: 16px;
  float: left;
  margin-right: 5px; }

.footer-block {
  clear: both;
  background-color: #3B3B3B;
  color: #000; }
@media only screen and (max-width: 1200px) {
  .footer-block {
    padding: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block {
    padding: 30px 0px 30px 0px; } }
@media only screen and (min-width: 1400px) {
  .footer-block {
    padding: 30px 0px 30px 0px; } }
.footer-block > .footer-space {
  height: 0px; }
.footer-block > .footer-content {
  display: block;
  border-radius: 5px 5px 5px 5px; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content {
    padding: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.footer-block > .footer-content > h3, .footer-block > .footer-content h4 {
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 24px; }
.footer-block > .footer-content > .rassurance {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  color: #fff; }
.footer-block > .footer-content > .rassurance h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Raleway";
  line-height: 28px; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .rassurance > .col0 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .rassurance > .col0 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .rassurance > .col0 {
    width: 180px; } }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .rassurance > .col1 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .rassurance > .col1 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .rassurance > .col1 {
    width: 300px; } }
.footer-block > .footer-content > .rassurance > .col1 > .content-horaire {
  padding: 0px;
  border-radius: 4px; }
.footer-block > .footer-content > .rassurance > .col1 > .content-horaire > p {
  margin-bottom: 5px;
  padding: 0px; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .rassurance > .col2 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .rassurance > .col2 {
    width: 100%;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .rassurance > .col2 {
    width: 200px; } }
.footer-block > .footer-content > .rassurance > .col2 a {
  color: #fff;
  text-decoration: underline; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .rassurance > .col3 {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .rassurance > .col3 {
    width: 100%; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .rassurance > .col3 {
    width: 300px; } }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees {
  border-radius: 4px;
  color: #fff;
  padding: 20px; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > img {
  background-color: #fff;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 18px; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > .ste {
  font-size: 20px;
  color: #FFF;
  font-family: "Raleway"; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > .tel {
  background: url("gfx/ico_coord_tel.png") no-repeat;
  padding-left: 25px; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > .email {
  background: url("gfx/ico_coord_mail.png") no-repeat;
  padding-left: 25px; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > .annexe {
  padding-top: 10px; }
.footer-block > .footer-content > .rassurance > .col3 > .coordonnees > .annexe a {
  color: #ED4063;
  text-decoration: underline; }
.footer-block > .footer-content > .footer-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .footer-col > .col {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .footer-col > .col {
    width: 25%;
    padding: 2%; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .footer-col > .col {
    width: 25%;
    padding: 2%; } }
.footer-block > .footer-content > .footer-col > .col > h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px; }
.footer-block > .footer-content > .footer-col > .col-large {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .footer-block > .footer-content > .footer-col > .col-large {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .footer-block > .footer-content > .footer-col > .col-large {
    width: 31%;
    padding: 1%; } }
@media only screen and (min-width: 1400px) {
  .footer-block > .footer-content > .footer-col > .col-large {
    width: 31%;
    padding: 1%; } }
.footer-block > .footer-content > .footer-col > .col-large > h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px; }
.footer-block > .footer-content > .footer-col > .col-large > .copyright {
  clear: both;
  padding-top: 0px;
  font-size: 11px;
  text-align: center; }
.footer-block > .footer-content > .footer-col > .col-large > .copyright > .conditions {
  text-decoration: underline;
  color: #000;
  font-weigth: bold; }
.footer-block > .footer-content > .footer-col > .col-large > .copyright > p {
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold; }
.footer-block > .footer-content > .footer-col > .col-large > .copyright > p > a {
  color: #E89515;
  font-weight: bold; }

.hr {
  background: none repeat scroll 0 0 #eee;
  font-size: 0;
  height: 1px;
  line-height: 0;
  overflow: hidden;
  background: none repeat scroll 0 0 #e5e5e5;
  margin: 40px 0; }

.header-background {
  margin-top: 100px;
  position: absolute;
  z-index: 2; }
@media only screen and (min-width: 1400px) {
  .header-background {
    left: 23%; } }
.header-background > .header-background-content {
  position: relative;
  background: url("gfx/slide-upper-medium.png") 0px 95px no-repeat;
  height: 700px;
  opacity: 0.4; }
@media only screen and (min-width: 1400px) {
  .header-background > .header-background-content {
    width: 1000px; } }

.header-background2 {
  right: 0;
  margin-top: 100px;
  position: absolute;
  z-index: 1; }
@media only screen and (min-width: 1400px) {
  .header-background2 {
    left: 23%; } }
.header-background2 > .header-background2-content {
  position: relative;
  background: url("gfx/slide-lower-medium.png") 0px 60px no-repeat;
  height: 700px;
  opacity: 0.4; }
@media only screen and (min-width: 1400px) {
  .header-background2 > .header-background2-content {
    width: 1000px; } }

.header-background3 {
  right: 0;
  margin-top: 100px;
  position: absolute;
  z-index: 1; }
@media only screen and (min-width: 1400px) {
  .header-background3 {
    left: 23%; } }
.header-background3 > .header-background3-content {
  position: relative;
  background: url("gfx/slide-back-medium.png") 0px 60px no-repeat;
  height: 700px;
  opacity: 0.4; }
@media only screen and (min-width: 1400px) {
  .header-background3 > .header-background3-content {
    width: 1000px; } }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.placeholder {
  color: #747474; }

.clearboth {
  clear: both; }

.floatleft {
  float: left; }

.margintop10 {
  margin-top: 10px; }

.margintop5 {
  margin-top: 5px; }

.margintop1 {
  margin-top: 1px; }

.margintop20 {
  margin-top: 20px; }

.margintop30 {
  margin-top: 30px; }

.margintop40 {
  margin-top: 40px; }

.margintop60 {
  margin-top: 60px; }

.marginbottom5 {
  margin-bottom: 5px; }

.marginbottom10 {
  margin-bottom: 10px; }

.marginbottom15 {
  margin-bottom: 15px; }

.marginbottom20 {
  margin-bottom: 20px; }

.marginbottom40 {
  margin-bottom: 40px; }

.marginbottom50 {
  margin-bottom: 50px; }

.marginleft10 {
  margin-left: 10px; }

.marginleft60 {
  margin-left: 60px; }

.marginright10 {
  margin-right: 10px; }

.marginright20 {
  margin-right: 20px; }

.marginright30 {
  margin-right: 30px; }

.marginright50 {
  margin-right: 50px; }

.height1 {
  height: 1px; }

.height10 {
  height: 10px; }

.height20 {
  height: 20px; }

.height50 {
  height: 50px; }

.width25 {
  width: 25px; }

.paddingleft25 {
  padding-left: 25px; }

.paddingleft15 {
  padding-left: 15px; }

.bggris {
  background-color: #818181;
  color: #fff; }

.bgblanc {
  background-color: #fff; }

.strong {
  font-weight: bold; }

.fontglobal {
  font-family: "Montserrat", sans-serif; }

.fontsize20 {
  font-size: 20px; }

.fontsize18 {
  font-size: 18px; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.fb {
  background-color: #004b67; }

/* ------------------------- */
/* Librairie */
/* ------------------------- */
.bulle-x1 {
  /*	padding-left:20px;
  	padding-right:20px;
          padding-top: 20px;
  	padding-bottom:20px;*/
  padding: 0px;
  width: 1280px;
  margin-top: 0px; }
.bulle-x1 > .paragraphe {
  min-height: 160px; }
.bulle-x1 > .paragraphe img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 4px #FFF;
  position: relative;
  top: 10px; }
.bulle-x1 > .paragraphe p {
  width: 520px;
  text-align: justify;
  margin: 0; }

.bulle-x2-left, .content-main-container > .content1-front-left {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  width: 525px;
  margin-top: 0px; }
.bulle-x2-left > .paragraphe, .content-main-container > .content1-front-left > .paragraphe {
  min-height: 160px; }
.bulle-x2-left > .paragraphe img, .content-main-container > .content1-front-left > .paragraphe img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 4px #FFF;
  position: relative;
  top: 10px;
  height: 130px; }
.bulle-x2-left > .paragraphe p, .content-main-container > .content1-front-left > .paragraphe p {
  width: 520px;
  text-align: justify;
  margin: 0; }

.bulle-x2-right, .content-main-container > .content1-front-right > .bulle-front-right {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  width: 375px;
  margin-top: 0px; }
.bulle-x2-right > .newsfront-col1, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col1 {
  float: left;
  width: 50px;
  margin-right: 30px;
  text-align: center;
  margin-top: 16px; }
.bulle-x2-right > .newsfront-col1 > .item-result-mois, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col1 > .item-result-mois {
  background-color: #6F7B26;
  border-radius: 4px 4px 0 0;
  padding: 5px; }
.bulle-x2-right > .newsfront-col1 > .item-result-date, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col1 > .item-result-date {
  background-color: #fff;
  font-size: 25px;
  color: #6F7B26; }
.bulle-x2-right > .newsfront-col2, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 {
  float: left;
  width: 295px;
  margin-top: 10px; }
.bulle-x2-right > .newsfront-col2 > h3, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > h3 {
  border-bottom: 2px dotted #7A4F7F;
  margin-bottom: 15px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news {
  float: left;
  width: 300px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-date, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news > .item-date {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #7A4F7F; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-text-descri, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news > .item-text-descri {
  margin-top: 5px;
  margin-bottom: 20px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-text-descri a, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-image, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news > .item-image {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 150px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-image > img, .content-main-container > .content1-front-right > .bulle-front-right > .newsfront-col2 > .item-text-news > .item-image > img {
  height: 110px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px #FFF;
  width: 125px; }
.bulle-x2-right > .ligne, .content-main-container > .content1-front-right > .bulle-front-right > .ligne {
  border-bottom: 2px dotted #7A4F7F; }
.bulle-x2-right > .item-image, .content-main-container > .content1-front-right > .bulle-front-right > .item-image {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 150px; }
.bulle-x2-right > .item-image > img, .content-main-container > .content1-front-right > .bulle-front-right > .item-image > img {
  height: 110px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px #FFF;
  width: 125px; }
.bulle-x2-right > .item-text-partenaire, .content-main-container > .content1-front-right > .bulle-front-right > .item-text-partenaire {
  float: left;
  width: 370px; }
.bulle-x2-right > .item-text-partenaire > .item-text-descri, .content-main-container > .content1-front-right > .bulle-front-right > .item-text-partenaire > .item-text-descri {
  margin-top: 5px; }
.bulle-x2-right > .item-text-partenaire > .item-text-descri a, .content-main-container > .content1-front-right > .bulle-front-right > .item-text-partenaire > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .item-text-partenaire > .item-image, .content-main-container > .content1-front-right > .bulle-front-right > .item-text-partenaire > .item-image {
  float: left;
  margin-top: 10px; }
.bulle-x2-right > .item-text-partenaire > .item-image > img, .content-main-container > .content1-front-right > .bulle-front-right > .item-text-partenaire > .item-image > img {
  border-radius: 3px;
  width: 115px; }
.bulle-x2-right > .item-text, .content-main-container > .content1-front-right > .bulle-front-right > .item-text {
  float: left;
  width: 195px; }
.bulle-x2-right > .item-text > .item-text-descri, .content-main-container > .content1-front-right > .bulle-front-right > .item-text > .item-text-descri {
  margin-bottom: 15px; }
.bulle-x2-right > .item-text > .item-text-descri a, .content-main-container > .content1-front-right > .bulle-front-right > .item-text > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .item-text > .item-text-coordonnees, .content-main-container > .content1-front-right > .bulle-front-right > .item-text > .item-text-coordonnees {
  margin-bottom: 15px;
  line-height: 15px;
  height: 55px; }
.bulle-x2-right > .item-text > .item-text-coordonnees > a, .content-main-container > .content1-front-right > .bulle-front-right > .item-text > .item-text-coordonnees > a {
  text-decoration: underline;
  color: #FFF; }

.bulle-x4, .content-main-container > .content3-front {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 27px; }
@media only screen and (max-width: 1200px) {
  .bulle-x4, .content-main-container > .content3-front {
    padding: 10px;
    margin-right: 0px !important; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .bulle-x4, .content-main-container > .content3-front {
    width: 36%;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 375px; } }
@media only screen and (min-width: 1400px) {
  .bulle-x4, .content-main-container > .content3-front {
    width: 28%;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 375px; } }
.bulle-x4 > .item-image, .content-main-container > .content3-front > .item-image {
  margin-bottom: 30px;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center; }
@media only screen and (min-width: 1400px) {
  .bulle-x4 > .item-image, .content-main-container > .content3-front > .item-image {
    width: 100%;
    height: 227px; } }
.bulle-x4 > .item-image a > img, .content-main-container > .content3-front > .item-image a > img {
  box-shadow: 0 0px 0 4px #fff; }
@media only screen and (min-width: 1400px) {
  .bulle-x4 > .item-image a > img, .content-main-container > .content3-front > .item-image a > img {
    width: 100%;
    max-width: none; } }
.bulle-x4 > .item-text, .content-main-container > .content3-front > .item-text {
  float: left;
  width: 100%; }
.bulle-x4 > .item-text > h3, .content-main-container > .content3-front > .item-text > h3 {
  padding-bottom: 10px;
  color: #202020;
  text-align: center; }
.bulle-x4 > .item-text > .item-text-descri, .content-main-container > .content3-front > .item-text > .item-text-descri {
  font-size: 12px;
  margin-bottom: 5px;
  height: 60px;
  text-align: justify;
  line-height: 15px;
  overflow: hidden; }
.bulle-x4 > .item-text > .item-text-descri a, .content-main-container > .content3-front > .item-text > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x4 > .item-text > .item-text-coordonnees, .content-main-container > .content3-front > .item-text > .item-text-coordonnees {
  margin-bottom: 15px;
  line-height: 15px;
  height: 55px; }
.bulle-x4 > .item-text > .item-text-coordonnees > a, .content-main-container > .content3-front > .item-text > .item-text-coordonnees > a {
  text-decoration: underline;
  color: #FFF; }

.pagination {
  font: 12px Arial, Helvetica, sans-serif;
  margin: 20px 0;
  padding-bottom: 20px; }

.pagination a {
  background: #B2CD6C;
  border: 1px solid #B2CD6C;
  color: #FFF;
  margin: 2px;
  padding: .5em .5em;
  text-decoration: none;
  border-radius: 4px; }

.pagination a:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff; }

.pagination span.inactive {
  border: 1px solid #ccc;
  color: #ccc;
  margin: 2px;
  padding: .5em .5em;
  border-radius: 4px; }

.pagination span.active {
  background: #124D83;
  border: 1px solid #124d83;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  padding: .5em;
  border-radius: 4px; }

#results {
  margin-left: 90px;
  list-style-type: circle; }

.date-icon {
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
  width: 60px;
  background-color: #fff; }
.date-icon > .month {
  background: none repeat scroll 0 0 #cc2bc1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 9px;
  font-weight: 600;
  padding: 1px 0 2px;
  color: #fff; }
.date-icon > .day-number {
  border-bottom: 1px dotted #bbb;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  margin: 7px 10px 0;
  padding-right: 3px; }
.date-icon > .weekday {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-top: 3px; }

/* ------------------------- */
/* Front & not-front */
/* ------------------------- */
.header-main, .content-main-container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  clear: both; }

.branding {
  margin-top: 15px;
  height: 15px;
  clear: both; }
.branding > .logo {
  float: left;
  margin-right: 20px; }
.branding > .logo a img {
  border: 0px; }
.branding > .share-menu {
  float: right; }
.branding > .share-menu ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 0px;
  overflow: hidden; }
.branding > .share-menu ul > li {
  float: left;
  padding-left: 5px; }
.branding > .share-menu ul > li > .hotline-img {
  float: left; }
.branding > .share-menu ul > li > .hotline-txt {
  float: left;
  width: 90px;
  margin-top: 6px; }
.branding > .album-content {
  float: right;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 5px 5px 5px 5px;
  width: 150px;
  height: 50px;
  margin-top: 0px; }
.branding > .album-content > .album-photo {
  position: relative;
  left: -135px;
  top: -30px; }
.branding > .album-content > .album-text {
  left: 25px;
  padding-right: 20px;
  position: relative;
  top: -127px;
  font-size: 10px; }
.branding > .album-content > .album-text > .album-text-titre {
  height: 20px;
  overflow: hidden;
  color: #7B4F7F;
  font-weight: bold; }

.content-main-container {
  min-height: 494px; }
.content-main-container > .content1-front-left {
  float: left;
  margin-right: 20px;
  min-height: 325px; }
.content-main-container > .content1-front-right {
  float: left; }
.content-main-container > .content2-front > .bulle-galerie, .content-main-container > .content2-front .bulle-galerie-last {
  float: left;
  width: 125px;
  margin-top: 20px; }
.content-main-container > .content2-front > .bulle-galerie img, .content-main-container > .content2-front .bulle-galerie-last img {
  border-radius: 3px;
  box-shadow: 0 0 0 4px #FFF;
  width: 125px; }
.content-main-container > .content2-front > .bulle-galerie {
  margin-right: 20px; }
.content-main-container > .content3-front {
  float: left;
  transition: all 0.3s ease 0s; }
.content-main-container > .content3-front:hover {
  border: 1px solid #6D4F7F; }

.scroll-more {
  display: block;
  height: 25px;
  width: 30px;
  position: absolute;
  bottom: 50px;
  left: 49%;
  z-index: 100; }
@media only screen and (max-width: 1200px) {
  .scroll-more {
    margin: 50px auto 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .scroll-more {
    margin: 50px auto 10px; } }
@media only screen and (min-width: 1400px) {
  .scroll-more {
    margin: 50px auto 10px; } }
.scroll-more img {
  animation: 0.7s ease 0s normal none infinite running bounce;
  border: 0 none;
  position: absolute;
  z-index: 1; }

@keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: -3px; }
  100% {
    top: 0; } }
@media only screen and (max-width: 1200px) {
  .header-block {
    height: 70px;
    width: 100%;
    z-index: 100; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block {
    height: 70px;
    width: 100%;
    z-index: 100; } }
@media only screen and (min-width: 1400px) {
  .header-block {
    height: 70px;
    width: 100%;
    z-index: 100; } }
.header-block > .header-content > .header-logo > .header-logo-content {
  border: 0px;
  display: block; }

.header-block-small {
  height: 60px;
  padding-top: 5px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  top: 0;
  left: 0;
  position: fixed; }
.header-block-small > .header-content {
  clear: both; }
@media only screen and (max-width: 1200px) {
  .header-block-small > .header-content {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-small > .header-content {
    width: 100%; } }
@media only screen and (min-width: 1400px) {
  .header-block-small > .header-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 1200px) {
  .header-block-small > .header-content > .header-logo {
    position: fixed;
    padding: 5px 15px 15px;
    text-align: center;
    width: 165px;
    z-index: 101; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-small > .header-content > .header-logo {
    float: left;
    padding-left: 15px; } }
@media only screen and (min-width: 1400px) {
  .header-block-small > .header-content > .header-logo {
    float: left; } }
.header-block-small > .header-content > .header-logo > .header-logo-content {
  height: 50px;
  width: 215px;
  margin-top: 0px; }
@media only screen and (max-width: 1200px) {
  .header-block-small > .header-content > .header-logo > .header-logo-content {
    background: url("gfx/logo-small.png") no-repeat top left; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-small > .header-content > .header-logo > .header-logo-content {
    background: url("gfx/logo-small.png") no-repeat top left; } }
@media only screen and (min-width: 1400px) {
  .header-block-small > .header-content > .header-logo > .header-logo-content {
    background: url("gfx/logo-small.png") no-repeat top left; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-small > .header-content > .header-nav {
    display: flex;
    justify-content: flex-end; } }
@media only screen and (min-width: 1400px) {
  .header-block-small > .header-content > .header-nav {
    display: flex;
    justify-content: flex-end; } }
.header-block-small > .header-content > .header-nav > .nav-main {
  position: static;
  margin: inherit; }
.header-block-small > .header-content > .header-nav > .nav-main > .nav-main-list > li > a {
  font-size: 16px; }
@media only screen and (max-width: 1200px) {
  .header-block-small > .header-content > .header-nav > .nav-main > .nav-main-list > li > a {
    color: #3d3c44; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-small > .header-content > .header-nav > .nav-main > .nav-main-list > li > a {
    color: #3d3c44; } }
@media only screen and (min-width: 1400px) {
  .header-block-small > .header-content > .header-nav > .nav-main > .nav-main-list > li > a {
    color: #3d3c44; } }

.header-block-large {
  box-shadow: none; }
@media only screen and (max-width: 1200px) {
  .header-block-large {
    min-height: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-large {
    min-height: 100%; } }
@media only screen and (min-width: 1400px) {
  .header-block-large {
    min-height: 100%; } }
.header-block-large > .header-content {
  margin: auto;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  border-radius: 5px;
  z-index: 11; }
@media only screen and (max-width: 1200px) {
  .header-block-large > .header-content {
    position: absolute;
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-block-large > .header-content {
    position: absolute;
    width: 350px;
    padding: 2%; } }
@media only screen and (min-width: 1400px) {
  .header-block-large > .header-content {
    position: absolute;
    width: 350px;
    padding: 2%; } }
.header-block-large > .header-content > .header-logo {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .header-block-large > .header-content > .header-logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.deco {
  position: absolute;
  bottom: 5%;
  right: 5%; }
@media only screen and (max-width: 1200px) {
  .deco {
    display: none; } }

.socialbox > .box {
  display: flex;
  justify-content: center; }
.socialbox > .box > div {
  padding: 0 2% 0 2%;
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div {
    width: 25%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div {
    width: 25%; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div {
    width: 25%; } }
.socialbox > .box > div > .facebook {
  background: url("gfx/ico-facebook.png") no-repeat center center;
  display: block;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease 0s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #9eb730;
  border-radius: 50%;
  background-size: 50%; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div > .facebook {
    padding: 5px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div > .facebook {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div > .facebook {
    padding: 20px; } }
.socialbox > .box > div > .facebook:hover {
  background-color: #015020; }
.socialbox > .box > div > .linkedin {
  background: url("gfx/ico-linkedin.png") no-repeat center center;
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.25s ease 0s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #9eb730;
  border-radius: 50%;
  background-size: 50%; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div > .linkedin {
    padding: 5px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div > .linkedin {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div > .linkedin {
    padding: 20px; } }
.socialbox > .box > div > .linkedin:hover {
  background-color: #015020; }
.socialbox > .box > div > .instagram {
  background: url("gfx/ico-instagram.png") no-repeat center center;
  display: block;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease 0s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #9eb730;
  border-radius: 50%;
  background-size: 50%; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div > .instagram {
    padding: 5px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div > .instagram {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div > .instagram {
    padding: 20px; } }
.socialbox > .box > div > .instagram:hover {
  background-color: #015020; }
.socialbox > .box > div > .youtube {
  background: url("gfx/ico-youtube.png") no-repeat center center;
  display: block;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease 0s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #9eb730;
  border-radius: 50%;
  background-size: 50%; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div > .youtube {
    padding: 5px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div > .youtube {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div > .youtube {
    padding: 20px; } }
.socialbox > .box > div > .youtube:hover {
  background-color: #015020; }
.socialbox > .box > div > .link {
  color: #fff; }
@media only screen and (max-width: 1200px) {
  .socialbox > .box > div > .link {
    font-size: 13px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .socialbox > .box > div > .link {
    font-size: 20px; } }
@media only screen and (min-width: 1400px) {
  .socialbox > .box > div > .link {
    font-size: 20px; } }

@media only screen and (min-width: 1400px) {
  .widgettwitter {
    top: 15%;
    position: absolute;
    right: 5%; } }

.navigation-fixed {
  bottom: 0px;
  position: fixed;
  right: 15px;
  z-index: 1000; }
.navigation-fixed > .back-on-top {
  position: relative;
  top: -10px; }
.navigation-fixed > .back-on-top > a {
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  overflow: hidden; }
@media only screen and (min-width: 1400px) {
  .navigation-fixed > .back-on-top > a {
    display: none; } }
.navigation-fixed > .back-on-top > a > .icon-haut {
  background: url("gfx/ico-haut.png") no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  margin: 10px; }

.zonenavigation-block {
  clear: both;
  padding-top: 20px; }
@media only screen and (max-width: 1200px) {
  .zonenavigation-block > .title-block > .title-content {
    padding: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zonenavigation-block > .title-block > .title-content {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .zonenavigation-block > .title-block > .title-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.zonenavigation-block > .title-block > .title-content > h1 {
  color: #124D83;
  padding-bottom: 20px; }
.zonenavigation-block > .navigation-block {
  padding-top: 4px;
  padding-bottom: 4px; }
.zonenavigation-block > .navigation-block > .navigation-content {
  color: #D3CFCF;
  border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 1200px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    padding-left: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    padding-left: 10px; } }
@media only screen and (min-width: 1400px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.fd-blanc-global {
  background-color: #fff; }

.fd-gris-global {
  background-color: #eee; }

.zone2-block {
  clear: both;
  position: relative;
  z-index: 5; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content {
    padding: 20px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content {
    padding: 20px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.zone2-block > .zone2-sublarge > .zone2-content h2 {
  padding-bottom: 10px;
  color: #FFF; }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content h2 {
    width: 280px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation {
  padding-bottom: 1px;
  text-align: center; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation {
    padding-top: 50px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation {
    padding-top: 50px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .titre {
  color: #333;
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .titre {
    margin-bottom: 20px;
    line-height: 38px;
    font-size: 39px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .titre {
    margin-bottom: 20px;
    font-size: 30px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .titre {
    margin-bottom: 20px;
    font-size: 39px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .titre > .title-second {
  font-family: "Raleway", sans-serif; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .presentation-text {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: #077f36;
  padding: 10px;
  transform: rotate(-1deg);
  color: #fff;
  font-family: "Raleway", sans-serif; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .presentation-text {
    width: 90%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .presentation-text {
    width: 80%; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation > .presentation-text {
    width: 80%; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col {
  display: flex; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col {
    justify-content: center; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col {
    gap: 20px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col {
    gap: 20px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right {
  width: 100%; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul {
    flex-direction: column;
    gap: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul {
    gap: 10px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul {
    gap: 10px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul li {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  color: #333;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  align-content: center; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul li {
    width: 20%; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-presentation .accueil-prensentation-2col .col-right ul li {
    width: 20%; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form {
  padding-bottom: 40px;
  text-align: center; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form {
    padding-top: 40px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form {
    padding-top: 40px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > h3 {
  color: #3d3c44;
  margin-bottom: 20px;
  font-size: 30px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .accueil-contact-map {
  margin-bottom: 50px; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-map {
    padding: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-map {
    padding: 10px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-map {
    float: left;
    width: 50%;
    margin-right: 40px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-map > h3 {
  padding-bottom: 20px;
  color: #3d3c44;
  margin-bottom: 20px;
  font-size: 30px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form {
  /*                        >form
                          {
                              label{display:inline-block;width:100px;}
                              legend{padding:0.5em;}
                              fieldset fieldset label{display:block;}
                              #commentForm{width:500px;}
                              #commentForm label{width:250px;}
                              #commentForm label.error,#commentForm button.submit{margin-left:253px;}
                              #signupForm{width:670px;}
                              #signupForm label.error{margin-left:10px;width:auto;display:inline;}
                              #newsletter_topics label.error{display:none;margin-left:103px;}
                          }*/ }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form {
    padding: 10px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form {
    padding: 10px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > .title-zone > h3 {
  color: #21333F; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > .title-zone > h4 {
  color: #21333F; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form label.error {
  background: url("gfx/unchecked.gif") no-repeat scroll right 2px;
  padding-left: 16px;
  padding-right: 25px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form label.checked {
  background: url("gfx/checked.gif") no-repeat scroll right 2px;
  padding-left: 16px;
  padding-right: 25px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form label.error {
  color: #f39c12;
  font-size: 10px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform {
  transition: all 0.25s ease 0s;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 8px;
  border: 2px solid #ebebeb; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputlabel {
  float: left;
  margin-top: 1px;
  padding-right: 20px;
  color: #bbb; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputlabel {
    display: none; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputlabel {
    margin-right: 20px;
    width: 40px; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputlabel {
    width: 85px;
    border-right: 2px solid #ebebeb;
    margin-right: 20px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputcontent {
  float: left; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputcontent {
    width: 55%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputcontent {
    width: 55%; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .inputcontent {
    width: 48%; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform > .status {
  float: right; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform input {
  border: 0px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform input {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform input {
    width: 100%; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform input {
    width: 100%; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform textarea {
  border: 0px solid #EBEBEB;
  height: 300px;
  padding: 5px;
  color: #21333F;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold; }
@media only screen and (max-width: 1200px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform textarea {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform textarea {
    width: 100%; } }
@media only screen and (min-width: 1400px) {
  .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform textarea {
    width: 100%;
    height: 100px; } }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .inputform:hover {
  border: 2px solid #965d5c; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form input[type="submit"], .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form input[type="reset"] {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border: 0px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #aaa;
  color: #fff;
  float: left;
  margin-right: 5px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form input[type="submit"]:hover, .zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form input[type="reset"]:hover {
  background-color: #965d5c;
  color: #fff; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .message {
  background-color: #fff;
  border-radius: 5px;
  color: #00bd9e;
  font-weight: bold;
  padding: 25px; }
.zone2-block > .zone2-sublarge > .zone2-content > .accueil-contact-form > .ligne0 > .col-form > form > .message > h2 {
  padding-bottom: 20px; }
.zone2-block > .fd-bleu {
  background-color: #004b67 !important; }

.not-front-line {
  border-top: 5px solid #ED4063; }

.champ {
  margin-bottom: 4px; }
.champ .label {
  width: 120px;
  float: left;
  margin-top: 7px; }
.champ textarea, .champ input {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border: 1px solid #CCCCCC;
  padding: 5px;
  border-radius: 4px; }

.accueil-brands {
  padding-bottom: 50px;
  text-align: center; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands {
    padding-top: 50px; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands {
    padding-top: 50px; } }
.accueil-brands > .title-zone > h3 {
  color: #21333F; }
.accueil-brands > .title-zone > h4 {
  color: #21333F; }
.accueil-brands > .brands > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none; }
.accueil-brands > .brands > ul > li {
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .accueil-brands > .brands > ul > li {
    width: 45%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .brands > ul > li {
    width: 15%; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .brands > ul > li {
    width: 15%; } }
.accueil-brands > .jcarousel-brands {
  position: relative;
  visibility: hidden;
  left: -5000px;
  float: left;
  margin-top: 20px; }
@media only screen and (max-width: 1200px) {
  .accueil-brands > .jcarousel-brands {
    width: 280px !important; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-brands {
    width: 100% !important; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-brands {
    width: 100% !important; } }
@media only screen and (max-width: 1200px) {
  .accueil-brands > .jcarousel-brands > ul > li {
    margin-right: 5px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-brands > ul > li {
    margin-right: 35px; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-brands > ul > li {
    margin-right: 35px; } }
.accueil-brands > .jcarousel-brands > ul > li > img {
  border-radius: 5px; }
@media only screen and (max-width: 1200px) {
  .accueil-brands > .jcarousel-brands > ul > li > img {
    width: 100px;
    height: 100px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-brands > ul > li > img {
    width: 150px;
    height: 150px; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-brands > ul > li > img {
    width: 150px;
    height: 150px; } }
.accueil-brands > .jcarousel-prev, .accueil-brands .jcarousel-next {
  top: 50px;
  width: 50px;
  height: 50px;
  border: 0px;
  cursor: pointer; }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-prev, .accueil-brands .jcarousel-next {
    float: left;
    position: relative; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-prev, .accueil-brands .jcarousel-next {
    float: left;
    position: relative; } }
.accueil-brands > .jcarousel-prev {
  background: url("gfx/fleche-petit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-prev {
    margin-right: 30px; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-prev {
    margin-right: 30px; } }
.accueil-brands > .jcarousel-next {
  background: url("gfx/fleche-petit.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0); }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-brands > .jcarousel-next {
    margin-left: 35px; } }
@media only screen and (min-width: 1400px) {
  .accueil-brands > .jcarousel-next {
    margin-left: 35px; } }
.accueil-brands > .jcarousel-next:after {
  clear: both; }

.accueil-contact {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px; }
.accueil-contact > .title-zone {
  margin-bottom: 20px; }
.accueil-contact > .link > a {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px; }

.accueil-portfolio {
  text-align: center;
  padding-bottom: 50px; }
@media only screen and (max-width: 1200px) {
  .accueil-portfolio {
    padding-top: 20px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-portfolio {
    padding-top: 50px; } }
@media only screen and (min-width: 1400px) {
  .accueil-portfolio {
    padding-top: 50px; } }
.accueil-portfolio > .portfolio-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
.accueil-portfolio > .portfolio-container > .real {
  color: #fff;
  font-size: 15px;
  margin-bottom: 40px; }
@media only screen and (max-width: 1200px) {
  .accueil-portfolio > .portfolio-container > .real {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-portfolio > .portfolio-container > .real {
    width: 25%;
    padding: 1%; } }
@media only screen and (min-width: 1400px) {
  .accueil-portfolio > .portfolio-container > .real {
    width: 25%;
    padding: 1%; } }
.accueil-portfolio > .portfolio-container > .real > .portfolio-photo {
  margin-bottom: 20px; }
.accueil-portfolio > .portfolio-container > .real > .portfolio-photo > img {
  border-radius: 4px; }
.accueil-portfolio > .portfolio-container > .real > .title {
  font-size: 24px;
  font-family: "Raleway", sans-serif; }
.accueil-portfolio > .portfolio-container > .real > .subtitle {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
  color: #a14131; }

.accueil-savoir-faire {
  background: url("gfx/background-arrondi.png") no-repeat bottom center;
  padding-bottom: 50px;
  padding-top: 50px; }
.accueil-savoir-faire > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
.accueil-savoir-faire > ul > li {
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .accueil-savoir-faire > ul > li {
    width: 100%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .accueil-savoir-faire > ul > li {
    width: 35%;
    padding: 2%; } }
@media only screen and (min-width: 1400px) {
  .accueil-savoir-faire > ul > li {
    width: 17%;
    padding: 2%; } }
.accueil-savoir-faire > ul > li > .portfolio-photo {
  margin-bottom: 30px; }
.accueil-savoir-faire > ul > li > .portfolio-photo > img {
  border-radius: 5px;
  max-width: 190px; }
.accueil-savoir-faire > ul > li > .title {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px; }
.accueil-savoir-faire > ul > li > .title > b {
  font-size: 30px;
  color: #a14131; }

.page-content {
  text-align: left;
  padding-bottom: 40px;
  padding-top: 20px; }
.page-content h1 {
  font-family: "Raleway", sans-serif;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 39px; }
.page-content h2 {
  width: auto !important;
  color: #333 !important;
  display: inline-block;
  margin-top: 10px;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 39px; }
.page-content > .title-zone {
  margin-bottom: 20px; }
.page-content > .link > a {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px; }

.fd-blanc {
  background-color: rgba(255, 255, 255, 0.2); }
@media only screen and (min-width: 1400px) {
  .fd-blanc {
    width: 100%; } }

.fd-orange {
  background: url("gfx/ytplayer/raster_dot@2x.png") repeat bottom center #a14131 !important; }
@media only screen and (min-width: 1400px) {
  .fd-orange {
    width: 100%; } }

.fd-gris {
  background-color: #ddd !important; }
@media only screen and (min-width: 1400px) {
  .fd-gris {
    width: 100%; } }

.fd-terracota-light {
  background-color: #9eb730 !important; }
@media only screen and (min-width: 1400px) {
  .fd-terracota-light {
    width: 100%; } }

.fd-terracota-hard {
  background-color: #077f36 !important; }
@media only screen and (min-width: 1400px) {
  .fd-terracota-hard {
    width: 100%; } }

.fd-bleu {
  background-color: #014b73 !important; }
@media only screen and (min-width: 1400px) {
  .fd-bleu {
    width: 100%; } }

.title-zone {
  margin-bottom: 30px;
  margin-top: 10px; }
.title-zone > h3 {
  font-size: 39px;
  color: #fff;
  margin-bottom: -5px;
  font-family: "Montserrat", sans-serif; }
.title-zone h4 {
  font-family: "Raleway", sans-serif;
  font-size: 39px;
  color: #fff; }

.copyright {
  text-align: center; }
.copyright > p {
  margin: 0px;
  padding: 0px; }
.copyright a {
  color: #000;
  text-decoration: underline; }

/* ------------------------- */
/* Rubrique */
/* ------------------------- */
.galery {
  margin-bottom: 50px; }
.galery > h2 {
  color: #b8cb17;
  padding: 0px 0px 10px 0px;
  border-style: double;
  border-width: 0px 0px 4px 0px;
  border-color: rgba(184, 203, 23, 0.2);
  text-transform: uppercase;
  margin-bottom: 20px; }
.galery > .item-text {
  margin-bottom: 40px; }
.galery > .galery-content {
  display: flex;
  flex-wrap: wrap; }
.galery > .galery-content > .item-galery-image {
  margin-right: 0px;
  margin-top: 10px; }
@media only screen and (max-width: 1200px) {
  .galery > .galery-content > .item-galery-image {
    width: 49%; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .galery > .galery-content > .item-galery-image {
    width: 20%; } }
@media only screen and (min-width: 1400px) {
  .galery > .galery-content > .item-galery-image {
    width: 20%; } }
.galery > .galery-content > .item-galery-image a > img {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #FFF;
  width: 95%;
  border: 0px; }

/* ------------------------- */
/* Plugin */
/* ------------------------- */
.jcarousel-news {
  width: 600px !important; }
.jcarousel-news > ul > li {
  width: 600px !important;
  min-height: 105px; }
.jcarousel-news > ul > li > .txt {
  margin: 0; }
.jcarousel-news > ul > li > .txt > .news-title > h2 {
  float: left;
  width: 90%;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  color: #FFF;
  font-size: 28px; }
@media only screen and (max-width: 1200px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    font-size: 20px;
    min-height: 50px; } }
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    font-size: 20px;
    min-height: 50px; } }
@media only screen and (min-width: 1400px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    padding-top: 2px;
    font-size: 28px;
    line-height: 30px; } }
.jcarousel-news > ul > li > .txt > .news-more-details {
  padding-top: 0px; }
.jcarousel-news > ul > li > .txt > .news-more-details > .btn-news-more {
  height: 30px;
  display: block;
  /*                        background: url("gfx/btn-plus.png") no-repeat top left;
                          padding-left:30px;  */
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: #fff; }
.jcarousel-news > ul > li > .txt > .news-more-details > .btn-news-less {
  height: 21px;
  /*                        background: url("gfx/btn-moins.png") no-repeat top left;     
                          padding-left:30px; */
  cursor: pointer; }
.jcarousel-news > ul > li > .txt > .publicaton {
  padding-bottom: 5px;
  font-size: 11px;
  color: #e9f2d0; }
.jcarousel-news > ul > li > .txt p {
  padding-right: 30px;
  margin: 0px; }
.jcarousel-news > ul > li > .txt > .news-text {
  height: 40px;
  overflow: hidden; }
.jcarousel-news > ul > li > .txt > .news-text a {
  color: #fff;
  text-decoration: underline; }
.jcarousel-news > ul > li > .txt > .news-txt-more {
  display: none; }

.jcarousel-news-prev, .jcarousel-news-next {
  float: right;
  width: 25px;
  height: 25px;
  border: 0px;
  margin-right: 3px;
  margin-top: 4px;
  cursor: pointer; }

.jcarousel-news-prev {
  background: url("gfx/fleche-tres-petit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.jcarousel-news-next {
  background: url("gfx/fleche-tres-petit.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0); }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 jquery.mb.components

 file: jquery.mb.YTPlayer.css
 last modified: 10/25/18 8:00 PM
 Version:  {{ version }}
 Build:  {{ buildnum }}

 Open Lab s.r.l., Florence - Italy
 email:  matteo@open-lab.com
 blog: 	http://pupunzi.open-lab.com
 site: 	http://pupunzi.com
 	http://open-lab.com

 Licences: MIT, GPL
 http://www.opensource.org/licenses/mit-license.php
 http://www.gnu.org/licenses/gpl.html

 Copyright (c) 2001-2018. Matteo Bicocchi (Pupunzi)
 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@font-face {
  font-family: 'ytpregular';
  src: url("font/ytp-regular.eot"); }
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.mb_YTPlayer:focus {
  outline: 0; }

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  padding: 0 !important; }

.inlinePlayButton {
  font-family: 'ytpregular';
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  transition: all .4s;
  transform: scale(1.3); }

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1); }

.inlinePlayButton:hover {
  background-color: black;
  transform: scale(1.3) !important; }

.mbYTP_wrapper iframe {
  max-width: 8000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important; }

/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular'; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  box-sizing: border-box; }

.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: transparent;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_YTPUrl, .mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar span.mb_YTPUrl a {
  color: white; }

.mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer; }

/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box; }

/*RASTER OVERLAY*/
.YTPOverlay.raster {
  background: url("gfx/ytplayer/raster.png"); }

.YTPOverlay.raster.retina {
  background: url("gfx/ytplayer/raster@2x.png"); }

.YTPOverlay.raster-dot {
  background: url("gfx/ytplayer/raster_dot.png"); }

.YTPOverlay.raster-dot.retina {
  background: url("gfx/ytplayer/raster_dot@2x.png"); }

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

/* ------------------------- */
/* Drupal */
/* ------------------------- */

/*# sourceMappingURL=style.css.map */
