/*MAIN MENU */
.main-menu.menu {
    display: grid;
}

/* PLAYER AUDIO */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background-color:#00ADEE;
}

/* SINGLE POST */
.single  .section-content a {color:#f6931d;text-transform:none;}
.single .colored-block {
    background: #f7f7f7!important;
	color: #9d9d9c!important;
}
.single .colored-block H2{
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Akko';
	font-size: 18px;
	color: #9d9d9c;
	line-height: 1.25;

}
.single .section-content p {
	margin-bottom: 5px;
    line-height: 22px;
}

/* SINGLE POST */

/* BLOC LOGO DES SPONSORS */
.logo_des_sponsors {
	background-color: #252525;
	padding: 46px 49px 40px;
}

.logo_des_sponsors h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-bottom: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #9d9d9c;
}

.section-content.type-2 .btn-wrapper {margin-bottom:27px;}


/* HOMEPAGE RELATED */
div.section-related__content:hover {
    cursor: pointer;
}
div.section-related__content > div.sponsor-logo-wrapper > .logo-sponsor {
	max-width:70px;
}
	div.section-related__content > div.sponsor-logo-wrapper > .logo-sponsor:nth-child(3) {
		margin-top:15px;
	}

@media only screen and (min-width: 1024px) {
	div.section-related__content > div.sponsor-logo-wrapper > .logo-sponsor {
		float:right;
		margin-left:20px;
	}
	div.section-related__content > div.sponsor-logo-wrapper  {
		max-width:190px;
		width: 100%!important;
	}

	div.section-related__content > div.sponsor-logo-wrapper > .logo-sponsor:nth-child(3) {
		margin-top:70px;
	}

}



/* HOMEPAGE RELATED */
.svg-container {
  	align-items: center;
  	height: 100%;
	text-align: center;
}
.svg-1 {
    line-height: 150px;
}
.svg-img {
   	margin: auto;
   	vertical-align: middle; 
   	display: inline-block;
	max-width: 95px!important;
}

/* FOOTER LOGO */

footer  .footer-column-logos > div > div > a > img {widht:100%;max-width:150px}

.overlay {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    opacity: .5;
    z-index: 1;
    height:100%;
    width:100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#page > header > div > nav > div.logos-wrapper {float:right;}

/*
| ====================================================================
| = Button To Top
  ====================================================================
*/

a.cd-top  {
	text-decoration: none;
}

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  /*border: 1px solid #84f5a1;*/
  text-align: center;
  display:table;
  border-radius: 50%;
}

.cd-top:hover {
	background-color:rgba(157,157,156, 1);
  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
  	transition: opacity .3s 0s, visibility 0s 0s;
  	border-radius: 50%;
}

.cd-top i {
    font-size: 19px;
    margin-top: 4px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.75;
    display:table-cell;
    vertical-align:middle;
	}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

/* FACEBOOK PLUGIN */
.section-content {
    float: none;
    padding: 46px 49px 40px;
}
h2.plugin-facebook {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-bottom: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #9d9d9c;
}