/* Style Le club suisse de la presse */

/*
Theme Name: Press Club 2020
Text Domain: pressclub
Version: 2.1
Requires at least: 5.0
Requires PHP: 5.2.4
Description: Thème du Club Suisse de la Presse.
Author: The LAB team
Author URI: http://www.thelab.ch/
Theme URI:http://www.thelab.ch/
License: ©TheLAB & CSP
License URI: 

*/
body {
    font-family: Helvetica, Arial, sans-serif
}
p {
	text-align: left;
	}
.text-center p {
	text-align:center;
	}
.h1_accueil, .description-hided {
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	}
h2, .h2 {
    color: #aaa;
    font-weight: 300;
	position:relative;
	margin-bottom: 15px;
    padding-bottom: 8px;
	font-size: 36px;
	}
h2:after, .h2:after {
	content: "";
    position: absolute;
    height: 1px;
    background-color: #ccc;
    width: 100%;
    left: 0;
    bottom: 0;
	}
.white {
	color:#fff;
	font-weight:300;
	}
h4, h3 {
    font-weight: 300;
    margin-top: 5px;
}
h3 {
	font-weight: 300;
    margin-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 9px;
	}
h3 {
	border-bottom: 1px solid #eaeaea;
	}
h3.category {
	border-bottom: 1px solid #ccc;
	margin-top:20px;
	}
.h3-round-pict {
	margin-top: 15px;
    height: 64px;
    margin-bottom: 0;
	border-bottom: none;
}
.h3-round-pict a {
	color:#333;
}
.no-border {
	border:none !important;
	}
.round-pict-content {
	font-size: 18px;
	font-weight:300;
	}
@media screen and (max-width:991px) {
	.h3-round-pict {
		font-size:18px;
	}
	.round-pict-content {
	font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.h3-round-pict {
		height: 24px
	}	
}
@media screen and (max-width:480px) {
	.h3-round-pict {
		height: 48px
	}	
}
.sub-content-title {
	font-size:28px;
	border:none;
	margin-bottom:0px;
	padding-bottom:0;
	font-weight: 300;
	}
h3.categorie {
	margin-top: 25px;
	}
.obligatory {
	color: #a94442;
	}
.img-backgrounded {
	background-position: center;
	background-size: cover;
	height: 100%;
	border-top-radius: 10px;
	}
.round-pict {
	width: 250px;
	height:250px;
    margin: 0 auto;
	border-radius: 125px;
    overflow: hidden;
	margin-top: 15px;
	}
.round-pict .img-backgrounded {
	border-radius: 125px;
	}
.round-pict-blue {
	border:10px solid #362b63;
	box-shadow: 0 0 25px -6px #000;
	}
.round-pict-blue .img-backgrounded {
    box-shadow: inset -21px -18px 88px -30px rgb(255,255,255);
	}
.ellipsis {
	display:block;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	}
.view-all-container {
	text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
	}
.view-all {
	background: none;
    display: inline-block;
    zoom: 1;
    border: solid 1px #362b63;
    padding: 0.8em 3em;
    color: #362b63;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
	}
.view-all:hover {
    background: #362b63;
    color: white;
    text-decoration: none!important;
}
.btn-soumettre {
	margin-top: 25px;
	}

/*HEADER*/
header, header .container {
	position:relative;
	padding: 0;
}
.backgroundheader{
	/*Old 20172908 – changement de logo
	background-image: url('images/header-wave.svg');
    width: 100%;
    background-repeat: no-repeat;
	position: absolute;
    height: 115px;
    z-index: -1;
    left: 0;
    background-position: 690px 10px;
    background-size: 29%;
    box-shadow: inset 0px 49px 70px -60px #000;
	box-shadow: inset 0px 49px 90px -60px rgba(0, 0, 0, 0.5);
	background-color: #362b63;*/
	
	width: 100%;
    position: absolute;
    height: 115px;
    z-index: 0;
    left: 0;
    box-shadow: inset 0px 49px 70px -60px #000;
    box-shadow: inset 0px 49px 90px -60px rgba(0, 0, 0, 0.5);
    background-color: #212963;
	}
.brand img {
	position: relative;
    z-index: 5;
	box-shadow: inset 0 80px 80px -20px #fff;
	float:left;
	height: 115px;
}
.navbar {
	float: left;
	background-color: transparent;
    border: 0;
	/*	height: 115px;*/
    margin-bottom: 5px;
	position:relative;
	margin-top:10px;
	}
/*Display flex */
@media screen and (min-width:1200px){
	#main-menu  .navbar-nav{
		display: flex;
   		align-items: stretch;
		justify-content: space-between; 
		  white-space: nowrap;
	}
}
@media screen and (min-width:1200px){
	#main-menu .navbar-nav>li {
		float: none;
		flex: 0 1 auto;
		display: block;
}
}
.navbar-collapse {
	padding:0;
	border-top:0;
	}
