@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,700|family=PT+Sans);
/*General*/
/* line 4, sass/components/_general_styles.scss */
body {
  line-height: 1.2;
  font-size: 14px;
  color: #1d1d1b;
  font-family: 'Dosis',Arial,sans-serif;
  text-align: justify;
  background-attachment: fixed;
  background-color: #8BA4AA;
  background-image: url("images/bg_body.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 18, sass/components/_general_styles.scss */
#page, #footer-content {
  width: 984px;
  margin: 0 auto;
  padding: 0 80px;
}

/* line 24, sass/components/_general_styles.scss */
#page {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

/* line 30, sass/components/_general_styles.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 33, sass/components/_general_styles.scss */
a:hover, a:focus, a:active, a:visited {
  text-decoration: underline;
  color: inherit;
}

/* line 37, sass/components/_general_styles.scss */
.link a {
  color: #004d69;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
  text-decoration: none;
}

/* line 45, sass/components/_general_styles.scss */
.link a:hover,
.link a:focus {
  text-decoration: underline;
}

/* line 49, sass/components/_general_styles.scss */
.link a:before {
  content: '>>> ';
}

/* line 52, sass/components/_general_styles.scss */
.text-align-right {
  text-align: right;
}

/*Header*/
/* line 56, sass/components/_general_styles.scss */
#masthead {
  position: relative;
}
/* line 58, sass/components/_general_styles.scss */
#masthead .bdd-access {
  right: 0px;
  top: 10px;
  position: absolute;
}
/* line 62, sass/components/_general_styles.scss */
#masthead .bdd-access img:hover {
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
/* line 69, sass/components/_general_styles.scss */
#masthead .bdd-access img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 78, sass/components/_general_styles.scss */
.site-branding {
	text-align: center;
	position: relative;
	background-image: url(../styles/bedge_grunge.png);
	visibility: visible;
}
/* line 80, sass/components/_general_styles.scss */
.site-branding .logo-img {
	/*top: -160px;
	z-index: 50;*/
	alignment-adjust: central;
	background-image: url(../styles/bedge_grunge.png);
}
/* line 87, sass/components/_general_styles.scss */
.site-branding .site-titleTBO {
	font-family: 'PT Sans', sans-serif;
	font-size: 34px;
	position: relative;
	width: 440px;
  /*&:after {
      content: '';
      display: block;
      top: -156px;
      position: absolute;
      background: url("images/ffkda_logo.png") no-repeat 0px 0px;
      height: 170px;
      width: 275px;
      left: 50%;
      margin-left: -115px;
      z-index: 5;
  }*/
}
/* line 106, sass/components/_general_styles.scss */
.site-branding .site-titleTBO span {
  position: relative;
  display: block;
  background-image: url(../styles/bedge_grunge.png);
}
/* line 109, sass/components/_general_styles.scss */
.site-branding .site-titleTBO span:before {
  content: '';
  background-color: #00607c;
  background: -moz-linear-gradient(0deg, #00607c 40%, #1e3338);
  background: -webkit-linear-gradient(0deg, #00607c 40%, #1e3338);
  background: -ms-linear-gradient(0deg, #00607c 40%, #1e3338);
  background: -o-linear-gradient(0deg, #00607c 40%, #1e3338);
  background: linear-gradient(90deg, #00607c 40%, #1e3338);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 3;
  border: 1px solid #5EC8C3;
  -moz-box-shadow: 0 0 0 3px #0984AE;
  -webkit-box-shadow: 0 0 0 3px #0984AE;
  box-shadow: 0 0 0 3px #0984AE;
}
/* line 134, sass/components/_general_styles.scss */
.site-branding .site-titleTBO span:after {
  content: '';
  background: #00d2ff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  display: block;
  left: 0;
  right: -5px;
  bottom: -8px;
  top: 10px;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
/* line 151, sass/components/_general_styles.scss */
.site-branding .site-titleTBO a:link, .site-branding .site-titleTBO a:visited {
  color: #FFF;
  padding: 6px 15px 4px;
  display: block;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
}
/* line 160, sass/components/_general_styles.scss */
.site-branding .site-titleTBO a:link:hover, .site-branding .site-titleTBO a:visited:hover {
	text-decoration: none;
	font-family: inherit;
	font-size: 36px;
}

/* line 167, sass/components/_general_styles.scss */
.site-description {
  display: none;
}

/* line 171, sass/components/_general_styles.scss */
body h1.entry-titleTBO {
  font-size: 58px;
  font-weight: normal;
  text-align: left;
}

/* line 176, sass/components/_general_styles.scss */
body h1.entry-titleTBO:first-line {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* line 182, sass/components/_general_styles.scss */
.entry-supheader .titleTBO,
.entry-supheader .subtitleTBO {
  margin: 0;
}

/* line 186, sass/components/_general_styles.scss */
.entry-supheader .subtitleTBO {
  display: inline-block;
}

/* line 189, sass/components/_general_styles.scss */
.entry-header {
  margin-bottom: 20px;
}

/* line 192, sass/components/_general_styles.scss */
h1.entry-titleTBO {
  text-transform: uppercase;
}

/* line 197, sass/components/_general_styles.scss */
.entry-content {
  color: #000 !important;
  line-height: 1.2;
  font-size: 17px;
}

/* line 202, sass/components/_general_styles.scss */
.entry-content p {
  margin-bottom: 1em;
}

/* line 206, sass/components/_general_styles.scss */
.entry-content a {
  text-decoration: underline;
}
/* line 208, sass/components/_general_styles.scss */
.entry-content a:hover {
  text-decoration: none;
}

/* line 213, sass/components/_general_styles.scss */
#page-documents h2TBO, h2.news-section-title-first, .entry-content > h2TBO {
  padding-left: 35px;
  background: url("images/bg_h2.png") 0 0 no-repeat;
  color: #004C68;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}

/*Content*/
/* line 224, sass/components/_general_styles.scss */
#primary {
  width: 604px;
  float: left;
}

/* line 228, sass/components/_general_styles.scss */
#secondary {
  width: 192px;
  float: right;
}

/* line 233, sass/components/_general_styles.scss */
.link a, .entry-content .link a {
  color: #004D69;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
  text-decoration: none;
}

/* line 241, sass/components/_general_styles.scss */
.link a:before {
  content: '>>> ';
}

/*Widget*/
/* line 245, sass/components/_general_styles.scss */
#secondary .widget {
  /*border: #004C68 double 4px;*/
  border-width: 0 4px 0;
  margin-bottom: 36px;
  position: relative;
  padding: 0 9px 9px;
  color: #004C68;
  font-size: 12px;
  text-align: left;
  line-height: 1.1;
}

/* line 256, sass/components/_general_styles.scss */
#secondary .widget {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #EEE;
}

/* line 262, sass/components/_general_styles.scss */
#secondary .widget .titleTBO {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 269, sass/components/_general_styles.scss */
#secondary .event-home-list .event-element {
  position: relative;
  margin-bottom: 17px;
  border-bottom: 4px double #9C9C9C;
  padding-bottom: 12px;
}
/* line 274, sass/components/_general_styles.scss */
#secondary .event-home-list .event-element + .event-element .date {
  -moz-box-shadow: -7px -7px 0px #EEE;
  -webkit-box-shadow: -7px -7px 0px #EEE;
  box-shadow: -7px -7px 0px #EEE;
}
/* line 278, sass/components/_general_styles.scss */
#secondary .event-home-list .titleTBO {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  width: 135px;
}
/* line 284, sass/components/_general_styles.scss */
#secondary .event-home-list .date {
  text-align: center;
  position: absolute;
  right: -2px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #9C9C9C;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #00d2ff;
  padding: 0px 6px;
  top: -6px;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 300, sass/components/_general_styles.scss */
