.clearfix:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.btn-black{
	background-color: #000;
	color: #ffe202;
}

.btn-black:hover{
	background-color: #ffe202;
	color: #000;
}


.ulli-reset,
.ulli-reset li {
	margin: 0;
	padding: 0;
	list-style: none;
}


a.link-yellow {
	text-decoration: none;
    outline: none;
    color: #000;
	border-bottom: 2px solid #ffe202;
}


a.link-yellow:hover,
a.link-yellow:active {
	border-bottom: 2px solid #000;
}

.underline-yellow{
	border-bottom: 2px solid #ffe202;
}

.hidden{
	display: none!important;
}
/********************  IMAGE HEADER **********************************/
.header-img {
	margin-top: 0;
}

.header-img>figure,
.header-img>figure a,
.header-img>figure picture {
	width: 100%;
	height: 100%;
}

figure .low-header-img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.header-img>figure {
	height: 180px;
	overflow: hidden;
	margin-top: 0;
	position: relative;
}


.header-img>figure .low-header-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-img picture img,
.header-img>figure a {
	position: absolute;
	left: 0;
	top: 0;
}

.header-img figcaption span,
.activite-presentation span.credits {
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	color: #000;
	background-color: #fff;
}

.header-img>figure picture {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.header-img>figure picture img {
	min-width: 100%;
	max-width: none;
	height: auto;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/***************************** GRID MASONRY ***************************************/
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
	width: calc(50% - 20px);
	margin-bottom: 10px;
}
.masonry-grid a.grid-item,
.masonry-grid a.grid-item:hover,
.masonry-grid a.grid-item:active{
	border: none;
}


/*************** GALERIE SMALL **********************/

.da-gallery {
	margin: 40px 0;
}

/*************** GALERIE GRID **********************/
.gallery.grid {
	position: relative;
	margin: 30px 0;
}

.gallery.grid .row {
	/*margin: 0;*/
}

.gallery.grid .row a {
	border: none;
	display: inline-block;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 70px;
	width: 100%;
}

.gallery.grid .row a:hover,
.gallery.grid .row a:focus {
	border: none;
}


.gallery.grid .row a img {
	opacity: 1;
	transition: opacity 0.2s ease-out;
	position: absolute;
	-moz-outline-radius-topright: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	width: 100%;
	height: auto;
}

.gallery.grid .row a:hover img {
	opacity: 0.7;
	transition: opacity 0.2s ease-out;
}

.gallery.grid .more-row {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	align-items: flex-end;
}



/******************************* ITEM author *********************/

.author {
	/*margin-bottom: 20px;*/
}

.author a {
	border: none;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.author a:focus,
.author a:hover {
	border: none;
}

.author .author-portrait {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.author .avatar {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.author .avatar img {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.author p {
	margin-bottom: 0;
}

.author.big h4,
.author.big p {
	text-align: center;
}

.author.small h4,
.author.small p {
	text-align: left;
	font-size: 16px;
}


.author h4 {
	font-weight: 900;
	font-family: "din-2014", sans-serif;
}

.author .author-category {
	font-family: "din-2014", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #b4bed7;
	margin-bottom: 0.5rem;
}

.author.small h4 {
	font-size: 15px;
}

.author.big h4 {
	margin-bottom: 10px;
}

.author .author-infos {
	padding: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.author.small .author-infos {
	padding: 0 15px 0 0;
}

.author.big .author-infos {
	background-color: var(--beige);
}



/*********** SOCIALS **************/
.socials ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.socials ul li a {
	font-family: "morl_sanslight", sans-serif;
	font-size: 22px;
	opacity: 1;
}

.socials ul li a:hover {
	opacity: 0.6;
}

.socials ul li a.talk {
	position: relative;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	width: 25px;
}

.socials ul li a.talk img {
	margin: 0 auto;
}

/************** VIDEO (item preview) **************/

.video {
	position: relative;
}

.video .ressource-image {
	position: relative;
}

.video .ressource-image:after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thumbline.video .ressource-image:after {
	width: 30px;
	height: 30px;
}

/************** VIDEO PLAYER (item preview) **************/

.video-player {
	height: 240px;
	position: relative;
}

.video-player:hover {
	cursor: pointer;
}

.video-player img {
	height: 100%;
	position: relative;
	width: auto;
	min-width: 100%;
	max-width: none;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.video-player:hover img {
	opacity: 0.8;
	transition: opacity 0.2s ease-in-out;
}

.video-player .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-player a.play {
	width: 70px;
	height: 70px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-player.video-une img {
	height: auto;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}



/************** GLOBAL CREDITS ************************/

.credits{
	position: absolute;
	display: block;
	bottom: 0;
	right: 5px;
	z-index: 2;
    font-family: "din-2014", sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
    color: #fff;
    background-color: transparent;
	text-shadow: 0 0 2px #000;
}


/****************** NEWSLETTER WIDGET ***********/
.newsletter #newsletter-widget {
    padding: 0;
    position: relative;
}

.newsletter #newsletter-widget h3{
	font-family: "Museo Sans Rounded 1000";
	font-weight: 900;
	line-height: 1.2;
}
.newsletter #newsletter-widget form{
	justify-content: space-between;
}
.newsletter #newsletter-widget input{
	width: 100%;
	font-family: "din-2014", sans-serif;
	border: 1px solid #000;
	color: #000;
}

.newsletter #newsletter-widget input::placeholder{
	color: inherit;
}

.newsletter #newsletter-widget button{
	flex: auto;
     max-width: none;
}

.newsletter #newsletter-widget p{
	font-family: "din-2014", sans-serif;
}



/**************** BREADCRUMB **************/


#breadcrumb {
	font-family: "din-2014", sans-serif;
	background-color: transparent;
	margin-bottom: 20px;
	display: none;
}

