@font-face {
	font-family: 'open_sansbold';
	src: url('../font/opensans-bold-webfont.eot');
	src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'open_sanslight';
	src: url('../font/opensans-light-webfont.eot');
	src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-light-webfont.woff2') format('woff2'), url('../font/opensans-light-webfont.woff') format('woff'), url('../font/opensans-light-webfont.ttf') format('truetype'), url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal
}
.os-light {
	font-family: 'open_sanslight', Arial, sans-serif
}
.os-bold {
	font-family: 'open_sansbold', Arial, sans-serif
}
body {
 background-position:top,top;
 background-attachment:fixed;
 height:100%;
 background-repeat:repeat;
 background-color:rgba(162, 143, 186, 0.7);
 color: #fff;
 font-family: 'open_sanslight', Arial, sans-serif
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'open_sansbold', Arial, sans-serif
}
.button-ghost .button {
	width: 145px;
	height: 145px;
	background: transparent;
	font-size: 16px;
	font-family: 'open_sansbold', Arial, sans-serif;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	padding: 40px 10px
}
.button-ghost .social-item {
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	cursor: default
}
.button-ghost .social-info-wrap {
	font-size: 16px;
	font-family: 'open_sansbold', Arial, sans-serif;
	position: absolute;
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.button-ghost .social-info {
	position: absolute;
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.button-ghost .social-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.button-ghost .social-info .social-info-back {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg)
}
.button-ghost .social-item:hover .social-info-wrap {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8)
}
.button-ghost .social-item:hover .social-info {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg)
}
.button-ghost .social-twitter {
	background: transparent;
	border: solid 1px #fff;
	text-align: center;
	padding: 40px 10px;
	color: #fff
}
.button-ghost .social-twitter-hover {
	background: #fff;
	text-align: center;
	padding: 40px 10px;
	color: #556882
}
.top-bar {
	background: transparent;
	margin-bottom: 30px
}
.top-bar .title-area {
	bottom: 5px
}
.top-bar .top-bar-section ul {
	border-bottom: solid 1px #fff
}
.top-bar .top-bar-section ul li {
	background: transparent;
	height: 30px
}
.top-bar .top-bar-section ul li:hover {
	background: #00c7ff
}
.top-bar .top-bar-section ul li a {
	font-size: 14px;
	font-family: 'open_sanslight', Arial, sans-serif
}
.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
	background: transparent;
	padding-right: 3.9375rem;
	padding-left: .215rem;
	padding-bottom: 0
}
.top-bar .top-bar-section ul .divider, .top-bar .top-bar-section ul .top-bar-section>ul>[role="separator"] {
	border-right: solid 1px #fff
}
.philo-btn {
	padding-right: 20px
}
.philo-btn .button {
	width: 145px;
	height: 145px;
	background: transparent;
	font-size: 16px;
	font-family: 'open_sansbold', Arial, sans-serif;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	padding: 40px 10px
}
.philo-btn .social-item {
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	cursor: default
}
.philo-btn .social-info-wrap {
	font-size: 16px;
	font-family: 'open_sansbold', Arial, sans-serif;
	position: absolute;
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.philo-btn .social-info {
	position: absolute;
	width: 145px;
	height: 145px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.philo-btn .social-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.philo-btn .social-info .social-info-back {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-moz-transform: rotate3d(0, 1, 0, 180deg);
	-o-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg)
}
.philo-btn .social-item:hover .social-info-wrap {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8)
}
.philo-btn .social-item:hover .social-info {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-moz-transform: rotate3d(0, 1, 0, -180deg);
	-o-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg)
}
.philo-btn .social-twitter {
	background: transparent;
	border: solid 1px #fff;
	text-align: center;
	padding: 40px 10px;
	color: #fff
}
.philo-btn .social-twitter-hover {
	background: #00c7ff;
	text-align: center;
	padding: 40px 10px;
	color: #fff
}
.social-bt-container li{
	margin-left: 1.375rem;
	margin-bottom: 1.375rem;
	}
.search-field {
	padding: 0 20px;
	margin-bottom: 150px
}
.search-field input[type="text"] {
	background-color: transparent;
	border-color: #fff;
	text-transform: uppercase;
	color: #fff
}
.search-field input::-webkit-input-placeholder {
	color: #fff
}
.search-field .columns {
	padding: 0
}
.search-field .zebutton {
	width: 5%
}
.search-field .zebutton .button {
	background: transparent;
	border: solid 1px #fff;
	border-right: none
}
.search-field .zefield {
	width: 95%
}
.content {
	margin-bottom: 100px;
	min-height:500px;
}
.bloc-edito, .bloc-minical {
	background: #00c7ff
}

