@charset "utf-8";
.sefa-wrapper {
	float: left;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-family: Branding, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow-x: hidden;
}
.ccm-edit-mode .sefa-wrapper {
	overflow-x: inherit;
}
.editmode a {
	transition: none;
}
.sefa-wrapper a {
	transition: color .3s ease;
}
.sefa-ctn {
	width: 100%;
	margin: 0 auto;
	max-width: 90em;
	padding: 0 2em;
	position: relative;
}
.sefa-ctn.wide {
	max-width: 120em;
	padding: 0;
}
.sefa-notification {
	float: left;
	position: relative;
	width: 100%;
	padding: 1em 0 .5em;
	background: #fcd917;
	color: #000;
	text-align: center;
}
.sefa-notification.off {
	background: #eee;
}
.sefa-notification p {
	font-size: 1.75em;
	line-height: 1.25em;
	margin-bottom: .5em;
}
.sefa-notification p a {
	color: #074d92;
}
.sefa-notification-close {
	float: left;
	position: absolute;
	top: 1em;
	right: 1em;
}
.sefa-notification-close a {
	float: left;
	position: relative;
	width: 2em;
	height: 2em;
	opacity: 0.3;
}
.sefa-notification-close a:hover {
	opacity: 1;
}
.sefa-notification-close a:before, .sefa-notification-close a:after {
	position: absolute;
	left: 1em;
	content: ' ';
	height: 2em;
	width: .125em;
	background-color: #333;
}
.sefa-notification-close a:before {
	transform: rotate(45deg);
}
.sefa-notification-close a:after {
	transform: rotate(-45deg);
}
.sefa-wrapper .pos-rel {
	position: relative;
}
.sefa-wrapper .lightblue {
	color: rgb(42, 175, 229);
}
.sefa-wrapper .darkblue {
	color: rgb(3, 76, 147);
}
.sefa-wrapper .smalltext {
	font-size: .875em;
}
.sefa-search-bar, .sefa-search-page {
	float: left;
	width: 100%;
	text-align: center;
	padding: 1em;
	background: #333;
	display: none;
}
.sefa-search-page {
	display: block;
	background: none;
	padding: 0 0 2em;
	font-size: 1.5em;
	text-align: left;
}
.sefa-search-bar input[type="text"], .sefa-search-page input[type="text"] {
	display: inline-block;
	padding: .5em 1em;
	border: none;
	font-size: 1em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	color: #fff;
	text-overflow: clip;
	background: #444;
	transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
}
.sefa-search-page input[type="text"] {
	color: #000;
	background: #eee;
}
.sefa-search-bar input[type="submit"], .sefa-search-page input[type="submit"] {
	font-family: sefa;
	display: inline-block;
	padding: .5em;
	border: none;
	font-size: 1em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	color: #fff;
	text-overflow: clip;
	background: rgb(3, 76, 147);
	transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
}
.sefa-search-bar input[type="submit"]:hover, .sefa-search-page input[type="submit"]:hover {
	background: rgb(42, 175, 229);
}
.ccm-search-block-form .searchResult {
	float: left;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	width: 100%;
}
.ccm-search-block-form .searchResult h3 a {
	text-decoration: none;
	color: rgb(3, 76, 147);
}
.sefa-main .ccm-pagination-wrapper {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.sefa-main .ccm-pagination-wrapper li {
	display: inline;
	padding: 0 .5em;
}
.sefa-main .ccm-pagination-wrapper li a {
	color: rgb(3, 76, 147);
}
.sefa-main .ccm-pagination-wrapper li.disabled {
	color: #ccc;
}
.sefa-main .sefa-calc {
	float: left;
	width: 100%;
	min-height: 70em;
	position: relative;
	border: none;
	margin: 2em 0;
}
.sefa-main sup {
	line-height: 0;
	font-size: .75em;
	vertical-align: super;
}
/****************************************************
Header
****************************************************/
.sefa-fixed-nav {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 3;
}
.sefa-fixed-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
/* Top Tools Menu */
.sefa-tools {
	float: left;
	width: 100%;
}
.sefa-menu-divisions {
	float: left;
}
.sefa-menu-divisions li {
	float: left;
	display: inline;
	margin-right: 1em;
	padding: .5em 0 .25em;
	margin-top: .25em;
}
.sefa-menu-divisions li.nav-path-selected, .sefa-menu-divisions li.nav-selected {
	padding: .5em 0 0;
	margin-top: 0;
	border-top: solid .25em rgba(42, 175, 229, 1);
}
.sefa-tools li a {
	color: #949ba1;
	font-size: 1.125em;
}
.sefa-tools li a:hover {
	color: rgb(42, 175, 229);
}
.sefa-menu-tools {
	float: right;
}
.sefa-menu-tools {
	float: right;
}
.sefa-menu-tools li {
	float: left;
	display: inline;
	margin-left: 1em;
	padding: .5em 0;
	margin-top: .25em;
	position: relative;
	padding-left: 2em;
}
.sefa-menu-tools li a:before {
	color: rgb(3, 76, 147);
	font-size: 1.25em;
	margin-right: .25em;
	position: absolute;
	left: 0;
	top: .25em;
}
/* Main Menu */
.sefa-menu {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 3em;
}
.sefa-menu .logo {
	float: left;
	margin-bottom: 2em;
}
.sefa-menu .logo img {
	float: left;
	/*width: 9.5em;*/
	width: 13.5em;
	height: auto;
}
.ie11 .sefa-menu .logo img {
	height: 100%;
}
.sefa-menu-main, .sefa-menu-mobile {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sefa-menu-mobile {
	bottom: auto;
	top: 1em;
	padding-bottom: 2.25em;
	display: none;
}
.sefa-menu-main ul {
	float: left;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	top: 3.5em;
	padding: 1em 0 0;
	opacity: 0;
	transition: opacity .5s ease, top .5s ease, background 1s ease;
	z-index: 1;
	overflow: hidden;
}
.sefa-menu-main li:hover ul {
	opacity: 1;
	top: 4.225em;
	background: rgba(255, 255, 255, .85);
}
.sefa-menu-main li {
	float: left;
	display: inline;
	margin-left: 2em;
	padding-bottom: 1.5em;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.sefa-menu-main li li {
	float: left;
	width: 100%;
	display: none;
	margin-left: 0;
	padding: 0 1em 1em 1em;
	position: relative;
}
.sefa-menu-main li:hover li {
	display: block;
}
.sefa-menu-main li a {
	float: left;
	font-size: 1.25em;
	text-transform: uppercase;
	color: rgb(3, 76, 147);
	padding: .5em 0;
	border: .125em solid rgba(255, 255, 255, 0);
	z-index: 2;
}
.sefa-menu-main li li a {
	float: none;
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
	padding: 0;
	border: none;
	white-space: nowrap;
}
.sefa-menu-main li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: rgb(220, 220, 220);
	transition: height .15s ease-out;
	z-index: 3;
}
.sefa-menu-main li li a:after {
	display: none;
}
.sefa-menu-main li a.nav-path-selected:after, .sefa-menu-main li a.nav-selected:after, .sefa-menu-main li:hover a.nav-path-selected:after, .sefa-menu-main li:hover a.nav-selected:after {
	height: .5em;
	background: rgb(42, 175, 229);
}
.sefa-menu-main li:hover a:after {
	height: .5em;
	background: rgb(220, 220, 220);
}
.sefa-menu-main li li a:hover {
	color: rgb(42, 175, 229);
}
.sefa-menu-main li li a.nav-path-selected, .sefa-menu-main li li a.nav-selected {
	color: rgb(3, 76, 147);
	font-weight: bold;
}
.sefa-menu-mobile a.boxed {
	font-size: 1.25em;
	text-transform: uppercase;
	color: rgb(3, 76, 147);
	padding: .5em 0;
	border: .125em solid rgba(255, 255, 255, 0);
	z-index: 2;
}
.sefa-menu-main li a.boxed, .sefa-menu-mobile a.boxed {
	border: .125em solid rgb(42, 175, 229);
	color: rgb(42, 175, 229);
	font-weight: bold;
	padding: .5em .75em;
	transition: color .3s ease, background .3s ease;
}
.sefa-menu-mobile a.boxed {
	padding: .4em .75em;
}
.sefa-menu-main li a.boxed:after {
	display: none;
}
.sefa-menu-main li a.boxed:hover, .sefa-menu-mobile a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
.sefa-header-img {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sefa-header-img img {
	float: left;
	width: 100%;
	height: auto;
}

.sefa-banner-125 {float: right;margin-right: 155px;margin-bottom: -20px}
.sefa-banner-125 img {max-height: 65px}
/****************************************************
Main
****************************************************/
.sefa-main {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sefa-main-title {
	float: left;
	width: 100%;
	background: rgb(247, 247, 247);
}
.sefa-main-title .icon {
	float: left;
	position: relative;
	width: 3.25em;
	height: 3.25em;
	left: 0;
	top: .375em;
	margin-right: 1em;
}
.sefa-main-title h1, .actu .sefa-page-main h1 {
	float: left;
	padding: 1em 0 .75em;
	font-weight: bold;
	font-size: 1.5em;
	color: rgb(3, 76, 147);
	text-transform: uppercase;
}
.actu .sefa-page-main h1 {
	float: none;
	padding: 0;
	margin-bottom: 2em;
}
.actu .sefa-actu-date {
	font-weight: bold;
	margin-bottom: .5em;
}
.sefa-cta {
	float: right;
}
.sefa-cta p a {
	float: left;
	margin-left: .25em;
	font-size: 1.9125em;
	text-transform: uppercase;
	border: .125em solid #e82e8a;
	background: #e82e8a;
	color: rgb(3, 76, 147);
	color: #fff;
	font-weight: bold;
	padding: .5em .75em;
	transition: color .3s ease, background .3s ease;
}
.sefa-cta p a:hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
}
.sefa-ctn hr {
	float: left;
	width: 100%;
	height: 0;
	margin: 2em 0 3em;
	border: none;
	border-bottom: 1px solid #ccc;
}
.sefa-page-main {
	float: left;
	width: 100%;
	padding: 4em 0;
	background: rgb(247, 249, 252);
}
.sefa-page-main-content {
	float: left;
	width: 70%;
	position: relative;
}
.sefa-page-main-sidebar {
	float: right;
	width: 25%;
	position: relative;
}
.sefa-page-main-extra {
	float: left;
	width: 70%;
	position: relative;
}
.ccm-block-page-list-wrapper.sefa-page-extra {
	width: 100%;
}
.sefa-txt-base h2, .sefa-txt-base h3, .sefa-txt-base h4, .sefa-txt-base p, .sefa-txt-base ul, .sefa-txt-base table, .sefa-main .ccm-pagination-wrapper {
	font-size: 1.375em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-txt-base p .emphasis {
	font-size: 1.25em;
	line-height: 1.25em;
}
.sefa-txt-base a .emphasis img {
	transition: transform .3s ease;
}
.sefa-txt-base a:hover .emphasis img {
	transform: scale(1.1, 1.1);
}
.sefa-txt-base h2, .sefa-form h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: rgb(3, 76, 147);
	text-transform: uppercase;
}
.sefa-form h2 {
	float: left;
	width: 100%;
	margin: 1em 0 .5em;
}
.sefa-form p.notice {
	float: left;
	width: 100%;
	margin: 0 0 2em;
	font-size: .875em;
	line-height: 1.25em;
}
.sefa-form .form-group .sefa-label {
	font-size: .9125em;
}
.sefa-txt-base h3 {
	font-weight: bold;
	color: rgb(3, 76, 147);
	margin-bottom: .5em;
}
.sefa-txt-base h4 {
	color: rgb(42, 175, 229);
	margin-bottom: .5em;
}
.sefa-txt-base p:first-of-type {
	font-weight: lighter;
	color: rgb(42, 175, 229);
	text-transform: uppercase;
	font-size: 2em;
}
.ccm-search-block-form .sefa-txt-base p:first-of-type, .ccm-block-page-list-pages.sefa-txt-base p:first-of-type {
	font-weight: inherit;
	color: inherit;
	text-transform: inherit;
	font-size: 1.375em;
}
.sefa-tarifs {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: .25em;
	text-align: center;
	margin-bottom: 3em;
}
.sefa-tarifs article {
	float: left;
	width: calc(33.333% - .5em);
	margin-bottom: 1em;
	background: #e9f7fc;
	margin: .25em;
	padding: 0 1em 6em;
	position: relative;
	overflow: hidden;
}
.sefa-tarifs.business article {
	width: calc(50% - .5em);
}
.sefa-tarifs article a {
	float: left;
	width: calc(100% - 2em);
	position: absolute;
	bottom: 1em;
	left: 1em;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border: .125em solid rgb(42, 175, 229);
	color: rgb(42, 175, 229);
	font-weight: bold;
	padding: .5em .75em;
	transition: color .3s ease, background .3s ease;
}
.sefa-tarifs article hr {
	margin: 0 0 2em;
	border-width: .25em;
	border-color: rgb(3, 76, 147);
}
.sefa-tarifs article a:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
.sefa-tarifs p:first-of-type {
	font-weight: inherit;
	text-transform: inherit;
	font-size: 1.375em;
	float: left;
	margin: 0 -1em;
	width: calc(100% + 2em);
	background: rgb(42, 175, 229);
	padding: 1em 0;
	margin-bottom: 1em;
	color: #fff;
}
.sefa-tarifs .multimedia p:first-of-type {
	background: rgb(3, 76, 147);
}
.sefa-txt-base ul li, .sefa-txt-side ul li {
	padding-left: 1em;
	position: relative;
}
.sefa-txt-base ul li:before, .sefa-txt-side ul li:before {
	content: "›";
	color: rgb(42, 175, 229);
	position: absolute;
	left: 0;
	top: 0;
}
.sefa-txt-base a, .sefa-txt-side a {
	color: rgb(42, 175, 229);
	text-decoration: underline;
}
.sefa-txt-base a.boxed, .sefa-txt-side a.boxed {
	color: rgb(42, 175, 229);
	font-size: .875em;
	border: 2px solid rgb(42, 175, 229);
	padding: .5em 1em;
	margin: 0 .25em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .3s ease, color .3s ease, border .3s ease;
	white-space: nowrap;
	display: inline-block;
}
.sefa-txt-side a.boxed {
	float: left;
	width: 100%;
	max-width: 13.75em;
	margin: 2em 0;
	text-align: center;
}
.sefa-txt-base a.boxed:hover, .sefa-txt-side a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff !important;
	border: 2px solid rgb(42, 175, 229);
}
.sefa-txt-side p {
	clear: both;
}
.sefa-txt-base a.electricite.boxed, .sefa-txt-side a.electricite.boxed {
	border-color: #009de0;
	color: #009de0;
}
.sefa-txt-base a.electricite.boxed:hover, .sefa-txt-side a.electricite.boxed:hover {
	background: #009de0;
}
.sefa-txt-base a.solaire.boxed, .sefa-txt-side a.solaire.boxed {
	border-color: #eab818;
	color: #eab818;
}
.sefa-txt-base a.solaire.boxed:hover, .sefa-txt-side a.solaire.boxed:hover {
	background: #eab818;
}
.sefa-txt-base a.installation.boxed, .sefa-txt-side a.installation.boxed {
	border-color: #c83486;
	color: #c83486;
}
.sefa-txt-base a.installation.boxed:hover, .sefa-txt-side a.installation.boxed:hover {
	background: #c83486;
}
.sefa-txt-base a.renouvelable.boxed, .sefa-txt-side a.renouvelable.boxed {
	border-color: #d0661c;
	color: #d0661c;
}
.sefa-txt-base a.renouvelable.boxed:hover, .sefa-txt-side a.renouvelable.boxed:hover {
	background: #d0661c;
}
.sefa-txt-base a.gaz.boxed, .sefa-txt-side a.gaz.boxed {
	border-color: #ffed00;
	color: #000;
}
.sefa-txt-base a.gaz.boxed:hover, .sefa-txt-side a.gaz.boxed:hover {
	background: #ffed00;
	color: #000 !important;
}
.sefa-txt-base a.mobilite.boxed, .sefa-txt-side a.mobilite.boxed {
	border-color: #a4c137;
	color: #a4c137;
}
.sefa-txt-base a.mobilite.boxed:hover, .sefa-txt-side a.mobilite.boxed:hover {
	background: #a4c137;
}
.sefa-txt-base a.multimedia.boxed, .sefa-txt-side a.multimedia.boxed {
	border-color: #8c949a;
	color: #8c949a;
}
.sefa-txt-base a.multimedia.boxed:hover, .sefa-txt-side a.multimedia.boxed:hover {
	background: #8c949a;
}
.sefa-txt-base a.domotique.boxed, .sefa-txt-side a.domotique.boxed {
	border-color: #c20e1a;
	color: #c20e1a;
}
.sefa-txt-base a.domotique.boxed:hover, .sefa-txt-side a.domotique.boxed:hover {
	background: #c20e1a;
}
.sefa-txt-side h2, .sefa-txt-side h3, .sefa-txt-side p, .sefa-txt-side ul, .sefa-txt-side table {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
	color: #666;
}
.sefa-txt-side h2, .sefa-txt-side h3 {
	font-weight: bold;
	color: rgb(3, 76, 147);
	text-transform: uppercase;
}
.sefa-txt-base img {
	display: block;
	width: 100%;
	height: auto;
}

img.picto {
	display:inline;
	width: 30px !important;
	height: 30px;
    vertical-align: text-bottom;
}

.sefa-txt-side img {
	float: left;
	display: block;
	width: 100%;
	max-width: 12em;
	height: auto;
	margin-bottom: 1em;
}
.sefa-txt-side h2, .sefa-txt-side h3, .sefa-txt-side p, .sefa-txt-side ul {
	clear: both;
}
.sefa-txt-base .sefa-conso {
	margin-top: 2em;
	width: 100%;
	background: #eee;
	font-size: 1.125em;
}
.sefa-txt-base .sefa-conso th, .sefa-txt-base .sefa-conso td {
	padding: .25em .5em;
	text-align: right;
}
.sefa-txt-base .sefa-conso th {
	background: #ddd;
}
.sefa-pics-content img {
	  width: 200px;
	  margin-right: 10px;
}
.sefa-displaycell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.w40 {width: 40%}
.w60 {width: 60%}
.w40 img {width: 90%}
/****************************************************
Highlights
****************************************************/
.sefa-table {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.sefa-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.sefa-home-highlights {
	float: left;
	width: 100%;
	position: relative;
}
.sefa-home-highlights-big {
	float: left;
	width: 100%;
	position: relative;
}
.sefa-home-highlights-bg, .sefa-home-highlights-ctn {
	float: left;
	width: 100%;
	position: relative;
}
.sefa-home-highlights-bg img, .sefa-home-highlights-bg video {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.sefa-home-highlights-txt {
	float: left;
	position: absolute;
	width: 50%;
	height: 100%;
	max-width: 45em;
	left: 50%;
	color: #fff;
	padding: 0 2em 0 0;
}
.ccm-edit-mode .sefa-home-highlights-txt {
	position: relative;
	background: rgb(247, 247, 247);
}
.sefa-home-highlights-txt h2 {
	font-size: 2em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(3, 76, 147);
}
.sefa-home-highlights-txt p {
	font-size: 1.375em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-home-highlights-txt a.boxed {
	color: #fff;
	font-size: .875em;
	border: 2px solid #fff;
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease, border .3s ease;
}
.sefa-home-highlights-txt a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff;
	border: 2px solid rgb(42, 175, 229);
}
/* Secondary Boxes */
.sefa-home-highlights-boxes {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em 0;
}
.ccm-edit-mode .sefa-home-highlights-boxes {
	position: relative;
}
.sefa-home-highlights-boxes .sefa-ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sefa-home-highlights-boxes article {
	display: inline-block;
	width: 49.5%;
	background: rgba(255, 255, 255, .9);
	position: relative;
}
.sefa-home-highlights-boxes article .img {
	float: left;
	width: 25%;
	left: 0;
	top: 0;
	background: #fff;
	position: relative;
}
.sefa-home-highlights-boxes article .img img {
	float: left;
	width: 100%;
	height: auto;
}
.sefa-home-highlights-boxes article .txt {
	float: left;
	width: 75%;
	padding: 0 1em;
	color: #333;
}
.sefa-actus-list article {
	float: left;
	width: 100%;
}
.sefa-actus-list .img {
	float: left;
	width: 20%;
}
.sefa-actus-list .txt {
	float: right;
	width: 77%;
}
.sefa-wrapper .ccm-pagination-wrapper {
	float: left;
	width: 100%;
	margin-top: 3em;
	font-size: 1em;
}
.sefa-home-highlights-boxes h3 {
	font-size: 1.375em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(3, 76, 147);
}
.sefa-home-highlights-boxes p {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-home-highlights-boxes a.boxed {
	color: rgb(42, 175, 229);
	font-size: .875em;
	border: 2px solid rgb(42, 175, 229);
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}
.sefa-home-highlights-boxes a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
/****************************************************
BliBlaBlo
****************************************************/
.table-compare {
	float: left;
	width: 100%;
	margin-top: 5em;
}
.table-compare a {
	color: rgb(42, 175, 229);
}
.table-compare a:hover {
	color: rgb(3, 76, 147);
}
.table-compare a.btn-secondary {
	color: rgb(42, 175, 229);
	font-size: .875em;
	border: 2px solid rgb(42, 175, 229);
	padding: .75em 1em .5em;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
	text-decoration: none !important;
}
.table-compare a.btn-secondary:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
.table-compare sup {
	top: -.5em;
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.table-compare table {
	line-height: 1.125em;
	font-size: 1em;
	width: 100%;
}
.table-compare table {
	line-height: 1em;
}
.table-compare table td, .table-compare table img {
	vertical-align: middle;
}
.table-compare table .col1 {
	width: 70px;
	vertical-align: top;
}
.table-compare table .col1 img {
	margin: 10px 0;
}
.table-compare table .col2 {
	width: auto;
}
.table-compare table .col3 {
	width: 23%
}
.table-compare table .col4 {
	width: 23%
}
.table-compare table .col5 {
	width: 23%
}
.table-compare table table .col3 {
	width: 25%
}
.table-compare table table .col4 {
	width: 25%
}
.table-compare table table .col5 {
	width: 25%
}
.table-compare table th {
	font-size: 30px;
	text-align: center;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.table-compare.table-sefa table th {
	padding-bottom: 0;
}
.table-compare .ligne-td {
	background-color: #ffffff;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.table-compare.table-sefa .ligne-td {
	background: none;
}
.table-compare table .picto {
	background-image: none !important;
	padding: 0 !important;
}
.table-compare table .libelle {
	font-size: 1.5em;
	background-image: none !important;
}
.table-compare .ligne-td > table td {
	padding: 10px;
}
.table-compare .ligne-td table table td {
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	padding-left: 20px;
	padding-right: 10px;
}
.table-compare .ligne-td table table tr:last-child td {
	border-bottom: 0
}
.table-compare .ligne-td table table td:last-child {
	border-right: 0
}
.table-compare .ligne-total {
	margin-top: 40px;
	margin-bottom: 40px;
}
.table-compare .ligne-total table .col2 {
	vertical-align: top;
	padding-top: 10px;
}
.table-compare .ligne-total table .col3, .table-compare .ligne-total table .col4, .table-compare .ligne-total table .col5 {
	text-align: center;
}
.table-compare .ligne-total table .col3 span, .table-compare .ligne-total table .col4 span, .table-compare .ligne-total table .col5 span {
	display: inline-block;
	text-align: left;
	width: 70%;
}
.table-compare .prix {
	display: inline-block;
	background-color: #111111;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	font-size: 2em;
	line-height: normal;
	color: #ffffff;
	padding: 0 10px;
	border: 9px solid #111111;
	text-align: center;
	width: 90%;
	margin: 0 5% 1em;
}
.table-compare .prix:hover {
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.table-compare .ligne-total table .col3 span, .table-compare .ligne-total table .col4 span, .table-compare .ligne-total table .col5 span {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.table-compare table .col1 {
		width: 45px
	}
	.table-compare table .col1 img {
		width: 40px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.table-compare .ligne-th, .table-compare .ligne-td, .table-compare .ligne-total {
		min-width: 450px;
	}
	.table-compare table {
		font-size: 0.9em;
	}
	.table-compare table .col1 img {
		width: 20px;
	}
	.table-compare table .libelle {
		font-size: 1em;
	}
	.table-compare table .col1 {
		width: 25px
	}
	.table-compare table .col2 {
		width: auto;
	}
	.table-compare table .col3 {
		width: 24%
	}
	.table-compare table .col4 {
		width: 24%
	}
	.table-compare table .col5 {
		width: 24%
	}
	.index .table-compare .ligne-td table td {
		height: auto;
		padding: 10px
	}
	.table-compare table th {
		font-size: 18px;
		height: auto;
		padding: 10px 0;
	}
	.ligne-total .btn-secondary {
		font-size: 0.8em;
		line-height: 20px !important;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.table-compare table a.prix {
		font-size: 1.5em;
		padding-top: 0;
		background-image: none;
	}
	.table-compare table a.prix sup {
		font-size: 0.5em;
		top: 5px;
		left: 0;
		display: block;
		position: relative;
	}
	.table-compare .ligne-total {
		margin-top: 20px;
	}
	.prix.pull-right {
		margin-left: 0 !important;
		float: none !important;
	}
}
.conditions {
	color: #8f8f8f;
	font-size: 0.9em;
	padding: 10px 0;
}
.bg-blo {
	background-color: #c22d88 !important;
}
.bg-bli {
	background-color: #8fccdc !important;
}
.bg-bla {
	background-color: #e3de2b !important;
}
.color-blo {
	color: #c22d88 !important;
}
.color-bli {
	color: #8fccdc !important;
}
.color-bla {
	color: #e3de2b !important;
}
.bliblablo.int h2 {
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
	.bliblablo.int h2 {
		font-size: 2em
	}
}
.deco-bbb-3 {
	display: none !important;
}
.deco-bbb-3 {
	display: none !important;
}
.bliblablo.int.compare section.content.bg-compare {
	background-image: none !important;
}
.table-compare table td.mobile-2018 {
	font-size: 28px;
	text-align: center;
	background: #000;
	color: white;
	border-radius: 20px;
	padding: 20px 5px !important;
	border-bottom-left-radius: 0 !important;
}
.table-compare table td.mobile-2019 {
	border-radius: 0;
	background: #0083aa;
}
.table-compare .ligne-td.mobile-2018-title {
	background: transparent;
	color: white;
	border-radius: 0;
	margin-top: 40px;
}
.table-compare table tr th.mobile-2018-subtile {
	padding-top: 78px;
	padding-bottom: 0;
	border-bottom: 1px solid #000;
}
.table-compare table th.mobile-2018-subtile.sub {
	padding: 0;
	font-size: 1em;
}
.table-compare table th.mobile-2018-subtile div {
	font-size: 23px;
	text-align: center;
	background: #4a4f53;
	color: white;
	border-radius: 20px;
	padding: 15px 5px !important;
	border-bottom-left-radius: 0 !important;
	height: auto;
	position: relative;
	margin: 0 5px;
}
.table-compare table th.mobile-2019-subtile div {
	font-size: .9125em;
}
.table-compare table th.mobile-2019-subtile div {
	border-radius: 0;
	background: #0083aa;
	padding: 1em 5px !important;
	margin: 0;
}
.mobile-2018-subtile-ico {
	position: absolute;
	width: 100px !important;
	height: auto;
	top: -80px;
	right: 0;
}
.sefa-txt-base .table-sefa p:first-of-type {
	color: #000;
	text-transform: none;
	font-weight: normal;
}
@media screen and (max-width:767px) {
	.mobile-2018-subtile-ico {
		position: absolute;
		width: 100px !important;
		top: -80px;
		right: 0;
	}
	.sefa-displaycell {display: block;height: auto}
	.w40, .w60, .w40 img {width: 100%}
	.w40 img {margin-bottom: 25px}
}
td.col15 {
	width: 15%;
}
td.col30 {
	width: 30%;
}
.mobile-2018-bg-yellow {
	/*background: rgba(227, 222, 43, 0.25);*/
}
.table-sefa .mobile-2018-bg-yellow {
	background: #fff;
}
.mobile-2018-bg-yellow-2 {
	/*background: rgba(227, 222, 43, 0.5);*/
}
.table-sefa .mobile-2018-bg-yellow-2 {
	background: #fff;
}
.mobile-2018-table-int tbody tr:first-child td {
	border-top: solid 1px #111;
}
.mobile-2018-table-int tbody tr:last-child td:first-child {
	border-left: none !important;
}
.mobile-2018-table-int tbody tr:last-child td {
	border-right: none !important;
}
.table-sefa .mobile-2018-table-int td, .table-sefa .mobile-2018-table-int tbody tr:last-child td:first-child {
	border: 1px solid #000 !important;
}
.mobile-2018-table-int tbody tr td:last-child {
	border-right: solid 1px #111 !important;
}
.mobile-2018-table-int tbody tr td:first-child {
	border-left: solid 1px #111 !important;
}
.table-compare table td.mobile-2018-total {
	border: none !important;
	padding: 0 !important;
}
.table-compare.table-sefa table td.mobile-2018-total {
	border: 1px solid #000 !important;
	background: #ececec;
	padding: 0 !important;
}
.table-compare table td.mobile-2018-total div {
	font-size: 18px;
	text-align: left;
	background: #4a4f53;
	color: white;
	border-radius: 20px;
	padding: 20px 16px !important;
	border-bottom-left-radius: 0 !important;
	height: auto;
	margin: 0 5px;
}
.table-compare.table-sefa table td.mobile-2018-total div {
	color: #000;
	font-weight: bold;
}
.table-compare table td.mobile-2018-total-det {
	padding: 10px 0 !important;
	color: #000;
}
.table-compare.table-sefa table td.mobile-2018-total-det {
	padding: 0 !important;
}
.table-compare.table-sefa tr.table-sefa-prix-total td {
	padding: 1em 10px 1em 20px !important;
	background: #ececec;
	font-weight: bold;
}
.table-compare.table-sefa tr.table-sefa-prix-total.white td {
	padding: 2em 10px 2em 20px !important;
	background: #ccc;
	background: #fff;
	vertical-align: middle;
}
.table-compare.table-sefa table td.mobile-2018-total div {
	border-radius: 0;
	margin: 0;
	background: #ececec;
}
.table-compare table td.mobile-2018-total-det div {
	font-size: 20px;
	text-align: center;
	background: #4a4f53;
	color: white;
	border-radius: 20px;
	padding: 10px 16px !important;
	border-bottom-left-radius: 0 !important;
	height: auto;
	margin: 0 5px;
}
.table-compare.table-sefa table td.mobile-2018-total-det div {
	border-radius: 0;
	margin: 0;
	background: #ececec;
	height: 100%;
	color: #000;
}
.table-compare table td.mobile-2018-total-det div span {
	display: block;
	margin-top: 4px;
	font-size: 15px;
}
.splash-nouveau {
	position: absolute;
	bottom: 297px;
	left: -231px;
	width: 230px;
}
.splash-bouquet {
	position: absolute;
	top: 240px;
	right: -50px;
	width: 120px;
	height: auto;
}
@media screen and (max-width: 1470px) {
	.splash-bouquet {
		top: 240px;
		right: -50px;
		width: 120px;
	}
}
@media screen and (max-width: 991px) {
	.splash-bouquet {
		display: none;
	}
}
@media screen and (max-width: 1599px) {
	.splash-nouveau {
		bottom: 200px;
		left: -141px;
		width: 150px;
	}
}
@media screen and (max-width: 1415px) {
	.splash-nouveau {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.mobile-2018-subtile-ico, .mobile-2018-subtile-ico {
		position: absolute;
		width: 60px;
		top: -57px;
		right: 0;
	}
	.table-compare table td.mobile-2018-total div {
		font-size: 10px;
	}
	.table-compare table td.mobile-2018-total-det div {
		font-size: 13px;
		padding: 10px 5px !important;
	}
	.table-compare.table-sefa table td.mobile-2018-total-det div {
		font-size: 13px;
		padding: 0 !important;
	}
	.table-compare table td.mobile-2018-total-det div span {
		font-size: 10px;
	}
}
/****************************************************
Ribbon with Icons
****************************************************/
.sefa-ribbon {
	float: left;
	width: 100%;
	background: rgb(247, 247, 247);
	padding: 2em 0;
}
.sefa-ribbon ul {
	float: left;
	width: 100%;
}
.sefa-ribbon li {
	float: left;
	width: 16.666%;
	position: relative;
	text-align: center;
	padding: 0 4%;
}
.sefa-ribbon li a {
	float: left;
	width: 100%;
	position: relative;
	color: rgb(3, 76, 147);
	text-transform: uppercase;
}
.sefa-ribbon li a:hover {
	color: rgb(42, 175, 229);
}
.sefa-ribbon li img {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
	transition: transform .15s ease-out;
}
.sefa-ribbon li a:hover img {
	transform: scale(1.1, 1.1);
}
/****************************************************
Masonry
****************************************************/
.sefa-masonry {
	float: left;
	width: 100%;
	margin: 3em 0;
	position: relative;
	-moz-column-gap: .5em;
	-webkit-column-gap: .5em;
	column-gap: .5em;
	-moz-column-fill: initial;
	-webkit-column-fill: initial;
	column-fill: initial;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.sefa-masonry.small {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.sefa-masonry.small article {
	font-size: 1em;
}
.sefa-masonry .brick {
	margin-bottom: .5em;
	position: relative;
	overflow: hidden;
	background: rgb(247, 247, 247);
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid; /* Theoretically FF 20+ */
	break-inside: avoid-column; /* IE 11 */
}
.sefa-masonry .brick.split .img {
	float: left;
	width: 50%;
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
}
.sefa-masonry.small .brick.split .img {
	width: 33.333%;
}
.sefa-masonry .brick .img img {
	float: left;
	width: 100%;
	height: auto;
}
.sefa-masonry .brick.split .img a img {
	transition: transform .3s ease;
}
.sefa-masonry .brick.split .img a:hover img {
	transform: scale(1.1, 1.1);
}
.sefa-masonry .brick .txt {
	float: left;
	width: 100%;
	padding: 1em;
	color: #333;
}
.sefa-masonry .brick.split .txt {
	width: 50%;
}
.sefa-masonry.small .brick.split .txt {
	width: 66.666%;
}
.sefa-masonry .brick.full .txt {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sefa-masonry .brick .center p, .sefa-masonry .brick .center h3 {
	text-align: center;
}
.sefa-masonry .brick h3 {
	font-size: 1.375em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(3, 76, 147);
	margin-bottom: .5em;
}
.sefa-masonry .brick h3 a {
	color: rgb(3, 76, 147);
}
.sefa-masonry .brick h3 a:hover {
	color: rgb(42, 175, 229);
}
.sefa-masonry .brick h4 {
	font-size: 1em;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.sefa-masonry .brick p {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-masonry .brick.story p:first-of-type {
	font-weight: bold;
	color: rgb(42, 175, 229);
}
.sefa-masonry .brick.list .news-list {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
.sefa-masonry .brick.list .news {
	padding: .5em 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.sefa-masonry .brick.list .news p {
	margin-bottom: 0;
}
.sefa-masonry .brick.list .news .news-date {
	font-size: 1em;
	color: #aaa;
}
.sefa-masonry .brick.list .news a {
	color: #333;
}
.sefa-masonry .brick.list .news a:hover {
	color: rgb(42, 175, 229);
}
.sefa-masonry .brick.double {
	float: left;
	position: relative;
	background: none;
	display: flex;
	flex-wrap: wrap;
}
.sefa-masonry .brick.double .brick-sibling {
	float: left;
	width: calc(50% - .25em);
	background: rgb(247, 247, 247);
	position: relative;
	background-size: cover;
	background-position: right bottom;
}
.sefa-masonry .brick.double .brick-sibling:first-child {
	margin-right: .5em;
}
.sefa-masonry .brick.double .brick-sibling .txt {
	float: left;
	width: 100%;
	height: 100%;
	padding: 1em;
}
.sefa-masonry .brick a.boxed {
	color: rgb(42, 175, 229);
	font-size: .875em;
	border: 2px solid rgb(42, 175, 229);
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}
.sefa-masonry .brick a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
.sefa-masonry .brick a.boxed.white {
	color: #fff;
	border: 2px solid #fff;
}
.sefa-masonry .brick a.boxed.white:hover {
	background: #fff;
	color: rgb(42, 175, 229);
}

.sefa-job-content p, .sefa-job-content ul  {font-size:1.375em;margin-bottom: 25px;line-height: 1.275em}
.sefa-job-content ul li {margin-left: 30px;margin-bottom: 8px}
.sefa-job-content h2 {margin-bottom: 14px;font-size: 1.5em}
.sefa-job-content h3 {margin-bottom: 4px;font-weight: bold;font-size: 1.475em}
/****************************************************
Footer
****************************************************/
.sefa-social {
	float: left;
	width: 100%;
	background: rgb(42, 175, 229);
	padding: 3em 0;
	color: #333;
	text-align: center;
}
.sefa-social h2 {
	font-size: 1.375em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.sefa-social p {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-social-newsletter {
	display: inline-block;
	margin: 0 auto;
}
.sefa-social form {
	float: left;
}
.sefa-social input[type="email"] {
	border: none;
	background: rgba(255, 255, 255, .2);
	font-size: 1em;
	font-family: Branding, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: .625em 1em;
	margin-right: .5em;
	color: #fff;
}
.sefa-social input[type="button"] {
	background: rgba(255, 255, 255, 0);
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: solid .125em #fff;
	font-size: 1em;
	font-family: Branding, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: .5em 1em;
	transition: background .3s ease, color .3s ease;
}
.sefa-social input[type="button"]:hover {
	background: rgba(255, 255, 255, 1);
	color: rgb(3, 76, 147);
}
.sefa-social-networks {
	float: left;
	padding: .5em;
	position: relative;
	margin-left: 1em;
}
.sefa-social-networks li {
	float: left;
	position: relative;
	margin-right: 1em;
}
.sefa-social-networks li a {
	float: left;
	font-size: 1.5em;
	color: rgba(255, 255, 255, .5)
}
.sefa-social-networks li a span {
	display: none;
}
.sefa-social-networks li a:hover {
	color: rgba(255, 255, 255, 1)
}
.sefa-footer {
	float: left;
	width: 100%;
	background: rgb(247, 247, 247);
	padding: 2em 0;
	color: #333;
}
.sefa-address {
	float: left;
	width: 20%;
}
.sefa-breadcrumb {
	float: right;
	width: 75%;
}
.sefa-footer p {
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
.sefa-footer p strong {
	color: rgb(3, 76, 147);
}
.sefa-footer ul {
	float: right;
	font-size: 1.125em;
	line-height: 1.25em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.sefa-footer li {
	float: left;
	padding-right: .25em;
}
.sefa-footer li a {
	color: rgb(3, 76, 147);
	font-weight: bold;
}
.sefa-footer ul ul {
	float: none;
	width: auto;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	margin-top: .5em;
	margin-bottom: 1em;
}
.sefa-footer li li {
	float: none;
	margin-left: 0;
}
.sefa-footer li li a {
	color: #333;
	font-weight: normal;
}
.sefa-footer a {
	color: #333;
}
.sefa-footer a:hover {
	color: rgb(42, 175, 229);
}
.sefa-footer a.boxed {
	color: rgb(42, 175, 229);
	font-size: .875em;
	border: 2px solid rgb(42, 175, 229);
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
	transition: background .3s ease, color .3s ease;
}
.sefa-footer a.boxed:hover {
	background: rgb(42, 175, 229);
	color: #fff;
}
.sefa-copy {
	float: left;
	width: 100%;
	padding: 2em 0;
}
.sefa-copy .left {
	float: left;
}
.sefa-copy .right {
	float: right;
}
.sefa-copy li {
	display: inline;
	margin-left: 1em;
}
.sefa-copy a {
	color: #333;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: rgb(42, 175, 229);
	margin: auto;
	padding: 50px;
	border: 1px solid #fff;
	width: 75%;
}

.modal-content h2 {font-family: Branding, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";margin-bottom: 20px;color: rgb(3, 76, 147);text-transform: uppercase}
.modal-content p {
	margin-bottom: 15px;
	font-family: Branding, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.4em;
	font-size:1.2em;
	color:white;
}

.modal-content p a {color: #fff}

/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 40px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/****************************************************
Responsive
****************************************************/
@media screen and (max-width: 65em) {
	.sefa-main {
		position: relative;
		z-index: auto;
	}
	.sefa-header-img img {
		width: 150%;
		margin-left: -25%;
	}
	.sefa-menu-mobile {
		display: block;
	}
	.mob-menu-on main, .mob-menu-on footer, .mob-menu-on .sefa-warning {
		display: none;
	}
	.sefa-menu-main {
		float: left;
		position: relative;
		width: calc(100% + 4em);
		padding-bottom: 2em;
		left: -2em;
		z-index: 3;
		top: 0;
		background: #fff;
		display: none;
	}
	.sefa-menu-main ul, .sefa-menu-main li:hover ul {
		float: none;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		padding: .5em;
		opacity: 1;
		transition: opacity .5s ease, top .5s ease, background 1s ease;
		z-index: 1;
		overflow: hidden;
		background: none;
	}
	.sefa-menu-main li {
		float: none;
		width: 100%;
		text-align: center;
		display: inline-block;
		margin-left: 0;
		padding: 0;
		position: relative;
		z-index: 2;
		cursor: pointer;
	}
	.sefa-menu-main li li, .sefa-menu-main li:hover li {
		float: none;
		display: inline-block;
		margin-left: 0 auto;
		padding: .5em;
		position: relative;
		text-align: center;
	}
	.sefa-menu-main li a {
		float: left;
		width: 100%;
		background: rgb(247, 247, 247);
		display: inline-block;
		margin: 0 auto;
		padding: .5em;
		border: none;
		transition: background .3s ease;
		z-index: 2;
	}
	.sefa-menu-main li a:hover {
		background: rgb(230, 230, 230);
	}
	.sefa-menu-main li li a {
		float: none;
		background: none;
		padding: 0;
		border: none;
		white-space: nowrap;
	}
	.sefa-menu-main li a:after {
		display: none;
	}
	.sefa-menu-main li a.nav-path-selected, .sefa-menu-main li a.nav-selected {
		color: rgb(42, 175, 229);
		font-weight: bold;
	}
	.sefa-menu-main li a.nav-path-selected:after, .sefa-menu-main li a.nav-selected:after, .sefa-menu-main li:hover a.nav-path-selected:after, .sefa-menu-main li:hover a.nav-selected:after, .sefa-menu-main li:hover a:after {
		display: none;
	}
	.sefa-menu-main li li a:hover {
		background: none;
	}
	.sefa-menu-main li li a.nav-path-selected, .sefa-menu-main li li a.nav-selected {
		color: rgb(3, 76, 147);
		font-weight: bold;
	}
	.sefa-menu-main li a.boxed {
		float: none;
		width: auto;
		background: none;
		margin-top: 1em;
	}
	.sefa-home-highlights-bg {
		overflow: hidden;
	}
	.sefa-home-highlights-bg img {
		width: 200%;
		left: -5%;
	}
	.sefa-home-highlights-txt {
		position: relative;
		width: 100%;
		left: 0;
		padding: 2em 1em;
		background: rgb(3, 76, 147);
		text-align: center;
		max-width: none;
	}
	.sefa-home-highlights-txt h2 {
		color: rgb(42, 175, 229);
	}
	.sefa-home-highlights-boxes {
		position: relative;
	}
	.sefa-home-highlights-boxes article {
		width: 100%;
		padding: 1em 0;
	}
	.sefa-home-highlights-boxes article:first-child {
		border-bottom: 1px solid #ccc;
	}
	.sefa-page-main-content {
		width: 100%;
	}
	.sefa-page-main-sidebar {
		margin-top: 2em;
		border-top: 1px solid #ccc;
		padding-top: 2em;
		width: 100%;
	}
	.sefa-page-main-extra {
		width: 100%;
	}
	.sefa-actus-list hr:first-of-type {
		display: none;
	}
	.sefa-masonry .brick.split .img, .sefa-masonry .brick.split .txt {
		width: 100%;
	}
	.sefa-masonry .brick.double .brick-sibling {
		width: 100%;
	}
	.sefa-masonry .brick.double .brick-sibling:first-child {
		margin-right: 0;
		margin-bottom: .5em;
	}
	.sefa-masonry.small {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.sefa-ribbon li {
		width: 25%;
		margin-bottom: 1em;
	}
	.sefa-address {
		width: 100%;
		margin-bottom: 2em;
		text-align: center;
		padding-bottom: 2em;
	}
	.sefa-breadcrumb {
		width: 100%;
	}
	.sefa-tarifs article {
		float: left;
		width: calc(50% - .5em);
		margin-bottom: 1em;
		background: #e9f7fc;
		margin: .25em;
		padding: 0 1em 6em;
		position: relative;
		overflow: hidden;
	}
	.sefa-footer li {
		width: 100%;
		border-top: 1px solid #ccc;
		padding-top: .5em;
		margin-bottom: .5em;
	}
	.sefa-footer li li {
		border-top: none;
		padding: 0;
	}
	.sefa-footer ul ul {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 40em) {
	.sefa-wrapper{
		padding-top: 0 !important;
	}
	.sefa-fixed-nav.fixed {
		position: relative;
	}
	.sefa-ctn {
		padding: 0 1em;
	}
	.sefa-menu-divisions {
		float: left;
		position: relative;
		width: calc(100% + 4em);
		left: -2em;
	}
	.sefa-menu-divisions li {
		width: 100%;
		margin: 0;
		padding: .5em;
		background: rgb(247, 247, 247);
		text-align: center;
	}
	.sefa-menu-divisions li.nav-path-selected, .sefa-menu-divisions li.nav-selected {
		padding: .5em;
		border-top: none;
		background: rgb(42, 175, 229);
	}
	.sefa-menu-divisions li a.nav-path-selected, .sefa-menu-divisions li a.nav-selected {
		color: #fff;
		font-weight: bold;
	}
	.sefa-menu-tools {
		width: 100%;
		text-align: center;
	}
	.sefa-menu-tools li {
		float: none;
		display: inline-block;
		margin: .5em;
	}
	.sefa-home-highlights-boxes article .img {
		width: 100%;
		margin-bottom: 1em;
	}
	.sefa-home-highlights-boxes article .txt {
		text-align: center;
		width: 100%;
	}
	.sefa-search-page {
		font-size: 1em;
		text-align: center;
	}
	.sefa-ribbon li {
		width: 50%;
	}
	.sefa-masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.sefa-main-title .icon {
		display: none;
	}
	.sefa-main-title h1 {
		width: 100%;
		text-align: center;
	}
	.sefa-cta {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.sefa-cta p a {
		margin: 0 0 1em;
		width: 100%;
	}
	.sefa-social-networks, .sefa-social form {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.sefa-social input, .sefa-social-networks li, .sefa-social-networks a {
		float: none;
		display: inline-block;
		margin: o auto;
		text-align: center;
		margin-bottom: .5em;
	}
	.sefa-tarifs article, .sefa-tarifs.business article {
		float: left;
		width: calc(100% - .5em);
		margin-bottom: 1em;
		background: #e9f7fc;
		margin: .25em;
		padding: 0 1em 6em;
		position: relative;
		overflow: hidden;
	}
	.sefa-main .sefa-calc {
		min-height: inherit;
		height: 90vh;
	}
	.sefa-copy .left {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.sefa-copy .right {
		float: right;
		text-align: center;
		width: 100%;
	}
	.sefa-copy li {
		display: block;
		margin-left: 0;
	}
	.sefa-txt-side a.boxed, .sefa-txt-side img {
		max-width: inherit;
	}

	.sefa-banner-125 {display: none}
}