@charset "UTF-8";

/* POINT SYNDICAL (single) */


/* GÉNÉRAL */

.single-point-syndical a:hover{
	color:red;
}

.single-point-syndical a, img{
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
}

.single-point-syndical img:hover{
	-webkit-filter: brightness(70%);
}

.single-point-syndical img.no-hover:hover{
	-webkit-filter: none!important;
}

.ps-big-button{
	color: white!important;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    background: black;
    max-width: 74%;
    margin: 15px auto;
    padding: 12px;
    display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ps-big-button:hover{
	background-color: red;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white!important;
}

/* LOGO */

.ps-logo-row{margin-left: 0px;}
.ps-logo{
	padding: 15px 10px;
	border-top: 4px solid black;
	max-width: 1140px;
	margin-top: 15px;
	border-bottom-style: double;
}


/* NOUVELLES (Point saillant) */

.ps-point-saillant-titre{
	font-size: 70px;font-weight: 700;margin-left: 0px;
}
@media only screen and (max-width: 600px) {
    .ps-point-saillant-titre{
		font-size: 40px;
	}
}


/* SIDEBAR */

.ps_en_bref_titre{
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold
}
@media only screen and (max-width: 992px) {
    .ps_en_bref_titre{
		font-size: 20px;
	}
}

/* PDF */

.ps-pdf-viewer  a:before{
	content: "\f1ea";  
    font-family: FontAwesome;
    margin-right: 6px;
}

.ps-pdf-viewer  a:hover{
	/* background-color: black!important; */
}