#secondary .event-home-list .date:hover {
  text-decoration: none;
  background-color: #035B75;
  color: #fff;
}
/* line 305, sass/components/_general_styles.scss */
#secondary .event-home-list .date span, #secondary .event-home-list .date a {
  display: block;
  line-height: 1;
}
/* line 310, sass/components/_general_styles.scss */
#secondary .event-home-list .date span {
  font-weight: normal;
  font-size: 13px;
  color: #9C9C9C;
}
/* line 315, sass/components/_general_styles.scss */
#secondary .event-home-list .date a:hover {
  text-decoration: none;
  color: #fff;
}

/*Partners*/
/* line 327, sass/components/_general_styles.scss */
.partners-home-list .partners-promoted {
  height: 70px;
  width: 173px;
  border: 1px solid #9C9C9C;
  margin-bottom: 6px;
}
/* line 333, sass/components/_general_styles.scss */
.partners-home-list .partners-list {
  height: 33px;
  width: 33px;
  float: left;
  border: 1px solid #9C9C9C;
  margin: 0 1px;
}
/* line 339, sass/components/_general_styles.scss */
.partners-home-list .partners-list.active {
  border: 1px solid #00D2FF;
}
/* line 343, sass/components/_general_styles.scss */
.partners-home-list .partners-list0 {
  margin: 0 1px 0 0;
}
/* line 346, sass/components/_general_styles.scss */
.partners-home-list .partners-list4 {
  margin: 0 0 0 1px;
}
/* line 349, sass/components/_general_styles.scss */
.partners-home-list .link a {
  margin-top: 6px;
}

/*#secondary .WP_Mailjet_Subscribe_Widget {
    background-color: #00607c;
    background: -moz-linear-gradient(0deg, #00607c 40%, #1e3338);
    background: -webkit-linear-gradient(0deg, #00607c 40%, #1e3338);
    background: -ms-linear-gradient(0deg, #00607c 40%, #1e3338);
    background: -o-linear-gradient(0deg, #00607c 40%, #1e3338);
    background: linear-gradient(90deg, #00607c 40%, #1e3338);
    margin-bottom: 31px;
    border: none !important;
    padding: 16px 7px 7px;
    position: relative;
}
#secondary .WP_Mailjet_Subscribe_Widget:before {
    content: '';
    border: transparent solid 1px;
    border-width: 22px 0 0 160px;
    border-top-color: #5df8fa;
    position: absolute;
    top: 0;
    right: 0;
}
#secondary .WP_Mailjet_Subscribe_Widget:after {
    content: none;
}*/
/* line 379, sass/components/_general_styles.scss */
.widget {
  margin: 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.widget:after {
  content: "";
  display: table;
  clear: both;
}

/* line 383, sass/components/_general_styles.scss */
#secondary .widget .widget-titleTBO {
  background: #035b75;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 11px 9px;
  position: relative;
  margin: 0 -9px 23px;
  text-align: left;
  color: #FFF;
}

/* line 394, sass/components/_general_styles.scss */
#secondary .widget .widget-titleTBO:before {
  content: '';
  border: transparent solid 1px;
  border-width: 13px 0 0 192px;
  border-top-color: #00d2ff;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  left: 0;
  margin: 0;
  display: block;
}

/* line 410, sass/components/_general_styles.scss */
#secondary .widget .widget-titleTBO:after {
  content: '';
  border: transparent solid 1px;
  border-width: 13px 0 0 192px;
  border-top-color: #57f2f4;
  border-top-color: #035b75;
  position: absolute;
  bottom: -13px;
  right: 0;
  background: none;
  left: 0;
  margin: 0;
  display: block;
}

/* line 426, sass/components/_general_styles.scss */
#secondary .widget_search .widget-titleTBO {
  padding: 20px 11px 45px;
}
/* line 429, sass/components/_general_styles.scss */
#secondary .widget_search .search-form {
  position: absolute;
  bottom: 40px;
  z-index: 5;
}
/* line 433, sass/components/_general_styles.scss */
#secondary .widget_search .search-form:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 18px;
  top: 6px;
  z-index: 7;
}
/* line 442, sass/components/_general_styles.scss */
#secondary .widget_search .search-field {
  width: 91%;
}
/* line 445, sass/components/_general_styles.scss */
#secondary .widget_search .search-submit {
  display: block;
  content: "\f002";
  position: absolute;
  right: 16px;
  text-indent: -9999px;
  background: none;
  border: 0;
  border-left: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  top: 2px;
  z-index: 10;
}

