/*********** page sommaire actu ajout *********/
.page-id-3061 .et_pb_blog_grid .et_pb_image_container img {
	object-fit: cover;
	width: 100%;
	height: revert-layer;
}
/********** END page sommaire actu ajout *********/

/************************  BLOG ********************************/

#ms_blog-hero {
	min-height: 400px;
	display: flex;
	justify-content: center;
}

#ms_blog-hero #ms_hero-wrapper {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	z-index: 50;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	min-height: 225px;
	padding-top: 45px !important;
}

#ms_blog-hero #ms_hero-wrapper #ms_hero-titre {
	text-align: center;
	width: auto;
	max-width: initial;
	margin-bottom: 0 !important;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#page-container #ms_blog-hero #ms_hero-wrapper #ms_hero-titre h1 {
	color: #222;
	line-height: 1.4;
	font-size: 2.8rem;
	padding-bottom: 0;
}

#ms_blog-hero #ms_hero-wrapper #ms_hero-teaser {
	max-width: initial;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#ms_blog {
	margin-top: 50px;
	z-index: 0;
}

#ms_blog.ms_blog-bloc {
	position: relative;
	padding-top: 50px;
}

#ms_blog.ms_blog-bloc article {
	background-color: #fff;
}

#ms_blog article {
	background-color: #f5f5f5;
	border: none;
	height: 450px;
	position: relative !important;
}

#ms_blog article:hover {
	transform: scale(1.05);
	transition: 0.25s;
}

#ms_blog article .et_pb_image_container {
	max-height: 196px;
	overflow: hidden;
}

#ms_blog article h2.entry-title {
	text-transform: initial;
	font-weight: 400;
	font-size: 1.8rem;
}

@media (min-width: 1101px) and (max-width: 1350px) {
	#ms_blog article h2.entry-title {
		font-size: 1.75rem;
	}
}

@media (min-width: 980px) and (max-width: 1100px) {
	#ms_blog article h2.entry-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#ms_blog article h2.entry-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 500px) {
	#ms_blog article h2.entry-title {
		font-size: 1.7rem;
	}
}

#ms_blog article .entry-title:after {
	content: "";
	display: none;
}

#ms_blog article .post-content-inner {
	position: absolute;
	bottom: 15px;
}

#ms_blog article:hover .post-content-inner {
	position: absolute;
	bottom: 15px;
}

@media (max-width: 767px) {
	#ms_blog article .post-content-inner {
		bottom: 15px;
	}
	#ms_blog article:hover .post-content-inner {
		bottom: 15px;
	}
}

#ms_blog article .post-content-inner p,
#ms_blog article:hover .post-content-inner p {
	font-size: 0.70rem;
	text-transform: uppercase;
	line-height: 1;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#page-container .main-content-blog .container,
.single-blog #page-container #main-content .et-l--body {
	width: 80%;
    max-width: 1080px;
    margin: auto;
	max-width: 972px;
	margin-top: 0px;
	padding-top: 20px !important;
}

#page-container .main-content-blog .container .ez-toc-pull-right,
#page-container .main-content-blog .container .ez-toc-title,
.single-blog #page-container #main-content .et-l .ez-toc-title,
.single-blog #page-container #main-content .et-l .ez-toc-pull-right {
	display: none !important;
}

#page-container .main-content-blog .container #ez-toc-container,
.single-blog #page-container #main-content .et-l #ez-toc-container {
	width: 80%;
	border: none;
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 3em;
}

.single-blog #page-container #main-content .et-l #ez-toc-container ul li::before{
	content: none;
}

@media (max-width: 1024px) {
	#page-container .main-content-blog .container #ez-toc-container,
	.single-blog #page-container #main-content .et-l #ez-toc-container {
		width: 75%;
	}
}

@media (max-width: 767px) {
	#page-container .main-content-blog .container #ez-toc-container,
	.single-blog #page-container #main-content .et-l #ez-toc-container {
		width: 100%;
	}
}

#page-container .main-content-blog .container #ez-toc-container a,
.single-blog #page-container #main-content .et-l #ez-toc-container a {
	text-transform: initial;
	padding: 0 5px;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.8;
}

#page-container #ez-toc-container.counter-decimal ul.ez-toc-list li a::before {
	color: #e40e20 !important;
	font-weight: 700 !important;
}

#page-container .main-content-blog h1,
.single-blog #page-container #main-content .et-l h1 {
	text-transform: initial;
	font-weight: 400;
}

#page-container .main-content-blog h2,
.single-blog #page-container #main-content .et-l h2 {
	margin-top: 25px;
	text-transform: none;
}

#page-container .main-content-blog h2:after,
.single-blog #page-container #main-content .et-l h2:after {
	max-width: 90px;
	top: -2px;
}

#page-container .main-content-blog .et_pb_row:not(.faq) h3,
.single-blog #page-container #main-content .et-l .et_pb_row:not(.faq) h3 {
	color: #606060;
	text-transform: initial;
	margin-top: 10px;
	margin-bottom: 9px;
	text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
}

#page-container .main-content-blog h4,
.single-blog #page-container #main-content .et-l h4 {
	text-transform: initial;
	margin-top: 8px;
	margin-bottom: 9px;
}

#page-container .main-content-blog li::marker,
.single-blog #page-container #main-content .et-l li::marker {
	color: #bbb;
}

#page-container .main-content-blog .et_pb_post .entry-content,
.single-blog #page-container #main-content .et-l .et_pb_post .entry-content {
	font-size: 15px;
}

#page-container .ms_blog-introduction {
	margin: 30px 0 5px 0;
	font-weight: 500;
}