.breadcrumb {
	background-color: transparent;
}
.breadcrumb  .breadcrumb-item span{
	font-size: 14px;
	color: #b4bed7;
}
.breadcrumb > li + li::before {
	display: none;
}

.breadcrumb li.sep {
	color: #b4bed7;
	font-size: 14px;
	margin: 0 5px -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "din-2014", sans-serif;
	vertical-align: bottom;
}

.breadcrumb > .active {
	/*color: #000;*/
}


/** exceptions only for xs and small */
@media screen and (max-width:991px) {
}

/** MD **/
@media screen and (min-width:768px) {
	.header-img>figure {
		height: 250px;
	}
}


/** LG **/
@media screen and (min-width:992px) {
	#breadcrumb {
		display: block;
	}

	.text-lg-left{
		text-align: left!important;
	}

	.header-img {
		margin-bottom: 20px;
	}

	.header-img>figure {
		height: 300px;
	}

	.header-img>figure .low-header-img {
		/*width: auto;*/
		/*height: 100%;*/
		height: auto;
		width: 100%;

	}

	.header-img>figure picture {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.header-img>figure picture img {
		max-width: 100%;
		height: auto;
		min-height: auto;
	}

	.header-img figcaption.credits {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		text-shadow: 0 0 2px #000;
	}


	figure.header-img figcaption span {
		font-size: 18px;
		position: relative;
		/*left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);*/
		text-align: right;
		color: #FFF;
		background-color: transparent;
		bottom: 0;
		padding: 15px 0;
	}

	.video-player img {
		width: auto;
		height: auto;
	}



	.gallery.grid .row a:not(:last-child) {
		margin-right: 10px;
	}

	.gallery.grid .row a {
		margin-bottom: 10px;
		height: 140px;
	}

	.gallery.grid .more-row {
		bottom: -5px;
		height: 80px;
	}

	/*.author a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		justify-content: flex-start;
	}*/

	.author .author-portrait {
		text-align: left;
		padding: 0;
		margin-bottom: 0;
	}

	/*.author .avatar {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 10px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}*/

	.author.small .avatar {
		width: 77px;
		height: 77px;
		border-radius: 77px;
	}

	.author.small .author-infos {
		padding: 0 ;
		/*-webkit-box-pack: center;*/
		justify-content: center;
	}

	.author.small .author-infos h4 {
		/*margin-bottom: 0;*/
	}


	.author.small {
		margin-bottom: 10px;
		margin-top: 35px;
	}

	.author.big {
		margin-bottom: 60px;
	}

	.author.big a {
		border: none;
		cursor: default;
		justify-content: flex-end;
	}

	.author.big a:hover,
	.author.big a:focus {
		border: none;
		cursor: default;
	}

	.author.big .author-portrait {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.author.big .avatar {
		width: 170px;
		height: 170px;
		border-radius: 170px;
	}

	.author.big .avatar {
		left: 0;
		top: 15px;
		transform: none;
	}


	.author.big h4,
	.author.big p {
		text-align: left;
	}

	.author.big h4 {
		font-size: 24px;
	}

	.author.big p.author-description {
		font-family: "din-2014", sans-serif;
		line-height: normal;
	}

	.author.big .author-infos {
		padding-left: 80px;
		z-index: 1;
	}

	.video-player {
		height: 350px;
	}

	.video-player iframe {
		height: 100%;
	}

	.video-player.video-une a.play{
		width: 100px;
		height: 100px;
	}

	.video-container iframe,
	.video-player iframe {
		max-height: 100%;
		max-width: 100%;
		min-width: 100%;
	}

}


/** XL **/
@media screen and (min-width:1200px) {
	.header-img>figure {
		height: 366px;
	}

		.gallery.grid .row a:not(:last-child) {
		margin-right: 15px;
	}

	.gallery.grid .row a {
		margin-bottom: 15px;
		height: 170px;
	}

	.gallery.grid .more-row {
		height: 120px;
	}

	.video-player {
		height: 550px;
	}
}


@media screen and (min-width: 1400px) {
	.header-img>figure {
		height: 427px;
	}
}


@media screen and (min-width: 1800px) {
	.header-img>figure {
		height: 550px;
	}
}

@media screen and (min-width: 2000px) {
	.header-img>figure {
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}




/******************** PAGE EQUIPE **********************/
.page__equipe .block-intro{
	padding-top: 10px;
}
.page__equipe .block-intro p{
	font-size: 22px;
	line-height: 1.2
}

.page__equipe .equipe-member{
	font-size: 20px;
	line-height: 26px;
}

.separator-yellow{
	display: block;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.separator-yellow:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-position: top left;
    background-repeat: repeat;
    background-image: url(../png/ligne-yellow.png);
}

.page__equipe .equipe-members ul li h3 {
	width: 100%;
	font-size: 24px;
}

.page__equipe .equipe-members em{
	font-style: italic;
}
.page__equipe .equipe-members ul li h3::before {
	content: "\2022"; 
	color: #ffe100; 
	font-weight: bold; 
	display: inline-block;
	width: 7px; 
	margin-right: 8px;
	
  }
  .page__equipe .equipe-contact {
	font-size: 20px;
  }
  .page__equipe .equipe-contact ul li::before {
	content: "\2022"; 
	color: #5464a3; 
	font-weight: bold; 
	display: inline-block;
	width: 7px; 
	margin-right: 8px;
	
  }