/*#secondary .WP_Mailjet_Subscribe_Widget .widget-title {
    font-size: 12px;
    font-weight: normal;
    background: none !important;
    padding: 0 0 0;
    margin: 0 0 7px;
    color: #fff !important;
}
#secondary .WP_Mailjet_Subscribe_Widget .widget-title:before,
#secondary .WP_Mailjet_Subscribe_Widget .widget-title:after {
    content: none;
    display: none;
}*/
/* line 477, sass/components/_general_styles.scss */
.video-home-list .content-img {
  position: relative;
}
/* line 480, sass/components/_general_styles.scss */
.video-home-list .titleTBO {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.44);
  color: #FFF;
  padding: 2px 4px;
  text-transform: uppercase;
}
/* line 490, sass/components/_general_styles.scss */
.video-home-list .video-container {
  background-color: #EEE;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 42px;
  left: 67px;
  border-radius: 80px;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 501, sass/components/_general_styles.scss */
.video-home-list .video-container:after {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 13px;
  font-size: 19px;
  color: #000;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 512, sass/components/_general_styles.scss */
.video-home-list .video-container:hover {
  background-color: #035B75;
}
/* line 515, sass/components/_general_styles.scss */
.video-home-list .video-container:hover:after {
  color: #fff;
}
/* line 519, sass/components/_general_styles.scss */
.video-home-list .video-list {
  margin-top: 8px;
  float: left;
  width: 82px;
  height: 82px;
  background: #eee;
}
/* line 525, sass/components/_general_styles.scss */
.video-home-list .video-list .video-container {
  width: 25px;
  height: 25px;
  bottom: 41px;
  left: 27px;
}
/* line 533, sass/components/_general_styles.scss */
.video-home-list .video-list .video-container:after {
  left: 9px;
  top: 7px;
  font-size: 12px;
}
/* line 541, sass/components/_general_styles.scss */
.video-home-list .video-list0, .video-home-list .video-list2 {
  margin-right: 8px;
}
/* line 544, sass/components/_general_styles.scss */
.video-home-list .ffkda-tv {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}

/* line 554, sass/components/_general_styles.scss */
.home .news-wrapper {
  clear: both;
  margin-bottom: 33px;
}
/* line 557, sass/components/_general_styles.scss */
.home .news-wrapper .link {
  margin: 7px 0;
  text-align: right;
  clear: both;
}
/* line 562, sass/components/_general_styles.scss */
.home .news-wrapper .content-img.align-left {
  float: left;
  margin: 3px 15px 20px 0;
}
/* line 566, sass/components/_general_styles.scss */
.home .news-wrapper .content-img.align-right {
  float: right;
  margin: 3px 0 20px 15px;
}
/* line 571, sass/components/_general_styles.scss */
.home .news-wrapper .title {
  background: #004C68;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #004C68), color-stop(50%, #004C68), color-stop(100%, #182629));
  background-image: -webkit-linear-gradient(left, #004C68, #004C68, #182629);
  background-image: -moz-linear-gradient(left, #004c68, #004c68, #182629);
  background-image: -o-linear-gradient(left, #004c68, #004c68, #182629);
  background-image: linear-gradient(to right, #004c68, #004c68, #182629);
  color: #FFF;
  font-size: 18px;
  padding: 4px 8px;
  border-bottom: 8px solid #00d2ff;
}
/* line 581, sass/components/_general_styles.scss */
.home .news-wrapper .title .actu-date {
  float: right;
  font-size: 13px;
  margin-top: 5px;
  color: #00d2ff;
  text-transform: capitalize;
}
/* line 591, sass/components/_general_styles.scss */
.home .news-wrapper .subtitle {
  padding: 12px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 600, sass/components/_general_styles.scss */
.logo-ligue {
  position: absolute;
  right: 10px;
  top: 46px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 9px #565656;
  -webkit-box-shadow: 1px 1px 9px #565656;
  box-shadow: 1px 1px 9px #565656;
}

/* line 609, sass/components/_general_styles.scss */
#black-studio-tinymce-1 h2 {
  font-weight: 600;
  width: 110px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 615, sass/components/_general_styles.scss */
.widget_black_studio_tinymce a {
  text-decoration: underline;
  color: #00d2ff;
}

/*Menu*/
/* line 620, sass/components/_general_styles.scss */
#menu-menu-principal {
  padding: 0 0 25px 0;
  display: block;
  font-size: 0;
}
/* line 624, sass/components/_general_styles.scss */
#menu-menu-principal li {
  display: table;
  float: left;
  text-align: center;
  width: 103px;
  border-top-width: 10px;
  border-top-style: solid;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 633, sass/components/_general_styles.scss */
#menu-menu-principal li a {
  color: #1D1D1B;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 0;
  height: 42px;
  font-weight: 600;
}
/* line 643, sass/components/_general_styles.scss */
#menu-menu-principal li a:hover {
  text-decoration: underline;
}
/* line 647, sass/components/_general_styles.scss */
#menu-menu-principal li:last-child {
  border-right: none;
}
/* line 650, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(1) {
  border-top-color: #004D69;
}
/* line 653, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(2) {
  border-top-color: #B8D654;
}
/* line 656, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(3) {
  border-top-color: #12775A;
}
/* line 659, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(4) {
  border-top-color: #F85542;
}
/* line 662, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(5) {
  border-top-color: #C50000;
}
/* line 665, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(6) {
  border-top-color: #62363B;
}
/* line 668, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(7) {
  border-top-color: #008593;
}
/* line 671, sass/components/_general_styles.scss */
#menu-menu-principal li:nth-child(8) {
  border-top-color: #9D8030;
}
/* line 675, sass/components/_general_styles.scss */
#menu-menu-principal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  width: 100%;
  height: 1.5px;
  background: #004C68;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGM2OCIvPjxzdG9wIG9mZnNldD0iMTQuMjg1NzElIiBzdG9wLWNvbG9yPSIjYjhkNjU0Ii8+PHN0b3Agb2Zmc2V0PSIyOC41NzE0MyUiIHN0b3AtY29sb3I9IiMxMjc3NWEiLz48c3RvcCBvZmZzZXQ9IjQyLjg1NzE0JSIgc3RvcC1jb2xvcj0iI2Y4NTU0MiIvPjxzdG9wIG9mZnNldD0iNTcuMTQyODYlIiBzdG9wLWNvbG9yPSIjYzUwMDAwIi8+PHN0b3Agb2Zmc2V0PSI3MS40Mjg1NyUiIHN0b3AtY29sb3I9IiM2MjM2M2IiLz48c3RvcCBvZmZzZXQ9Ijg1LjcxNDI5JSIgc3RvcC1jb2xvcj0iIzAwODU5MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlkODAzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #004c68), color-stop(14.28571%, #b8d654), color-stop(28.57143%, #12775a), color-stop(42.85714%, #f85542), color-stop(57.14286%, #c50000), color-stop(71.42857%, #62363b), color-stop(85.71429%, #008593), color-stop(100%, #9d8030));
  background-image: -moz-linear-gradient(left, #004c68, #b8d654, #12775a, #f85542, #c50000, #62363b, #008593, #9d8030);
  background-image: -webkit-linear-gradient(left, #004c68, #b8d654, #12775a, #f85542, #c50000, #62363b, #008593, #9d8030);
  background-image: linear-gradient(to right, #004c68, #b8d654, #12775a, #f85542, #c50000, #62363b, #008593, #9d8030);
  top: 0px;
}

/* line 688, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal li:hover ul {
  display: block;
}
/* line 691, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal li:hover a {
  color: #fff;
  text-decoration: none;
}
/* line 695, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal ul {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 42px;
  left: -999em;
  z-index: 99999;
  background-color: #FFF;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 706, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal ul li {
  border-top-width: 0 !important;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 710, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal ul li a {
  text-transform: none;
  text-align: left;
  display: block;
  height: auto;
  padding: 5px 4px;
  color: #fff;
  font-weight: normal;
}
/* line 718, sass/components/_general_styles.scss */
.main-navigation ul#menu-menu-principal ul li a:hover {
  background-color: #fff;
  color: #000;
}

/* Pagination */
/* line 728, sass/components/_general_styles.scss */
.pagination-page-wrapper {
  margin: 23px 0 30px;
  text-align: center;
  padding: 0 200px;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  font-weight: normal;
  clear: both;
}
/* line 740, sass/components/_general_styles.scss */
.pagination-page-wrapper ul {
  margin: 0;
  padding: 0;
}
/* line 744, sass/components/_general_styles.scss */
.pagination-page-wrapper ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 750, sass/components/_general_styles.scss */
.pagination-page-wrapper ul li:before {
  content: ' - ';
}
/* line 753, sass/components/_general_styles.scss */
.pagination-page-wrapper ul li:first-child:before {
  content: none;
}
/* line 756, sass/components/_general_styles.scss */
.pagination-page-wrapper > .next a, .pagination-page-wrapper > .prev a {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
}
/* line 765, sass/components/_general_styles.scss */
.pagination-page-wrapper > .prev a {
  right: auto;
  left: 0;
}
/* line 769, sass/components/_general_styles.scss */
.pagination-page-wrapper > .next a:after {
  content: ' >>';
  display: inline-block;
  margin-left: 10px;
}
/* line 774, sass/components/_general_styles.scss */
.pagination-page-wrapper > .prev a:before {
  content: '<< ';
  display: inline-block;
  margin-right: 10px;
}

/*Footer*/
/* line 782, sass/components/_general_styles.scss */
.site-footer {
  background-color: #00607c;
  text-align: center;
}
/* line 786, sass/components/_general_styles.scss */
.site-footer ul#menu-footer {
  margin: 22px 0 38px 0;
  height: auto;
  min-height: 0;
  padding: 18px 0 14px;
  text-align: center;
  border-bottom: 2px dotted #fff;
  border-top: 2px dotted #fff;
  clear: both;
}
/* line 795, sass/components/_general_styles.scss */
.site-footer ul#menu-footer li {
  list-style: none;
  margin: 0 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 802, sass/components/_general_styles.scss */
.site-footer ul#menu-footer li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
}
/* line 812, sass/components/_general_styles.scss */
.site-footer a#logo-footer {
  margin: 0 0 90px 0;
  display: block;
}

