body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/gothamcondensed-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/gothamcondensed-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/gothamcondensed-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/gothamcondensed-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/gothamblack-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Personnalisation menu */
.sp-megamenu-parent {
  float: left !important;
  margin-bottom: 20px !important;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}

.sp-megamenu-parent >li >a {
	border-bottom: 3px solid #e75c21 !important;
	font-size: 1.9em !important;
	line-height: 38px !important;
	font-family: 'Gotham Book' !important;
	color: #000 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

.sp-megamenu-parent > li:first-child {
  border-left-width: 0 !important;
  padding-left: 0 !important;
}

.sp-megamenu-parent > li {
  padding: 5px 17px !important;
    padding-left: 17px;
  -webkit-transition: all .2s ease !important;
  -moz-transition: all .2s ease !important;
  -o-transition: all .2s ease !important;
  transition: all .2s ease !important;
  cursor: pointer !important;
  border-left: 1px solid #eaeaea !important;
    border-left-width: 1px;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 5px 17px;
}

.sp-menu-separator{
  border-bottom: 3px solid #e75c21 !important;
  font-size: 1.9em !important;
  line-height: 38px !important;
  font-family: 'Gotham Book' !important;
  color: #000 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
}

#sp-header {
  box-shadow: none !important;
  height: 100% !important;
  margin: 20px 0 !important;
}

div#sp-logo .logo-image{
  max-height: 150px;
  width: auto;
}

/* Personnalisation du Top-bar Contact */
#sp-top-bar a {
  color: #e75c21;
}

/* Personnalisation contenu */
#sp-main-body {
        padding: 100px 0;
        padding-right: 0px;
        padding-left: 0px;
}

#sp-main-body {
  padding: 30px!important;
}

.article-header h1 {
  color: #e75c21!important;
  font-size: 2rem;
  font-family: 'Gotham Black' !important;
}

.entry-header h2 {
  font-family: 'Gotham Black' !important;
  text-transform: uppercase !important;
}

.article-header h2 a {
  color: #e75c21!important;
  font-size: 2rem;
  font-family: 'Gotham Black' !important;
}

div.article-introtext header h1{
  font-size: 2rem;
  font-family: 'Gotham Medium' !important;
}

.sp-module h3.sp-module-title strong {
  color: #e75c21 !important;
  font-family: 'Gotham medium' !important;
  font-weight: normal !important;
}

.article-info {
  border-top: 1px #eee solid !important;
  padding-top: 30px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.article-info a {
  color: #000;
  font-weight: bold;
}

.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: ":";
  font-weight: bold;
}

.sp-module .sp-module-title {
  font-family: 'Gotham Book' !important;
  font-size: 1.8em !important;
}

.sp-module h3.sp-module-title strong {
  color: #e75c21 !important;
  font-family: 'Gotham medium' !important;
  font-weight: normal !important;
}

h4 {
	font-family: 'Gotham Black' !important;
	font-size: .95em !important;
	line-height: 1.15em !important;
	color: #000 !important;
	text-transform: uppercase !important;
	letter-spacing: -0.02em !important;
	margin-top: 6px !important;
	-webkit-transition: all .1s ease !important;
	-moz-transition: all .1s ease !important;
	-o-transition: all .1s ease !important;
	transition: all .1s ease !important;
	white-space: normal !important;
}

.entry-header h2 {
	font-family: 'Gotham Black' !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.fox-row h2 {
	font-family: 'Gotham Black' !important;
	text-transform: uppercase !important;
	font-size: 24px !important;
	margin-top: 0 !important;
}

div.pull-left.entry-image.intro-image, div.pull-left.entry-image.full-image {
	display: block !important;
	margin: 0 0 0 15px !important;
	float: right !important;
	width: 50% !important;
}

div.pull-left.entry-image.intro-image img, div.pull-left.entry-image.full-image img {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: 0 1px 2px #AAA !important;
	-moz-box-shadow: 0 1px 2px #AAA !important;
	-webkit-box-shadow: 0 1px 2px #AAA !important;
}

.pagination-wrapper {
  	text-align: center !important;
}

.pagination-wrapper  .pagination {
  	margin-top: 0 !important;
}

.pagination-wrapper p.counter {
	font-size : 0.8em !important;  
}

/*Personnalisation du bandeau*/

.slide-desc-bg-default {
	background-color: rgba(255,255,255,0.85) !important;
	-webkit-transition: all .2s ease !important;
	-moz-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

.slide-desc-text-default .slide-title a {
	color: #000 !important;
	font-family: 'Gotham Black' !important;
	text-transform: uppercase !important;
}

.slide-title a:hover {
	color: #e75c21 !important;
}

.djslider-default .slider-container {
	position: relative !important;
	margin: 20px 0 !important;
	border: 1px #eee solid !important;
}

.djslider-default ul.djslider-in > li > a {
	padding: 0 !important;
}

section#sp-title {
  padding: 0px !important;
}

div#sp-slider {
  margin: 0px !important;
}