.bloc-edito h1, .bloc-minical h1 {
	text-transform: uppercase;
	font-family: 'open_sanslight', Arial, sans-serif;
	position: relative;
	bottom: 18px;
	right: 8px
}
.bloc-edito p {
	padding-left: 60px;
	line-height: 1.3
}
.bloc-actus .philo-quote {
	text-align: right;
	margin-bottom: 40px
}
.bloc-actus .philo-quote p {
	text-align: left;
	font-size: 40px
}
.bloc-actus .philo-quote .zeslider img {
	float: left
}
.bloc-actus .philo-agenda .philo-event {
	background-color: #fff;
	color: #556882;
	margin-bottom: 20px
}
.bloc-actus .philo-agenda .philo-event .agenda-text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px
}
.bloc-actus .philo-agenda .philo-event h2 {
	color: #556882;
	margin: 0;
	font-size: 1.5rem
}
.bloc-actus .philo-agenda .philo-event h3 {
	color: #556882;
	margin: 0;
	font-size: 1.2rem
}
.bloc-actus .philo-agenda .philo-event .subtitle {
	font-family: 'open_sansbold', Arial, sans-serif;
	margin-top: 15px
}
.bloc-actus .philo-agenda .philo-event .text {
	font-family: 'open_sanslight', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0
}
.bloc-actus .philo-agenda .philo-event .rdv-info {
	text-align: right
}
.bloc-actus .philo-agenda .philo-event a {
	color: #00c7ff;
	font-size: 12px
}
.bloc-actus .philo-agenda .philo-event h2 {
	text-transform: uppercase
}
.bloc-actus .philo-agenda .philo-event .agenda-img {
	overflow: hidden
}
.bloc-actus .philo-agenda .philo-event .agenda-img img {
	max-width: 315px
}
.actidetail .bloc-edito h1 {
	position: relative;
	bottom: 18px;
	right: 5px
}
#podcast .button-ghost .button {
	width: 105px;
	height: 105px
}
#podcast .button-ghost .social-item {
	width: 100px;
	height: 105px
}
#podcast .button-ghost .social-item .social-info-wrap {
	width: 105px;
	height: 105px
}
#podcast .button-ghost .social-item .social-info {
	width: 105px;
	height: 105px
}
.row.grid{min-height: 350px;}
.row.grid.publication{min-height: 150px;}
.grid .grid-item {
	float: left;
	width: 313px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #556882;
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid #fff
}