.navbar-toggle {
	margin-top: 34px;
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid white;
	border-radius: 4px;
	}

.navbar-toggle .icon-bar {	
	color: white;
	border: 1px solid;
}
	
	
	
	
#main-menu .navbar-nav {
	/*position: absolute;
    bottom: 0;*/
    margin-left: -16px;
	}
.navbar-right>li>a {
	padding: 1px 7px;
	}
.navbar-right>li:last-child>a {
	padding: 1px 17px 0px 1px;
	}
.navbar-default .navbar-nav>li>a {
	background-color: transparent;
	background-color:#ffffff;
	color:#362b63;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    padding: 9px 15px;
    border: 1px solid #fff;
	
    margin-right: 7px;
    position: relative;
    top: 1px;
	font-size: 1.3em;
	font-weight: 300;	
}
.navbar-default .navbar-nav>li>a:hover {
	background-color:#362b63;
	color: #fff;
	}
 .navbar-default .navbar-nav>li.active>a,  .navbar-default .navbar-nav>li.active>a:hover {
  text-decoration: underline;
  background-color: #362b63;
  color: #fff;
}	
	
.navbar-right .fa {
	font-size: 20px;
	}
.navbar-right .fa.fa-facebook-square {
	color:#3b5998;
	}

.navbar-right a:hover .fa.fa-facebook-square {
	color:#aaa;
	}
.navbar-right .fa.fa-twitter-square {
	color:#4099ff;
	}
.navbar-right a:hover .fa.fa-twitter-square {
	color:#aaa;
}




ul.sub-nav{
	list-style:none;
	padding: 0px;
	margin:0px;
    font-size: 14px;
	margin-left:-3px;
}
	
.sub-nav li{
	display:inline-block;
}
.sub-nav li a{
	text-decoration:none;
	color: #362b63;
	font-family: helvetica;
	font-weight: 300;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    /*border: 1px solid #fff;*/ 
	padding: 7px 3px 4px;
	}
.sub-nav li a.active {
	text-decoration:underline;
	background-color: #362b63;
	color: #fff;
	}
	.sub-nav li a:hover{
		background-color: #362b63;
		color: #fff;
		}

		.sub-nav li::after {
			content: "|" ;
		}
		.sub-nav li:nth-last-child(1)::after {
			content: "" ;
	
		} 
	



#secondary-menu form {
	position:relative;
	}
#secondary-menu ul {
    list-style: none;
    padding: 0;
	color:#ffffff;
	font-size: 1.2em;
	font-weight:300;
	height: 115px;
	padding-top:85px;
	margin: auto;
}
#secondary-menu a {
    color:#ffffff;
	}
#secondary-menu a:hover {
    color:#eaeaea;
	}
	
	
	
#secondary-menu ul li {
	display:inline-block;
	height: 13px;
	margin: auto;
	}
#secondary-menu ul li::after {
	content: "  |" ;
	font-size: 11px;
	vertical-align: 2px;
	padding-left:2px;
}
#secondary-menu ul li:nth-last-child(1)::after {
	content: "" ;
	
} 
	

#contactsearch ul {
    list-style: none;
    padding: 0;
	color:#ffffff;
	font-size: 1.2em;
	font-weight:300;
	margin-top:45px;
	margin-bottom:5px;
}

#contactsearch ul li {
	display:inline-block;
	height: 13px;
	margin: auto;
	
	}

	.social a {
		color:#fff;
	}
#contactsearch ul li.social {
		margin: 0px 2px;
	}
	
	
.search-menu {
	background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 18px;
    color: #aaa;
	}
input[type="search"] {
    margin-top: 18px;
	}
	
#secondary-menu input[type="search"] {
    margin-top: 34px;
	}
@media screen and (max-width: 767px) {
	#secondary-menu input[type="search"] {
    	margin-top: 18px;
	}
}
#lang_sel_list img.iclflag {
    width: 21px;
    height: 14px;
	}
.lang-mobil .wrapper-icl {
	display: block;
    width: 69px;
    margin: 10px auto 0 auto !important;
    height: 20px;
	}
.lang-mobil {
	padding-bottom: 7px;
    border-bottom: 2px solid #362b63;
	}
	
	
	
	
