/*
Theme Name: Costa Del Mar Radio
Theme URI:
Author: CDM
Author URI:
Description:
Version: 1
Text Domain: cdm
*/

/*
 fonts.com :

font-family:'DIN Next W01 Bold';
font-family:'DIN Next W01 Heavy';
font-family:'Code Pro W01 Regular';
font-family:'Code Pro W01 Bold';
font-family:'AvenirNextLTW01-Medium';
font-family:'Avenir Next LT W01 Demi';
font-family:'Avenir Next LT W01 Bold';
font-family:'AvenirNextLTW01-DemiCn';

 webfonts.css :
dinblackalternate
dinmediumalternate
dinbold
*/

@import 'normalize.css';

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;

}


div, p, a, li, td, span { -webkit-text-size-adjust:none; }

img{
	max-width: 100%;
	display: block;
	image-rendering: -webkit-optimize-contrast; /* rendu flou sur chrome */
}

body{

	/* fix for text too bold in OSX */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background-color: #9e9e9e;
	padding-bottom: 20px;

	font-family:'AvenirNextLTW01-Medium';
	font-size: 15px;
}


a,
input[type="button"],
input[type="submit"],
input[type="checkbox"],
button
{
	cursor: pointer;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
input:focus, textarea:focus {
  outline-style: none;
  _outline-width: 2px;
}
.button{
	cursor: pointer;
}
p{
	margin: 0;
	margin: 0 0 10px 0;
}

.tooltip{
	position: relative;
}

.js_tooltip{
	position: absolute;
	background-color: #c7c7c7;
	padding: 8px 10px 8px 10px;
	text-transform: uppercase;
	font-family:'Code Pro W01 Regular';
	font-size: 14px;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 1);
	cursor: default;
	color: black;
	line-height: 1;
	z-index: 3;
	white-space: nowrap;
	display: none;
}



.home .site,
.page-id-140 .site{
	margin: 0 auto;
	width: 1144px;
	background-color: white;
}

.site-nav-content,
.site-header-content,
.site-main,
.site-footer-nav-content,
.site-footer-content,
.site-footer-credits{
	max-width: 1120px;
	margin: auto;
}

.site-nav,
.site-footer-nav
{
	background-color: black;
	font-family:'Code Pro W01 Regular';
	text-transform: uppercase;
}
.site-nav:after,
.site-footer-nav:after{
	clear: both;
	content: '';
	display: table;
}
.menu-top-container{
	float: left;
}
ul.menu-top{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 18px;

}
ul.menu-top:after{
	clear: both;
	content: '';
	display: table;
}
.menu-top li{
	float: left;
	margin-right: 34px;
}
.menu-top li:last-of-type{
	margin-right: 0;
}
.menu-top li a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: -1.2px;
	line-height: 44px;
}

.nav-right{
	float: right;
	padding-right: 7px;
}
.nav-right:after{
	clear: both;
	content: '';
	display: table;
}
.nav-right ul{
	padding: 9px 0;
}
.nav-right ul li{
	float: left;
	margin-left: 16px;
}
.nav-right ul li.button a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: -1.2px;
	line-height: 28px;
	padding: 0 15px;
	display: block;
}

.nav-right ul li a.donation{
	border-radius: 4px;
	color: white;
	background-color: #0db8ee;
}
.nav-right ul li a.login{
	border-radius: 4px;
	border: 1px solid white;
	line-height: 26px;
}
.nav-right ul li a.premium{
	background-color: #e5281d;
	border-radius: 4px;
}
.nav-right ul li img{
	width: 29px;
}

.site-header-content{
	background-image: url(images/header-bg-1120.jpg);
	background-size: cover;
	margin-top: 10px;
	position: relative;
	padding: 0 0 0 0;
	height: 338px;
}
.home-link{
	text-decoration: none;
}
.home-link {
  display :flex;
}

.home-link > div:nth-child(1) {
  width: 245px;
  padding: 8px 0 0 8px;
  flex: 0 1 auto;
}

.header-logo{

	width: 178px;
	height: auto;
}

.home-link > div:nth-child(2) {
  padding-top: 30px;
}

.site-title{
	margin: 0;
	color: #000;
	font-size: 96px;
font-family: 'AvenirNextLTW01-DemiCn';
  transform: scaleX(1.17);
	transform-origin: 0 50%;
  text-shadow: -1px 0 white;

}

.site-description{
	margin: 0;
	font-family:'AvenirNextLTW01-DemiCn';
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 65px;
	transform: scaleX(1.09);
	transform-origin: 0 50%;
	white-space: nowrap;
	letter-spacing: 0.25px;
}

