@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Marvel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #e5ccff;
  background-image: url("../images//wing-wang (Copier).png");
  background-attachment: fixed; 
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 600px) {
    body { 
        background-image: url("../images/wing-wang.png");
    }
}

.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
} 
  a.sponsor{
  right: 50%;
  font: inherit;
  color: blue;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  font: inherit;
  color: blueviolet;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none; background: #f1f045;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 95%;
  height: auto;
  padding-top: 0px;
  padding-left: 1px;
  padding-bottom: 5%
}

* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
p{
  word-wrap: break-word;
}
.text_1 {
  font: 300 68px/60px 'Open Sans', sans-serif;
}
.text_2 {
  font: 600 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: left;
}
.article {
  font: 600 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: left;padding-top: 30px; padding-bottom:10px;
}
.right {
  font: 600 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: right; padding-top: 100px;
}
.center {
  font: 600 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: center; padding-top: 100px;
}
tr td.left {
  text-align: left;
}
.text_21 {
  font: 600 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: center;
}
.text_22 {
  font: 600 44px/60px "Volkhov",'Open Sans', sans-serif; text-align: center;
}
.text_222 {
  font: 600 25px/40px "Volkhov",'Open Sans', sans-serif; text-align: left;
}
.text_2x {
  font: 300 18px/30px "Volkhov",'Open Sans', sans-serif; text-align: center;
}
.text_22x {
  font: 300 16px/24px "Volkhov",'Open Sans', sans-serif; text-align: center;
}
.text_3 {
  font: 300 20px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif;
}
.text_3 strong{
  font: 500 20px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif; color: red;
}

.text_3::first-letter {
  font: 300 22px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif;color: red;
}
.text_3it {
  font: 300 20px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif;
  text-decoration: underline;
  font-style: italic;
}
.text_31 {
  font: 600 18px/24px 'Open Sans', sans-serif;text-align: justify;
}
.text_39 {
  font: 300 20px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif;
}
.text_4 {
  font: 400 14px/16px 'Open Sans', sans-serif;
}
.text_5 {
  font: 300 14px/20px 'Open Sans', sans-serif;
}
.text_6 {
  font: 400 18px/26px 'Open Sans', sans-serif;
}
.text_7 {
  font: 400 18px/20px 'Open Sans', sans-serif;
}
.text_8 {
  font: 400 14px/20px 'Open Sans', sans-serif;
}
.text_9{
  font: 600 18px/30px "Volkhov",'Open Sans', sans-serif; text-align: center;
}
/*============  Colors  =============*/
.color_1 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.color_1red {
  color: red;
  text-shadow: 1px 1px 3px #fff;
}
.color_11 {
  color: #000;
}
.color_1 a {
  color: inherit;
}
.color_2 {
  color: #000;/*#363535;*/
}
.color_2liindex a{
  color: blue;
  font-style: italic;
}
.color_2 a {
  color: inherit;
}
.color_3 {
  color: blueviolet;
}
.color_3 a {
  color: inherit;
}
.color_4 {
  color: white;
}
.color_4 a {
  color: inherit;
}
.color_4 a:hover  {
  color: black;
}
.color_5 {
  color: #413d3d;
}
.color_5 a {
  color: inherit;
}
.color_6 {
  color: #4a4a4a;
}
.color_6 a {
  color: inherit;
}
.color_7 {
  color: blue;
}
.color_8 {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: colours;
  -webkit-animation-timing-function: ease;
}