/******** NFC 25.11.2020 - Style PJ News Ticker *************/
	
	
.pjnt-border {
	border : 2px solid;
	
}
	
	
/******** NFC 27.08.2020 - Style Boutons actions ************/
	
	.actions {
	}
	.actions a {
		color: #fff !important;
		background-color: #362b63 !important;
	}
	
	
	

	/***** NFC 29.08.2020 scrolling text */
	
	.scrolling {
	 height: 50px;  
	 overflow: hidden;
	 position: relative;
	}
	.scrolling p {
	 font-size: 1em;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 font-size: 1.2em;
	 line-height: 50px;
	 
	 /************
	 /* Starting position 
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);    
	 transform:translateX(100%);
	 /* Apply animation to this element 
	 -moz-animation: scrolling 15s linear infinite;
	 -webkit-animation: scrolling 15s linear infinite;
	 animation: scrolling 15s linear infinite;
	}
	/* Move it (define the animation) 
	@-moz-keyframes scrolling {
	 0%   { -moz-transform: translateX(100%); }
	 100% { -moz-transform: translateX(-100%); }
	}
	@-webkit-keyframes scrolling {
	 0%   { -webkit-transform: translateX(100%); }
	 100% { -webkit-transform: translateX(-100%); }
	}
	@keyframes scrolling {
	 0%   { 
	 -moz-transform: translateX(100%); /* Firefox bug fix 
	 -webkit-transform: translateX(100%); /* Firefox bug fix 
	 transform: translateX(100%);       
	 }
	 100% { 
	 -moz-transform: translateX(-100%); /* Firefox bug fix 
	 -webkit-transform: translateX(-100%); /* Firefox bug fix 
	 transform: translateX(-100%); 
	 }
	 */
	}


	
	
@media screen and (max-width:1199px) {
	.backgroundheader {
		background-position: 420px 10px;
		background-size: 38%;
		}
	.navbarleft {
		width: 490px;
    	margin-left: 20px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
    	padding: 7px 11px;
	}
}


@media screen and (max-width:1199px) {
	.navbar {
		float: none;
		height:auto;
		}
	.navbar-collapse {
		padding:15px;
	}
	.navbar-default .navbar-nav>li>a {
    	background-color: #ffffff;
		color: #362b63;
		border-bottom: 1px solid #362b63;
		border-radius: 0;
		border-top: 0;
		margin-right:0;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a {
    	background-color: #362b63;
    	color: #ffffff;
	}
	#main-menu .navbar-nav {
		width: 100%;
    	margin: 0;
		position: relative;
    	float: none;
	}
	.navbarleft .navbar-right {
		width: 130px;
		margin: 0 auto;
		left: 10px;
		position: relative;
	}
	.navbarleft form {
		border-bottom: 1px solid #362b63;
		}
	.search-menu {
		right:8px;
		}
	.navbarleft .navbar-right li {
		display:inline-block;
	}
	.navbarleft .navbar-right li a {
		border: 0;
		background-color:transparent;
		}
	.navbarleft .navbar-right li a:hover {
		border-bottom: 0;
		background-color:transparent;
		color: #362b63;
		}
	.reseaux {
		border-bottom: 1px solid #362b63;
		}
	.navbarleft .navbar-right .fa {
		font-size:32px;
		}
	}
@media screen and (max-width:1199px) {
	.backgroundheader {
		background-image:none;
		}
	}
	/*LANG*/
	#lang_sel_list ul a {
		background-color: transparent !important;
		padding: 0 7px 0 2px !important;
		}
	#lang_sel_list {
		height: 17px;
		border: 0;
		padding: 0;
		background-color: transparent;
		}
	/*FOOTER*/
	
	.footer-header {
		display:block;
		position:absolute;
		bottom:0;
		width:100%;
		height: 22px;
		padding: 0;
		}