.site-header .annonce{
	position: absolute;
	bottom: 10px;
	left: 15px;
	padding-left: 46px;

	width: 812px;
}
.site-header .annonce:after{
	content: '';
	background: url(images/annonce-bg.png);
	width: 27px;
	height: 30px;
	display: block;

	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.site-header .annonce .new{
	position: absolute;
	left: 0px;
	background-color: #e5281d;
	display: block;
	color: white;
	padding: 0 5px;
	font-family:'Code Pro W01 Regular';
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	line-height: 19px;
}
.site-header .annonce .texte-wrap{
	position: relative;
	overflow: hidden;
}
.site-header .annonce .texte{
	font-size: 14px;
	display: block;
	font-family:'AvenirNextLTW01-Medium';
	text-transform: uppercase;
	line-height: 18px;
	overflow: hidden;
}
.site-header .annonce .texte *{
	line-height: 18px;
}

/* Sections
----------------------------------------------------*/

.section:after{
	content: '';
	display: table;
	clear: both;
}
.section{
	position: relative;

	box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.6);

}
.section.sortable:after{

}
.section.sortable .handle{
	content: '';
	background-image: url(images/icon-move.png);
	background-repeat: no-repeat;
	background-size: 34px;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 1;
	cursor: move;
}
.handle_tooltip-wrap{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 30px 68px 0;

	display: none;
}
.handle_tooltip{
	background-color: #c7c7c7;
	width: 320px;
	padding: 10px 60px 8px 8px;
	text-transform: uppercase;
	font-family:'Code Pro W01 Regular';
	font-size: 14px;
	background-image: url(images/icon-move.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: right 15px bottom 5px;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
	cursor: default;
}


.section-placeholder{
	background-color: #eee;
	border: 2px dashed #000;
	height: 150px;
	margin: 20px 0;

}

.section-news-title,
.section-player-title,
.section-tv-title1,
.section-submit-title1,
.section-contact-title1,
.section-pub-title
{
	font-family: 'dinblackalternate';
	background-color: black;
	color: white;
	line-height: 36px;
	padding: 0 17px 0 15px;
	display: inline-block;
	font-size: 24px;
	-webkit-transform: scaleX(0.95);
	transform: scaleX(0.95);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}



/* Section Onglets */
.section-onglets{
	margin-top: 10px;
}
.section-onglets ul{
	display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-onglets ul li{
	-webkit-flex: 1;
	flex: 1;
	_margin-right: 17px;
	margin-right: 15px;
	height: 50px;
	padding: 3px;
	width: 0; /* tailles identiques */

}
.section-onglets ul li:last-of-type{
	margin: 0;
}
.section-onglets ul li:not(.active):not(:hover){
	background-color: #dedede;
}
.section-onglets ul li a{
	text-align: center;
	display: block;
	font-family:'dinblackalternate';
	text-transform: uppercase;
	_font-size: 23px;
	font-size: 20px;
	line-height: 40px;

	transform: scaleX(0.80);


	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.section-onglets ul li.color-52 a{
	transform: scaleX(0.87);
}

.section-onglets ul li.myradio:hover{
	border: 3px solid #000;
	background-color: white !important;
	padding: 0;
}
.section-onglets ul li.tv:hover{
	border: 3px solid #000;
	background-color: #80d6f6 !important;
	padding: 0;
}

/* Section pub
------------------------------------------*/
.section-pub{
	margin-top: 30px;

}

.section-pub .apps{
	display: flex;
	padding: 0;
	box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.6);
	color: black;
}

.section-pub .apps-left{
	width: 560px;
	padding: 18px 0 14px 14px;
	white-space: nowrap;
}
.section-pub-title{
	background-color: black;
	color: white;
}
.apps-left-l1{
	color: #e5281d;
	_font-family: 'dinblackalternate';
	position: absolute;
	top: 24.5px;
	left: 120px;
	font-size: 24px;
	font-weight: bold;
	transform: scaleX(0.90);
	transform-origin: 0% 0%;
	font-family: 'Code Pro W01 Regular';

}
.apps-left-l2{
	padding-left: 14px;
	font-size: 19px;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 1.5;
	transform: scaleX(0.90);
	transform-origin: 0% 0%;
	margin-right: -10%;
}



.apps-qr{
	padding: 4px 51px 0 18px;
}
.apps-qr img{
	height: 136px;
	width: auto;
	max-width: inherit;
	display: block;
	margin: auto;
}

.section-pub .apps-right{
	padding: 18px 0 14px 0;
	white-space: nowrap;
}
.apps-right-l1{
	text-transform: uppercase;
	font-size: 24.5px;
	margin-bottom: 20px;
	margin-top: 7px;

	transform: scaleX(0.90);
	transform-origin: 0% 0%;
}
.apps-right-l1 a{
	color: inherit;
	text-decoration: none;
}

.apps-google, .apps-apple{
	height: 50px;
	display: inline-block;

}
.apps-google{
	margin-right: 60px;
}



/* Section News
------------------------------------------*/
.section-news{
	margin-top: 18px;
	background-image: -webkit-linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	background-image: linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.6);
	height: 346px;
	padding: 14px;
}
.section-news .news a{
	text-decoration: none;
	color: inherit;
}

.section-news-title{
	margin-bottom: 15px;
}
.news-container{
	padding: 0 39px;
	position: relative;

}
.news-container .scrollableArea{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.news{
	width: 169px;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 11px;
}
.news .news-title{
	font-weight: bold;
	margin-bottom: 12px;
	font-family:'dinblackalternate';
}
.news img{
	border: 1px solid #000;
	display: block;
}
.news-type{
	margin-top: 8px;
}
.news-type div{
	text-align: center;
	display: block;
	font-family: 'dinblackalternate';
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
}
.news-infos{
	font-family:'Code Pro W01 Regular';
	_font-family:'Code Pro W01 Bold';
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 6px;
}
.news-infos-date{
	margin-top: 4px;
}


/* Section Videos (2022)
------------------------------------------*/
.section-tv{
	margin-top: 38px;
	background-image: -webkit-linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	background-image: linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);

	padding: 14px;
	padding-bottom: 0;

	box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.6);

}
.section-tv-title{
	display: block;
	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
}
.section-tv-title.active
{
	background-image: url(images/icon-close.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: right 12px top 11px;
}
.section-tv-title2{
	color: black;
	display: inline-block;
	font-family:'Code Pro W01 Regular';
	padding: 0 9px;

	line-height: 36px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: -1px;
}
.section-tv .section-tv-text-wrap{
	border-top: 2px solid black;
		padding-bottom: 15px;
}
.section-tv .section-tv-text{
	font-family:'AvenirNextLTW01-Medium';
	font-size: 24px;
	margin-top: 18px;

	padding-right: 0px;
	transform: scaleX(0.9);
	transform-origin: 0 50%;
	margin-right: -10%; /* compensate scaleX */
	line-height: 1.25;


}
.section-tv .section-tv-text a{
	color: white;
	text-decoration: none;
}

.section-tv .section-tv-text-left{
	float: left;
	width: 520px;
	padding-left: 47px;
}
.section-tv .section-tv-text-left img{ /* button image in text */
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	margin: auto 5px;
}

.section-tv .section-tv-text-right{
	margin-left: 575px;
	text-align: center;
	font-family: 'Code Pro W01 Regular';
	text-transform: uppercase;
}

.tv-wrapper{
	width: 470px;
	position: relative;
	margin: 30px auto 20px auto;
	cursor: pointer;
	display: inline-block;
}
.tv-wrapper img{
	width: 470px;
	height: 290px;
	z-index: 1;
	position: relative;
}

.video-wrapper{
	_padding: 10px 7px 0 7px;
	position: absolute;
	top: 0;
	left: 0;
	_width: 100%;

	/* cut the viewing area */
	top: 9px;
	left: 7px;
	right: 7px;
	padding-bottom: 51%; /* 1.77 = 56.25% */
	overflow: hidden;
}
.video-wrapper video{
	width: 100%;
	height: auto;
	z-index: 0;

	position: absolute;
	top: 0;
	left: 0;
}

.section-tv-button{
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.section-tv button{
	background-color: black;
	color: white;
	border: none;
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'dinblackalternate';
}


/* Section "faux Player" (lien popup)
------------------------------------------*/
.section-player{
	margin-top: 28px;
	padding: 14px;
}

.player-content{
	display: inline-block;
	font-family:'Code Pro W01 Regular';
	line-height: 1.22;
	font-size: 21px;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;

	padding: 8px 0 0 14px;
}
.player-content-announce{
	text-transform: uppercase;
	margin-right: 460px;
}
.player-more-link{
	color: #0db8ee;
	font-size: 16px;
	display: inline-block;
}
.player-more-link i{
	display: inline-block;
	transition: 0.1s;
	font-style: normal;
}
.player-more-link.active i{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);

}
.player-more-content-wrap{
	display: none;
}
.player-more-content{
	color: #0db8ee;
	font-size: 16px;
	padding-top: 15px;
}

.section-player .player-right{
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 14px;
	width: 462px;
}
.section-player .player-link{
	min-height: 92px;
	display: block;
	background-color: black;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
	padding: 13px 14px 14px 14px;
	font-family: 'Code Pro W01 Regular'
}
.section-player .couv{
	width: 66px;
	border: 1px solid #000;
	background-color: #555;
	float: left;
}
.section-player .control{
    background-image: url(images/control-play_red.png);
    background-color: transparent;
    background-size: 60px;
    border: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.section-player .infos{
	float: left;
	color: white;
	margin-left: 15px;
	margin-top: 6px;
   width: 272px;
}
.section-player .infos .title {
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transform: scaleX(0.93);
    transform: scaleX(0.93);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.section-player .infos .progress {
    height: 5px;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;

}
.section-player .infos .progress div {
    background-color: #e5281d;
    height: 100%;
}
.section-player .infos .duration {
    float: left;
}
.section-player .infos .remaining{
	float: right;
}

.player-open{
	background-color: #e5281d;
	color: white;
	display: inline-block;
	font-size: 16px;
	padding: 4px 7px;
	margin-top: 10px;
}
.player-integrate{
	float: right;
	background-color: #e5281d;
	color: white;
	display: inline-block;
	font-size: 16px;
	padding: 4px 7px;
	margin-top: 10px;

	margin-left: 30px;
}

.fancybox-slide > div{
	background-color: black;
	padding: 0;
}
.integrate-popup{
	background-color: black;
	padding: 20px 10px 20px 20px;
	color: white;
}
.integrate-popup-content{
	padding: 20px 20px 20px 0;
}
.integrate-popup-notice,
.integrate-popup-preview{
	margin-bottom: 10px;
}
.integrate-popup textarea{
	border: 1px solid #eee;
	width: 500px;
	padding: 5px;
	color: #666;
	height: 60px;
	font-size: 13px;
}
.integrate-popup-content iframe{
	border: 1px solid #555;
}

.fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;

    width: 30px;
    height: 30px;

    text-align: center;
    border: none;
    transition: background .2s;
    background-color: transparent;
	background-image: url(images/icon-close_w.png);
	background-size: 100%;
}
.fancybox-close-small:hover:after{
	background-color: transparent;
	background-image: url(images/icon-close_w.png);
	background-size: 100%;
}


/* Section Submit
------------------------------------------*/
.section-submit{
	margin-top: 38px;
	background-image: -webkit-linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	background-image: linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);

	padding: 14px;
	padding-bottom: 0;
}
.section-submit-title{
	display: block;
	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
}
.section-submit-title.active,
.section-contact-title.active
{
	background-image: url(images/icon-close.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: right 12px top 11px;
}
.section-submit-title2{
	color: black;
	display: inline-block;
	font-family:'Code Pro W01 Regular';
	padding: 0 9px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: -1px;
}
.section-submit .section-submit-text-wrap{
	border-top: 2px solid black;
	display: none;
}
.section-submit .section-submit-text{
	font-family:'AvenirNextLTW01-Medium';
	font-size: 24px;
	margin-top: 18px;
	_text-align: justify;
	padding-right: 0px;
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	margin-right: -5%; /* compensate scaleX */
	line-height: 1.25;
}
.section-submit .section-submit-text a{
	color: white;
	text-decoration: none;
}


/* Section Contact
------------------------------------------*/
.section-contact{
	margin-top: 17px;
	background-image: -webkit-linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	background-image: linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	padding: 14px 14px 0px 14px;

}
.section-contact-text-wrap{
	display: none;
	border-top: 2px solid black;
}
.section-contact-title{

	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
	display: block;
}
.section-contact-text{
	padding-bottom: 24px;
}
.section-contact form{
	max-width: 694px;
	margin: auto;

	padding-top: 25px;
}

.frm_form_field{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

#frm_field_64_container label,
#frm_field_66_container label,
#frm_field_68_container label{
	_width: 185px;
}


.frm_form_field label{

	white-space: nowrap;

	color: white;
	background-color: black;
	font-family: 'Code Pro W01 Regular';
	padding: 0 9px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: -1px;


}
.frm_form_field input, .frm_form_field select {
	-webkit-flex: 1;
	flex: 1;
	border: none;
	margin-left: 10px;
	background-color: white;
	font-family: 'Code Pro W01 Regular';
	padding: 0 9px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: -1px;
	border-radius: 0;


}
.frm_form_field select{

	text-transform: none;
	background-color: white;
}

#frm_field_69_container{
	display: block;
	margin-bottom: 0;

	padding-bottom: 80px;
	background-color: white;
	padding: 0 9px 9px 9px;
}
#frm_field_69_container label{
	background-color: white;
	display: block;
	color: black;
}
#frm_field_69_container textarea{
	border: none;
	width: 100%;
	resize: vertical;
	background-color: #e5e5e5;
	padding: 10px;

}

