@media (min-width: 768px){
	.text-sm-right{
		text-align: right;
	}
}
	
.isolation-bootstrap-3.d2-0 a{
	text-decoration-skip: ink;	
}	

header .container-border{
  margin-bottom: 3rem; 
	border-bottom: 1px solid #DDD;
	padding: 2rem 0;
}

.isolation-bootstrap-3.d2-0 h1{
	margin-top: 0;
}

.isolation-bootstrap-3 .jumbotron {
  padding: 2rem;
	margin-bottom: 0;
}

@media (min-width: 768px){
	.isolation-bootstrap-3 .jumbotron{
		background: url("landing-soutien-sante-1200x682.jpg");
		background-position: 70% 35%;
		background-size: cover;
	}
}

@media (max-width: 767px){
	.isolation-bootstrap-3 .jumbotron{
		background: #EEE url("landing-soutien-sante-767x400.jpg");
		background-size: 767px auto;
		background-position: 82% 0%;
		background-repeat: no-repeat;
	}
}

@media (max-width: 767px) {
	.isolation-bootstrap-3 .jumbotron {
		padding-top:20rem;
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (min-width: 768px) {
	.isolation-bootstrap-3 .jumbotron.flextron {
		display: flex;
		flex-direction: column;
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-bottom: none;
	}

	.isolation-bootstrap-3 .jumbotron.flextron .iefix-minheight {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 37.5rem
	}
}

@media (min-width: 768px) {
	.isolation-bootstrap-3 .jumbotron .bloc-action,.isolation-bootstrap-3 .jumbotron .bloc-assistance {
		box-sizing:border-box;
		max-width: 40rem
	}
}

.isolation-bootstrap-3 .bloc-action {
	background-color: rgba(255,255,255,0.8);
	padding: 2rem;
	margin-bottom: 1.6rem
}

.isolation-bootstrap-3 .bloc-action p {
	font-size: 1.6rem;
	color: #3E3E3E;
}

.isolation-bootstrap-3 .bloc-action .bloc-action-titre {
	font-family: Roboto, Arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
	color: #595959;
	margin: 0 0 2rem
}

.isolation-bootstrap-3 .bloc-action .bloc-action-telephone {
    padding: .8rem 0 0;
    border-top: 1px solid #CCCBCB;
    margin: 3.6rem 0 0
}

@media (min-width: 768px){
	.row-flex{
		display: flex;
	}

	.isolation-bootstrap-3 .col-flex{
		flex: 1 0 0;
		display: flex;
		flex-direction: column; 
		width: 100%;
	}
	.col-flex:not(:first-child){
		margin-left: 10px;
	}
	.col-flex:not(:last-child){
		margin-right: 10px;
	}

	.col-flex > .panel-body{
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;    
	}
}

.benefice{
	background-color: #EDF6F2;
	padding: 6rem 2rem 3rem;
	margin-bottom: 4rem;
}

.isolation-bootstrap-3.d2-0 .titre-benefice{
	margin-top: 0;
	margin-bottom: 6rem;
	color: #333;
	font-size: 3rem;
	line-height: 1.1666667;
}
.isolation-bootstrap-3.d2-0 .sous-titre-benefice{
	margin-top: 0;
	margin-bottom: 1rem;
	color: #3E3E3E;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.05;
}

.isolation-bootstrap-3.d2-0 .benefice p{
	margin:0;
	font-size: 2rem;
}
.isolation-bootstrap-3.d2-0 .benefice p + p{
	margin-top: 2rem;
}

@media (max-width: 767px){
	.benefice .col-flex::before{
		content: "";
		display: block;
		width: 60%;
		height: 1px;
		background-color: #CBCCCC;
		margin: 3rem auto;
	}
}

@media (min-width: 768px){
	.benefice{
		padding: 6rem 4rem 3rem;
	}
	.benefice .col-flex{
		margin: 0;
		padding-top: 8px;		
		padding-bottom: 8px;
	}
	.benefice .col-flex:not(:first-child){
		padding-left: 20px;
		border-left: 1px solid #CBCCCC;
	}
	.benefice .col-flex:not(:last-child){
		padding-right: 20px;		
	}
}
	
@media (min-width: 992px){
	.benefice{
		padding: 6rem 8rem 3rem;
	}
}
	
.fonction > .panel-simple > .panel-body{
	padding: 2rem 1.8rem;	
}
	
.temoignage > .panel-body{
	padding: 2.5rem 2rem 2rem;
}
	
.temoignage > .panel-body :last-child {
  margin-top: auto;
}	

.bloc-appel-action{
	background-color: #EDF6F2;
	margin: 3rem 0;
	padding: 3rem;
}

.isolation-bootstrap-3.d2-0 .bloc-capsule-titre{
	color: #383838;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.136136;
}

.enbref-telephone a[href^="tel:"],
.bloc-action-telephone a[href^="tel:"],
.bloc-services a[href^="tel:"]{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 3rem;
	text-decoration: none;
}

.enbref-telephone a[href^="tel:"]:hover,
.enbref-telephone a[href^="tel:"]:focus,
.bloc-action-telephone a[href^="tel:"]:hover,
.bloc-action-telephone a[href^="tel:"]:focus,
.bloc-services a[href^="tel:"]:hover,
.bloc-services a[href^="tel:"]:focus{
	text-decoration: underline;
}


footer{
	margin-top: 4rem;
	padding: 4rem 0;
	background-color: #292B2F;
	text-align: center;
	color: #FFF;
	font-size: 1.3rem;
}

.isolation-bootstrap-3 footer p:not(:last-child){
	margin: 0 0 .4rem;
}
.isolation-bootstrap-3 footer p:last-child{
	margin: 0;
}

/* STYLE SFL */
.wl-sfl footer {
	background-color: transparent;
	color: #5d5d5d;
}

.wl-sfl .isolation-bootstrap-3 footer .container {
	border-top: 2px solid #5D5D5D;
	padding-top: 2rem;
}

.wl-sfl .isolation-bootstrap-3 footer a {
	color: #5d5d5d;
	text-decoration: none;
}

.wl-sfl .isolation-bootstrap-3 footer a:hover,
.wl-sfl .isolation-bootstrap-3 footer a:focus {
	text-decoration: underline;
	color: #48473E;
}

.wl-sfl .isolation-bootstrap-3 footer ul {
	margin: 0;
}

.wl-sfl .isolation-bootstrap-3 footer li {
	display: inline;
	padding: 0;
}

.wl-sfl .isolation-bootstrap-3 footer li::before {
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	display: inline;
	position: static;  
}

.wl-sfl .isolation-bootstrap-3 footer li:not(:first-child)::before {
	content: "|";
	padding: 0 .3rem;
}

.wl-sfl .benefice {
	background-color: #EDEEF6;
}

.wl-sfl .isolation-bootstrap-3 h1, 
.wl-sfl .isolation-bootstrap-3 .h1,
.wl-sfl .isolation-bootstrap-3 a{
	color: #005B82;
}

.wl-sfl .isolation-bootstrap-3 a.lien-externe::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg fill='%23005B82'%3E %3Cpath d='M9.7 5.9c-.3 0-.5.2-.5.5v5.3H1.3V3.6h5.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H.8c-.3 0-.5.2-.5.5v9.1c0 .3.2.5.5.5h9c.3 0 .5-.2.5-.5V6.4c0-.3-.3-.5-.6-.5z'/%3E %3Cpath d='M9.7 13h-9c-.4 0-.7-.3-.7-.8V3.1c0-.4.3-.8.8-.8h5.7c.4 0 .8.3.8.8s-.4.8-.8.8h-5v7.6H9V6.4c0-.4.3-.8.7-.8s.8.3.8.8v5.8c0 .5-.3.8-.8.8zM.8 2.8c-.2 0-.3.1-.3.3v9.1c0 .2.1.3.3.3h9c.2 0 .3-.1.3-.3V6.4c0-.2-.1-.3-.3-.3-.2 0-.3.1-.3.3v5.5H1V3.4h5.5c.2 0 .3-.1.3-.3s-.1-.3-.3-.3H.8z'/%3E %3Cpath d='M12.2.2H8.7c-.3 0-.5.2-.5.5s.2.5.5.5h2.2L6 6.2c-.2.2-.2.6 0 .8.1.1.2.2.4.2.1 0 .3-.1.4-.2l5-5v2.3c0 .3.2.5.5.5s.5-.2.5-.5V.8c0-.3-.3-.6-.6-.6z'/%3E %3Cpath d='M6.3 7.4c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1l4.5-4.5H8.7c-.4-.1-.7-.4-.7-.8 0-.5.3-.8.7-.8h3.5c.5 0 .8.3.8.8v3.5c0 .4-.3.7-.8.7s-.8-.3-.8-.8V2.5L6.9 7.1c-.2.2-.4.3-.6.3zM8.7.5c-.2 0-.3.1-.3.3s.1.3.3.3h2.7L6.1 6.4c-.1.1-.1.3 0 .4.1.1.3.1.4 0L12 1.4v2.9c0 .2.1.3.3.3.2 0 .3-.1.3-.3V.8c0-.2-.1-.3-.3-.3H8.7z'/%3E %3C/g%3E %3C/svg%3E ");
	padding-left: 5px;
}