@charset "UTF-8";
/* CSS Document */
body {
	background: #FFF url("images/header-3200.png") top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
body * {
	box-sizing: border-box;
	border: 0;
}
.rouge {
	color: #BA0013;
}

.content-center {
	margin: 0 auto;
	max-width: 620px;
	padding: 0;
	position: relative;
	width: 90%;
}

/* intro */
section.intro {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);
	padding: 40px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
.intro img.logo {
	margin: 20px auto;
	max-width: 160px;
}
.intro h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 160%;
	margin: 10px auto;
	text-align: left;
}
.intro h1 span.mea {
	color: #BA0013;
	font-size: 1.2rem;
	font-weight: 800;
}
.intro h1 span.mea2 {
	font-size: 1.2rem;
	font-weight: 800;
}

/* journalistes */
section.journalistes {
	position: relative;
	z-index: 1;
}
.journalistes img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.journalistes img.desktop {
	display: block;
}
.journalistes img.mob {
	display: none;
}

/* bloc-rouge */
section.bloc-rouge {
	background: #BA0013;
	padding: 30px 0;
}
.bloc-rouge p {
	color: #fff;
	font-size: 1rem;
	text-align: left;
}
.bloc-rouge p.plus {
	font-size: 1.6rem;
	font-weight: bold;
}

/* bloc-rouge */
section.info {
	padding: 40px 0;
	text-align: left;
}
.bloc1 {
	border-bottom: 2px solid #F8F8F8;
}
.info h2 {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 100%;
	margin: 10px 0;
	text-transform: uppercase;
}
.info h2 img {
	max-height: 30px;
    max-width: 38px;
    margin: 0 2px 0 0;
    vertical-align: bottom;
}
.info h3 {
	color: #BA0013;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 110%;
	margin: 5px 0;
}
.info p {
	color: #000;
	font-size: 1rem;
}
.info p .horaires {
	display: block;
	margin: 8px auto;
}

.txt-avt-cta {
	font-weight: 700;
	text-align: center;
}

/* podcast */
.gris {
	background: #F8F8F8;
}
.emissions {
	font-size: 0;
	padding: 15px 0;
}
.emissions img {
	display: inline-block;
	max-width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* footer */
.footer {
	background: #000;
	background-size:cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.footer p {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	line-height: 150%;
	margin: 0 auto 40px auto;
}


/* CTA app */
.cta-app {
	padding: 10px 0;
	text-align: center;
}
.cta-app a {
	background: #fff;
	border:2px solid #000;
	border-radius: 20px;
	color: #000;
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 8px 15px;
	margin: 0 5px;
	text-decoration: none;
	transition: all 0.3s linear;
}
.cta-app a * {
	transition: all 0.3s linear;
}
.cta-app a:hover {
	border:2px solid #000;	
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
}
.cta-app a img {
	display: inline-block;
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.cta-app a span {
	display: inline-block;
	vertical-align: middle;
}
.cta-app a:hover span {
	text-decoration: underline;
}

/* TOP */
.btn {
	background: rgba(0, 0, 0, 0.15);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
	z-index: 2;
}
.icone {
    width: 45px;
}

/* FOOTER */
footer {
	background: #26282F;
	padding: 40px 20px;
	text-align: center;
}
footer p {
	color: #fff;
	font-size: 0.9rem;
	margin: 0 auto;
}
footer p a {
	color: #fff;
}
footer p a img {
	vertical-align: middle;
}


/* RESPONSIVE */
@media (max-width: 1200px) {
	body {
		background: #FFF url("images/header-3200.png") top center;
		background-size: auto 160px;
		background-repeat: no-repeat;
	}	
	.intro img.logo {
		max-width: 150px;
	}
}
@media (max-width: 800px) {
	body {
		background: #FFF url("images/header-800.png") top center;
		background-size: 100% 170px;
		background-repeat: no-repeat;
	}	
	.intro img.logo {
		max-width: 150px;
	}
}

@media (max-width: 680px) {
	body {
		background: #FFF url("images/header-800.png") top center;
		background-size: auto 125px;
		background-repeat: no-repeat;
	}	
	.content-center {
		margin: 0 auto;
		width: 85%;
	}
	
	section.intro {
		padding: 30px 0;
	}
	.intro img.logo {
		margin: 0 auto 20px auto;
		max-width: 120px;
	}
	
	.intro h1 {
		font-size: 0.9rem;
	}
	.intro h1 span.mea {
		font-size: 1.05rem;
	}
	.intro h1 span.mea2 {
		font-size: 1.05rem;
	}
	
	.journalistes img.desktop {
		display: none;
	}
	.journalistes img.mob {
		display: block;
	}
	
	.bloc-rouge p {
		font-size: 0.9rem;
	}
	.bloc-rouge p.plus {
		font-size: 1.05rem;
	}
	
	.info h2 {
		font-size: 1.2rem;
	}
	.info h3 {
		font-size: 1.4rem;
	}
	.info h3 br {
		display: none;
	}
	.info p {
		font-size: 0.9rem;
	}
	.info p .horaires .rouge {
		display: block;
		font-weight: 900;
	}

	.btn {
		background: rgba(0, 0, 0, 0.55);
	}
	.cta-app a {
		font-size: 0.71rem;
		margin: 0 auto 0 auto;
	}
	.cta-app a:first-of-type {
		margin: 0 auto 10px auto;
	}
	
	footer p {
		font-size: 0.8rem;
	}
	footer p img {
		display: block;
		margin: 0 auto 10px auto;
	}
}

@media (max-width: 480px) {
	body {
		background: #FFF url("images/header-480.png") top center;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}	
	
	.intro img.logo {
		margin: 0 auto 20px auto;
		max-width: 100px;
	}

	.info h3 {
		font-size: 1.3rem;
	}
}

@media (max-width: 380px) {
	

}

