.lobster {
	font-family:lobster_regular;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-brand.home {
	background:#FFF;
	height:182px;
	width:280px;
	padding-top:30px !important;
	padding-left:25px !important;
	border-bottom-right-radius: 10px;
}

.navbar-brand.home img {
	width:232px;
	height:auto !important;
}

.container-slider-home .btn {
	border:2px solid #ea148c;
	text-transform: uppercase;
	font-size:16px;
	width:244px;
		font-weight:bold;
}
.container-slider-home .btn.btn-outline-secondary{

		border: #ea148c;
		color: #fff;
		background: rgba(0,0,0,0.5);
}
.container-slider-home .btn.btn-outline-secondary:hover{
		background: #ea148c;
		color: #FFFFFF;
}
.actu-v4 {
	background:#c9c9c9;
	padding:25px 0;
	margin:50px auto;
}

.actu-v4 .block-title {
	padding-left:40%;
}

.actu-v4 h2 {
	font-size:36px;
	font-family:lobster_regular;
}

.actu-v4 .breve-thumb-v4 {
	display:block;
	border:2px solid #000;
	padding:10px;
	margin-bottom:20px;
	border-radius:10px;
	background:#FFF;
	min-height: 88px;
}

.actu-v4 .breve-thumb-v4 .title {
	font-size:14px;
	font-weight:bold;
	display: block;
}

.actu-v4 .breve-thumb-v4 .description {
	font-weight:bold;
	display: block;
	color:#000;
	font-size:12px;
}

.actu-v4 .article-thumb-v4 {
	display:block;
	background-size: contain;
	height:200px;
	border-radius: 10px;
	position: relative;
	border:2px solid #000;
	margin-bottom: 30px;
}

.actu-v4 .article-thumb-v4 .legende {
	display: block;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	border-radius: 0 0 10px 10px;
	padding: 10px 20px 20px 20px;
}

.actu-v4 .article-thumb-v4 .legende .title {
	font-size:14px;
	font-weight:bold;
	display: block;
}

.actu-v4 .article-thumb-v4 .legende .description {
	font-weight:bold;
	color:#FFF;
	font-size:12px;
}

.breve-modal-v4 {
	border:2px solid #ea148c;
    border-radius: 10px;
	padding:5px 35px 35px;
}

.breve-modal-v4 h1 {
	font-weight:bold;
	font-size:24px;
	margin-bottom:30px;
}

.breve-modal-v4 .close-link {
	font-size:20px;
}

.article-v4 {
	border:2px solid #000;
	border-radius:10px;
	padding:55px;
}

.article-v4 .description {
	margin:40px 0;
}

.slider-actus-container .owl-controls {
	position:absolute;
	top:50%;
	margin-top:-40px;
	width:100%;
}

.slider-actus-container .owl-theme .owl-controls .owl-buttons div {
	position:absolute;
	background:none;
	opacity:1;
}

.slider-actus-container .owl-theme .owl-controls .owl-prev  {
	left:-60px;
}

.slider-actus-container .owl-theme .owl-controls .owl-next  {
	right:-60px;
}

.bloc-action {
	border:1px solid #818181;
	border-radius:10px;
	cursor: pointer;
}

.bloc-action .preview {
	padding:10px;
}

.bloc-action .preview h3 {
	color:#e31288;
	font-size:20px;
	line-height: 1.5em;
	margin-top:0px;
	font-weight: bold;
}

.bloc-action .preview p {
	line-height: 1.5em;
}

.bloc-action .preview .link {
	margin:0px;
}

.bloc-action .preview .link a {
	color:#e31288;
	font-weight: bold;
}

.bloc-action .image {
	height:170px;
	border-radius: 0px 0px 10px 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}


.bloc-formation {
	border:1px solid #818181;
	border-radius:10px;
	margin-bottom:30px;
	cursor: pointer;
}

.bloc-formation .preview {
	padding:10px;
}

.bloc-formation .preview h3 {
	color:#e31288;
	font-size:18px;
	line-height: 1.5em;
	margin-top:0px;
	font-weight: bold;
}

.bloc-formation .preview p {
	line-height: 1.5em;
}

.bloc-formation .preview .link {
	margin:0px;
}

.bloc-formation .preview .link a {
	color:#e31288;
	font-weight: bold;
}

.bloc-formation .image {
	height:130px;
	border-radius: 10px 10px 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.bloc-podcast {
	border:1px solid #818181;
	background-color: #FFFFFF;
	border-radius:10px;
	margin-bottom:30px;
	cursor: pointer;
}

.bloc-podcast .preview {
	padding:10px;
	background:#FFF;
	border-radius:0 0 10px 10px;
}

.bloc-podcast .preview h3 {
	color:#e31288;
	font-size:18px;
	line-height: 1.5em;
	margin-top:0px;
	font-weight: bold;
}

.bloc-podcast .preview p {
	line-height: 1.5em;
}

.bloc-podcast .preview .date {
	margin:0px;
}

.bloc-podcast .image {
	height:195px;
	border-radius: 10px 10px 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position:relative;
}

.actu-v4 .bloc-podcast .image {
	height:130px;
}

.bloc-podcast .image img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.subscribe-block {
	padding:15px;
	background: #FAFAFA;
	margin-bottom:25px;
	border-radius: 10px;
}

.subscribe-block h2 {
	margin-top:0px;
	margin-bottom:20px;
}

.login-form {
	max-width:450px;
	margin:30px auto;
	padding:30px 50px;
	background:#efeeee;
	border-radius: 10px;
}

.login-form label {
	font-weight: normal;
	font-size:16px;
}

.login-form input[type=submit] {
	width:100%;
	height:34px;
	padding:0px;
}


@media (max-width: 767px) {
	.article-v4 {
		padding:20px;
		margin-bottom:30px;
	}

	.slider-actus-container .owl-theme .owl-controls .owl-buttons div {

		background:none;
		opacity:1;
		top:130px;
	}

	.slider-actus-container .owl-theme .owl-controls .owl-prev  {
		left:0px;
	}

	.slider-actus-container .owl-theme .owl-controls .owl-next  {
		right:0px;
	}
}