#page-container .ms_blog-banniere {
	margin: 30px 0;
}

.main-content-blog .ms_blog-infos,
.single-blog #page-container #main-content .et-l .ms_blog-infos {
	font-size: 0.95rem;
}

.main-content-blog .ms_blog-infos span,
.single-blog #page-container #main-content .et-l .ms_blog-infos span {
	font-weight: 600;
}

.main-content-blog .ms_blog-infos p,
.single-blog #page-container #main-content .et-l .ms_blog-infos p {
	display: inline-block;
}

/*** cta ***/
.blog-template-default #ms_blog article h2.entry-title {
	font-size: 1.7rem;
}

.ms_cta-blog-row h3 {
	font-weight: 400 !important;
}

.ms_cta-blog-row a.btn-blanc {
	border: none;
}

.ms_cta-blog-row a.btn-blanc:hover {
	background-color: #222 !important;
	border: none;
}

@media (max-width: 500px) {
	.ms_cta-blog-row h3 {
		font-size: 1.5rem !important;
	}
	.ms_cta-blog-row a.btn-blanc {
		font-size: 0.9rem;
	}
	.ms_cta-blog-row a.btn-blanc::after {
		top: 1px !important;
	}
	.single-blog h2 + p,
	.single-blog h3 + p,
	.single-blog h4 + p {
		margin-bottom: 1.5rem !important;
	}
	.single-blog h2 {
		margin-bottom: 1rem !important;
	}
}

/*--------------- BLOG -----------------/
--------------------------------------*/

#page-container .ms_home-blog {
	background-color: #222;
}

#page-container .ms_home-blog-title h2 {
	color: #fff;
}

#page-container .ms_home-blog-title h2::after {
	width: 130%;
	border-bottom: 2px solid #fff;
}

#page-container .ms_home-blog article {
	background-color: #fff;
	border: none;
	height: 450px;
	position: relative !important;
}

#page-container .ms_home-blog article:hover {
	transform: scale(1.05);
	transition: 0.25s;
}

#page-container .ms_home-blog article .et_pb_image_container {
	max-height: 196px;
	overflow: hidden;
}

#page-container .ms_home-blog article h2.entry-title {
	text-transform: initial;
	font-weight: 400;
	font-size: 1.8rem;
}

@media (min-width: 1101px) and (max-width: 1350px) {
	#page-container .ms_home-blog article h2.entry-title {
		font-size: 1.75rem;
	}
}

@media (min-width: 980px) and (max-width: 1100px) {
	#page-container .ms_home-blog article h2.entry-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#page-container .ms_home-blog article h2.entry-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 500px) {
	#page-container .ms_home-blog article h2.entry-title {
		font-size: 1.7rem;
	}
}

#page-container .ms_home-blog article .entry-title:after {
	content: "";
	display: none;
}

#page-container .ms_home-blog article .post-content-inner {
	position: absolute;
	bottom: 15px;
}

#page-container .ms_home-blog article:hover .post-content-inner {
	position: absolute;
	bottom: 15px;
}

@media (max-width: 767px) {
	#page-container .ms_home-blog article .post-content-inner {
		bottom: 15px;
	}
	#page-container .ms_home-blog article:hover .post-content-inner {
		bottom: 15px;
	}
}

#page-container .ms_home-blog article .post-meta {
	display: none;
}

#page-container .ms_home-blog .pagination {
	display: none;
}

#page-container .ms_home-blog article .post-content-inner p,
#page-container .ms_home-blog article:hover .post-content-inner p {
	font-size: 0.70rem;
	text-transform: uppercase;
	line-height: 1;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#page-container .ms_home-blog .ms_home-blog-article div.et_pb_button_module_wrapper {
	text-align: center;
}

.single-blog.et-db #et-boc .et-l .et_pb_row {
	width: 100%;
}

@media (max-width: 980px) {
	.single-blog.et-db #et-boc .et-l .et_pb_row {
		width: 100%;
	}
}

/*--------------- / BLOG ---------------*/

body .ms_autres-equipements .et_pb_blog_grid .type-equipements .et_pb_image_container {
	margin-bottom: 0;
}

/*-------------- Bouton CTA -------------*/

body.single-blog #page-container a.btn.btn-icone,
body.single-blog #page-container a.et_pb_button.btn-icone,
body.et-db.single-blog #page-container #et-boc a.btn.btn-icone,
body.et-db.single-blog #page-container #et-boc a.et_pb_button.btn-icone {
	border-radius: 0;
}

/* -------- Carrousel Blog --------------*/

.single-blog #page-container #main-content .et-l .ms_blog_autres{
	margin: 0;
	padding-top: 0;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres article{
	border: none;
    box-shadow: 0px 5px 15px #d8d8d8;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres h2{
font-size: 1.5rem;
font-weight: 500;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres .post-content-inner p{
	font-size: 15px;
    text-transform: none;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres .et_pb_button_module_wrapper {
	display: flex;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres .et_pb_button_module_wrapper a{
	margin: auto;
    text-transform: none;
    border-radius: 0;
    background: #e40e20;
    color: #fff;
	border: none;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres .et_pb_button_module_wrapper a:after{
	line-height: 1.1rem;
    content: "E";
    font-size: 1.1rem;
    position: absolute;
    font-family: ETmodules;
    font-style: normal;
    font-weight: 400;
    margin-left: 0.3em;
	opacity: 1;
	display: contents;
}

.single-blog #page-container #main-content .et-l .ms_blog_autres .et_pb_button_module_wrapper a:hover{
    background: #222!important;
    color: #fff!important;
}