/*Smooth Slider*/
/* line 819, sass/components/_general_styles.scss */
.smooth_slider {
  height: 392px !important;
  padding: 0 !important;
}
/* line 822, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri {
  height: 392px !important;
  /*span {
      position: absolute;
      bottom: 50px;
      right: -80px;
      padding-right: 100px;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: white;
      background-color: rgba(white, 0.8);
      width: 380px;
      height: 90px;
      margin: 0;
      overflow: visible;
      font-size: 12px !important;
      color: $blue !important;
      &::first-word {
          @include weight(semilight);
          font-size: 25px;
      }*/
    /*&:before {
        content: "";
        position: absolute;
        top: 0;
        left: -40px;
        overflow: hidden;
        border-style: solid;
        border-width: 0 0 90px 40px;
        border-color: transparent;
        border-bottom-color: white;
        border-bottom-color: rgba(white, 0.8);
    }
}*/
}
/* line 824, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri a {
  display: block;
}
/* line 827, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri h2 {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(229, 229, 229, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00e5e5e5',GradientType=1 );
  position: absolute;
  bottom: 4px;
  left: 0px;
  right: 0px;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin: 0 !important;
  height: 150px;
}
/* line 844, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri h2:before {
  content: "Actualités";
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.1px;
}
/* line 853, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri h2:after {
  /*   content: "";
     position: absolute;
     top: 0;
     right: -40px;
     overflow: hidden;
     border-style: solid;
     border-width: 90px 40px 0 0;
     border-color: transparent;
     border-top-color: $blue;
     border-top-color: rgba($blue, 0.8);*/
}
/* line 865, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri h2 a {
  font-size: 32px !important;
  font-family: "Dosis", Arial, sans-serif;
  color: white !important;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 873, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri h2 a:first-line {
  font-weight: 300;
}
/* line 911, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri .smooth_more {
  display: none;
}

/* line 917, sass/components/_general_styles.scss */
body .smooth_slider .smooth_nav {
  position: absolute;
  width: 230px;
  bottom: 38px;
  left: 50%;
  margin: 0 0 0 -115px;
  text-align: center;
  z-index: 20;
}

/* line 926, sass/components/_general_styles.scss */
body .smooth_slider .smooth_nav a.smooth_slider_nnav {
  display: inline-block;
  height: 13px;
  width: 13px;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  background: none;
  border: #fff solid 1px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}

/* line 939, sass/components/_general_styles.scss */
body .smooth_slider .smooth_nav a.smooth_slider_nnav.activeSlide,
body .smooth_slider .smooth_nav a.smooth_slider_nnav:hover,
body .smooth_slider .smooth_nav a.smooth_slider_nnav:focus {
  background: #fff;
}

/* line 944, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri span {
  background-color: rgba(240, 239, 238, 0.9);
}

/* line 947, sass/components/_general_styles.scss */
.smooth_slider .smooth_slideri span:before {
  border-bottom-color: rgba(240, 239, 238, 0.9);
}

/*Calendrier*/
/* line 952, sass/components/_general_styles.scss */
.page-template-page-calendrier-php #primary {
  float: none;
  width: auto;
}

/* line 956, sass/components/_general_styles.scss */
.page-template-page-calendrier-php .entry-header {
  margin-bottom: 10px;
}