.grid .grid-item .actu-img {
	width: 50%;
	margin: auto
}
.grid .grid-item h2, .grid .grid-item h5, .grid .grid-item .actu-titre {
	text-align: center;
	color: #556882
}
.grid .grid-item p {
	padding: 0 10px;
	margin-bottom:0.15rem; /* modif MP */
}
.grid .grid-item--width2 .actu-img {
	width: 100%
}
#quisommesnous .accordion {
	margin-left: 0
}
#quisommesnous .accordion .accordion-navigation {
	color: #556882
}
#quisommesnous .accordion .accordion-navigation a {
	color: #556882;
	background-color: #b3b2cd;
	font-size: 1.75rem
}
#quisommesnous .accordion .accordion-navigation .content {
	margin-bottom: 0
}
#quisommesnous .accordion .accordion-navigation .active {
	background: rgba(255, 255, 255, 0.7)
}
#quisommesnous .accordion .active a {
	color: #fff;
	background: #00c7ff
}
#quisommesnous .accordion .name {
	font-family: 'open_sansbold', Arial, sans-serif
}
#quisommesnousdetail .fiche {
	background: rgba(255, 255, 255, 0.7);
	color: #556882;
	padding: 20px
}
#quisommesnousdetail .fiche h1, #quisommesnousdetail .fiche h2, #quisommesnousdetail .fiche h3 {
	color: #556882
}
#quisommesnousdetail .fiche .detail-title, #quisommesnousdetail .fiche .detail-subtitle {
	font-family: 'open_sansbold', Arial, sans-serif
}
#quisommesnousdetail .fiche .detail-title span, #quisommesnousdetail .fiche .detail-subtitle span {
	font-family: 'open_sanslight', Arial, sans-serif
}
#quisommesnousdetail .fiche .activites, #quisommesnousdetail .fiche .podcasts, #quisommesnousdetail .fiche .bibliographie, #quisommesnousdetail .fiche .activites-autre {
	border: solid 1px #556882;
	padding: 10px 5px;
	margin-bottom: 30px
}
#quisommesnousdetail .fiche .info-row {
	margin-bottom: 10px
}
#quisommesnousdetail .fiche .activites .right, #quisommesnousdetail .fiche .activites-autre .right {
	font-size: 12px
}
#quisommesnousdetail .fiche .activites .right a, #quisommesnousdetail .fiche .activites-autre .right a {
	background: #556882;
	color: #fff;
	padding: 5px
}
.fiche-photo{margin-bottom:1rem;}
#pagetimeline .storyjs-embed {
	background: transparent
}
#pagetimeline .vco-storyjs {
	background-color: rgba(255, 255, 255, 0.7)
}
#pagetimeline .vco-storyjs p {
	font-family: 'open_sanslight', Arial, sans-serif !important;
	color: #556882
}
#pagetimeline .vco-storyjs h2 {
	color: #556882
}
#pagetimeline .vco-storyjs .vco-feature h3 {
	font-family: 'open_sansbold', Arial, sans-serif;
	color: #556882;
	text-transform: uppercase
}
#pagetimeline .vco-storyjs .vco-feature h2 {
	font-family: 'open_sansbold', Arial, sans-serif !important;
	text-transform: uppercase
}
#pagetimeline .vco-storyjs .vco-feature .date, #pagetimeline .vco-storyjs .vco-feature small {
	color: #00c7ff
}
#pagetimeline .vco-storyjs .vco-slider .nav-previous:hover, #pagetimeline .vco-storyjs .vco-slider .nav-next:hover {
	color: #00c7ff
}
#pagetimeline .vco-storyjs .vco-slider .content .container {
	color: #556882
}
#pagetimeline .vco-timeline .vco-navigation .timenav-background {
	background-color: rgba(180, 155, 207, 0.5)
}
#pagetimeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
	color: #e50e7a
}
footer .row {
	color: #fff
}
footer .bloc-footer {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.3)
}
footer .social-img {
	text-align: center;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	margin-bottom: 3px
}
footer .social-img p {
	font-size: 10px;
	line-height: 1
}
footer .contact-box, footer .bros-box {
	border: solid 1px #fff;
	padding: 15px
}
footer .contact-box h3, footer .bros-box h3 {
	font-size: 18px;
	color: #fff
}
footer .contact-box input[type="text"], footer .bros-box input[type="text"], footer .contact-box textarea, footer .bros-box textarea {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	height: 28px;
	margin-bottom: 5px
}
footer .contact-box input::-webkit-input-placeholder, footer .bros-box input::-webkit-input-placeholder, footer .contact-box textarea::-webkit-input-placeholder, footer .bros-box textarea::-webkit-input-placeholder {
	color: #fff
}
footer .contact-box .newsl-btn, footer .bros-box .newsl-btn {
	text-align: right
}
footer .contact-box .newsl-btn a, footer .bros-box .newsl-btn a, footer .contact-box .newsl-btn input{
	margin-bottom: 0;
	color: #fff
}
footer .contact-box .newsl-btn a:hover, footer .bros-box .newsl-btn a:hover, footer .contact-box .newsl-btn a:hover, footer .contact-box .newsl-btn input:hover {
	background: #fff;
	color: #556882
}
footer .contact-box .newsl-btn .button, footer .bros-box .newsl-btn .button {
	background: transparent;
	border: solid 1px #fff;
	padding: .3rem 1.5rem
}
footer .bros-box {
	text-align: center
}
footer .bloc-info {
	color: #fff
}
footer .bloc-info p {
	text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.2)
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
	.bloc-edito {
		margin-bottom: 20px
	}
}
@media only screen and (max-width:40em) {
	.divider {
		display: none
	}
	.right li {
		border-top: solid 1px #fff
	}
	.bloc-edito h1 {
		bottom: 12px
	}
	footer .social-img {
		width:80px;
		height:80px;
		}
}
img.sponsor {margin-bottom:0.5rem}

/*# sourceMappingURL=pam.css.map */