#frm_field_71_container{
	background-color: white;
	padding-left: 9px;
	height: 35px;
	margin-bottom: 0;
}
#rc-imageselect,
.g-recaptcha {
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:left bottom;
	-webkit-transform-origin:left bottom;
}

.frm_submit{
	background-color: white;
	padding-bottom: 10px;
	text-align: right;
	padding: 0 9px 10px 0;

	margin-top: 0px;
}
.frm_submit input[type="submit"]{
	border: none;
	margin-left: 10px;
	background-color: #e5281d;
	color: white;
	font-family: 'Code Pro W01 Regular';
	padding: 0 9px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: -1px;
	cursor: pointer;
}
.frm_submit .frm_ajax_loading{
	position: absolute;
}

.frm_error{
	display: none;
}
.frm_blank_field input{
	border: 1px solid #e5281d;
}
.frm_error_style{
	background-color: #e5281d;
	color: white;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
}
frm_message{
	color: green;
	font-size: 15px;
	background-color: white;
	padding: 10px;
}



/* Footer
--------------------------------------------*/
.site-footer{
	margin-top: 10px;
	font-family:'Code Pro W01 Regular';
}
.site-footer-content{
	background-color: black;
	margin-top: 10px;
	padding: 0 12px;

}

.site-footer-logo{
	padding: 26px 0;
	border-bottom: 1px solid white;
}
.site-footer-logo img{
	margin: auto;
	background-color: white;
	display: block;
	width: 108px;
	padding: 1px;
}