/* line 959, sass/components/_general_styles.scss */
.page-template-page-calendrier-php h1.entry-title,
.page-template-page-calendrier-php h1.entry-title:first-line {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 965, sass/components/_general_styles.scss */
.saison-list,
.category-list {
  margin: 0;
  padding: 7px 0 7px 44px;
  position: relative;
  background: url("images/txt_saisons.png") 0 center no-repeat;
}

/* line 972, sass/components/_general_styles.scss */
.saison-list:before,
.saison-list:after,
.category-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0db0a4;
  background: -moz-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -webkit-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -ms-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -o-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: linear-gradient(90deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
}

/* line 988, sass/components/_general_styles.scss */
.saison-list:after,
.category-list:after {
  top: auto;
  bottom: 0;
}

/* line 993, sass/components/_general_styles.scss */
.saison-list li,
.category-list li {
  display: inline-block;
  font-size: 24px;
  list-style: none;
  margin-right: 5px;
  text-transform: uppercase;
}

/* line 1001, sass/components/_general_styles.scss */
.saison-list li a.active {
  color: #004c68;
  font-weight: bold;
}

/* line 1005, sass/components/_general_styles.scss */
.category-list li a.active {
  font-weight: bold;
}

/* line 1008, sass/components/_general_styles.scss */
.saison-list li a,
.category-list li a {
  text-decoration: none;
}

/* line 1012, sass/components/_general_styles.scss */
.saison-list li a:hover,
.category-list li a:hover {
  text-decoration: underline;
}

/* line 1016, sass/components/_general_styles.scss */
.saison-list li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* line 1026, sass/components/_general_styles.scss */
.saison-list li:first-child:before,
.category-list li:first-child:before {
  content: none;
}

/* line 1031, sass/components/_general_styles.scss */
.category-list {
  padding-top: 5px;
  background-image: url("images/txt_cat.png");
  margin-bottom: 10px;
}

/* line 1036, sass/components/_general_styles.scss */
.category-list li {
  padding-left: 21px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

/* line 1041, sass/components/_general_styles.scss */
.category-list li:after {
  content: '\00a0/';
  display: inline-block;
  margin-right: 5px;
}

/* line 1046, sass/components/_general_styles.scss */
.category-list li:last-child:after {
  content: '';
}

/* line 1049, sass/components/_general_styles.scss */
.category-list li.all {
  padding-left: 0;
}

/* line 1052, sass/components/_general_styles.scss */
.category-list li.technique {
  background-image: url("images/picto_technique.png");
}

/* line 1053, sass/components/_general_styles.scss */
.category-list li.international {
  background-image: url("images/picto_international.png");
}

/* line 1054, sass/components/_general_styles.scss */
.category-list li.competitions {
  background-image: url("images/picto_competitions.png");
}

/* line 1055, sass/components/_general_styles.scss */
.category-list li.examens {
  background-image: url("images/picto_examens.png");
}

/* line 1057, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table {
  margin: 57px 0;
  border-collapse: collapse;
}

/* line 1062, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table tbody {
  background: url("images/bg_table_cal.png") right top repeat-y;
  display: table;
  width: 100%;
}

/* line 1067, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table thead {
  display: table;
  width: 100%;
}

/* line 1071, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  width: 52px;
}

/* line 1076, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .visible,
.page-template-page-calendrier-php table .hidden {
  width: 14px;
  height: 14px;
  background: url("images/picto_visible.png") -1px 0 no-repeat;
  display: inline-block;
  box-shadow: 0 0 0px 0px transparent;
  transition: box-shadow 100ms ease-in-out;
  border-radius: 50%;
}

/* line 1086, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .visible:hover {
  box-shadow: 0 0 5px 2px #7ffa22;
}

/* line 1089, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .hidden {
  background-image: url("images/picto_invisible.png");
}

/* line 1092, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td {
  text-align: center;
  padding: 10px;
}

/* line 1096, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td .title {
  width: 426px;
  text-align: left;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1104, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td .term-location,
.page-template-page-calendrier-php table td .resume {
  width: 426px;
  text-align: left;
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 12px;
  color: #004c68;
}

/* line 1113, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td .resume {
  color: #000;
}

/* line 1116, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(10) {
  width: 39px;
}

/* line 1117, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(9) {
  width: 41px;
  /*background: lightgray;*/
}

/* line 1118, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(8) {
  width: 43px;
}

/* line 1119, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(7) {
  width: 46px;
  /*background: lightgray;*/
}

/* line 1120, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(6) {
  width: 44px;
}

/* line 1121, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(5) {
  width: 44px;
  /*background: lightgray;*/
}

/* line 1122, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td:nth-child(4) {
  width: 45px;
}

/* line 1124, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .month td {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
}

/* line 1131, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .month td span {
  background: #005f7b;
  color: #fff;
  display: inline-block;
  height: 30px;
  left: -80px;
  min-width: 303px;
  padding: 3px 5px 3px 116px;
  position: relative;
}

/* line 1141, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table .month td span:after {
  border-color: transparent transparent transparent #005f7b;
  border-style: solid;
  border-width: 0 0 30px 30px;
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
}

/* line 1150, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table td .date {
  color: #004c68;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
}

/* line 1156, sass/components/_general_styles.scss */
.page-template-page-calendrier-php td:first-child,
.page-template-page-calendrier-php table th:first-child {
  width: 27px;
  padding: 10px 0;
  text-align: left;
}

/* line 1163, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table th {
  padding: 4px 0 17px;
  font-size: 13px;
  font-weight: 300;
  color: #004c68;
  text-align: left;
}

/* line 1170, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table th:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10px 0;
  width: 52px;
}

/* line 1176, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table th:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  width: 450px;
  color: #000;
}

/* line 1184, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table th.table-title {
  position: relative;
  width: 301px;
}

/* line 1188, sass/components/_general_styles.scss */
.page-template-page-calendrier-php table th.table-title:after {
  content: '';
  position: absolute;
  height: 87px;
  left: 15px;
  bottom: 0;
  background: url("images/bg_table_cal_head_txt.png") 0 0 no-repeat;
  width: 347px;
}