/* Zone adhésion - Pourquoi adhérer ? */
div.adhesion{
  float: right;
}

#zone-adhesion {
    float: right;
    font-size: 1.4em;
    padding: 40px 20px 0 0
}

#zone-adhesion a {
    float: left;
    padding: 7px 17px 7px 16px;
    background-color: #FFF;
    border-color: transparent;
    font-family: 'Gotham Bold';
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none
}

#zone-adhesion a i {
    font-size: 1.3em;
    padding-right: 10px
}

#zone-adhesion a:nth-child(1) {
    background-image: url('../images/bg-btn-grey.png');
    color: #757575;
    text-shadow: 1px 1px 2px #fff;
    letter-spacing: .03em;
    margin-right: 5px;
}

#zone-adhesion a:nth-child(2) {
    background-image: url('../images/bg-btn-orange.png');
    color: #e75c21;
    text-shadow: 1px 1px 2px #fff;
    letter-spacing: .05em
}

#zone-adhesion a:hover {
	background-image: none !important;
	background-color: #e75c21 !important;
	color: #FFF !important;
	text-shadow: none !important;
}

/* Personnalisation des footers */
section#sp-section-9 {
  background: #e75c21;
  text-align: center;
  line-height: 64px;
  vertical-align: middle;
}

section#sp-section-9 a {
  color: #fff;
}

section#sp-section-9 ul li a {
  list-style: none;
  padding: 0;
  margin: 5px;
  display: inline-block;
}

div#sp-footer1 ul.social-icons{
  font-size: 2.5rem;
}

span.sp-copyright {
  float: left !important;
  display: inline-block !important;
  position: relative;
  padding: 2px 20px;
  border-left: 0;
  overflow: visible;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: 'Gotham Book';
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.15em;
  letter-spacing: .02em;
  text-decoration: none;
  margin: 7px 0 !important;
}

/* Personnalisation boutons administration */
.article-details .article-can-edit a {
  display: inline-block;
  background: #e75c21;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}

/* Lire la suite */
.article-list .article .readmore a {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 500;
  padding: 10px;
}



/* Adaptation mobile */

@media (min-width: 1170px){
  #offcanvas-toggler .burger-icon{
    display: none;
  }
  
  section#sp-title{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  
  section#sp-menu{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  
  .sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
  }
  
} 

@media (max-width: 991px){
    #sp-header .logo {
    height: 50px;
    }
    #sp-header div img {
      max-width: 90px!important;
      max-height: 90px;
    }
    section#sp-menu{
      margin-top: -15px!important;
      padding-top: 0px!important;
    }
  	#zone-adhesion {
      float: right;
      font-size: 1.4em;
      padding: 40px 20px 0 0;
      padding-top: 40px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
  }
  
}

@media (max-width: 767px) {
  
  section#sp-title{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  
  section#sp-menu{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  
  header#sp-header div#sp-position1 div #zone-adhesion{
    display: none;
  }
	#zone-adhesion a:nth-child(1) {
    	margin-right: 15px;
	}
	img.sp-default-logo.visible-xs {
		margin: 10px auto 0 auto !important;
	}
  
  section#sp-adhesion-mobile div#zone-adhesion{
    display: flex!important;
    justify-content: center;
  }
  
  section#sp-adhesion-mobile div#zone-adhesion a{
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
	#zone-adhesion {
		padding: 10px 0 0 0 !important;
	}
	.slide-desc-text-default .slide-title {
		font-size: 0.8em !important;
		letter-spacing: -0.03em !important;
		margin-bottom: 0 !important;
	}
	.slide-desc-text-default {
		padding: 0 5px !important;
	}
	span.sp-copyright {
		float: right !important;
	}
  section#sp-adhesion-mobile{
  display: flex!important;
  }

  div#sp-position1{
    display: block !important;
    float: left;
  }
  
  section#sp-adhesion-mobile div#sp-position1{
    display: flex!important;
  }
  
  #zone-adhesion a {
  padding: 7px 17px 7px 16px;
  background-color: #FFF;
  border-color: transparent;
  font-family: 'Gotham Bold';
  font-size: .7em;
  text-transform: uppercase;
  text-decoration: none;
  }
}

@media (max-width: 575px){
  #sp-header .logo  {
  height: 100px;
  }
  #sp-header div img {
    max-width: 90px!important;
    max-height: 90px;
  }
  section#sp-title{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  section#sp-menu{
    margin-top: -15px!important;
    padding-top: 0px!important;
  }
  
  div.connexion{
    display: none;
  }
}