/**************** PAGE ACCUEIL ******************/
	/*SLIDER*/
	.carousel {
		overflow:hidden;
		}
	.carousel .item {
		height:450px;
		}
	.carousel-caption {
		background-color:rgba(0,0,0,0.5);
		color:#fff;
		}
	.carousel-control.right, .carousel-control.left {
		background-image:none;
		}
	.carousel-caption a {
		color:rgb(255,255,255);
		}
	.carousel-caption a:hover {
		text-decoration:underline;
		}
	/*TWITTER*/
	.main-twitter {
		border: 1px solid #ccc;
		padding-top: 6px;
		height: 450px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.main-twitter.single-twitter {
		height: 400px;
	}
	@media screen and (max-width:767px) {
		.main-twitter {
			height: 281px;
			margin: 15px 0;
		}
	}
	.fb_iframe_widget {
		top:-5px;
		}
	/*EVENEMENT*/
	.vignette {
		padding: 0;
		border: 1px solid #ccc;
		height: 300px;
		overflow: hidden;
		margin-bottom:20px;
	}
	.vignette-evenement {
		height:150px;
		}
	.vignette-overview {
		padding:0 15px;
		}
/*PAGE PARENTE*/
.bloc .img-backgrounded	 {
	height:300px;
	}

.image-page-parent {
	height:231px;
	}
/*SINGLE*/
.info-event {
	margin-bottom:20px;
	}
.info-event .info-pratique{
	display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    border: 1px solid #362b63;
    padding: 15px;
    box-shadow: 0 0 16px -7px #555;
    text-align: center;
    height: 77px;
    margin-top: 8px;
	max-width:100%;
	}
.info-pratique .fa {
	padding-right:5px;
	display:block;
	font-size: 22px;
	color: #362b63;
	margin-bottom:4px;
	}
.info-pratique .ellipsis {
	padding-bottom:5px;
	}
.intro-evenement p {
	text-align:left !important;
	}
.info-pratique a {
    color: #000;
    text-decoration: underline;
    max-width: 350px;
    display: inline-block;
	}
.info-pratique a p {
	max-width:200px;
	}
.info-pratique p {
	display: inline;
	}
.info-pratique a:hover {
	text-decoration: underline;
	}
.conferencier:nth-child(3n+1){
	clear:left;
	}
.conferencier p{
	height: 60px;
}
.conferencier h3 {
	margin-top:15px;
	}
.social-network-container {
	margin-bottom:10px;
	}
.social-network-container a {
	font-size:22px;
	color:#000;
	margin-right:7px;
	}
.pict-vignette{
	padding: 0 5px;
	cursor:pointer;
}
@media screen and (max-width:767px) {
	.pict-vignette{
		padding: 15px;
	}
	}
/*PAGE 3 COLUMN*/
.table-3-column {
	margin:20px 0 40px 0;
	}
.table-3-column img {
	width:100%;
	height:auto;
	}
.heading-table {
    border: 1px solid #362b63;
    border-bottom: none;
    color: #000;
    padding: 5px 0 1px 0px;	
	}
.body-table {
	border: 1px solid #362b63;
	}
.body-table ul {
	padding: 10px 25px 10px 25px;
    margin: 0;
	}
.heading-table h4 {
	font-size: 24px;
    text-align: center;
	}
.footer-table {
	border-right:1px solid #362b63;
	border-bottom:1px solid #362b63;
	border-left:1px solid #362b63;
	font-weight:600;
	padding: 10px 25px 10px 25px;
	margin-bottom:20px;
	}
@media screen and (max-width:767px){
	.body-table {
		height:auto;
	}
	.footer-table {
		margin-bottom:20px;
	}
	}	
	
	
	
.img-responsive{
	width:100%;
}

.video-time{
	float: right;
    background: #362b63;
    margin-left: 20px;
    padding-right: 10px;
}

.video-time img{
	height: 30px;
}

.past-event{
	background:rgb(220,220,220);
}
.auteur{
	font-size:0.8em;
	font-style:italic;
}

a.btn-service, a.btn-toform{
	color:#362b63;
	border:1px solid #362b63;
	padding:15px;
	display:block;
	text-align:center;
	margin:auto;
	margin-bottom:40px;
	transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	}

a.btn-service, a.btn-toform {
	margin-top:40px;
	margin-bottom:10px;
}
a.btn-service:hover, a.btn-toform:hover {
	background-color:#362b63;
	color:#ffffff;
	text-decoration:none;
	}
/*DEVENIR MEMBRE*/
.btn-devenir-membre {
	color: #362b63;
    border: 1px solid #362b63;
    padding: 10px;
    margin-right: 10px;
	box-shadow: 0 0 16px -7px #555;
	background-color: #fff;
	}
.btn-devenir-membre:hover, .btn-devenir-membre:focus, .btn-devenir-membre.active {
	color: #fff;
    border: 1px solid #362b63;
    padding: 10px;
    margin-right: 10px;
	box-shadow: 0 0 16px -7px #555;
	background-color: #362b63;
	text-decoration:none;
	}
.membres-primaires, .membres-secondaires {
	margin-bottom:25px;
	border-bottom:1px solid #eaeaea;
	}
.membres-primaires a, .membres-secondaires a{
	color:#333;
	}
.membre-en-avant {
	margin-bottom:25px;
	}
.round-pict-membre {
	margin-bottom:15px;
	}
.round-pict-membre-secondaire {
	width:110px;
	height:110px;
	}
.info-membre-secondaire {
	font-size:13px;
	}
.reseaux-membre a {
    font-size: 18px;
    margin-right: 2px;
    margin-left: 2px;
}
@media screen and (min-width:1200px) {
	.round-pict-membre-secondaire {
		width:160px;
		height:160px;
	}
}
@media screen and (min-width:768px) {
.membres-primaires .membre-en-avant:nth-child(3n+1) {
	clear:left;
	}
.membres-secondaires .membre-en-avant:nth-child(6n+1) {
	clear:left;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
.info-membre-secondaire {
	font-size:12px;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
.info-membre-secondaire {
	font-size:11px;
	}
}
@media screen and (max-width:767px) {
.membres-secondaires .membre-en-avant:nth-child(2n+1) {
	clear:left;
	}
}


/*FOOTER*/
footer {
    background: url('images/footer-bg.svg');
    background-size: 120% auto;
    background-repeat: no-repeat;
    height: 460px;
    color: #fff;
    background-position: 100% 10px;
	position:relative;
	}
.background-bg-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    background: url('images/footer-bg-bg.png');
    background-size: 120% auto;
    background-repeat: repeat-y;
    background-position: 100% 10px;
    top: 150px;
	height: 100%;
	}
footer .brand {
	width:180px;
	height:115px;
	position:relative;
	}
footer .brand img {
	margin-left: 0;
	}
footer .brand:after {
	content:" ";
	width:180px;
	display:block;
	position:absolute;
	bottom:0;
	z-index:0;
	height: 23px;
	}
.copyright {
	margin-top: 110px;	
	}
.newsletter-form {
	margin-top:0;
	}
.newsletter-form .form-group {
	margin-bottom:0;
	}
.newsletter-form > h2 {
	margin-bottom:5px;
	margin-top: 100px;
	}
.newsletter-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 5px;
}
.newsletter-form .btn-soumettre {
	margin-top:13px;
	}
footer .wpcf7-form-control-wrap {
	margin-top:15px;
	}
footer div.wpcf7-response-output {
	margin:0;
	}
div.wpcf7-validation-errors {
	border-color: #ffffff;
	}
	/*MADE BY*/
	#madeby {
		margin-top:15px;
		}
	#madeby .logo-thelab {
		width:100px;
		height:16px;
		background-image: url('images/logo_thelab.png');
		background-size:100% auto;
		display:block;
		float: right;
    	margin-left: 6px;
		}