/* line 1197, sass/components/_general_styles.scss */
div.table-legend {
  padding-left: 42px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 1202, sass/components/_general_styles.scss */
div.table-legend .true,
div.table-legend .false {
  width: 14px;
  height: 14px;
  background: url("images/picto_visible.png") -1px 0 no-repeat;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/* line 1211, sass/components/_general_styles.scss */
div.table-legend .false {
  background-image: url("images/picto_invisible.png");
  margin-left: 27px;
}

/* line 1216, sass/components/_general_styles.scss */
span.term-category {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  top: 4px;
}

/* line 1226, sass/components/_general_styles.scss */
span.term-examens {
  background-image: url("images/picto_examens.png");
}

/* line 1227, sass/components/_general_styles.scss */
span.term-technique {
  background-image: url("images/picto_technique.png");
}

/* line 1228, sass/components/_general_styles.scss */
span.term-competitions {
  background-image: url("images/picto_competitions.png");
}

/* line 1229, sass/components/_general_styles.scss */
span.term-international {
  background-image: url("images/picto_international.png");
}

/* line 1231, sass/components/_general_styles.scss */
.no-result {
  padding: 44px;
}

/* line 1234, sass/components/_general_styles.scss */
body table tr.table-info td {
  transition: all 200ms ease-in-out;
}

/* line 1237, sass/components/_general_styles.scss */
body table tr.table-info:hover td {
  background: rgba(74, 152, 175, 0.15);
  background: -moz-linear-gradient(rgba(74, 152, 175, 0.15), rgba(74, 152, 175, 0.05));
  background: -webkit-linear-gradient(rgba(74, 152, 175, 0.15), rgba(74, 152, 175, 0.05));
  background: -ms-linear-gradient(rgba(74, 152, 175, 0.15), rgba(74, 152, 175, 0.05));
  background: -o-linear-gradient(rgba(74, 152, 175, 0.15), rgba(74, 152, 175, 0.05));
  background: linear-gradient(rgba(74, 152, 175, 0.15), rgba(74, 152, 175, 0.05));
}

/*Galerie*/
/* line 1247, sass/components/_general_styles.scss */
.single-photos #page {
  padding-bottom: 50px;
}

/* line 1250, sass/components/_general_styles.scss */
.single-photos #content {
  background: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

/* line 1256, sass/components/_general_styles.scss */
.single-photos h1.entry-title {
  padding: 5px 25px;
  background-color: #f65334;
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

/* line 1265, sass/components/_general_styles.scss */
.single-photos h1.entry-title a:hover,
.single-photos h1.entry-title a:focus {
  text-decoration: none;
}

/* line 1269, sass/components/_general_styles.scss */
.single-photos h1.entry-title {
  background: -moz-linear-gradient(0deg, #f65334 40%, #8f2400);
  background: -webkit-linear-gradient(0deg, #f65334 40%, #8f2400);
  background: -ms-linear-gradient(0deg, #f65334 40%, #8f2400);
  background: -o-linear-gradient(0deg, #f65334 40%, #8f2400);
  background: linear-gradient(90deg, #f65334 40%, #8f2400);
}

/* line 1276, sass/components/_general_styles.scss */
.single-photos #content #primary {
  width: auto;
  float: none;
}

/* line 1280, sass/components/_general_styles.scss */
.single-photos h1.entry-title:first-line {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* line 1285, sass/components/_general_styles.scss */
.single-photos .entry-header {
  margin-bottom: 0;
}

/* line 1288, sass/components/_general_styles.scss */
.gallery-img-first .img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

/* line 1292, sass/components/_general_styles.scss */
.gallery-img-first .img img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1297, sass/components/_general_styles.scss */
.gallery-img-first .info {
  padding: 0 20px 10px;
  font-size: 14px;
}

/* line 1301, sass/components/_general_styles.scss */
.gallery-img-first .info
.gallery-img-first .info .title {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: normal;
}

/* line 1308, sass/components/_general_styles.scss */
.gallery-img-first .info .caption {
  font-size: 0.85em;
}

/* line 1311, sass/components/_general_styles.scss */
.gallery-img-list {
  padding-top: 28px;
  position: relative;
}

/* line 1315, sass/components/_general_styles.scss */
.gallery-img-list ul {
  padding: 0;
  margin: 0 11px;
  border-left: rgba(0, 95, 123, 0.25) solid 1px;
  border-right: rgba(0, 95, 123, 0.25) solid 1px;
  margin-bottom: 77px;
}

/* line 1322, sass/components/_general_styles.scss */
.gallery-img-list ul:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/* line 1325, sass/components/_general_styles.scss */
.gallery-img-list ul li {
  float: left;
  width: 244px;
  margin: 0 11px 20px;
  padding-bottom: 11px;
  position: relative;
  list-style: none;
  /*min-height: 181px;*/
}

/* line 1334, sass/components/_general_styles.scss */
.gallery-img-list ul li:nth-child(3n+1) {
  clear: left;
}

/* line 1337, sass/components/_general_styles.scss */
.gallery-img-list ul li:nth-child(3n+1):before {
  height: 1px;
  left: 0;
  top: -21px;
  background: #005f7b;
  width: 784px;
  opacity: 0.5;
  content: '';
  position: absolute;
}

/* line 1347, sass/components/_general_styles.scss */
.gallery-img-list ul li:first-child:before {
  content: none;
}

/* line 1350, sass/components/_general_styles.scss */
.gallery-img-list .img {
  margin-bottom: 5px;
}

/* line 1353, sass/components/_general_styles.scss */
.gallery-img-list .img img {
  display: block;
}

/* line 1356, sass/components/_general_styles.scss */
.gallery-img-list .info {
  font-size: 14px;
  padding: 0 11px;
}

/* line 1360, sass/components/_general_styles.scss */
.gallery-img-list .title {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
}

/* line 1365, sass/components/_general_styles.scss */
.gallery-link {
  padding: 4px 21px;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* line 1373, sass/components/_general_styles.scss */
.entry-content .gallery-link a {
  text-decoration: none;
}

/* line 1376, sass/components/_general_styles.scss */
.entry-content .gallery-link a:hover,
.entry-content .gallery-link a:focus {
  text-decoration: underline;
}

/* line 1380, sass/components/_general_styles.scss */
.gallery-link:before,
.gallery-link:after {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  background: #bed6dd;
  background: -moz-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -webkit-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -ms-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -o-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: linear-gradient(90deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
}

/* line 1395, sass/components/_general_styles.scss */
.gallery-link:after {
  top: auto;
  bottom: 0;
}

/* line 1400, sass/components/_general_styles.scss */
#_atssh {
  clip: rect(1px 1px 1px 1px);
}

/* line 1404, sass/components/_general_styles.scss */
.content-img-bottom-text {
  margin: 0;
  padding: 0;
}

/* line 1408, sass/components/_general_styles.scss */
.content-img-bottom-text:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/* line 1411, sass/components/_general_styles.scss */
.content-img-bottom-text li {
  float: left;
  list-style: none;
  background: #57f2f4;
  width: 200px;
  height: 343px;
  margin: 0 0 10px 10px;
}

/* line 1419, sass/components/_general_styles.scss */
.content-img-bottom-text li:first-child {
  margin-left: 0;
  clear: left;
}

/* line 1423, sass/components/_general_styles.scss */
.content-img-bottom-text li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

/* line 1427, sass/components/_general_styles.scss */
.img-copyright {
  background: #005c7a;
  color: #00fffc;
  padding: 4px 9px;
  text-align: right;
  font-size: 12px;
}

/* line 1435, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .entry-header {
  margin-bottom: 16px;
}

/* line 1438, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .entry-title {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 14px;
  position: relative;
}

/* line 1445, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .entry-title:first-line {
  font-weight: inherit;
  font-size: inherit;
  line-height: normal;
}

/* line 1450, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .entry-title:after {
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: #bed6dd;
  background: -moz-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -webkit-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -ms-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -o-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: linear-gradient(90deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
}

/* line 1464, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .subtitle {
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 17px;
  position: relative;
  font-weight: 300;
  color: #000;
}

/* line 1472, sass/components/_general_styles.scss */
.page-template-page-gallery-list-php .subtitle:after {
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: #bed6dd;
  background: -moz-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -webkit-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -ms-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: -o-linear-gradient(0deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
  background: linear-gradient(90deg, #0db0a4, #50f4e4, #85f92c, #da9926, #70c7cc, #ad974d);
}

/* line 1486, sass/components/_general_styles.scss */
.gallery-wrapper {
  background: #fff;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 15px;
}

/* line 1493, sass/components/_general_styles.scss */
.gallery-wrapper.deco:before {
  content: none;
}

/* line 1496, sass/components/_general_styles.scss */
.gallery-wrapper.deco:after {
  right: 23px;
}

/* line 1499, sass/components/_general_styles.scss */
.gallery-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 23px;
  color: #fff;
  background: #00607c;
  background: -moz-linear-gradient(0deg, #00607c 40%, #1f3236);
  background: -webkit-linear-gradient(0deg, #00607c 40%, #1f3236);
  background: -ms-linear-gradient(0deg, #00607c 40%, #1f3236);
  background: -o-linear-gradient(0deg, #00607c 40%, #1f3236);
  background: linear-gradient(90deg, #00607c 40%, #1f3236);
}

/* line 1512, sass/components/_general_styles.scss */
.gallery-wrapper .gallery-img-list ul {
  margin-bottom: 12px;
}

/* line 1515, sass/components/_general_styles.scss */
.gallery-link-to {
  clear: both;
  padding: 0 13px;
  text-align: right;
  color: #004c68;
  font-weight: 600;
  font-size: 14px;
  margin: 0 11px;
}

/* line 1524, sass/components/_general_styles.scss */
.gallery-img-list ul li.hidden-list {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0px;
}

/* line 1531, sass/components/_general_styles.scss */
.gallery-img-list ul li.show-list {
  margin: 0 11px 20px;
  padding-bottom: 11px;
}

/* line 1536, sass/components/_general_styles.scss */
.gallery-img-list ul {
    /*overflow: scroll;
height: 1620px;*/
}

/* line 1540, sass/components/_general_styles.scss */
.gallery-img-list ul .img, .gallery-img-first .img {
  overflow: hidden;
}

/* line 1544, sass/components/_general_styles.scss */
.gallery-img-list ul li a, .gallery-img-first .img a {
  display: block;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  overflow: hidden;
}

/* line 1555, sass/components/_general_styles.scss */
.gallery-img-list ul li a:hover, .gallery-img-first .img a:hover {
  opacity: .7;
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  position: relative;
  z-index: 99;
}

/* line 1567, sass/components/_general_styles.scss */
.hosting-by-ffkda {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* line 1572, sass/components/_general_styles.scss */
.footer-advertising {
  margin-top: 25px;
  display: block;
}

/*Trombi*/
/* line 1578, sass/components/_general_styles.scss */
.trombi-list-top {
  margin: 0 0 43px -62px;
  border-bottom: #005f7b solid 6px;
}

/* line 1582, sass/components/_general_styles.scss */
.trombi-list-top:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/* line 1585, sass/components/_general_styles.scss */
.trombi-list-top li {
  float: left;
  width: 160px;
  margin: 0 0 40px 62px;
  list-style: none;
  border: #004c68 double 4px;
  border-top: none;
  border-bottom: none;
  padding: 0 11px 15px;
  position: relative;
  color: #004c68;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  min-height: 280px;
}

/* line 1601, sass/components/_general_styles.scss */
.trombi-list-top li:nth-child(3n+1) {
  clear: left;
}

/* line 1605, sass/components/_general_styles.scss */
.trombi-list-top li:before {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  border: transparent solid 22px;
  border-width: 22px 0 0 160px;
  border-top-color: #004c68;
}

/* line 1614, sass/components/_general_styles.scss */
.trombi-list-top li:after {
  content: '';
  left: 4px;
  right: 4px;
  bottom: -7px;
  border-bottom: #004c68 double 4px;
  position: absolute;
}

/* line 1622, sass/components/_general_styles.scss */
.trombi-list-top li img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 0 11px -15px;
  max-width: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1631, sass/components/_general_styles.scss */
.trombi-list-top li .title {
  font-size: 20px;
  font-weight: 600;
}

/* line 1635, sass/components/_general_styles.scss */
.trombi-list-top li .function {
  margin: 0 -9px;
  background: #005f7b;
  color: #00fffd;
  padding: 3px 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* line 1644, sass/components/_general_styles.scss */
.trombi-list-bottom {
  margin: 0 0 43px;
  border-bottom: #005f7b solid 6px;
}

/* line 1648, sass/components/_general_styles.scss */
.trombi-list-bottom:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/* line 1651, sass/components/_general_styles.scss */
.trombi-list-bottom li {
  float: left;
  width: 80px;
  margin: 0 0 33px 24px;
  list-style: none;
  border: #004c68 double 4px;
  border-top: none;
  border-bottom: none;
  padding: 0 11px 6px;
  position: relative;
  color: #004c68;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

/* line 1666, sass/components/_general_styles.scss */
.trombi-list-bottom li:nth-child(6n+1) {
  clear: left;
  margin-left: 0;
}

/* line 1670, sass/components/_general_styles.scss */
.trombi-list-bottom li:before {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  border: transparent solid 22px;
  border-width: 22px 0 0 80px;
  border-top-color: #004c68;
}

/* line 1679, sass/components/_general_styles.scss */
.trombi-list-bottom li:after {
  content: '';
  left: 4px;
  right: 4px;
  bottom: -7px;
  border-bottom: #004c68 double 4px;
  position: absolute;
}

/* line 1687, sass/components/_general_styles.scss */
.trombi-list-bottom li img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 0 11px -15px;
  max-width: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1696, sass/components/_general_styles.scss */
.trombi-list-bottom li .title {
  font-size: 9px;
  font-weight: 600;
}

/* line 1700, sass/components/_general_styles.scss */
.trombi-list-bottom li .function {
  margin: 0 -9px;
  background: #005f7b;
  color: #00fffd;
  padding: 3px 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* line 1713, sass/components/_general_styles.scss */
.social-network {
  padding: 5px 10px;
  background: url("images/stripe_df8fd67652804975a38c6eaddbc95193.png");
  margin-bottom: 23px;
}

/* line 1719, sass/components/_general_styles.scss */
.documents-list {
  margin-bottom: 52px;
}

/* line 1722, sass/components/_general_styles.scss */
.documents-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1727, sass/components/_general_styles.scss */
.documents-list li {
  list-style: none;
  margin-bottom: 20px;
}

/* line 1731, sass/components/_general_styles.scss */
.documents-list li:before {
  content: '';
  width: 25px;
  height: 35px;
  float: left;
  margin-right: 10px;
  background: url("images/picto_document1.png") -1px 0 no-repeat;
}

/* line 1739, sass/components/_general_styles.scss */
.documents-list li img {
  display: none;
}

/* line 1742, sass/components/_general_styles.scss */
.documents-list li .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 1747, sass/components/_general_styles.scss */
.documents-list li .link {
  display: block;
}

/* line 1750, sass/components/_general_styles.scss */
.documents-list li .link a:before {
  content: none;
  display: none;
}

/* line 1754, sass/components/_general_styles.scss */
.documents-list li .link a {
  font-weight: bold;
  color: #004C68;
  font-size: 14px;
  text-decoration: underline;
}

/* line 1760, sass/components/_general_styles.scss */
.documents-list li .link a:hover,
.documents-list li .link a:focus {
  text-decoration: none;
}

/* line 1764, sass/components/_general_styles.scss */
.documents-list li .desc {
  display: block;
  padding-top: 10px;
  clear: both;
}

/* line 1770, sass/components/_general_styles.scss */
body .addthis_32x32_style .at_flat_counter, body .addthis_32x32_white_style .at_flat_counter {
  font-size: 12px;
  font-weight: 300;
}
/* line 1773, sass/components/_general_styles.scss */
body .at-share-tbx-element.addthis_32x32_style .at-share-btn,
body .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
  max-width: 28px;
  min-height: 37px;
}
/* line 1778, sass/components/_general_styles.scss */
body a.at-share-btn {
  width: 28px;
  height: 37px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 1782, sass/components/_general_styles.scss */
body span.at_flat_counter {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 1785, sass/components/_general_styles.scss */
body .at4-icon.aticon-google_plusone, body .at4-icon.aticon-googleplus, body .at4-icon.aticon-google_follow, body .at4-icon.aticon-google_plusone_share,
body .at4-icon.aticon-pinterest_share, body .at4-icon.aticon-pinterest,
body .at4-icon.aticon-twitter,
body .at4-icon.aticon-email,
body .at4-icon.aticon-facebook {
  background-size: 16px !important;
  margin-left: 8px;
}
/* line 1793, sass/components/_general_styles.scss */
body .at4-icon.aticon-google_plusone, body .at4-icon.aticon-googleplus, body .at4-icon.aticon-google_follow, body .at4-icon.aticon-google_plusone_share,
body .at4-icon.aticon-twitter,
body .at4-icon.aticon-email {
  position: relative;
  top: 2px;
}
/* line 1801, sass/components/_general_styles.scss */
body .addthis_32x32_style span.at_flat_counter,
body .addthis_32x32_white_style span.at_flat_counter {
  left: -12px;
  height: 37px;
  line-height: 39px;
  color: white;
}
/* line 1805, sass/components/_general_styles.scss */
body .addthis_32x32_style span.at_flat_counter:after,
body .addthis_32x32_white_style span.at_flat_counter:after {
  top: 9px;
  left: -3px;
  border-width: 8px 3px 8px 0;
}
/* line 1811, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-facebook,
body .addthis_32x32_white_style a.at-svc-facebook {
  background-color: #004d69;
}
/* line 1814, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-facebook + .at_flat_counter,
body .addthis_32x32_white_style a.at-svc-facebook + .at_flat_counter {
  background: #337187;
}
/* line 1816, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-facebook + .at_flat_counter:after,
body .addthis_32x32_white_style a.at-svc-facebook + .at_flat_counter:after {
  border-color: transparent #337187 transparent transparent;
}
/* line 1822, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-twitter,
body .addthis_32x32_white_style a.at-svc-twitter {
  background-color: #22acb8;
}
/* line 1824, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-twitter + .at_flat_counter,
body .addthis_32x32_white_style a.at-svc-twitter + .at_flat_counter {
  background: #4ebdc6;
}
/* line 1826, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-twitter + .at_flat_counter:after,
body .addthis_32x32_white_style a.at-svc-twitter + .at_flat_counter:after {
  border-color: transparent #4ebdc6 transparent transparent;
}
/* line 1832, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-google_plusone_share,
body .addthis_32x32_white_style a.at-svc-google_plusone_share {
  background-color: #f03b28;
}
/* line 1834, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-google_plusone_share + .at_flat_counter,
body .addthis_32x32_white_style a.at-svc-google_plusone_share + .at_flat_counter {
  background: #f36253;
}
/* line 1836, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-google_plusone_share + .at_flat_counter:after,
body .addthis_32x32_white_style a.at-svc-google_plusone_share + .at_flat_counter:after {
  border-color: transparent #f36253 transparent transparent;
}
/* line 1842, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-pinterest_share,
body .addthis_32x32_white_style a.at-svc-pinterest_share {
  background-color: #a0171e;
}
/* line 1844, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-pinterest_share + .at_flat_counter,
body .addthis_32x32_white_style a.at-svc-pinterest_share + .at_flat_counter {
  background: #b3454b;
}
/* line 1846, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-pinterest_share + .at_flat_counter:after,
body .addthis_32x32_white_style a.at-svc-pinterest_share + .at_flat_counter:after {
  border-color: transparent #b3454b transparent transparent;
}
/* line 1852, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-email,
body .addthis_32x32_white_style a.at-svc-email {
  background-color: #362b54;
}
/* line 1854, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-email + .at_flat_counter,
body .addthis_32x32_white_style a.at-svc-email + .at_flat_counter {
  background: #5e5576;
}
/* line 1856, sass/components/_general_styles.scss */
body .addthis_32x32_style a.at-svc-email + .at_flat_counter:after,
body .addthis_32x32_white_style a.at-svc-email + .at_flat_counter:after {
  border-color: transparent #5e5576 transparent transparent;
}

/*# sourceMappingURL=ffdka_ligues_styles.css.map */