.site-footer-cols{
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;
   -webkit-align-items: stretch;
	align-items: stretch;

	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 20px;
}
.site-footer-cols > div{

	-webkit-flex-shrink: 1;
	flex-shrink: 1;

	color: white;
	letter-spacing: -0.3px;
	padding: 0 8%;
	position: relative;
}
.site-footer-cols > div:not(:last-of-type):after{
	content: '';
	display: block;
	height: 85%;
	background-color: white;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-footer-cols > div:last-of-type{
	border-right: none;
}
.site-footer-cols h3{
	font-weight: normal;
	font-size: 17px;
	margin: 0 0 28px 0;
}
.site-footer-cols a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
}

.site-footer-credits{
	text-align: right;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: -0.5px;
}
.site-footer-credits a{
	color: inherit;
	text-decoration: none;
}


/* Pages (en dessous du footer)
---------------------------------------*/
.page-content{
	color: white;
	font-family:"AvenirNextLTW01-Medium";
	padding: 20px 55px 20px 18px;
	border-top: 1px solid white;
	position: relative;
}
.page-content a{
	color: #0db8ee;
}
.page-content h1{
	font-family: 'dinblackalternate';
	background-color: white;
	color: black;
	line-height: 36px;
	padding: 0 17px 0 15px;
	display: inline-block;
	font-size: 24px;
	-webkit-transform: scaleX(0.95);
	transform: scaleX(0.95);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	margin:  0 0 40px 0;
	text-transform: uppercase;
}
.page-content h1 span{
	font-family:"AvenirNextLTW01-Medium";
	background-color: black;
	color: white;
	display: inline-block;
	line-height: 100%:
}
.page-content h2{
	text-transform: uppercase;
	-webkit-transform: scaleX(0.88);
	transform: scaleX(0.88);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
.page-content a.close{
	background-image: url(images/icon-close_w.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 12px;
	top: 20px;
	display: block;
}
.page-content p{
	margin-left: 30px;
	line-height: 1.5;
	text-align: justify;
}
.page-content ul{
	margin-left: 30px;
	line-height: 1.4;
}

.post-118 p{ /* faq */
	margin-left: 40px;
}

/* Page (nouvel onglet) */
.page .site{
	border-top: 5px solid white;
}
.page .site-header-content{
	margin-top: 0;

}
.page .site-footer-cols{
	display: none;
}


/* Donation */
.donation-code{
	display: none;
}

.grecaptcha-badge{
	display: none;
}