@media screen and (max-width:479px) {
	.newsletter-form, .copyright {
		width:100%;
		}
	.copyright {
		text-align:right;
		margin-top: 60px;
		}
	.newsletter-form {
		margin-top:0px;
		}
	.newsletter-form > h2 {
		margin-top: -10px;
		}
	.background-bg-bg {
		height: 710px;
   		background-position: 66% 10px;
    	top: 115px;
		}
	footer .brand {
		float:left;
		width: 133px;
   		height: 85px;
		}
	footer .brand img {
		height: 85px;
		}
	footer .brand:after {
		width: 133px;
		height: 17px;
	}
	footer {
		background-position: 66% 10px;
		}
	}
/*NAVIGATION*/
.navigation {
	margin-top:30px;
	margin-bottom:40px;
	}
.navigation a {
	color: #362b63;
	}
.navigation a:hover, .navigation .current { 
	text-decoration:underline;
}
.navigation .current {
    color: #362b63;
}
/*SEARCH*/
#search article, #communique-list article {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eaeaea;
	}
/*CONTACT*/
.gmap-contact iframe {
	width:100%;
	}
.section-img{
	margin-bottom:40px;
}
.btn-membre-container a.btn-membre{
	width:48%;
	margin:10px;
	float:left;
}
.formulaire-contact textarea {
	margin-bottom:15px;
	}

/*FORMULAIRE*/
.form-control {
	border-radius:0;
	}
.formulaires h3 {
	margin-bottom:22px;
	}
.formulaire {
	overflow:hidden;
	}
.formulaire label {
	margin-top:5px;
	}
.formulaire .wpcf7-form-control-wrap {
	margin-top:15px;
	}

.image-article img {
	max-height: 200px;
    width: auto;
    margin: 0 auto;
	}
.membre2{
	padding:40px 0px;
}

.membres{
	padding:20px 0px;
}

.membre img.round-pict{
	width:180px;
}

.membre2 img.round-pict, .membres img.round-pict{
	width:100px;
}

.membre2 h3{
	width:120px;
	height: 60px;
}

.membre span{
	color:grey;
	font-style:italic;
}

.membre2 p{
	width: 80%;
    margin: 0px 10%;
    height:69px;
}

.membres p{
	font-size: 0.8em;
}
.video * {
	width:100%;
	}
.services form {
	border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 20px;
}