/*------------------------------------------------------------------
[ Table of contents ]
1. General (Rest, Typography)
2. Header (Menu, Social Icons, Search Form)
3. Content (Blog, Causes, Sidebar)
4. Footer
5. Misc (Plugins styling)
6. WP Specifics (Widgets, Post Classes etc)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ 1. GENERAl ]
-------------------------------------------------------------------*/
.top-header .header-info-right ul, .top-header .header-info-left ul, .main-header .social-icon-top ul, .menu-wrapper .main-menu ul.sf-menu, .menu-wrapper .main-menu ul.sf-menu > li ul, .responsive-menu .menu-open ul, .event-single .event-content ul.event-info, .testimonials-wrapper ul, .events-sidebar ul, .causes-sidebar ul, ul.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
a, button,
input[type="button"],
input[type="submit"],
.main-button {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body {
  font-family: Helvetica, Arial, Heveltica Neue, sans-serif;
  font-size: 1.4em;
  line-height: normal;
  background: #f2f2f2;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: normal;
  color: #232323;
}
a {
  color: #6b9262;
}
a:hover,
a:active,
a:focus {
  color: #faca3a;
  text-decoration: none;
  outline: none;
}
blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 30px 0;
  padding: 35px 60px;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 26px !important;
}
.editor-content blockquote p{
  line-height: 26px !important;
}
@media (max-width: 768px) {
  blockquote {
    padding: 30px;
  }
}
/*@media (max-width: 768px) {
  img {
	height: 100%;
  }
}*/
hr {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  background: #eeeeee;
  margin: 30px 0;
}
label {
  font-weight: normal;
}
input,
textarea,
select {
  padding: 5px 10px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  height: 36px;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
input:active,
input:focus,
textarea:active,
textarea:focus,
select:focus {
  background-color: white;
  border: 1px solid #dddddd;
  outline: none;
}
button,
input[type="button"],
input[type="submit"],
.main-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #faca3a;
  border: none;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.main-btn:hover {
  background-color: #f9c321;
}
button:active {
  outline: none;
  border: 0;
}
fieldset.checkbox {
  margin: 10px 0 0 0;
}
input.input-checkbox,
input[type="checkbox"] {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
label.checkbox {
  margin: 8px 0 0 0;
  padding-left: 0;
  display: inline-block;
  overflow: hidden;
  font-weight: normal !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.small-text {
  font-size: 12px;
}
h3.widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 30px 0;
}
h4.widget-title {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  text-transform: capitalize;
  border-bottom:1px solid #DEDEDE;
}
.page-header {
  background-color: white;
  margin-top: 30px;
  height: 54px;
  padding: 0 20px;
  border: 3px solid #dddddd;
}
.page-header h2 {
  line-height: 48px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.page-header .back-home {
  text-align: right;
  line-height: 48px;
  text-transform: capitalize;
}
.box-content {
  background-color: white;
  padding: 30px 30px;
  overflow: hidden;
  margin-top: 40px;
}
.no-box-content .box-content {
  background-color: transparent;
  padding:30px 0;
}
.not-full .box-content {
  background-color: transparent;
  padding:30px 15px;
  margin-top:15px;
}
.box-content > .box-content {
  padding: 0 !important;
  margin-top: 0 !important;
}
.voy_image{
  margin-top: 30px;
}
.no-box-content .voy_image {
  margin-bottom: 30px;
}
.not-full .voy_image {
  margin-top:15px;
  margin-bottom:15px;
}
.space-s {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
}
a.load-more i {
  margin-left: 10px;
  font-size: 14px;
}
a.load-more:active {
  top: 1px;
}
a.go-next,
a.go-prev {
  position: relative;
  background-color: white;
  color: #6b9262;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  padding: 15px 20px;
}
a.go-next:active,
a.go-prev:active {
  top: 1px;
}
a.go-next i,
a.go-prev i {
  font-size: 10px;
  display: inline-block;
}
a.go-next.inactive,
a.go-prev.inactive {
  cursor: default;
  color: #dddddd;
}
a.go-next.inactive:active,
a.go-prev.inactive:active {
  top: 0;
}
a.go-next i {
  margin-left: 10px;
}
a.go-prev i {
  margin-right: 10px;
}
a.btn {
  text-transform: uppercase;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
a.main-btn {
  background-color: #faca3a;
  color: #232323;
}
a.main-btn:hover {
  background-color: #f9c321;
}
a.blue-btn {
  background-color: #73a6df;
  color: white !important;
}
a.blue-btn:hover {
  background-color: #5e99da;
}
a.dark-btn {
  background-color: #404041;
  color: white !important;
}
a.dark-btn:hover {
  background-color: #333334;
}
a.primary-btn {
  background-color: #6b9262;
  color: white !important;
}
a.primary-btn:hover {
  background-color: #608358;
}
a.red-btn {
  background-color: #cd5e5e;
  color: white !important;
}
a.red-btn:hover {
  background-color: #c74b4b;
}
a.purple-btn {
  background-color: #9354e0;
  color: white !important;
}
a.purple-btn:hover {
  background-color: #853edc;
}
a.light-btn {
  background-color: #e5e5e5;
  color: #232323 !important;
}
a.light-btn:hover {
  background-color: #d8d8d8;
}
a.yellow-btn {
  background-color: #e28f4c;
  color: white !important;
}
a.yellow-btn:hover {
  background-color: #de8136;
}
a.darkblue-btn {
  background-color: #4462b8;
  color: white !important;
}
a.darkblue-btn:hover {
  background-color: #3d58a5;
}
button.big-white {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  background-color: white;
  display: block;
  margin-top: 30px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
button.big-white:focus {
  outline: 0;
  border: 0;
}
button.big-white:active {
  top: 1px;
}
.alert {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  border: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}
.alert.alert-succes {
  background-color: #dff0d8;
}
.alert.alert-info {
  background-color: #d9edf7;
}
.alert.alert-warning {
  background-color: #fcf8e3;
}
.alert.aler-error {
  background-color: #f2dede;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  background-color: #faca3a;
  color: #232323;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border: 0;
  background-color: #faca3a;
  color: #232323;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #e6e6e6;
  color: #232323;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.tab-content {
  background-color: #eeeeee;
  padding: 15px 0;
}
.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-default {
  border: 0;
}
.panel-default > .panel-heading {
  border: 0;
  background-color: #faca3a;
  color: #232323;
  text-transform: uppercase;
}
.panel-title {
  font-size: 13px;
}
.panel-title > a {
  display: block;
  padding: 5px;
  color: #232323;
}
.panel-title > a:hover {
  color: #232323;
}
.panel-heading {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  background-color: #eeeeee;
}
img{
  max-width:100%;
  height:auto;
}
/*------------------------------------------------------------------
[ 2. HEADER ]
-------------------------------------------------------------------*/
.site-header {
  background-color: #35889A;
  color: #c0d2bb;
  font-size: 13px;
}
.not-full .site-header {
  background-color: transparent;
}
.site-header a {
  color: white;
}
.site-header a:hover {
  color: #faca3a;
}
.top-header {
  border-bottom: 1px solid #86a97e;
}
.top-header a {
  color: #dce6da;
  font-size: 13px;
}
.top-header a:hover {
  color: white;
}
.top-header .header-info-right, .top-header .header-info-left {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .header-info-right ul li, .top-header .header-info-left ul li {
  display: inline-block;
  margin-left: 15px;
}
.top-header .header-info-right ul li:not(:last-child):after, .top-header .header-info-left ul li:not(:last-child):after {
  margin-left: 15px;
  content: '|';
  font-size: 12px;
  color: #95b38e;
}
.top-header .header-info-right ul li:first-child, .top-header .header-info-left ul li:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .top-header .header-info-right ul li, .top-header .header-info-left ul li {
    margin: 0;
    line-height: 23px;
    display: block;
    text-align: center;
  }
  .top-header .header-info-right ul li:after, .top-header .header-info-left ul li:after {
    content: '';
    display: none;
  }
}
.top-header .header-info-right {
  text-align: right;
}
.top-header .header-info-left ul li i {
  margin-right: 7px;
}
.main-header {
  padding: 8px 0 0;
  font-family: Capriola;
  text-transform: uppercase;
}
.col-logo{
  padding-left: 5px;
  padding-right: 5px;
  float:left;
  width:13%;
}
.col-logo img{
  padding-top:17px;
}
.col-menu{
  padding-left: 0;
  padding-right: 5px;
  float:left;
  width:87%;
}
.sur-menu{
  text-align:center;
  background:url(../images/coupes-france.png) no-repeat right 68px top;
  height:44px;
  font-size:20px;
}
.sur-menu ul{
  padding:0 186px 0 0;
  list-style:none;
  margin:0;
}
.sur-menu li{
  display:inline-block;
}
.sur-menu a{
  display:inline-block;
  line-height:36px;
  padding:0 15px 8px;
}
.sur-menu a.active{
  background: url(../images/coche-menu-rouge.png) no-repeat center bottom;
}
.menu-item.new a:after {
  content: "new";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  padding-left: 5px;
  /*top: -10px; décale tout le menu des pages intérieur et empèche le fonctionnement correct des sousmenu... */
  line-height: 10px;
  vertical-align: top;  
  position: relative;
}
.row.red-block{
  background: url(../images/left-menu.gif) no-repeat left top #E20613;
  padding: 0 0 0 17px;
  height:80px;
  line-height:80px;
  vertical-align: middle;
  margin:0;
}
.devise-reseaux{
  padding: 0 17px 0 17px;
  height:80px;
  line-height:80px;
  vertical-align: middle;
}
.devise div, .reseaux div{
  line-height:normal;
  vertical-align: middle;
  display: inline-block;
}
.reseaux {
  text-align: right;
}
.reseaux a{
  display:inline-block;
  font-size:21px;
  padding:0 0 0 8px;
}
.devise {
  text-align:center;
  font-size:10px;
}
.header-search{
  background: url(../images/right-menu.gif) no-repeat right top #E20613;
  float: right;
  position: relative;
}
.main-header .search-form {
  display: inline-block;
  margin-right: 0;
  line-height:normal;
  width:100%;
}
.main-header .search-form form{
  width:100%;
}
.main-header .search-form input[type="text"] {
  right:0;
  top:20%;
  background-color: transparent;
  background-image: url("../images/search-ic.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  height: 48px;
  margin: 0 0;
  padding: 5px 5px 5px 50px;
  position: absolute;
  transition: width 400ms ease 0s, background 400ms ease 0s;
  width: 0;
}
.main-header .search-form input[type="text"]:focus {
    width: 230px;
    right:0;
}
.main-header .search-form input::-webkit-input-placeholder {
  color: #c0d2bb;
}
.main-header .search-form input:active::-webkit-input-placeholder {
  color: #c0d2bb;
}
.main-header .social-icon-top {
  display: inline-block;
}
.main-header .social-icon-top ul li {
  display: inline-block;
}
.main-header .social-icon-top ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  background: #608358;
}
@media (max-width: 992px) {
  .main-header .main-header-right {
    margin: 0;
  }
  .main-header .search-form {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .main-header .logo {
    text-align: center;
  }
  .main-header .main-header-right {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .main-header .search-form {
    margin: 20px 0 10px 0;
  }
}
.menu-wrapper {
  background-color: rgba(0, 0, 0, 0.07);
}
.not-full .menu-wrapper {
  background-color: transparent;
}
.menu-wrapper .inner-menu {
  background-color: #363833;
  padding: 0 0 0 0;
}
.menu-wrapper .main-menu {
  min-height: 54px;
}
.menu-wrapper.col-md-8 {
  position: static;
}
.menu-wrapper .main-menu ul.sf-menu > li {
  display: inline-block;
  float: left;
  border-right: 1px solid #484b44;
}
.menu-wrapper .main-menu ul.sf-menu > li a {
  line-height: 54px;
  color: #aaaaaa;
  font-size: 17px;
  display: inline-block;
  padding: 0 7px;
}
.menu-wrapper .main-menu ul.sf-menu > li a i{
  display:none;
}
.menu-wrapper .main-menu ul.sf-menu > li#menu-item-53 a {
  text-indent: -5000px;
  width: 31px;
  background: url(../images/home.png) no-repeat left center;
  border-radius:50%;
}

.menu-wrapper .main-menu ul.sf-menu > li a i {
  margin-left: 7px;
  margin-top: 2px;
}
.menu-wrapper .main-menu ul.sf-menu > li a:hover {
  color: white;
}
.menu-wrapper .main-menu ul.sf-menu > li.menu-item-has-children.sfHover {
  background:url(../images/sub-menu-hover.png) no-repeat center bottom;
}
.menu-wrapper .main-menu ul.sf-menu > li.sfHover a.sf-with-ul{
  color:#000 !important;
}
.menu-wrapper .main-menu ul.sf-menu > li.active a {
  color: #faca3a;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a {
  color: #aaaaaa;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a:hover {
  color: white;
}
.menu-wrapper .main-menu ul.sf-menu > li ul {
  position: absolute;
  min-width: 92.5%;
  top: 100%;
  padding:30px;
  left: 16px;
  z-index: 99999;
  display: none;
  background-color: #484b44;
  background-image: url(../images/palm-menu.gif);
  background-repeat: no-repeat;
  background-position: right 100px center;
  /*min-height: 210px;*/
  min-height: 292px; /* pour affichage president */
}
.menu-wrapper .main-menu ul.sf-menu > li ul li {
  border-bottom: 1px solid #5c6058;
  position: relative;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li {
  border-bottom: 1px solid #000;
  position: relative;
  font-family: arial, sans-serif;
  line-height: 48px;
  max-width: 50%;
  text-transform: none;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a{
  padding-left:33px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a::before{
  content: "";
  font-family: FontAwesome;
  font-weight:normal;
  color:#000;
  padding-right: 10px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.current-menu-item a{
  color:#E20613;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.current-menu-item a::before{
  content: "";
  font-family: FontAwesome;
  font-weight:normal;
  padding-right: 10px;
  color:#E20613;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a:hover::before{
  content: "";
  font-family: FontAwesome;
  font-weight:normal;
  padding-right: 10px;
  color:#fff;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li:last-child {
  border-bottom: 0;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a {
  line-height: 46px;
  padding-left: 20px;
  display: block;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul {
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 20px;
  background-image: none;
  min-width: 50%;
  z-index:10001;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.link-palm,.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li.link-palm{
  position:absolute;
  right:0 ;
  top:50px;
  width:48%;
  height:160px;
  background: none !important;
  z-index:10000;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.link-palm a,.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li.link-palm a{
  background: none !important;
  height:160px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.link-palm a:hover::before{
  content: "";
}
.menu-wrapper .button-holder {
  text-align: right;
}
.menu-wrapper .button-holder a {
  margin-top: 9px;
}
.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li a.sf-with-ul {
    color: #fff !important;
}
.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li.current-menu-ancestor a.sf-with-ul {
    color: #E20613 !important;
}
.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li a.sf-with-ul:after {
    content:"";
    font-family: FontAwesome;
    font-weight:normal;
    padding-left: 10px;
    color:#fff;
}
.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li{
    position: static;
}
.menu-wrapper .main-menu ul.sf-menu >  li.sfHover ul li.sfHover a.sf-with-ul:after {
    float:right;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li {
    border-bottom: 1px solid #ffffff;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li:first-child {
    border-bottom: 1px solid #fff;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li{
    line-height: 40px;
    max-width: 70%;
}
.responsive-menu{
  position:relative;
}
.responsive-menu a.toggle-menu {
  display: block;
  height: 50px;
  background-color: #faca3a;
  color: #232323;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.responsive-menu .menu-open {
  background: rgba(226, 6, 19, 0.8);
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10002;
  display: none;
  text-transform: uppercase;
  font-family: Capriola;
}
.responsive-menu .menu-open ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.responsive-menu .menu-open ul li a {
  color: white;
  display: block;
  padding:0 0 0 15px;
}
.responsive-menu .menu-open ul li.active a {
  color: #faca3a;
}
.responsive-menu .menu-open ul li.active ul li a {
  color: white;
}
.responsive-menu .menu-open ul li ul {
  margin-left: 30px;
  border-top: 1px solid #fff;
  margin-top: 15px;
}
.responsive-menu .menu-open ul li ul li {
  padding: 0;
  padding: 15px 0;
}
.responsive-menu .menu-open ul li ul li:fist-child {
  padding-top: 0;
}
.responsive-menu .menu-open ul li ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.responsive-menu .menu-open a.main-btn {
  margin-top: 30px;
}
/*------------------------------------------------------------------
[ 3. CONTENT ]
-------------------------------------------------------------------*/
/*------------------général-------------------*/
.bloc-full{
  width:100%;
  position:relative;
  margin:0;
}
.full-black{
  background:#000;
}
.full-white{
  background:#fff;
}
#load-more-wrapper{
}
.bt,a.load-more{
   background:#E20613;
   color: #fff;
   text-transform: uppercase;
   display: inline-block;
   font-size: 16px;
   font-family: Capriola;
   line-height: 40px;
   margin: 3px 0;
   padding: 0 20px;
   text-align: center;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.load-more{
  margin:10px auto 15px;
   display: block;
   width: 270px;
   text-align: center;
}
.bt-medium{
   font-size: 14px;
   line-height: 36px;
   margin: 8px 0;
   padding: 0 12px;
}
.bt-large{
   font-size: 25px;
   font-family: Capriola;
   line-height: 40px;
   margin: 8px 0;
   padding: 0 14px;
   min-width:230px;
}
.bt-txt{
   width:100%;
   line-height:normal;
   padding:25px 5px;
   font-size:30px;
}
.bt-txt span{
   display:block;
   color:#000;
   padding:0 0 9px 0 ;
   font-size:18px;
}
.bt-no-marge{
   margin: 0 0;
}
.bt.bt-noir{
   background:#000;
   color: #fff;/* custom-color-scheme */
}
.bt:hover, a:hover .bt, a.load-more:hover{
   background:#000;
   color:#fff;
}
.bt.bt-noir:hover, a:hover .bt.bt-noir{
   background:#E20613;
   color:#fff;
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
}
h1{
  margin:0 0 30px 0;
  font-size:48px;
}
h2{
  margin:22px 0;
  padding:0;
  font-size:36px;
}
h3{
  margin:10px 0 ;
  font-size:24px;
}
h4{
  margin:10px 0 ;
  font-size:20px;
}
h5{
  margin:10px 0 ;
  font-size:17px;
  line-height:normal;
}
h6{
  margin:10px 0 ;
  font-size:15px;
  line-height:21px;
}
.triangle-red{
  background: url(../images/triangle-red.png) no-repeat right top;
}
.triangle-red.bg-white{
  background: url(../images/triangle-red.png) no-repeat right top #fff;
}
.left-bg.white{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&amp;1+49,0+51 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.right-bg.white{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&amp;1+49,0+51 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-black{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&amp;1+49,0+51 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.diag-black{
  background: url(../images/diag-black.png) no-repeat right top;
}
.red-bg{
  background: #e20613;
}
.white-bg{
  background: #fff;
}
.img-parallax{
  height:400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.img-full.mask-gris{
  height:500px;
  background-position:left top,  center center;
  background-repeat: no-repeat, no-repeat;
  background-attachment:scroll, fixed;
  background-size:auto, cover;
}
.palmares{
  padding:25px 0;
  text-transform: uppercase;
}
.palmares .row{
  padding:20px 100px 20px;
}
.palmares .col-md-3{
  padding: 5px 40px;
  margin:15px 0 0;
  text-align: center;


  border-right:1px solid #000;
  min-height:400px;
}
.palmares .col-md-3:last-child{
  border-right:none;
}
.palmares strong{
  display:block;
}
.palmares h5{
  margin-top:17px;
  margin-bottom:0;
}
.palmares .list-palm{
  margin-top:17px;
}

@media (max-width: 1450px) {
	.menu-wrapper .main-menu ul.sf-menu > li a {
	  font-size: 14px;
	}
}

@media (max-width: 992px) {
  .palmares .row{
    padding:0 0;
  }
}
/*----------carousel vertical----------------------------*/
.infos{
  color:#fff;
}
.vertical .carousel-inner {
    height: 100%;
}
.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
    top: 0;
}
.carousel.vertical .next {
    top: 400px;
}
.carousel.vertical .prev {
    top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}
.carousel.vertical .active.left {
    top: -400px;
}
.carousel.vertical .active.right {
    top: 400px;
}
.carousel.vertical .item {
    left: 0;
}
.carousel.vertical .carousel-control {
}
.carousel.vertical .carousel-control.left {
}
#infos-carousel{
  margin:45px 20px 0 0;
  max-width:280px;
}
#infos-carousel ul{
  list-style: none;
  margin:0;
  padding:0;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel-control{
  color:#E20613;
  bottom: 0;
  font-size: 30px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: -45px;
  width: 30px;
  height:30px;
}
.carousel-control.right {
    right: auto;
    left: 37px;
}
.infos h3{
  background: url(../images/chrono.png) no-repeat top left;
  line-height:29px;
  padding:0 0 25px 32px;
  color:#E20613;
  font-size:16px;
  margin:75px 0 0;
}
.infos li{
  border-top:1px solid #fff;
  padding:17px 0;
}
.infos li a{
  display: inline-block;
  width:100%;
  overflow: hidden;
  height:38px;
  line-height:38px;
  vertical-align: middle;
}
.infos li:first-child{
  border-top:none;
  padding-top:10px;
}
.infos a h4{
  line-height:16px;
  padding:0;
  margin:0;
  color:#fff;
  font-size:13px;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  display:inline-block;
  opacity:1;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.infos a p{
  line-height:16px;
  padding:0;
  margin:0;
  color:#fff;
  font-size:13px;
  font-weight: bold;
  opacity:1;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.infos a .date{
  font-size:18px;
  line-height:38px;
  font-family: Capriola;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.infos a:hover .date{
  color:#fff;
}
.infos a:hover p,.infos a:hover h4{
  opacity:0.6;
}
.centrage{
  text-align: center;
}
.box-w{
  background: #fff;
}
.box-r{
  background: #E20613;
}
.pt-30{
  padding-top:30px;
}
.pb-30{
  padding-bottom:30px;
}
.mt-10{
  margin-top:10px;
}
.mt-20{
  margin-top:20px;
}
.mt-30{
  margin-top:30px;
}
.mt-40{
  margin-top:40px;
}
.mt-50{
  margin-top:50px;
}
.mt-60{
  margin-top:60px;
}
.mt-80{
  margin-top:80px;
}
.mt-100{
  margin-top:100px;
}
.mb-10{
  margin-bottom:10px;
}
.mb-20{
  margin-bottom:10px;
}
.mb-40{
  margin-bottom:40px;
}
.mb-80{
  margin-bottom:80px;
}
h1.titre-white,h2.titre-white,h3.titre-white,h4.titre-white,h5.titre-white,h6.titre-white{
  color:#fff;
}
.redTxt{
  color:#E20613 !important;
}
.intro{
  font-weight: bold;
  font-size:16px;
}
/*----------------home---------------------*/
.home-infos{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:35%;
  padding-left:108px;
  background: url(../images/bg-infos.png) no-repeat left top;
  z-index:10000;
  overflow: hidden;
}
.matchs .box-content{
  margin-top:0;
}
.logo-equipe{
  height:90px;
  vertical-align: middle;
  display: inline-block;
  line-height:90px;
  margin-bottom:12px;
}
.logo-equipe img{
  max-width:90px;
  max-height:90px;
  vertical-align: middle;
}
.nom-equipe{
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size:18px;
}
.score-equipe{
  font-family: Capriola;
  font-size:40px;
}
.equipe_dom, .equipe_ext{
  min-height:175px;
}
.matchs .horaire{
  text-transform: uppercase;
  font-size:16px;
  padding-top:22px;
  font-family: Capriola;
  min-height:180px;
}
.matchs .horaire strong{
  display:block;
  font-size:37px;
  font-family: Capriola;
}
.matchs .horaire img{
 margin-top:10px;
}
.matchs h3{
  font-size:18px;
  margin:12px 0 20px;
}
.matchs .dernier h3{
  padding-top:56px;
}
.matchs .box-content {
padding-top:12px;
}
.matchs .championnat span{
  display:block;
  text-align: center;
  margin:0 auto;
  padding-bottom:10px;
  max-width:278px;
  border-bottom:1px solid #000;
  text-transform: uppercase;
  font-size:14px;
  font-family: Capriola;
}
.dernier .championnat{
  margin-bottom:65px;
}
.decompte{
  line-height:45px;
  font-size:28px;
  padding-bottom:15px;
  font-family: Capriola;
}
/*news---------*/
a.box-w{
  display: block;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom:10px;
}
.blog-list-layout  a.box-w{
  margin-bottom:20px;
  background:#F2F2F2;
}
.autres-news  a.box-w{
  background:#F2F2F2;
}
.autres-news h4.centrage{
  border-top:1px solid #000;
  margin:10px 0 30px;
  padding:30px 0 0;
}
a.box-w:hover, .blog-list-layout  a.box-w:hover{
  background: #000000;
}
a.box-w img{
  opacity:1;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.box-w:hover img{
  opacity:0.7;
}
.content-news{
  padding:14px 22px;
}
.content-demi.col-md-6{
  padding:0 10px 0 7px;
  height:165px;
  line-height:165px;
  overflow: hidden;
}
.content-demi.col-md-6 div{
  line-height:normal;
  vertical-align:middle;
  display:inline-block;
}
a.box-w h4{
  display:inline;
  font-size:14px;
  font-family: arial, sans-serif;
  font-weight: bold;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.box-w h3{
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin:0;
}
a.box-w p{
  display:inline;
  font-size:14px;
  /*text-transform: uppercase;*/
  color:#000;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.box-w span.date{
  display:block;
  font-size:13px;
  font-weight: bold;
}
a.box-w span.more{
  display:block;
  /*font-size:11px;*/
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
a.box-w:hover h4, a.box-w:hover h3, a.box-w:hover p, a.box-w:hover span{
  color:#fff;
}
.all-news,.all-videos{
  background: url(../images/bt-plus.png) no-repeat center 115px #fff;
  padding-top:56px;
  font-family: Capriola;
  font-size:18px;
  text-align: center;
  color:#000;
}
.all-videos{
  background: url(../images/bt-play.png) no-repeat center 115px #fff;
  color:#E20613;
}
a.box-w.all-news:hover{
  background: url(../images/bt-plus.png) no-repeat center 125px #E20613;
}
a.box-w.all-videos:hover{
  background: url(../images/bt-play.png) no-repeat center 125px #000;
  color:#E20613;
}
.img-avec-info{
  position: relative;
  background-color: #000;
  padding-top: auto;
  padding-right: 26%;
}
.img-avec-info h1{
  color : #fff;
  font-size: 35px;
  font-family: Capriola;  
}
.img-avec-info .news-content{
  height:auto;
  bottom: 0;
}
.img-avec-info .news-content div{
  height:auto;
  text-transform: uppercase;

}
.img-avec-info .home-infos {
    width: 35%;
    z-index: 1000;
}
.img-avec-info .news-content{
  background: rgba(0,0,0,0.3);
}
/*boutique---------*/
.boutique a.box-w{
}
.diag-black a.box-w:hover{
  background: #000;
}
.boutique a.box-w .content-boutique{
  padding:17px 17px 19px;
  border: 3px dashed #fff;
}
.boutique a.box-w:hover .content-boutique{
  background: #fff;
  border: 3px dashed #E20613;
}
a.box-w span.prix{
  font-weight:bold;
  font-size:14px;
  margin-bottom:5px;
  display: block;
}
.boutique a.box-w h4{
  font-weight:normal;
}
.boutique a.box-w:hover h4{
  color:#000;
}
a.box-w:hover span.prix{
  color:#E20613;
}
a.box-r{
  display:block;
}
.lien-boutique{
  padding:15px 17px 13px;
  border: 3px dashed #E20613;
}
.lien-boutique:hover{
  background: #fff;
}
.boutique a.bt-billetterie{
  border: 3px dashed #F2F2F2;
  margin: 10px 0 0;
  padding :7px 5px 38px ;
  color:#000;
  font-size:22px;
  font-family: Capriola;
  text-transform: uppercase;
  background: url(../images/bt-plus-petit.png) no-repeat center bottom 5px #E20613;
}
.boutique a.bt-billetterie:hover{
  border: 3px dashed #E20613;
  background: url(../images/bt-plus-petit.png) no-repeat center bottom 5px #fff ;
}
/*------widgets-------------*/
.actu-item a{
  display:block;
}
.not-full .container.principal{
  background: #fff;
}
#top-link {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  border-radius:50%;
  z-index:1000;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
}
#top-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/*----------sliders----------------------------*/
.slider-wrapper {
  margin-top: 0;
  max-height:698px;
  overflow: hidden;
  margin-right:30%;
}
.slide-content,.news-content{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  background: rgba(0,0,0,0.2);
  height:698px;
}
.slide-content div,.news-content div{
  position:absolute;
  left:14%;
  /*top:20%;*/
  bottom:30px;
  width:620px;
  height:200px /*360px*/;
  color:#fff;
}
.flex-control-paging{
  position:absolute;
  bottom:40px;
  left:42%;
  z-index:10001;
}
.flex-control-paging li{
  display:inline-block;
  margin:0 4px;
}
.flex-control-paging li a{
  display:inline-block;
  width:69px;
  height:4px;
  color:#fff;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active{
  color:#E20613;
  background: #E20613;
}
.slide-content h2{
  color:#fff;
  text-transform: uppercase;
  /*font-size:66px;
  line-height:79px; */
  margin:10px 0;
  font-size:30px;
  line-height:36px;
}
.slide-content a{
  display: inline-block;
}/*
.slide-content h2.moyen{
  font-size:50px;
  line-height:63px;
}
.slide-content h2.petit{
  font-size:37px;
  line-height:50px;
}*/
a.flex-prev,
a.flex-next {
  position: absolute;
  bottom: 17%;
  z-index: 42;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: #faca3a;
  color: #232323;
  float: left;
}
a.flex-next {
  right: 30px;
}
a.flex-prev {
  right: 67px;
}
.flex-caption {
  position: absolute;
  wdith: 100%;
  min-width: 100%;
  padding: 2px 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.flex-caption p {
  font-size: 14px;
  color: #e6e6e6;
}
.flex-caption a {
  color: #faca3a;
}
@media (max-width: 768px) {
  .flex-caption {
    display: none;
  }
}
.shortcodes blockquote {
  margin: 0;
}
.shortcodes .alert:last-child {
  margin-bottom: 0;
}
.shortcodes .panel-group {
  margin-bottom: 0;
}
.shortcodes .buttons a {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .post-grid {
    margin-bottom: 30px;
  }
}
.post-content h4.post-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 5px 0 15px 0;
}
.post-content h4.post-title a {
  color: #232323;
}
.post-content h4.post-title a:hover {
  color: #6b9262;
}
.post-content p.post-meta {
  margin: 15px 0 5px 0;
  color: #aaaaaa;
}
.post-content p.post-meta a {
  color: #aaaaaa;
}
.post-thumb {
  position: relative;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
  height: auto;
}
.hentry {
  overflow: hidden;
}
.hentry .post-content {
  background-color: white;
  padding: 30px;
}
.hentry .post-content h4 {
  margin: 0 0 15px 0;
}
.hentry .post-content p.post-meta {
  margin: 0 0 5px 0;
}
.hentry .meta-author a {
	color: #ffffff;
}
.blog-list .post-thumb {
  width: 300px;
  float: left;
}
.blog-list .post-content {
  padding: 30px;
  background-color: white;
  overflow: hidden;
}
.blog-list .post-content h4 {
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .blog-list .post-thumb {
    width: 100%;
    display: block;
  }
}
.blog-single {
  margin-top: 30px;
  overflow: hidden;
}
.blog-single .post-image {
  position: relative;
  overflow: hidden;
}
.blog-single .post-image img {
  width: 100%;
  height: auto;
}
.blog-single .post-image .image-over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px 25px;
}
.blog-single .post-image .image-over span {
  margin-right: 25px;
}
.blog-single .post-image .image-over span:last-child {
  margin-right: 0;
}
.blog-single .post-image .image-over span i {
  margin-right: 10px;
}
.blog-single .post-image .image-over span em {
  color: #faca3a;
  font-style: normal;
}
.blog-single .post-content {
  background-color: white;
  padding: 30px;
}
.blog-single .post-content h3.post-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
}
ul.post-gallery {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
ul.post-gallery li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 80px;
  height: 80px;
}
ul.post-gallery li img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.post-gallery li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.tags {
  margin: 30px 0 0 0;
}
.tags span {
  margin: 0 15px 0 0;
}
.tags a {
  background-color: #eeeeee;
  color: #777777;
  padding: 5px 7px;
}
.tags a:hover {
  color: #232323;
}
/*-------------------------------------------------comments-------------------*/
.comments h4.widget-title span em {
  font-style: normal;
  color: #faca3a;
}
.comments .comment-list,
.comments .comment-list ol {
  list-style: none;	
}
.comments .comment-list {
  padding: 0;
  margin: 0;
}
.comments .comment-list .comment-author {
  position: relative;
  padding-left: 100px;
  width: 100%;
  /*overflow: hidden;*/
  float: left;
  margin-right: 20px;
}
.comments .comment-list .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.comments .comment-list .comment-meta {
	position: relative;
	padding-left: 100px;
}
.comments .comment-list .comment-meta a {
	display: block;
	color: #aaaaaa;
}
.comments .comment-list li > .comment-body,
.comments .comment-list li ol li .comment-body {
	position: relative;
	/*border-bottom: 1px solid #dddddd;*/
}
.comments .comment-list > li:last-child .comment-body {
	/*border-bottom: 0;*/
}
.comments .comment-list .comment-body p {
  padding: 0 0 30px 100px;
  margin-bottom: 0;
}
.comments .comment .comment-body cite a {
  margin: 0 0 10px 0;
  display: inline-block;
  width: 600px;
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  color: #232323;
}
.comments .comment-list .comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
}
.comments .comment-list .comment-body .says {
	display: none;
}
.comments .comment-list .comment {
  margin-top: 30px;
  margin-left: 0;
}
.comments .comment-list li:last-child p,
.comments .comment-list li ol li:last-child p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .comments .comment-list .author-thumb {
    display: none;
  }
  .comments .comment-list .comment-list {
    margin-left: 40px;
  }
}
.comment-form label {
  width: 200px;
  font-weight: 700;
  float: left;
}
.comment-form label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.comment-form fieldset {
  margin-bottom: 20px;
}
.comment-form fieldset:last-child {
  margin-bottom: 0;
}
.comment-form input {
  width: 40%;
}
.comment-form textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.comment-form button {
  margin-left: 200px;
}
@media (max-width: 768px) {
  .comment-form label {
    float: none;
    display: block;
  }
  .comment-form input, .comment-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .comment-form button {
    margin-left: 0;
  }
}
.comment-form .form-submit {
	display: none;
}
/* Unwanted markup generated by wp :( */
.comment-reply-title {
	display: none;
}
/*
.archives ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.archives ul li {
  color: #dddddd;
  line-height: 24px;
}
*/
.testimonials-wrapper ul li {
  display: inline-block;
  float: left;
  margin-right: 10px!important;
}
.testi-author h6 {
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #232323;
}
.testi-author h6 span {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 10px;
}
.testi-author h6 span:before {
  content: '/';
  margin-right: 10px;
}
.testi-tabs li {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
}
.testi-tabs li img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.testi-tabs li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.testi-content {
  display: none;
}
.testi-content.active {
  display: block;
}
/*-------------------------------page contact----------------------------------*/
.contact-page {
  margin-top: 30px;
}
.contactForm {
  background-color: white;
  padding: 30px;
}
.contactForm label {
  width: 200px;
  font-weight: 700;
  float: left;
}
.contactForm label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.contactForm fieldset {
  margin-bottom: 20px;
}
.contactForm fieldset:last-child {
  margin-bottom: 0;
}
.contactForm input {
  width: 40%;
}
.contactForm textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.contactForm button {
  margin-left: 200px;
}
/*--------------------------------------------gallery-----------------------------*/
.gallery-wrapper {
  margin-left: -3%;
}
.gallery-wrapper .gallery-thumb,
.gallery-wrapper .flickr_badge_image {
  overflow: hidden;
  float: left;
  margin-left: 3%;
  width: 30%;
  display: inline-block;
  margin-bottom: 3%;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
footer .gallery-wrapper .flickr_badge_image {
	width: auto;
}
.gallery-wrapper .gallery-thumb img,
.gallery-wrapper .flickr_badge_image img {
  width: 100%;
  height: auto;
}
footer .gallery-wrapper .flickr_badge_image img {
	width: auto;
	height: auto;
}
.video-featured iframe {
  width: 100%;
}
.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.sidebar ul li {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.events-sidebar ul li {
	list-style: none;
}
.sidebar input[type="text"],
.sidebar select,
footer input[type="text"],
footer select {
	width: 100%;
}
.sidebar table,
footer table {
	width: 100%;
}
.sidebar table caption,
footer table caption {
	margin-bottom: 20px;
}
.sidebar table td a {
	font-weight: bold;
}
/*-----------------------------------------------------------pages------------------------------------*/
/*---------------------------linsting joueurs------------------------------------*/
.img-full.mask-gris-large{
  height:600px;
  background-position:left top,  right top;
  background-repeat: no-repeat, no-repeat;
  background-attachment:scroll, scroll;
  background-size:auto, auto;
  padding-top:378px;
}
@media (max-width:2010px){
  .img-full.mask-gris-large{
    background-position:-15px top,  right top;
  }
}
@media (max-width:2000px){
  .img-full.mask-gris-large{
    background-position:-25px top,  right top;
  }
}
@media (max-width:1990px){
  .img-full.mask-gris-large{
    background-position:-50px top,  right top;
  }
}
@media (max-width:1920px){
  .img-full.mask-gris-large{
    background-position:-120px top,  right top;
  }
}
.img-full.no-cut{
  height:600px;
  background-position:center center;
  background-repeat: no-repeat;
  background-size:contain;
  background-color: #000;
}
.img-in{
  text-align: center;
  background: #000;
}
.img-in img{
  width:100%;
  height:auto;
}
.joueur-listing-info{
  height:66px ;
  line-height:66px;
}
.joueur-listing-info .numero-joueurs{
  display:inline-block;
  width: 30.25%;
  padding-right: 12%;
  background: url(../images/mini-angle-rouge.png) no-repeat left top;
  line-height:41px;
  height:66px;
  padding-top:25px;
  color:#fff;
  font-size:27px;
  text-align: center;
  font-family: Capriola;
  vertical-align: top;
    position: absolute;
    left: 5px;
}
a .joueur-listing-info h3{
  display:inline-block;
  width:68%;
  padding:0;
  margin:0;
  font-size:15px;
  vertical-align: middle;
  line-height:normal;
}
a:hover .joueur-listing-info h3{
  color:#fff;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.joueurs-filtres{
  padding:0;
  margin:30px 0 0 0;
}
.joueurs-filtres li{
  display: inline-block;
  padding:0 40px 0 0;
  text-transform: uppercase;
  font-size:16px;
  font-family: Capriola;
}
.joueurs-filtres li a{
  color:#000;
}
.joueurs-filtres li a:hover{
  color:#E20613;
}
/*------------------------------détails-joueur--------------------------------*/
.top-joueur{
  position: relative;
}
.full-joueur{
  background: url(../images/fond-joueur.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.full-joueur h1{
  color:#fff;
  font-size:56px /*66px*/;
  margin:20px 0 10px;
}
.photo-joueur img{
  padding-top:25px;
}
.numero-joueur{
  margin-top:120px;
  width:76px;
  height:66px;
  color:#000;
  background: url(../images/mini-angle-rouge.png) no-repeat left bottom;
  line-height:38px;
  padding:28px 23px 0 0;
  text-align: center;
  font-family: Capriola;
  display: block;
  font-size:28px;
}
.poste-joueur{
  color:#E20613;
  font-family: Capriola;
  font-size:36px;
  text-transform: uppercase;
}
.top-joueur{
  position: relative;
}
.prev-next-joueur a.go-prev,.prev-next-joueur a.go-next{
  position: absolute;
  top:-400px;
  z-index: 1000;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.prev-next-joueur .go-prev{
  background: url(../images/arrow-slider-l.png) no-repeat right center;
  left:-170px;
  height:140px;
  width:91px;
  text-indent: -5000px;
}
.prev-next-joueur .go-next{
  background: url(../images/arrow-slider-r.png) no-repeat left center;
  right:-170px;
  height:140px;
  width:91px;
  text-indent: -5000px;
}
.prev-next-joueur a.go-prev:hover,.prev-next-joueur a.go-prev:focus,.prev-next-joueur a.go-prev:active{
  background: url(../images/arrow-slider-l.png) no-repeat left center;
}
.prev-next-joueur a.go-next:hover,.prev-next-joueur a.go-next:focus,.prev-next-joueur a.go-next:active{
  background: url(../images/arrow-slider-r.png) no-repeat right center;
}
.bloc-joueur h3{
  margin-top:0;
  margin-bottom:20px;
  display:inline-block;
  margin-right:25px;
  vertical-align: top;
  font-size:30px;
}
.bloc-joueur .bt-medium{
  margin-left:10px;
  vertical-align: top;
  margin-top:0;
}
.vignette-joueur div{
  background: #f2f2f2;
}
.details-joueur ul{
  margin:0 20px 0 0;
  padding:0;
}
.details-joueur li{
  list-style:none;
  line-height:35px;
  border-bottom:1px solid #000;
}
.details-joueur li span{
  display:inline-block;
  color:#e20613;
  font-family: Capriola;
  font-size:17px;
  width: 180px;
}
.galerie-joueur.long{
  height:760px;
  overflow: hidden;
}
.galerie-joueur.long.open{
  height:auto;
}
.news-joueur h3, .galerie-joueur h3{
  font-size:30px;
}
.galerie-joueur img{
  padding-bottom:10px;
}
.galerie-entreprise img{
  padding-bottom:10px;
}
.ancres-joueur a{
  display: inline-block;
  padding:0 15px ;
  line-height: 85px;
  color:#fff;
  font-size:16px;
  font-family: Capriola;
  text-transform: uppercase;
}
.page-template-modele-joueurs .ancres-joueur a{
  padding:0 12px ;
  font-size:15px;
}
.ancres-joueur a:hover,.ancres-joueur a:focus{
 color:#E20613
}
.bt-all-retour{
    vertical-align: middle;
    line-height: 85px;
}
.stickyOn{
  z-index: 10000;
}
.stickyOn .ancres-joueur a {
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
}
.stickyOn .bt-all-retour{
    line-height: 50px;
}
/*--------------------------------page partenaires----------------------------*/
.partenaires .espace a.box-w h4 {
    margin: 0 0 0;
    padding-top:10px;
    border-top:1px solid #000;
    font-size: 16px;
}
.part-logo{
  min-height:130px;
  line-height:130px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.partenaires .espace .content-news {
    padding: 10px 15px 15px;
}
.part-logo img{
  vertical-align: middle;
  max-height:130px;
  width:auto;
}
.part-same-height{
  height: 191px;
  overflow: hidden;
}
/*-------------------linsting matchs------------------------------------------*/
.matchs.list-match .horaire{
  min-height:30px;
}
.matchs.list-match .dernier{
  margin-top:20px;
}
.list-match .dernier .championnat {
    margin-bottom: 20px;
}
.page-template-modele-match .matchs h3 {
    font-size: 26px;
}
.list-match h1{
  margin-top:40px;
}
/*---------------------- détails match----------------------------------------*/
.full-match{
  background: url(../images/fond-match.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  color:#fff;
}
.full-match .domi{
  text-align: right;
}
.full-match .score{
  text-align: center;
}
.full-match .nom-equipe{
  font-size:40px;
  line-height:100px;
  font-weight: normal;
  font-family: Capriola;
}
.full-match .score-equipe {
    font-size: 80px;
  line-height:84px;
}
.bloc-scores{
  padding-top:120px;
}
.full-match .domi, .full-match .ext{
  min-height: 260px;
}
.full-match .prev-next-joueur a.go-prev,.full-match  .prev-next-joueur a.go-next {
    top: -300px;
}
.full-match .horaire{
  text-transform: uppercase;
  font-size:16px;
  padding-top:22px;
  font-family: Capriola;
  min-height:180px;
}
.full-match .horaire strong{
  display:block;
  font-size:37px;
  font-family: Capriola;
}
.full-match .horaire img{
 margin-top:10px;
}
.but{
  font-size:22px;
  font-family: Capriola;
  text-transform: uppercase;
}
.but span{
  text-transform: none;
}
.equipes .nom-equipe{
  font-size:18px;
  font-weight: uppercase;
  font-family: Capriola;
}
.t-align-r{
  text-align: right;
}
.equipes .logo-equipe {
    height: 120px;
    line-height: 110px;
}
.equipes .logo-equipe img{
  max-height: 110px;
  max-width: 120px;
  height:auto;
}
.stats li{
  list-style: none;
  font-size:18px;
  font-weight: uppercase;
  font-family: Capriola;
  line-height:40px;
  border-top:1px solid #000;
}
.stats{
  margin-bottom:20px;
}
.single-match .left-black{
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 26%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 26%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 26%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.single-match .diag-black{
  padding-bottom:10px;
}
.angle-black{
  background: url(../images/large-angle-black.gif) no-repeat left top;
}
.count-titre .row + .row + .row h3.titre-white{
  color:#000;
  text-align: right;
}
iframe{
  max-width:100% !important;
}
/*------------------------------actus-détails--------------------------------*/
.img-full.mask-gris-large.actu-mask{
  height:auto;
  min-height:540px;
  padding-top:290px;
  background-position:center bottom,  right top;
  background-size:auto, cover;
}
.actu-mask h1{
  font-size:40px;
  line-height:44px;
}
.single .actu-mask h1{
  margin-bottom:0;
  font-size:38px;
  line-height:42px;
}
.diag-right-white {
  background: url(../images/diag-blanc-actu-no-images.png) no-repeat center bottom;
}
.postformat-videos .full-videor{
  position: relative;
}
.postformat-videos .video::after{
  content: url(../images/bt-play-gd.png);
  position:absolute;
  top:27%;
  left:45%;
}
.postformat-videos .demi-news.video::after{
  content: url(../images/bt-play.png);
  position:absolute;
  top:27%;
  left:45%;
}
/*--------------------------------------entreprises--------------------------*/
.img-full.mask-gris-right{
  height:400px;
  background-position:right top,  center center;
  background-repeat: no-repeat, no-repeat;
  background-attachment:scroll, scroll;
  background-size:auto, cover;
  padding-top:110px;
}
h1 .big-h1{
  font-size:66px;
}
h1 .small-h1{
  font-size:40px;
}
h1.centrage .big-h1{
  display:block;
}
/*-------------------single espace receptif------------------------------------*/
.single .img-full.mask-gris-right{
  height:200px;
  padding-top:65px;
}
.txt-padding{
  padding:30px 30px 10px;
}
.price-box{
  margin:0;
}
.price-box li{
  list-style:none;
  padding:0 0 30px 0;
  font-size:16px;
  text-transform: uppercase;
  font-weight: bold;
}
.price-box li .intitule{
  color:#e20613;
  display:block;
}
.price-box li .prix{
  color:#e20613;
  font-family: Capriola;
  font-size:34px;
  font-weight: normal;
}
.editor-content h5.big-h5{
  font-size:40px;
  line-height: normal;
  margin-bottom:15px;
}
.autres-news.espace h3 {
    margin: 10px 0 20px;
}
.autres-news.espace a.box-w {
    background: #fff;
    text-align: center;
}
.autres-news.espace a.box-w:hover {
    background: #000;
}
.espace .content-news {
    padding: 14px 22px 25px;
}
.espace a.box-w h4 {
    display: block;
    margin: 10px 0 0;
    font-family: Capriola;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.3s ease 0s;
}
.espace a.box-w p {
    text-transform: none;
}
/*--------------------------------------le club--------------------------*/
.img-full.historique-sommaire{
  height:600px;
  background-position:center 300px,  center center;
  background-repeat: no-repeat, no-repeat;
  background-attachment:scroll, scroll;
  background-size:auto, cover;
  padding-top:155px;
}
.img-full.historique-sommaire-min{
  height:300px;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-size: cover;
  padding-top:110px;
}
.box-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top:10px;
}
.liste_histoire .box-img{
  padding:0;
}
.liste_histoire .box-img:last-child{
  margin-bottom:10px;
}
.col-md-12.box-img{
  padding:0;
}
.box-img a{
  display:inline-block;
  width: 100%;
  line-height: 300px;
  height: 300px;
  vertical-align: middle;
  text-align: center;
  background: rgba(0,0,0,0.5);
}
.box-img a .centrage{
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
}
.box-img a h2{
  text-align: center;
  color: #fff;
  font-size:40px
}
.box-img h2 span{
  display:block;
  font-size:25px;
}
.box-img a:hover{
  background: rgba(0,0,0,0);
}
.page-template-page-detail-historique h1{
  font-size:30px;
}
.page-template-page-detail-historique h1 span{
  font-size:25px;
  display:inline-block;
  width:100%;
}
.top-rect{
  min-height:470px;
  max-height:600px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:360px;
}
.top-rect .left-bg{
}
.top-rect h1{
  padding-top:20px;
  min-height: 80px;
}
/*--------------------------------------vidéos--------------------------*/
.img-full-video{
    padding-top:50px;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-full-video{
    padding-top:50px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom:440px;
}

.bloc-video-bam{
    position: relative;
    margin:-520px 0 60px;
}
.bloc-video-bam iframe{
    height:540px !important;
}
.bg-video-bam{
    background:#000;
}
.bg-video-bam .video-content{
    padding:20px;
    text-align: center;
    color:#fff;
}
.bloc-video{
    position: relative;
    margin:40px 0;
}
.bloc-video:after{
    content:"";
    position: absolute;
    height:340px;
    width:50%;
    background:#000;
    left:0;
    bottom:25px;
    z-index:-1;
}
.bloc-video .bg-video{
    position: relative;
    z-index: 2;
}
.bloc-video .bg-video:after{
    content:"";
    position: absolute;
    height:340px;
    width:84%;
    background:#000;
    left:0;
    bottom:25px;
    z-index:-1;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
.bloc-video .bg-video:before{
    content:"";
    position: absolute;
    left:84%;
    bottom:25px;
    z-index:-1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 340px 0 0 190px;
    border-color: transparent transparent transparent #000000; 
    -webkit-transform:rotate(360deg);
}
.bloc-video.bloc-video--right:after,
.bloc-video.bloc-video--right .bg-video:after{
    left:auto;
    right:0;
}
.bloc-video.bloc-video--right .bg-video:before{
    left:auto;
    right:84%;
    border-width: 0 0 340px 190px;
    border-color: transparent transparent #000000 transparent;
}
.bloc-video .video{
    padding:0 25px;
}
.bloc-video .video-content, .bg-video-bam .video-content{
    color:#fff;
}
.bloc-video .video-content h2{
    color:#fff;
    margin:140px 0 0 0;
    font-size: 30px;
}
.bg-video-bam .video-content h2{
    color:#fff;
    margin:10px 0 0 0;
    font-size: 40px;
}
.bloc-video .video-content p,.bg-video-bam .video-content p{
    color:#fff;
    font-size: 16px;
    line-height:24px;
}


.video-mini{
    margin:40px 0;        
}
.video-mini h2{
    font-size: 16px; 
    margin:0;
}
.video-mini p{ 
    margin:3px 0;
}
.video-mini-content{
    padding: 10px 20px;
}
.video-mini .video iframe{
    height:270px !important;
}


@media (max-width:1440px){
    .bloc-video-bam iframe {
        height: 540px !important;
    }
}
@media (max-width:1330px){
    .bloc-video .video-content h2{
        font-size:30px;
        margin: 120px 0 0 0;
    }
    .bloc-video .video{
        padding:0 5px;
    }
    .bloc-video-bam iframe {
        height: 470px !important;
    }
}
@media (max-width:1099px){
    .bloc-video .video-content h2{
        font-size:26px;
        margin: 80px 0 0 0;
    }
    .bloc-video  .video iframe{
        height:400px !important;
    }
    .bloc-video .bg-video:before{
        border-width: 340px 0 0 120px;
    }
    .bloc-video.bloc-video--right .bg-video:before{
        border-width: 0 0 340px 120px;
    }
    .bloc-video-bam iframe {
        height: 400px !important;
    }
}
@media (max-width:991px){
     .bloc-video{
        padding-top:20px;
        background:#000;
    }
    .bloc-video:after{
        display:none;
    }
    .bloc-video .bg-video:after{
        display:none;
    }
    .bloc-video .bg-video:before{
        display:none;
    }
    .bloc-video .video-content h2{
        font-size:26px;
        margin: 0 0 0 0;
    } 
    .bloc-video .video-content{
        padding:20px 20px 5px;
    } 
    .bg-video-bam .video-content h2{
        font-size: 30px;
    } 
}
@media (max-width:767px){
    .bg-video-mini{
        margin:0 auto;
        max-width: 510px;
    }
    .bloc-video .video-content p{
        font-size: 15px;
        line-height:normal;
    }
    .bloc-video-bam iframe {
        height: 300px !important;
    } 
}
@media (max-width:520px){
    .bloc-video  .video iframe,
    .video-mini .video iframe{
        height:270px !important;
    }
    .bloc-video-bam iframe {
        height: 270px !important;
    } 
}
@media (max-width:425px){
    .bloc-video  .video iframe,
    .video-mini .video iframe{
        height:220px !important;
    }
    .bloc-video .video-content h2{
        font-size:22px;
    } 
}
@media (max-width:375px){
    .bloc-video  .video iframe,
    .video-mini .video iframe{
        height:190px !important;
    }
    .bloc-video .video-content h2{
        font-size:20px;
    } 
}


/*------------------------------------------------------------------
[ 3.5. Sidebars ]
-------------------------------------------------------------------*/
.col-md-4.sidebar-perso{
  padding-left:20px;
}
.sidebar-infos-match .infos{
  background: #000;
  padding:1px 12px 20px 15px;
}
.sidebar-perso .black-box {
    background: #000 none repeat scroll 0 0;
    padding: 30px 12px 20px 30px;
    color:#000;
}
.menu-cat ul{
  padding:0;
  margin:10px 0 30px;
}
.menu-cat li{
  font-family: Capriola;
  text-transform: uppercase;
}
.menu-cat li a{
  display:block;
  font-family: Capriola;
  text-transform: uppercase;
  padding:7px 0 7px;
  color:#fff;
  font-size:13px;
  background: url(../images/left-mini-arrow.png) no-repeat left -20px top -1px;
}
.menu-cat li a:hover,.menu-cat li.actif_term a{
  color:#E20613;
  padding-left:15px;
  background: url(../images/left-mini-arrow.png) no-repeat left -2px top -1px;
}
/*------------------------------------------------------------------
[ 4. FOOTER ]
-------------------------------------------------------------------*/
.site-footer {
  position: relative;
}
.red-footer{
  position: relative;
  z-index:100;
  padding:100px 0 10px;
  background: url(../images/triangle-red-bottom.png) no-repeat right top;
}
.home .red-footer{
  margin-top:-150px;
  padding:170px 5px 10px;
}
footer .bottom-ligne{
  text-align:right;
  vertical-align: bottom;
}
.newsletter{
  text-transform: uppercase;
}
.logo-news{
  max-width:100px;
}
.club-logo{
  display: block;
  font-family: Capriola;
  font-size:17px;
}
.newsletter p{
  margin:20px 0;
}
.mentions{
  margin-top:200px;
}
.mentions a{
  color:#000;
  display: inline-block;
  padding:0 10px;
}
.mentions a:hover{
  color:#E20613;
}
footer .reseaux{
  padding-top:40px;
}
footer .reseaux a {
  color:#fff;
}
footer .reseaux a:hover{
  color:#000;
}
/*.not-full .site-footer {
  margin-top: 0;
}
.site-footer a {
  color: #aaaaaa;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: square inside none;
}
.site-footer ul li {
  line-height: 1.75em;
}
@media (max-width: 992px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
h4.footer-widget-title {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  margin: 0 0 20px 0;
}
.top-footer {
  padding: 40px 0;
  color: #c0d2bb;
}
.not-full .top-footer {
  padding: 0 0;
  color: #c0d2bb;
}
.not-full .top-footer .container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-footer a {
  color: white;
}
.contact-info ul li span {
  margin-right: 7px;
}
ul.footer-social {
  list-style: none !important;
}
ul.footer-social li {
  float: left;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
ul.footer-social li a {
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #5b7d54;
  text-align: center;
  color: white;
}
.main-footer {
  background-color: rgba(33, 35, 32, 0.96);
  padding-top: 40px;
}
.not-full .main-footer {
  padding-top: 0;
}
.not-full .main-footer .container{
  padding-top: 40px;
}
.footer-gallery {
  overflow: hidden;
  margin-left: -3%;
}
.footer-gallery .gallery-thumb {
  width: 20%;
  margin-left: 3%;
  margin-bottom: 3%;
  float: left;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.footer-gallery .gallery-thumb img {
  width: 100%;
}
.copyright {
  margin-top: 40px;
  border-top: 1px solid #43463f;
  padding: 10px 0;
}
.copyright .credits {
  text-align: right;
}
@media (max-width: 992px) {
  .copyright {
    text-align: center;
  }
  .copyright .credits {
    text-align: center;
  }
}
*/
/*------------------------------------------------------------------
[ 5. MISC ]
-------------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Contact Form 7
 -------------------------------------*/
.contactForm .wpcf7-submit {
	margin: 15px 0 0 200px;
}
.wpcf7 .wpcf7-submit {
	width: auto;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 label {
	margin: 7px 0;
}
@media (max-width: 768px) {
  .contactForm label {
    float: none;
    display: block;
  }
  .contactForm input, .contactForm textarea {
    width: 100%;
    max-width: 100%;
  }
  .contactForm button,
  .contactForm .wpcf7-submit {
    margin-left: 0;
  }
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	border: none!important;
	padding: 15px!important;
	color: rgba(0, 0, 0, 0.6);
	color: #444;
}
.wpcf7-validation-errors {
	background-color: #FCF8E3!important;	
}
.wpcf7-mail-sent-ok {
	background-color: #dff0d8!important;
}
/* Shortcodes Ultimate Overrides 
 ----------------------------------*/
/* Tabs Shortcodes Overrides */
.su-tabs-style-default {
	padding: 0!important;
	background-color: #fff!important;
}
.su-tabs-style-default .su-tabs-panes {
	padding: 15px!important;
	background-color: #eeeeee!important;
}
.su-tabs-pane {
	font-size: inherit!important;
	background-color: #eeeeee!important;
}
.su-tabs-style-default .su-tabs-nav span {
	background-color: #faca3a!important;
	color: #232323!important;
	border-radius: 0!important;
	padding: 10px 15px!important;
	font-size: inherit!important;
}
.su-tabs-style-default .su-tabs-nav .su-tabs-current {
	background-color: #eeeeee!important;
}
/* Accordions Shortcodes Overrides */
.su-spoiler-style-default .su-spoiler-title {
	padding:10px 15px!important;
	background-color: #faca3a;
	font-size: inherit;
	font-weight: normal!important;
	text-transform: uppercase;
	color: #232323;
}
.su-spoiler-style-default .su-spoiler-icon {
	display: none!important;
}
.su-spoiler-style-default > .su-spoiler-content {
	background-color: #eeeeee!important;
	padding: 15px!important;
	font-size: inherit;
}
.su-spoiler-closed > .su-spoiler-content {
	height: 0;
	margin: 0;
	padding: 0!important;
	overflow: hidden;
	border: none;
	opacity: 0
}
/* Blockquote Shortcodes Overrides */
.su-quote-style-default {
	padding: 35px 60px!important;
	background-color: rgba(0,0,0,0.5);
	background-color: #eeeeee;
	color: #aaaaaa;
	font-size: 16px;
	line-height: 26px;
	font-style: normal!important;
}
.su-quote-style-default:before, .su-quote-style-default:after {
	background-image: none!important;
}
/* Default Shortcodes Overrides */
.su-button-style-default {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0!important;
	padding: 0 15px!important;
	height: 36px!important;
	line-height: 36px!important;
}
.su-button-style-default span {
	border: none!important;
	padding: 0!important;
	line-height:36px!important;
}
.su-heading-style-default .su-heading-inner {
	border: none!important;
}
/* Demo purposes */
.apply-margin {
	margin: 0 10px 10px 0;
}
/*------------------------------------------------------------------
[ 5. WP SPECIFICS ]
-------------------------------------------------------------------*/
.sticky {
	border: 2px solid #63875b;
}
.sidebar .textwidget img,
footer .textwidget img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
}
.wp-caption-text img {
	width: auto!important;
	height: auto!important;
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.fix-box-height {
		height: auto!important;
	}
}
.paging-navigation {
	  position: relative;
	  margin-top: 30px;
	  display: block;
	  height: 52px;
	  background-color: white;
	  color: #6b9262;
	  text-transform: uppercase;
	  padding: 0 20px;
	  line-height: 0;
	  vertical-align: middle;
}
@media (max-width: 960px) {
  .paging-navigation {
  		height: auto;
  		padding: 15px 20px;
  	}
  	.paging-navigation .loop-pagination,
  	.page-info {
  		text-align: center!important;
  	}
}
.paging-navigation .page-info h6 {
	color: #999999;
	font-size: 11px;
}
.paging-navigation .loop-pagination {
	text-align: right;
	margin-top: 20px;
}
.paging-navigation .page-numbers {
	padding: 4px 8px;
	background-color: #dedede; 
	color: #444444;
	margin-left: 3px;
}
.paging-navigation .page-numbers:hover {
	background-color: #6b9262;
	color: #ffffff;
}
.paging-navigation .page-numbers.current {
	background-color: #6b9262;
	color: #ffffff;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
[ 5. CONTENU VOYELLE ]
--------------------------------------------------------------------
-------------------------------------------------------------------*/
.left-bg .editor-content{
  padding-right:15px;
}
.editor-content iframe{
  max-width: 100% !important;
  border:0px;
}
.editor-content h2{
  color:#C60751;/* custom-color-scheme */
  margin:35px 0 0;
  font-size:30px;
  line-height:34px;
}
.editor-content h3{
  color:#C60751;/* custom-color-scheme */
  margin:35px 0 0;
  font-size:24px;
  line-height:28px;
}
.editor-content h4{
  color:#C60751;/* custom-color-scheme */
  margin:30px 0 0;
  font-size:20px;
  line-height:24px;
}
.editor-content h5{
  color:#C60751;/* custom-color-scheme */
  margin:25px 0 0;
  font-size:17px;
  line-height:21px;
}
.editor-content h6{
  color:#C60751;/* custom-color-scheme */
  margin:20px 0 0;
  font-size:16px;
  line-height:20px;
}
.editor-content li{
  background: url(../images/puce.png) no-repeat 0 5px;
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height:18px;
}
.editor-content p{
  line-height:20px;
}
blockquote {
	background-color: #357D91;/* custom-color-scheme */
	width: 80%;
	margin: 30px 10%;
	padding: 35px 60px;
	color: #fff;
	font-size: 20px;
  text-align: center;
	line-height: 26px;
}
blockquote p{
	color: #fff;/* custom-color-scheme */
	font-size: 20px;
  text-align: center;
  line-height:28px;
}
img.alignleft{
  padding-right: 15px;
}
img.alignright{
  padding-left: 15px;
}
.boutonPdf{
   background:#A40033;/* custom-color-scheme */
   color: #fff; /* custom-color-scheme */
   text-transform: initial;
   display: inline-block;
   font-size: 18px;
   line-height: 34px;
   margin: 8px 0;
   padding: 0 18px;
}
.boutonEditor{
   background:#A40033;/* custom-color-scheme */
   color: #fff;/* custom-color-scheme */
   text-transform: uppercase;
   display: inline-block;
   font-size: 18px;
   line-height: 38px;
   margin: 8px 0;
   padding: 0 14px;
}
.boutonPdf:hover,.boutonEditor:hover {
   background:#A1A1A1;/* custom-color-scheme */
}
.bloc-fond{
  margin:30px;
  padding:5px 25px;
  border:1px solid #357D91;/* custom-color-scheme */
  background: #D5E2E5;/* custom-color-scheme */
  color:#343434;
  clear:both;
}
.bloc-fond ul{
  padding-left:30px;
}
.bloc-fond li{
  padding-left:15px;
}
.texte-2-col{
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
.texte-2-col p:first-child{
  margin-top:0;
}
.legende{
  color: #999;
  font-style: italic;
  font-size:11px;
  line-height: 13px;
}
.savoir-plus{
    background: url("../images/arrow.png") no-repeat scroll 5px center;
    border-bottom: 1px solid #357D91;/* custom-color-scheme */
    border-top: 1px solid #357D91;/* custom-color-scheme */
    clear: both;
    padding: 11px 10px 11px 25px;
    margin:20px 0;
}
.breadcrumbs{
  padding-top:8px;
  font-size:11px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.container {
    padding-left: 5px;
    padding-right: 5px;
}
.editor-content tr{
  border-bottom:1px solid  #E0E0E0;
}
.editor-content td{
  border-right:1px solid  #F2F2F2;
  border-left:1px solid  #F2F2F2;
  font-family: Arial,Helvetica,sans-serif !important;
  padding:6px 4px;
  width: auto !important;
}
.editor-content table{
  border:1px solid  #F2F2F2;
  margin-bottom:20px;
}
.editor-content td span{
  font-family: Arial,Helvetica,sans-serif !important;
}
.nav-tabs > li > a {
    color: #fff;
    text-transform: uppercase;
    line-height:20px;
}
ul.nav-tabs {
  background: #000;
  padding-bottom: 1px;
  font-family: Capriola;
}
ul.nav-tabs li {
  background: none;
  padding:0;
  font-size:13px;
}
.nav > li > a {
    padding: 10px 10px;
    margin:0;
}
ul.nav-tabs li {
  border:1px solid #000;
  background-color:#000;
}
ul.nav-tabs li.active {
  border-bottom:1px solid #000;
}
ul.nav-tabs li.active a {
  color:#E20613;
  background:#000;
  border:0;
}
.nav-tabs > li > a:hover {
  color:#E20613;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
background:#000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color:#E20613;
  background:#000;
  border:0;
  /*color:#fff; */
}
.tab-content {
  border-top:1px solid #eeeeee;
  margin-top: -1px;
  background:#fff;
}
.nav > li {
  margin:0;
}
.newsletter_home > div {
  background:#000;
  text-align:center;
  padding:20px;
  margin-bottom:10px;
}
.newsletter_home > div p {
  color:#fff;
}
.matchs .prochain .box-content a.bt {
  margin : 5px 0 6px 0;
}
.scrollTo.equipe-resultats {
  color: #E20613;
}
#sep-vert {
  height: 13px;
  width: 1px;
  background: #E20613;
  display: inline-block;
}
#bt-contact-pro {
    display: inline-block;
    line-height: 40px;
}
.autres-news.espace div.col-md-3:nth-child(5) {
  clear:both;
}
/*--------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
------------------------------------------------------------------responcive----------------*/
@media (max-width:1785px){
  .slide-content {
    height: 650px;
  }
  .infos li {
    padding: 10px 0;
  }
  .red-footer {
    background: rgba(0, 0, 0, 0) url("../images/triangle-red-bottom.png") no-repeat scroll right -80px top;
  }
  .home-infos {
    width: 35.5%;
  }
}
@media (max-width:1680px){
  .slide-content div {
      /*top: 15%; */
      top:initial;
      bottom:30px;
  }
  .home-infos {
    width: 36%;
  }
  .slide-content {
    height: 600px;
  }
}
@media (max-width:1585px){
  .slide-content {
    height: 550px;
  }
  .infos li {
    padding: 8px 0;
  }
  #infos-carousel {
    margin: 30px 20px 0 0;
  }
  .carousel-control {
    top: -30px;
  }
  .infos h3 {
    padding: 0 0 15px 32px;
    margin: 35px 0 0;
  }
  .slide-content div {
    /*top: 15%; */
    top:initial;
    bottom:30px;
  }
  .red-footer {
    background: rgba(0, 0, 0, 0) url("../images/triangle-red-bottom.png") no-repeat scroll right -180px top;
  }
  .slide-content div {
      /*top: 0%; */
  }
  .img-full.no-cut {
    height: 550px;
  }
}
@media (max-width:1460px){
  .slide-content {
    height: 520px;
  }
  .home-infos {
    width: 37%;
  }
}
@media (max-width:1420px){
  .slide-content {
    height: 500px;
  }
  .slide-content div {
    /*top: 7%;*/
    top:initial;
    bottom:30px;
    height: 200px;
  }
  .infos li {
    padding: 7px 0;
  }
  #infos-carousel {
    margin: 28px 20px 0 0;
  }
  .carousel-control {
    top: -28px;
  }
  .infos h3 {
    padding: 0 0 12px 32px;
    margin: 15px 0 0;
  }
  .infos li a {
    max-height: 35px;
  }
  .infos a .date {
    line-height: 35px;
  }
  .slide-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
  /*.slide-content h2.moyen {
    font-size: 40px;
    line-height: 53px;
  }
  .slide-content h2.petit {
    font-size: 31px;
    line-height: 34px;
  }   */
  .red-footer {
    background: rgba(0, 0, 0, 0) url("../images/triangle-red-bottom.png") no-repeat scroll right -300px top;
  }
  .img-full.no-cut {
    height: 480px;
  }
}
@media (max-width:1350px){
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 14px;
    padding: 0 6px;
  }
}
@media (max-width:1280px){
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 12px;
    padding: 0 6px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li {
    max-width: 40%;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li ul {
    left: 40.5%;
    min-width: 60%;
  }
  .img-full.no-cut {
    height: 400px;
  }
  .slide-content {
    height: 450px;
  }
  .home-infos {
    width: 37.5%;
  }
}
@media (max-width:1220px){
  .col-md-6.devise{
    padding:0;
  }
  .img-full.mask-gris-large.actu-mask {
    min-height: 200px;
    padding-top: 150px;
  }
  .img-full.no-cut {
    height: 380px;
  }
}
@media (max-width:1185px){
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 14px;
    padding: 0 6px;
  }
}
@media (max-width:1165px){
  .reseaux a {
    font-size: 19px;
    padding: 0 0 0 6px;
  }
  .slider-wrapper {
    margin-right: 20%;
    margin-top: 0;
    max-height: 598px;
    overflow: hidden;
  }
  .slide-content {
    height: 480px;
  }
  .slide-content div {
    bottom: 60px;
    left: 8%;
  }
  .red-footer {
    background: rgba(0, 0, 0, 0) url("../images/triangle-red-bottom.png") no-repeat scroll right -450px top;
  }
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 11px;
    padding: 0 6px;
  }
  .img-full.no-cut {
    height: 360px;
  }
  .img-full.mask-gris-right {
    background-position: right bottom, center center;
    background-size: 10% auto, cover;
  }
  .triangle-red.bg-white.les-plus {
    background: #fff url("../images/triangle-red.png") no-repeat scroll right -200px top;
  }
}
@media (max-width:1060px){
  .menu-wrapper .main-menu ul.sf-menu > li#menu-item-53 {
  display:none;
  }
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .actu-mask h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .single .actu-mask h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .img-full.mask-gris-large.actu-mask {
    min-height: 100px;
    padding-top: 100px;
  }
  .bt-all-retour .bt, a.load-more {
    font-size: 15px;
    padding: 0 10px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li {
    max-width: 35%;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li ul {
    left: 35.5%;
    min-width: 64.5%;
  }
  .img-full.no-cut {
    height: 365px;
  }
  .page-template-modele-joueurs .ancres-joueur a{
    padding:0 10px ;
    font-size:14px;
  }
  .slide-content h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .slide-content {
    height: 440px;
  }
}
@media (max-width:997px){
  .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li {
    max-width: 33%;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li ul {
    left: 34%;
    min-width: 66.5%;
  }
  .img-full.no-cut {
    height: 350px;
  }
}
@media (max-width:991px){
  .main-header {
    padding: 3px 0 0;
  }
  .col-logo img{
    padding:0 0 3px;
  }
  .col-logo {
    display: inline-block;
    float: none;
    vertical-align: bottom;

    width: 13%;
  }
  .col-menu {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    width: 86%;
  }
  .slider-wrapper {
    margin-right: 0;
  }
  .home-infos {
    background: #000;
    padding: 10px 20px;
    position: static;
    width: 100%;
  }
  .img-avec-info .home-infos {
    width: 100%;
}
 .img-avec-info{
   background-image: none !important;
   padding-right: 0 ;
 }
 .img-avec-info .news-content{position: relative;height: auto}
 .slide-content div, .news-content div {
    width: 86%;
}
  .infos a .date{
    line-height:normal;
    text-align: center;
  }
  .infos li a {
    line-height:normal;
    height:auto;
  }
  #infos-carousel{
    margin:45px 20px 0 0;
    max-width:100%;
  }
  .carousel-control{
    top: -45px;
  }
  .infos h3{
    padding:0 0 25px 32px;
    margin:25px 0 0;
  }
  .infos a h4, .infos a p{
    display:inline-block;
    padding-top:2px;
    font-size:15px;
  }
  .infos li{
    padding:10px 0;
  }
  .infos li a{
    max-height:150px;
    width: 100%;
  }
  .sur-menu ul {
    padding: 0 86px 0 0;
    text-align: left;
  }
  .sur-menu a {
    padding: 0 15px 8px;
    font-size: 18px;
  }
  .sur-menu {
    background: url("../images/coupes-france.png") no-repeat scroll right 18px top;
  }
  .single .actu-mask h1 {
    background: rgba(255, 255, 255, 0.5);
    padding:15px;
  }
  .single-post  .actu-mask h1 {
    background: transparent;
    padding:15px;
  }
  .sidebar-infos-match{
    display: none;
  }
  .single-post .left-bg.white {
    background: #fff;
  }
  .sidebar-perso .black-box {
    background: #000 none repeat scroll 0 0;
    color: #000;
    padding: 20px 12px 20px 15px;
  }
  .img-full.mask-gris-large.actu-mask {
    min-height: auto;
    padding-top: 0;
    background-size: 0 ,0;
    background-image: none;
  }
  .blog-list a.box-w{
    max-width:698px;
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.large {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col-md-4.sidebar-perso {
    padding-left: 5px;
  }
  .single-match .left-black {
    background: #000;
  }
  .news-joueur a.box-w{
    max-width:344px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-match .nom-equipe {
    font-size: 35px;
  }
  .but {
    font-size: 20px;
  }
  .img-full.no-cut {
    height: 320px;
  }
  .top-rect h1 {
    padding-top: 20px;
    margin-bottom:0;
  }
  .left-bg .editor-content {
    padding-top: 15px;
  }
  .top-rect {
    min-height: 300px;
    padding-top: 300px;
  }
  .sidebar-perso{
    display:none;
  }
  .diag-right-white {
    background: #fff;
  }
  .diag-right-white h1{
    font-size:38px;
    line-height:50px;
    margin-bottom:15px;
  }
  .page-template-modele-joueurs .ancres-joueur a{
    padding:0 12px ;
    font-size:15px;
    line-height: 40px;
  }
  .slide-content {
    height: 500px;
  }
  .triangle-red.bg-white.les-plus {
    background: #fff url("../images/triangle-red.png") no-repeat scroll right -400px top;
  }
}
@media (max-width:870px){
  .red-footer {
    background: rgba(0, 0, 0, 0) url("../images/triangle-red-bottom.png") no-repeat scroll right -550px top;
    max-width:100%;
  }
  .img-full.no-cut {
    height: 300px;
  }
  .slide-content {
    height: 450px;
  }
  .slide-content div {
    bottom: 120px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width:840px){
  .slide-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .img-full.no-cut {
    height: 280px;
  }
  .stickyOn{
    display:none;
  }
}
@media (max-width:767px){
  .matchs .dernier{
    margin-top:20px;
    margin-bottom:20px;
  }
  .left-bg.white{
    background: none;
  }
  .sur-menu a {
    font-size: 16px;
    padding: 0 13px 8px;
  }
  .dernier .championnat {
    margin-bottom: 20px;
  }
  .matchs .dernier h3 {
    padding-top: 26px;
  }
  .bloc-droite-news, .bloc-news{
    margin:0 50px;
  }
  .palmares .col-md-3 {
    margin:0 0 10px 0;
    border-right:1px solid #000;
  }
  .palmares .col-md-3 + .col-md-3 + .col-md-3 .zone-image{
    border-top:1px solid #000;
    padding-top:5px;
  }
  .autres-news a.box-w{
    max-width: 344px;
    margin-right:auto;
    margin-left:auto;
  }
  .full-match .nom-equipe {
    font-size: 30px;
  }
  .but {
    font-size: 18px;
  }
  .full-match .score-equipe {
    font-size: 60px;
  }
  .bloc-scores {
    padding-top: 80px;
  }
  .ancres-joueur a {
    font-size: 15px;
    padding: 0 15px;
  }
  .img-full.no-cut {
    height: 260px;
  }
  a .joueur-listing-info h3 {
    text-align:left;
  }
  .page-template-modele-joueurs .boutique-box-height{
    text-align: center;
  }
  .triangle-red.bg-white.les-plus {
    background: #fff url("../images/triangle-red.png") no-repeat scroll right -500px top;
  }
  .single .img-full.mask-gris-right {
    height: 200px;
    padding-top: 40px;
  }
}
@media (max-width:675px){
  .sur-menu a {
    font-size: 15px;
    padding: 0 8px 8px;
  }
  .sur-menu ul {
    padding: 0 60px 0 0;
  }
  .bloc-droite-news, .bloc-news{
    margin:0;
  }
  .newsletter{
    padding:0 20px;
  }
  .mentions {
    margin-top: 100px;
    padding:0 20px;
  }
  .img-full.no-cut {
    height: 240px;
  }
  .ancres-joueur a {
    font-size: 14px;
    padding: 0 10px;
  }
  .slide-content {
    height: 400px;
  }
}
@media (max-width:620px){
  .col-logo {
    width: 100%;
    text-align: center;
  }
  .col-logo img{
    max-width:100px;
    padding: 5px 0;
  }
  .col-menu {
    width: 100%;
  }
  /*.responsive-menu .menu-open {
    top: 200px;
  }*/
  .full-match .nom-equipe {
    font-size: 25px;
  }
  .but {
    font-size: 16px;
  }
  .full-match .score-equipe {
    font-size: 50px;
  }
  .bloc-scores {
    padding-top: 60px;
  }
  .img-full.no-cut {
    height: 220px;
  }
  .ancres-joueur a {
    line-height: 40px;
  }
  .box-img a h2{
    font-size:30px;
    padding:0 5px;
  }
  .top-rect h1 {
    font-size:36px;
    line-height:46px;
  }
}
@media (max-width:570px){
  .flex-control-paging {
    display: none;
  }
  .slide-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .slide-content h2.moyen {
    font-size: 19px;
    line-height: 24px;
  }
  .slide-content h2.petit {
    font-size: 18px;
    line-height: 22px;
  }
  .slide-content .bt-large {
    font-family: Capriola;
    font-size: 18px;
    line-height: 30px;
    margin: 8px 0;
    min-width: 150px;
    padding: 0 14px;
  }
  .bt, a.load-more {
    padding: 0 13px;
  }
  .img-full.no-cut {
    height: 210px;
  }
  .top-rect {
    min-height: 200px;
    padding-top: 200px;
  }
  .triangle-red.bg-white.les-plus {
    background: #fff url("../images/triangle-red.png") no-repeat scroll right -600px top;
  }
  footer .reseaux {
    padding-bottom: 15px;
    padding-top: 40px;
    text-align: center;
  }
  footer .reseaux a{
    color:#000;
  }
  .reseaux a {
    font-size: 19px;
    padding: 0 10px 0 10px;
    margin:1px 0;
  }
}
@media (max-width:550px){
  .full-match .nom-equipe {
    font-size: 22px;
  }
  .but {
    font-size: 15px;
  }
  .bloc-scores {
    padding-top: 50px;
  }
  .ancres-joueur a {
    font-size: 14px;
  }
  .full-match .horaire strong {
    font-size: 32px;
  }
  .img-full.no-cut {
    height: 200px;
  }
}
@media (max-width:530px){
  .col-xxs-12{
    float:none;
    width:100%;
  }
  .full-match .nom-equipe {
    font-size: 20px;
  }
  .but {
    font-size: 14px;
  }
  .bloc-scores {
    padding-top: 30px;
  }
  .full-match .horaire strong {
    font-size: 22px;
  }
  .full-match .score-equipe {
    font-size: 40px;
  }
  .img-full.no-cut {
    height: 190px;
  }
  .joueur-listing-info .numero-joueurs {
    text-align: left;
    padding-left:10px;
  }
}
@media (max-width:510px){
  .sur-menu ul {
    padding: 0 30px 0 0;
  }
  .sur-menu {
    background:url("../images/coupes-france.png") no-repeat scroll right 2px top ;
  }
  .sur-menu a {
    font-size: 13px;
    padding: 0 5px 8px;
  }
  .all-news, .all-videos {
    background: #fff url("../images/bt-plus.png") no-repeat scroll center 135px;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 26px;
  }
  .all-videos {
    background: #fff url("../images/bt-play.png") no-repeat scroll center 135px;
  }
  .home-bottom-image{
    display:none;
  }
  .postformat-videos .video::after {
    left: 42%;
    top: 15%;
  }
  .img-full.no-cut {
    height: 180px;
  }
}
@media (max-width:470px){
  .full-match .nom-equipe {
    font-size: 18px;
    line-height:60px;
  }
  .but {
    font-size: 13px;
  }
  .bloc-scores {
    padding-top: 20px;
  }
  .full-match .horaire strong {
    font-size: 20px;
  }
  .full-match .score-equipe {
    font-size: 30px;
    line-height:54px;
  }
  .full-match .horaire {
    font-size: 15px;
    min-height: 120px;
    padding-top: 12px;
  }
  .full-match .domi, .full-match .ext {
    min-height: 200px;
  }
  .img-full.no-cut {
    height: 170px;
  }
  blockquote {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 5%;
    padding: 20px 30px;
    width: 90%;
  }
}
@media (max-width:440px){
  /*.slide-content {
    height: 150px;
    left: 2%;
    width: 96%;
    top:15px;
  }*/
  .slide-content a{
    display:block;
  }
  .sur-menu ul {
    padding: 0 0 0 0;
  }
  .sur-menu {
    background-image:none;
  }
  .img-parallax {
    height: 200px;
  }
  .ancres-joueur a {
    line-height: 40px;
  }
  .img-full.no-cut {
    height: 160px;
  }
  h1 .big-h1 {
    font-size: 43px;
  }
}
@media (max-width:425px){
  .full-match .nom-equipe {
    font-size: 16px;
  }
  .full-match .horaire {
    font-size: 14px;
    min-height: 100px;
    padding-top: 12px;
  }
  .full-match .domi, .full-match .ext {
    min-height: 180px;
  }
  .col-xs-4.domi,.col-xs-4.ext{
    width: 36.3333%;
  }
  .col-xs-4.score{
    width: 27.3333%;
  }
  .equipes .logo-equipe img {
    height: auto;
    max-height: 90px;
    max-width: 100px;
  }
}
@media (max-width:410px){
  .col-xxxs-12{
    float:none;
    width:100%;
  }
  .palmares .col-md-3 {
    border-right:none;
    min-height: auto;
  }
  .palmares .col-md-3 + .col-md-3 .zone-image{
    border-top:1px solid #000;
    padding-top:5px;
  }
  .postformat-videos .video::after {
    left: 38%;
    top: 10%;
  }
  .img-full.no-cut {
    height: 150px;
  }
  h1 .big-h1 {
    font-size: 35px;
  }
  h1 .small-h1 {
    font-size: 30px;
  }
}
@media (max-width:400px){
   .slide-content h2 {
    font-size: 17px;
    line-height: 20px;
  }
  .slide-content h2.moyen {
    font-size: 16px;
    line-height: 19px;
  }
  .slide-content h2.petit {
    font-size: 15px;
    line-height: 17px;
  }
  .slide-content .bt-large {
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0;
  }
  .img-full.no-cut {
    height: 140px;
  }
  .img-avec-info h1{
    font-size: 20px;
  }
}
@media (max-width:365px){
   .sur-menu a {
    font-size: 12px;
    padding: 0 4px 8px;
   }
   .slide-content div {
    height: 100px;
    left: 1%;
    top: 0;
    width: 98%;
  }
  .col-xxxxs-12{
    float:none;
    width:100%;
  }
  .logo-equipe img {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle;
  }
  .matchs .horaire strong {
    font-size: 27px;
  }
  .matchs .horaire strong {
      display: block;
      font-family: Capriola;
      font-size: 27px;
  }
  .nom-equipe {
      font-size: 16px;
  }
  .matchs .box-content {
    padding: 12px 15px 20px;
  }
}
@media (max-width:334px){
   .sur-menu a {
    font-size: 11px;
    padding: 0 2px 8px;
   }
  .postformat-videos .video::after {
    left: 37%;
    top: 5%;
  }
  a.load-more {
    width: 200px;
  }
  .img-full.no-cut {
    height: 130px;
  }
}
.eagtable tr {
  border:1px solid transparent;
}
.eagtable thead tr th {
  padding:2px 10px;
  line-height:22px; 
  font-size:12px;
  font-family: Capriola; 
  color:#fff;
  background:#E20613;
  text-transform:uppercase;
  font-weight: 300;
}
.eagtable tr td {
  padding:5px 10px;
  line-height:20px;
  border-right:none;
  border-left:none;
  color:#000;
  font-family:Arial;
  font-size:15px
}
.eagtable tr:nth-child(odd) {
  background:#f2f2f2;
}
.eagtable tr:nth-child(odd) td {
  color:#000;
}
table.eagtable {
  width:100%;
  border:1px solid transparent;
}
.eagtable a.small {
  font-size:11px;
}
.resultats_table td:nth-child(1),
.resultats_table td:nth-child(2) {
  font-size:12px;
}
.resultats_table td:nth-child(3) {
  text-align:right;
}
.resultats_table td:nth-child(3),
.resultats_table td:nth-child(4),
.resultats_table td:nth-child(6),
.resultats_table td:nth-child(7),
.effectif_table td:nth-child(4),
.effectif_table td:nth-child(5) {
  /*font-weight:600;*/
}
.classement_table tr:nth-child(-n+3) {
  background:rgba(226, 239, 217, 1);  
}
.blog-single {
  position: relative;
}
.hideable.hide {
  display:none;
}
#newsplus {cursor:pointer;} 
.match-resume-text > a {
  min-height: 372px;
}
.joueur-listing-info h3 small {
  font-size:50%;
}
.page-template-modele-billetterie-php h1 span {
  color:#e20613;
}
/*.img-product {
  min-height:300px;
}*/
.editor-content h2.h2-rouge {
  color:#E20613
}
.gform_fields li{background: none;}
/*
#orange {
  background:#000000 !important;
}
*/
#orange {
  /*display:none;*/
}
.matchs .prochain .box-content a.bt:first-child {
    display: inline-block;
    margin-bottom: 12px;
}
a.btn-cashless {
  background:#E20613;
  padding:5px 20px;
  color:#fff;
  text-decoration:none;
}

/* menu kalon */
#menu-item-25882{
	/*display:none;*/
}
.menu-wrapper .main-menu ul.sf-menu > li#menu-item-25882 a {
    background: rgba(0, 0, 0, 0) url("../images/kalon.png") no-repeat scroll 10px center;
    text-indent: -5000px;
    width: 76px;
}
.menu-wrapper .main-menu ul.sf-menu > li#menu-item-25882 a:hover {
    background: rgba(0, 0, 0, 0) url("../images/kalon_N.png") no-repeat scroll 10px center;
}

#iFrameResizer0{
	height:280px;
}

/*-----------------------------------------------home-v2----------------------*/
/*.site-header {
    padding-bottom: 0; 
}
.home .site-header {
    padding-bottom: 0;
}*/
.col-logo img {
    padding-top: 16px;
    padding-bottom: 2px;
}

.home .bloc-full.bloc-social{
    background: linear-gradient(100deg, #fff 60%, transparent 60%);
    margin:0 0 20px;
}
.home .matchs{
    margin-bottom:30px;
}
.home .home-infos{
    position: static;
    height: auto;
    width: 100%;
    padding: 0;
    background: #000;
    z-index: 1;
    overflow: hidden;    
}
.home #infos-carousel{
  margin:15px 0;
  display: inline-block;
  max-width: 100%;
}
.home #infos-carousel ul{
  list-style: none;
  margin:0;
  padding:0;
  display: inline-block;
}
.home .carousel-control.left, .carousel-control.right{
    background-image: none;
}
.home .carousel-control.left{
    display: none;
}
.home .carousel-control{
  color:#E20613;
  bottom: auto;
  font-size: 30px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: left;
  text-shadow: none;
  top: calc(50% - 25px);
  width: 30px;
  height:50px;
  line-height:50px;
}
.home .carousel-control.right {
    left: auto;
    right: -50px;
}
.home .infos h3{
  background: url(../images/chrono-white.png) no-repeat top 32px left 70px #e20613;
  line-height:29px;
  padding:35px 110px 34px 102px;
  vertical-align: top;
  color:#ffffff;
  font-size:16px;
  margin:0;
  display: inline-block;
  position: relative;
}
.home .infos h3:after{
    content:"";
    background: -webkit-linear-gradient(bottom right, #000 50%, transparent 50.1%);
    background: -o-linear-gradient(bottom right, #000 50%, transparent 50.1%);
    background: linear-gradient(to top left, #000 50%, transparent 50.1%);
    display: block;
    width:80px;
    height:100%;
    right:0;
    bottom:0;
    position: absolute;
}
.home .infos li{
  border-right:1px solid rgba(255,255,255,0.3);
  border-top:none;
  padding:15px 17px;
  display: inline-block;
    width:315px;
}
.home .infos li:last-child{
  border-right:none;
}
.home .infos li a{
  display: inline-block;
  width:100%;
  overflow: hidden;
  height:38px;
  line-height:38px;
  vertical-align: middle;
}

.home .slider-home {
    overflow: hidden;
}
.home .slide-content{
    position: static;
    background: rgba(0,0,0,0.3);
    height: 90vh;
    min-height:450px;
}
.home .slider-home a.slide-link{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height:400px;
}
.home .slider-home a.slide-link .slide-mobile{
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        min-height:400px;
}
@media (min-width:991px){
    .home .slider-home a.slide-link .slide-mobile{
        background-image: none !important;
    }
}
.home .site-header .container.large{
    position: relative;
}
.home .slide-content div{
    bottom: 20%;
}
.home .flex-control-paging {
    z-index: 9;
}

.main-header {
    padding-top:0;
}
.home .main-header {
    position: absolute;
    z-index: 10;
    padding-top:0;
    width: 100%;
}
.sur-menu-v2 {
    text-align: left;
    position: relative;
    background: rgba(0,0,0,0.46);
    font-size: 20px;
    /*padding:10px 0 10px 27px; */
    padding:5px 0 5px 27px;
    height: auto;
}
.home-top-menu a {
    font-size: 14px;
}
.home-top-menu li:first-child a {
  padding-left: 0;
}
.sur-menu-v2:before {
    content:"";
    position: absolute;
    display: block;
    height:100%;
    width: 7px;
    top:0;
    left:-7px;
    background: linear-gradient(to bottom left,rgba(0,0,0,0.46) 50%, transparent 55%);
}
.sur-menu-v2:after {
    content:"";
    position: absolute;
    display: block;
    height:100%;
    width: 50%;
    top:0;
    left:100%;
    background: rgba(0,0,0,0.46);
}
.sur-menu-v2 a{
    line-height:30px;
    padding-bottom:0;
}
.sur-menu-v2 a.active {
    background: none;
}
.main-header .search-form input[type="text"] {
    top: 0;
    height: 30px;
}
body .main-header .search-form input[type="text"] {
    border-color: #000000;
    color: #ffffff!important;
    background-color: transparent;
    font-size:16px;
}
body .main-header .search-form input[type="text"]:focus {
    background-color: #000;
}


.home-menu{
    display: inline-block;
}
.home-menu a.home-toggle-menu {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 1.7rem;
  margin-right:40px;
  padding:0 20px 0 0;
  display:none;
}
.home-menu a.home-toggle-menu.open {
  color: #e20613;
}
.home-menu .home-menu-open {
  background: rgba(226,6,19,0.8);
  width: calc(100% - 7px);
  padding: 0 10px;
  position: absolute;
  top: 40px;
  left: 7px;
  z-index: 100002;
  display: block;
  text-transform: uppercase;
  font-family: Capriola;
  font-size:18px;
}
.home-menu .home-menu-open:before {
    content:"";
    position: absolute;
    display: block;
    height:100%;
    width: 7px;
    top:0;
    left:-7px;
    background: linear-gradient(to bottom left,rgba(226,6,19, 0.8) 50%, transparent 55%);
}
.home-menu .home-menu-open:after {
    content:"";
    position: absolute;
    display: block;
    height:100%;
    width: 50%;
    top:0;
    left:100%;
    background: rgba(226,6,19, 0.8);
}
.home-menu .home-menu-open ul li {
  padding:0 10px;
}
.home-menu .home-menu-open ul#menu-menu-principale > li:first-child {
  display:none;
}
.home-menu .home-menu-open ul li a {
  color: white;
  display: inline-block;
  padding:15px 0;
  line-height:30px;
}
.home-menu .home-menu-open ul li.active a {
  color: #e20613;
}
.home-menu .home-menu-open ul li.active ul li a {
  color: white;
}
.home-menu .home-menu-open ul#menu-menu-principale > li > ul {    
    position: absolute;
    min-width: 100%;
    top: 100%;
    padding: 30px;
    left: 0;
    z-index: 999999;
    display: none;
    background-color: #000;
    background-image: url(../images/palm-menu.gif);
    background-repeat: no-repeat;
    background-position: right 100px center;
    min-height: 292px;
}
.home-menu .home-menu-open ul li ul li {    
    position: relative;
    font-family: arial, sans-serif;
    display: block;
    line-height: 48px;
    max-width: 50%;
    text-transform: none;    
    border-bottom: 1px solid #ffffff;
}
.home-menu .home-menu-open ul li a:hover, .home-menu .home-menu-open ul li.sfHover > a{    
    color:#000;
}
.home-menu .home-menu-open ul li ul li a:hover{    
    color: #e20613;
}
.home-menu .home-menu-open ul li ul li:fist-child {
  padding-top: 0;
}
.home-menu .home-menu-open ul li ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-menu .home-menu-open ul li ul li ul {
    display:none !important;
}
.home-menu .home-menu-open ul li ul li a {
    display: block;
    font-size: 17px;
    padding:7px 0 7px 26px;
}
.home-top-menu{
    display: inline-block;
}
.sur-menu-v2 ul {
    padding: 0 0 0 0;
}
.devise-reseaux {
    padding: 0 17px 0 17px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}
.sur-menu-v2 .devise-reseaux a {
    line-height: 30px;
    padding: 0 3px 0px;
}
/*----responsive menu----*/
.home-menu-responcive {
    display: inline-block;
}
.home-menu-open-responcive {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 100;
    top: 100%;
    width:100%;
    min-height: calc(100vh - 50px);
    border-left:5px solid #d30613;
    background: rgba(0,0,0,0.93);
}
.home-menu-open-responcive li{
    display: block;
}
.home-menu-open-responcive .first-responsive-menu > li{
    border-bottom:1px solid rgba(255,255,255,0.13);
}
.home-menu-open-responcive .first-responsive-menu > li > a{
    font-size:2rem;
    line-height: 50px;
    padding:0 34px;
    position: relative;
    display: block;
}
.home-menu-open-responcive .first-responsive-menu > li.inside > a:after{
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    left: 185px;
    top: 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 20px;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}
.home-menu-open-responcive .first-responsive-menu > li.inside > a.open:after{    
    content: "\f00d";
    line-height: 26px;
}
.home-menu-open-responcive .first-responsive-menu > li > a.active:before{
    content:"";
    position: absolute;
    display: block;
    left:0;
    top:7px;
    width:0;
    height:0;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #d30613;
}
.home-menu-open-responcive nav,
.home-menu-open-responcive nav .link-palm{
    display: none;
}

.home-menu-open-responcive nav ul li{
    padding-left:15px;
}
.home-menu-open-responcive nav > ul > li > a{
    display: block;
    padding:5px;
    font-size:1.6rem;
}
.home-menu-open-responcive nav > ul > li:first-child a{
    display:none;
}
.home-menu-open-responcive nav ul li ul li a{
    display: block;
    padding:2px 4px;
    text-transform: none;
    font-size:1.4rem;
}
.home-menu-open-responcive nav ul li ul li ul{
    display: none;
}
.home .top-content{
    min-height:100px;
}

/*----responcive-----------*/
@media (max-width:1780px){
    .home .infos h3 {
        background: url(../images/chrono-white.png) no-repeat top 32px left 20px #e20613;
        padding: 35px 50px 34px 55px;
        width: 330px;
    }  
    .home .carousel-control.right {
        right: -30px;
    }
    .home #infos-carousel{
        width:calc(100% - 330px - 30px - 10px);
    }
    .home .infos li {
        padding: 15px 15px;
        width: 24.5%;
        margin:0;
    }
}
@media (max-width:1550px){
    .home .infos li {
        padding: 15px 8px;
        width: 24.5%;
        margin:0;
    }
}
@media (max-width:1450px){
    .sur-menu:after {
        display: none;
    }
    .col-menu{
        padding-right:0;
        vertical-align: top;
    }
    .main-header .search-form input[type="text"] {
        padding: 5px 5px 5px 70px;
    }
    .home .main-header {
        left: 0;
    }
    .home .infos li a {
        max-height: 45px;
        height:45px;
    }
    .home .infos h3 {
        line-height: 39px;
        padding: 25px 50px 24px 55px;
    }
    .home .infos li {
        padding: 5px 7px;
    }
    .home .infos a .date {
        font-size: 15px;
        line-height: normal;
        line-height: normal;
    }
    .home .infos h3 {
        background: url(../images/chrono-white.png) no-repeat top 28px left 20px #e20613;
    }
}
@media (max-width: 1380px) and (min-width: 766px){
    .home-menu .home-menu-open ul li a {
        font-size: 15px;
    }
}
@media (max-width:1350px){
    .home-menu a.home-toggle-menu {
      margin-right:20px;
    }
    .sur-menu .home-top-menu a {
        padding:0 16px;
    }
}
@media (max-width:1200px){
    .home-menu a.home-toggle-menu {
      margin-right:10px;
    }
    /*.sur-menu .home-top-menu a {
        padding:0 7px;
    }*/
    .devise-reseaux {
        margin-left: 0;
    }
    .sur-menu {
        padding-right:10px;
        padding-left: 10px;
    }
    .home .infos h3:after {
        width: 30px;
    }
    .home .infos h3 {
        padding: 25px 35px 24px 45px;
        width: 280px;
        font-size: 15px;
        background: url(../images/chrono-white.png) no-repeat top 28px left 10px #e20613;
    }
    .home #infos-carousel {
        width: calc(100% - 280px - 30px);
    }
    .home .carousel-control.right {
        right: -20px;
    }
    .home .carousel-control {
        width: 25px;
    }
    .home .infos li {
        padding: 5px 5px;
    }
    .home .carousel-control {
        font-size: 25px;
    }
    .home-menu .home-menu-open ul li a{
        font-size: 16px;
        /*padding: 10px 0 9px;*/
    }
    body:not(.home) .col-logo {
        padding-left: 0;
    }
}
@media (max-width:1100px){
    .home .infos .col{
        float:none;
        width:100%;
        line-height:normal;    
    }
    .home .infos li {
        padding: 0 5px;
    }
    .home .infos li a {
        max-height: none;
        height: 67px;
    }
    .home .infos h3 {
        padding: 25px 35px 24px 45px;
        width: 220px;
        line-height: 25px;
        background: url(../images/chrono-white.png) no-repeat top 35px left 10px #e20613;
    }
    .home #infos-carousel {
        width: calc(100% - 220px - 30px);
    }
    .home-menu .home-menu-open ul li a {
        font-size: 15px;
    }
}
@media (max-width:991px){
    .col-logo {
        display: block;
        float: left;
        vertical-align: top;
        width: 16%;
    }
    .col-menu {
        display: block;
        float: right;
        vertical-align: top;
        width: 67%;
    }
    .col-logo img {
        padding: 10px 0 3px;
    }
    .devise-reseaux {
        float:right;
        margin-right: 20px;
    }
    body .container.large {
        max-width: 100%;
    }
    .home .infos li {
        display: block;
        float: none;
        width:90%;
    }
    .home .infos h3 {
        width:98%;
        padding-bottom: 15px;
        padding-top:15px;
        background: url(../images/chrono-white.png) no-repeat top 12px left 10px #e20613;
    }
    .home #infos-carousel {
        width: calc(100% - 30px);
    }
    .home #infos-carousel ul {
        display: block;
    }
    .home .infos a .date {
        display: inline-block;
        text-align: left;
        width: auto;
    }
    .home .infos .col {
        width: auto;
        display: inline-block;
    }
    .home .infos li a {
        height: auto;
        padding-left: 45px;
    }
    .home .infos li:last-child {
        border-right: 1px solid rgba(255,255,255,0.3);
    }
    .home .carousel-control {
        font-size: 30px;
    }
    .home .carousel-control.right {
        right: 0;
    }
    body:not(.home) .site-header {
        background-color: rgba(0,0,0,0.9);
    }
    body .site-header .current_page_item a {
        color: #e20613;
    }
    .img-avec-info h1 {
        text-shadow: 0 0 30px rgba(0,0,0,0.7);
    }
}
@media (max-width:767px){
    .col-logo {
        width: 18%;
    }
    .col-menu {
        width: 75%;
    }
    .sur-menu-v2 a.home-toggle-menu-responcive,
    .sur-menu-v2 .devise-reseaux a{
        font-size: 18px;
    }
    .devise-reseaux {
        margin-right: 10px;
    }
    .home .infos li a {
        padding-left: 15px;
    }
    body:not(.home) .home-menu-open-responcive {
        width: calc(100% + 5px);
        right:-5px;
    }
    .home .flex-control-paging li a {
        width: 23px;
        margin-right: 5px;
        height: 23px;
    }
}
@media (max-width:600px){
    .col-logo {
        width: 26%;
    }
    .col-logo img {
        max-width: 100%;
    }
    .col-menu {
        width: 74%;
    }
    .sur-menu-v2 a.home-toggle-menu-responcive,
    .sur-menu-v2 .devise-reseaux a{
        font-size: 18px;
    }
    .devise-reseaux {
        margin-right: 10px;
    }
    .home .infos a .date,
    .home .infos .col,
    .home .infos h4 {
        line-height:normal;
        display: inline;
    }
    .home .infos li a  {
        line-height:normal;
        padding-top:5px;
        padding-bottom:5px;
    }
        
}
@media (max-width: 570px){
    .home .flex-control-paging {
        display: none;
        left:12%;
        display: block;
    }
}
@media (max-width: 425px){
    .sur-menu {
        margin-left: 20px;
    }
    .devise-reseaux{
        display: none;
    }
}
@media (max-width: 365px){
    .home .slide-content div {
        height: 200px;
        top: auto;
        bottom: 20%;
    }
}