@-webkit-keyframes colours {
    0% {color: yellow;}
   15% {color: #8bc5d1;}
   30% {color: #f8cb4a;}
   45% {color: #040404;}
   60% {color: red;}
   75% {color: #c71f00;}
   90% {color: #ccf10b;}
  100% {color: #2409f9;}
}.color_9 {
  color: red;
}

/*============  Backgrounds  =============*/
.bg_1 {
  background: transparent;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
.login{padding-top: 5px;}
.login{padding-bottom: 1px;}
/*============  Page  =============*/
.page {
  background: transparent;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
.brand {
  text-align: center;
}
.brand h1 {
  display: inline-block;
  text-align: left;
}
@media (max-width: 979px) {
  .brand {
    float: none;
  }
}
.nav {
  text-align: right;
}
@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  margin-right: 220px;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: 400 22px/22px 'Marvel', sans-serif;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 23px 10px 21px;
  color: #000000;
}

.current.none{display:none;}

.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  background: #edecec;
  color: blueviolet;
  text-decoration: none;
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li.current > a:after,
.sf-menu > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: blueviolet;
}
.sf-menu > li + li {
  /*margin-left: auto;*/
  margin-left: 20px;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 220px;
  padding: 10px 0;
  text-align: left;
  background: #ffffff;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.sf-menu ul li {
  display: block;
  position: relative;
  text-transform: none;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li.current > a,
.sf-menu ul li a:hover {
  background: blueviolet;
  color: #ffffff;
  text-decoration: none;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul li a {
  display: block;
  padding: 5px 20px;
  color: #000000;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 120%;
  left: 50%;
  margin-left: -110px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: 0px;
  left: 110%;
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 0;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin: 30px 0 20px;
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    background: #edecec url(../images/select.png) 99% center no-repeat;
    color: #000000;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff url('../images/logo-wajutsu.jpg') no-repeat right 50px;
  background-size: 200px 22px;
  opacity:0.9;
  z-index: 999;
  border-bottom: 1px solid blueviolet;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  text-align: center;
  font: 600 48px/60px 'Open Sans', sans-serif;
}
.header_1.indent_1 {
  padding-bottom: 56px;
}
.header_1.indent_2 {
  padding-bottom: 34px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header_1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .header_1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.header_2 {
  font: 600 36px/30px 'Open Sans', sans-serif;
}
.header_20 {
  font: 600 36px/30px 'Open Sans', sans-serif;
  text-align: center;
}
.header_2.indent_1 {
  padding-bottom: 30px;
}
.header_2.indent_2 {
  padding-bottom: 32px;
}
.header_2.indent_3 {
  padding-bottom: 81px;
}
.header_2.indent_4 {
  padding-bottom: 43px;
}
.header_2.indent_5 {
  padding-bottom: 41px;
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-top: 24px;
}
.wrap_2 {
  padding-top: 71px;
}
.wrap_3 {
  padding-bottom: 34px;
}
.wrap_4 {
  padding-bottom: 53px;
}
.wrap_5 {
  padding-bottom: 95px;
}
.wrap_6 {
  padding-bottom: 120px;
}
.wrap_7 {
  padding-top: 82px;
}
.wrap_8 {
  padding-bottom: 48px;
}
.wrap_9 {
  padding-top: 104px;
}
.wrap_10 {
  padding-bottom: 44px;
}
.wrap_11 {
  padding-top: 20px;
}
.wrap_12 {
  padding-bottom: 20px;
}
.wrap_13 {
  padding-top: 42px;
}
.wrap_14 {
  padding-top: 91px;
}
.wrap_15 {
  padding-bottom: 118px;
}
.wrap_16 {
  padding-top: 32px;
}
.wrap_17 {
  padding-top: 50px;
}
.wrap_18 {
  padding-top: 117px;
}
.wrap_19 {
  padding-bottom: 115px;
}
.wrap_20 {
  padding-bottom: 46px;
}
@media (max-width: 767px) {
  .wrap_11,
  .wrap_14,
  .wrap_9,
  .wrap_1,
  .wrap_18 {
    padding-top: 50px;
  }
  .wrap_12,
  .wrap_15,
  .wrap_5,
  .wrap_19 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .img-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .img-wrap {
    margin-top: 30px;
  }
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  font: 400 30px/30px 'Marvel', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: #000000;
  background: #f1f045;

}

.btn_11 {
  display: inline-block;
  font: 400 30px/30px 'Marvel', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: #000000;
  background: #f1f045;
  opacity: 0.6;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.btn_blueviolet {
  display: inline-block;
  font: 400 30px/30px 'Marvel', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: white;
  background: blueviolet;
  opacity: 0.6;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.btn_11x {
  display: inline-block;
  font: 400 30px/30px 'Marvel', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: #fff;
  background: red;/*#f1f045*/
  opacity: 0.7;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.btn_1:hover {
  color: #ffffff;
  background: blueviolet;
  text-decoration: none;
}

.btn_2 {
  display: inline-block;
  padding: 4px 20px 3px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #413d3d;
  background: #f1f045;
  margin-top: 25px;
}
.btn_2:hover {
  color: #ffffff;
  background: blueviolet;
  text-decoration: none;
}
.btn_3 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #413d3d;
  background: #f1f045;
}
.btn_3:hover {
  color: #ffffff;
  background: blueviolet;
  text-decoration: none;
}
.btn_4 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #fff;
  background: green;
}
.btn_4:hover {
  color: #ffffff;
  background: blueviolet;
  text-decoration: none;
}
.btn_5 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #fff;
  background: red;
}
.btn_5:hover {
  color: #ffffff;
  background: blueviolet;
  text-decoration: none;
}
.ui-widget-content a.btn_6 {
  margin: 10%;
  display: inline-block;
  text-align: center;
  padding: 4px 34px 3px 33px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #fff;
  background: #555;
}
.ui-widget-content .btn_6:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.ui-widget-content a.btn_7 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #fff;
  background: #555;
}
.ui-widget-content .btn_7:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
/*============  Images  =============*/
.img_1 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_1 + .img_1 {
  margin-left: 29px;
}
@media (max-width: 1199px) {
  .img_1 {
    float: none;
  }
  .img_1 + .img_1 {
    margin-left: 0;
  }
}
.img_2 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_2 + .img_2 {
  margin-left: 30px;
}
.img_2:first-child + .img_2 + .img_2 + .img_2 {
  margin-left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .img_2 {
    width: 140px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .img_2 {
    width: 108px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .img_2 {
    float: none;
  }
  .img_2 + .img_2 {
    margin-left: 0;
  }
}

/*============  Boxes  =============*/
.box_1 {
  text-align: center;
  padding-bottom: 30px;
  padding-left:10px;
}

.box_1 [class^='icon_'] {
  display: inline-block;
  width: 117px;
  height: 117px;
  color: blueviolet;
  border: 2px solid blueviolet;
  text-align: center;
  border-radius: 100px;
  background: white;
  margin-bottom: 10px;
}

.box_1 [class^='icon_']:hover {
  display: inline-block;
  width: 117px;
  height: 117px;
  color: white;
  border: 2px solid white;
  text-align: center;
  border-radius: 100px;
  background: blueviolet;
  margin-bottom: 10px;
}


.box_1 .icon_1:before {
  content: '\f073';
  font: bold 48px/117px 'FontAwesome';
}
.box_1 .icon_1bushido:before {
  content: url('../images/texte10.png');
}
.box_1 .icon_1bushido:hover:before {
  content: url('../images/texte10-plus.png');
}
.box_1 .icon_2:before {
  content: '\f123';
  font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_3:before {
  content: '\f1ae';
  font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_3:hover {
  content: '\f1ae';
  font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_4:before {
  content: '\f128';
  font: 700 48px/117px 'FontAwesome';
}
.box_1 .icon_5 {
  content: url('../images/logo9.png');
}
.box_1 .icon_6 {
  content: '\f0c9';
  font: 700 48px/117px 'FontAwesome';
}
fa-navicon
.box_1 [class^='icon_'] + .text_2 {
  padding-top: 22px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 {
  padding-top: 16px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 + .btn_2 {
  margin-top: 41px;
}
.box_2 {
  padding: 36px 15px 42px 62px;
  border: 3px solid #bc0000;
  border-radius: 13em/3em;
}
.box_2 .put-left {
  margin: 63px 10px 57px 0px;
}
.box_2 .text_2 + .text_3 {
  padding-top: 13px;
}
.box_2 .text_3 + .btn_2 {
  margin-top: 41px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_2 {
    padding: 26px 5px 32px 52px;
  }
  .box_2 .put-left {
    margin: 53px 67px 47px 0;
  }
}
@media (max-width: 979px) {
  .box_2 {
    padding: 20px 40px 40px;
    text-align: center;
  }
  .box_2 .put-left {
    float: none;
    text-align: center;
    margin: 0 0 30px;
  }
}
.box_3 {
  text-align: center;
}
.box_4 .text_5 + .btn_2 {
  margin-top: 40px;
}
.box_4 .text_5 + .row {
  padding-top: 31px;
}
.box_4 .row + .btn_3 {
  margin-top: 46px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box_4 .grid_2 {
    width: 170px;
  }
}
.box_5 {
  position: relative;
  padding-top: 8px;
  padding-left: 65px;
}
.pied_de_page_centre{text-align: center;background-color: blueviolet;}
.box_5:before {
  content: attr(data-index);
  position: absolute;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  background: blueviolet;
  font: 700 36px/48px 'Open Sans', sans-serif;
}
.box_5 .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .put-left {
  margin-top: 6px;
  margin-right: 30px;
}
.box_6 .put-left .caption {
  position: relative;
  display: inline-block;
}
.box_6 .put-left .text_2 {
  position: absolute;
  bottom: 0;
  left: 12%;
  width: 88%;
  text-align: center;
  background: rgba(0, 0, 0, 0.43);
  padding: 8px 0 14px;
}
.box_6 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .caption .text_3 + .btn_2 {
  margin-top: 25px;
}
.box_6 + .box_6 {
  margin-top: 118px;
}
@media (max-width: 1199px) {
  .box_6 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box_6 .put-left img {
    width: 100%;
  }
}
.box_7 {
  padding-bottom: 117px;
}
.box_7 .img-wrap {
  text-align: center;
}
.box_7 .caption {
  padding-top: 35px;
}
.box_7 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_7 .caption .text_3 + .btn_2 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .box_7 {
    padding-bottom: 50px;
  }
}
/*============  Lists  =============*/
.list_1 {
  display: inline-block;
}
.list_1 li {
  float: left;
}
.list_1 li + li {
  margin-left: 17px;
}
.list_1 li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #bc0000;
  text-align: center;
  border-radius: 25px;
}
.list_1 li a:hover {
  background: blueviolet;
  text-decoration: none;
}
.list_1 li a.fa-twitter {
  font-size: 25px;
  line-height: 56px;
}
.list_1 li a.fa-twitter:before {
  padding-left: 1px;
}
.list_1 li a.fa-facebook {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-facebook:before {
  padding-left: 2px;
}
.list_1 li a.fa-google-plus {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-newspaper-o {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-google-plus:before {
  padding-left: 6px;
}
.list_1 li a.fa-pinterest {
  line-height: 50px;
  font-size: 30px;
}
.list_1 li a.fa-pinterest:before {
  padding-left: 1px;
}
.list_2 li {
  position: relative;
  padding-left: 31px;
}
.list_2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: blueviolet;
  border-radius: 5px;
}
.list_3 li {
  float: left;
}
.list_3 li img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list_3 li a:hover img {
  opacity: 0.5;
}
.list_3 li + li {
  margin-left: 26px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .list_3 img {
    width: 120px;
  }
  .list_3 li + li {
    margin-left: 12px;
  }
}
@media (max-width: 979px) {
  .list_3 {
    text-align: center;
  }
  .list_3 li {
    float: none;
    margin-bottom: 9px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .list_3 li:first-child + li + li + li {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list_3 li:first-child + li + li {
    margin-left: 0;
  }
  .list_3 li:first-child + li + li + li + li {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .list_3 li + li {
    margin-left: 0;
  }
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address .text_7 + .text_8 {
  padding-top: 22px;
}
/*============  Terms List =============*/
.terms-list {
  text-align: center;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 19px;
}
.terms-list p + p {
  padding-top: 12px;
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Info  =============*/
.info {
  padding: 10px 0 10px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #363535;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  text-decoration: none;
  color: blueviolet;
}
#toTop:active {
  background: transparent;
}/*
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
Core variables and mixins*/

a.newsletter{
  display:inline-block;
  width:100px;
  height:75px;
  background: url(../images/newsletter-3.png)no-repeat;
}
a.newsletter:hover{
  display:inline-block;
  width:100px;
  height:100px;
  background: url(../images/newsletter-hover2.png) 50% center no-repeat;
}
.infoBulle span{
    z-index: 1;
    position:absolute;
    margin-top:25px;
    color:black;
    background:#aaf;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius:3px;
    margin-right: 50px;
    transform:scale(0) rotate(-360deg);
    transition:all .55s;
}
.index-2{
  z-index: 2;
}
.infoBulle:hover span,.infoBulle:focus span{
    transform:scale(1) rotate(0); 
}

@media (max-width: 767px){
    .infoBulle:hover span,.infoBulle:focus span{
    transform:scale(1) rotate(0); 
    position:absolute;
    left:1px;
    /*max-width: 250px;*/
    overflow: hidden; /* Empêche le dépassement des flottants. */  
  }
  .text_9{
    font: 600 15px/15px "Volkhov",'Open Sans', sans-serif;
    text-align: center;
  }
}

[data-tip]:hover:before{
  content: attr(data-tip);
  position: absolute;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 10px;
  top: -38px;
  font-size: 14px;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
}

[data-tip]:hover:after {
  content: "";
  position: absolute;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 0;
  top: -10px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

#cookieChoiceInfo{
  position: fixed; 
  width: 100%; 
  margin: 0px; 
  left: 0px; 
  bottom: 0px; 
  padding: 10px; 
  z-index: 1040; 
  text-align: center; 
  color: rgb(255, 255, 255); 
  opacity: 0.9; 
  background-color: rgb(90, 90, 90);
  }
#cookieChoiceInfo a{
    border: 1px solid #dddddd;
    border-radius: 5px;
   /* padding-left: 5px;
    padding-right: 5px;*/
    padding: 4px 8px;
    line-height: 19px;
    text-decoration: none;
    background-color: #333333;
    color: white;
  }
#cookieChoiceDismiss{
  margin-left: 8px; 
  color: rgb(255, 255, 255); 
  font-size: 11px;
}
@media (max-width: 320px) {
  a.sponsor{
  left: 50%;
  font: inherit;
  color: blue;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none; background: none;
}
  .box_7.sponsors a img{
    text-align: center;
  }
  .box_7 {
    position: relative;
    padding-bottom: 50px;
  }
  img {
    max-width: 65%;
    height: auto;
    padding-top: 0px;
    padding-left: 60px;
    padding-bottom: 5%
  }
  .box_6 .put-left .text_2 {
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 66%;
    text-align: center;
    background: rgba(0, 0, 0, 0.43);
    padding: 1px 0 1px;
    font-size: 15px;
  }
  .text_2 {
    font: 300 24px/30px "Volkhov",'Open Sans', sans-serif; text-align: center;
  }
  .text_3 {
    font: 300 18px/24px "Arial","Georgia","Volkhov",'Open Sans', sans-serif;
  }
  .menuVerticalRight, .icon-menu{
    display:none;
  }

}