/****************************/
/*			GENERAL			*/
/****************************/
html {
  overflow-x: hidden;
}
body {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100vh;
  background:#FFF!important;
  overflow-x:hidden;
  max-width:100vw;
}
body.site, .container-fluid {
  padding:0!important;
  background:#FFF;
  font-family: omnes-pro,sans-serif;
  color:#554d55;
  border-top:0!important;
}
body .container {
  border:none!important;
  box-shadow:none!important;
  background:transparent!important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: omnes-pro,sans-serif!important;
  font-weight: 800!important;
}
ul, li {
  margin:0!important;
  padding:0!important;
  list-style-type:none;
}
p {
  margin:0!important;
}
/* Disable icons edit on front */
.icons, .jmodedit {
  display:none;
}

/****************************/
/*			FONTS			*/
/****************************/

.omnes-pro {
  font-family: omnes-pro,sans-serif;
  font-weight: 500;
  font-style: normal;
}
.smaller-font {
  font-size:.9em;
}

/****************************/
/*			COLORS			*/
/****************************/

.primary {
  color:#EE732C;
}
.secondary {
  color:#554d55;
}
.bg-primary {
  background-color:#EE732C;
}
.secondary {
  background-color:#554d55;
}
.bg-grey {
  background-color:#f7f7f7!important;
}

/****************************/
/*			LINKS			*/
/****************************/

a {
  color:#554d55!important;
  transition: all .3s ease;
  text-decoration:none!important;
}
a:hover {
  color:#EE732C!important;
  background:none;
}
a:focus {
  border: none;
  outline: none;
  box-shadow:none;
}
.btn {
  padding:.8em 2em!important;
  box-shadow: none!important;
}
.btn-light {
  background:#FFFFFF;
  transition:all .5s ease!important;
  border:none!important;
}
.btn-light:hover {
  background:#EE732C!important;
  color:#FFFFFF!important;
}
.btn-primary, .rsform-submit-button {
  background:#EE732C!important;
  color:#FFFFFF!important;
	border:none!important;
	text-shadow:none!important;
  border:1px solid #EE732C!important;
}
.btn-primary:hover, .rsform-submit-button:hover {
  background:#C44D12!important;
  color:#FFFFFF!important;
  border:1px solid #C44D12!important;
}
.btn-primary-outline, .btn-primary-outline-block {
  background:#FFFFFF!important;
  color:#EE732C!important;
  border:1px solid #EE732C!important;
  text-shadow:none!important;
}
.btn-primary-outline-block a {
  color:#EE732C!important;
}
.btn-primary-outline:hover, .btn-primary-outline-block:hover {
  background:#EE732C!important;
  color:#FFFFFF!important;
}
.btn-primary-outline-block:hover a {
  color:#FFFFFF!important;
}
.btn-light {
  display: flex;
  align-items: center;
}
.btn-light input {
  background:transparent;
  border:none;
}
.btn-light:hover input {
  color:#FFFFFF;
}
.btn-secondary {
  background:#554d55!important;
  color:#FFFFFF!important;
	border:none!important;
	text-shadow:none!important;
}
.btn-secondary:hover {
  background:#554d55!important;
  color:#FFFFFF!important;
}


/****************************/
/*			FORMS			*/
/****************************/

.formControls input {
  height: 44px!important;
}
.formResponsive input, .formResponsive textarea {
  width: calc(100% - 1em);
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom:0!important;
}
.formResponsive .formHorizontal .formControlLabel {
  text-align:left!important;
}
.formControls input:disabled {
  background:#dedede;
}
.control-label label.required {
  color:#554d55;
}
.formResponsive input[type="file"] {
  height: 35px !important;
  margin-top: 4px;
  line-height: 28px;
}
/* Style global */
.form-select, select, .form-input, input, textarea, .form-control {
  border:0!important;
  border-bottom:2px solid #ddd!important;
  box-shadow: none!important;
  outline:none!important;
}
.form-select:focus, select:focus, .form-input:focus, input:focus, textarea:focus, .form-control:focus {
  box-shadow: none!important;
  outline:none!important;
}
.form-select, select, .form-input, input {
  height:44px;
}

@media screen and (max-width:767.98px) {
  .formControls input, .formResponsive input, .formResponsive textarea {
    width: 100%;
  }
}

/****************************/
/*			TOOLBOX			*/
/****************************/

/* Divider */
.divided {
  display: flex;
  align-items: center;
  margin: 10px 0;
  text-align: right;
  justify-content: space-between;
  white-space: nowrap;
}
.divided .field-value::before {
  content:"";
  display:block;
  flex-grow: 1;
  margin: 5px;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  display: flex;
  width: 100%;
}
.divided .field-value {
  width: 100%;
  display:flex;
  flex:1;
}
.divided .field-label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Alerts */
.alert {
  padding:.5em 1em!important;
}
.alert-info {
  background:#d9edf1!important; 
  border:1px solid #d9edf1!important;
}
/* Retour en haut */
#back-top {
  position:fixed;
  right:10px;
  bottom:10px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f2f2f2;
  color:#554d55;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99;
}
#back-top:hover {
  background:#EE732C;
}
#back-top:hover .fas {
  color:#FFFFFF;
}
/* Titres */
h2 {
  color:#EE732C;
  text-align: center;
}
/* Image sur bulle ronde */
.round-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width:135px;
  min-width: 135px;
  height: 135px;
  border-radius:50%;
  background:#FFFFFF;
  box-shadow:0 2px 0 #E2E2E2;
}
.round-img .description {
  display: flex;
  flex-direction: column;
  align-items:center;
  padding:1em 0;
}
/* Parallax */
.parallax-mirror {
  z-index:1!important;
}

/****************************/
/*			MODALS			*/
/****************************/
.modal {
  background: transparent!important;
  border: none!important;
  box-shadow: none!important;
}
.modal.show {
  opacity: 1;
}
.modal-dialog {
  max-width: 600px!important;
  border-radius:5px;
  box-shadow:0 0 10px #554d55;
}
.modal .btn-close {
  background:none;
  color:#FFFFFF;
  margin-top: -1em!important;
  font-size: 2em;
}
.modal .modal-header {
  background:#554d55;
  color:#FFFFFF;
  text-align:center;
}
.modal .modal-body {
  max-height:none;
  margin:0 auto;
}
#modal_option .modal-body .fas {
  font-size:2em;
  margin-right: 10px;
}
.modal.fade.show {
  top:0;
}
/* Formulaire contact téléphone - version popup */
#phone_contact .modal-body {
  text-align: center;
}
#phone_contact .modal-body .rsform {
  margin-top:1em;
}
#phone_contact .modal-body input.form-control {
  border:1px solid #ccc!important;
  border-radius:5px;
}
#phone_contact .formRed {
  padding-bottom: 1em;
}
/* Formulaire contact téléphone - version page */
#userForm {
  margin:0;
}
#rsform_4_page_0 {
  background: #f5f5f5;
}
#rsform_4_page_0 > .container {
  max-width: 500px;
  margin: 0 auto;
  padding: 3em 1em;
}
#rsform_4_page_0 .fa-phone {
  font-size: 3em;
  display: flex;
  text-align: center;
  margin: 0 auto .5em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-bottom: 2px solid #ccc;
}

/****************************/
/*			TABLES			*/
/****************************/

/* Table style heads */
.table thead {
    font-weight: bold;
	  font-size:.9em;
}
.table thead th {
  background:#554d55;
  color:#FFFFFF;
  padding:1em;
}
.table td, .table tr, .table th {
    vertical-align: middle;
    border:none!important;
}
.table td {
  padding:1em!important;
}
.table tbody tr:nth-child(odd) {
  background-color:#F7F7F7;
}
/* TABLES (RESPONSIVE TRICK) */
@media only screen and (max-width: 768px) {

	/* Force table to not be like tables anymore */
    table.table-trick, .table-trick > thead, .table-trick > tbody,
    .table-trick > thead > th, .table-trick > thead > tr > td, .table-trick > thead > tr,
    .table-trick > tbody > th, .table-trick > tbody > tr > td, .table-trick > tbody > tr { 
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-trick > thead > tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    .table-trick > thead > tr > th,
    .table-trick > tbody > tr > th {
		text-align: center;
	}
	
    .table-trick > thead > tr, 
    .table-trick > tbody > tr {
    border-top: 2px solid #E2E2E2 !important;
		margin-bottom: 10px;
	}
	
    .table-trick > thead > tr > td,
    .table-trick > tbody > tr > td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	
    .table-trick > thead > tr > td:before,
    .table-trick > tbody > tr > td:before { 
		/* Now like a table he4152ader */
		display: inline-block;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
    font-size: .9em;
	}

  /* Labels pour lots */
	#invoices_table td:nth-of-type(1):before { content: "N° de Facture"; }
	#invoices_table td:nth-of-type(2):before { content: "Date d'émission"; }
	#invoices_table td:nth-of-type(3):before { content: "Date de paiement"; }
	#invoices_table td:nth-of-type(4):before { content: "Montant"; }
  #invoices_table td:nth-of-type(5):before { content: "Télécharger"; }
}

/****************************/
/*			ICONES			*/
/****************************/
.fixed-icons {
  position: fixed;
  right: 10px;
  top:calc(50% - 30px);
  display:flex;
  flex-direction:column;
  z-index:2000;
}
.fixed-icons a {
  display:flex;
  width:30px;
  height:30px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background-color:#554d55;
  margin-bottom:1em;
  position:relative;
}
.fixed-icons a .fas {
  color:#FFFFFF;
  position:relative;
  z-index:99;
}
.fixed-icons a .hidden-info {
  opacity:0;
  width:0;
  display:block;
  position: absolute;
  height: 30px;
  overflow:hidden;
  white-space: nowrap;
  background: #EE732C;
  padding: .2em 1em;
  color: #FFFFFF;
  right: 0;
  border-radius: 20px;
  transition: all .5s ease;
}
.fixed-icons a:hover {
  background:#EE732C;
}
.fixed-icons a:hover .hidden-info {
  opacity: 1;
  width: 140px;
}
@media screen and (max-width:575.98px) {
  .fixed-icons {
  	display:none;
  }
}

/****************************/
/*			HEADER			*/
/****************************/

/* Slider home */
.slider-home {
  height:460px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider-home h1 {
  color:#FFFFFF;
  max-width:650px;
  padding:1em;
  text-align:center;
  padding-bottom: .5em;
  margin-top:-1em;
}
.slider-home h1, .slider-home a {
  position: relative;
  z-index:2
}
.slider-home::before {
  content:"";
  background:#554d55;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  opacity:.5;
  z-index:1;
  position: absolute;
}
/* Top banner */
.top-banner {
  background:#554d55;
  color:#FFFFFF;
  padding:0 1em;
}
.top-banner a {
  color:#FFFFFF!important;
  text-decoration:none;
}
.top-banner a:hover {
  color:#EE732C!important;
}
.top-banner h2 {
  font-size:1em;
  text-transform:uppercase;
  margin:0;
  color:#FFFFFF;
}
.top-banner .phone-block,
.top-banner .sns-block {
  padding:.5em 1em;
  border-left:1px solid #FFF;
}
.top-banner .btn-phone, .top-banner .btn-quote, .top-banner .btn-log {
  display:block;
  padding:.5em 1em;
}
.top-banner .btn-phone {
  background:#EE732C;
  color:#FFFFFF!important;
  border: none;
}
.top-banner .btn-phone:hover {
  background:#C44D12;
  color:#FFFFFF!important;
}
.top-banner .btn-quote {
  background:#C44D12;
  color:#FFFFFF!important;
}
.top-banner .btn-quote:hover {
  background:#8E3002;
  color:#FFFFFF!important;
}
.top-banner .btn-log {
  background:#f5f5f5;
  color:#554d55!important;
}
.top-banner .btn-log:hover {
  background:#e1dfdf;
}
.top-banner .sns-block a {
  margin:0 .5em;
}
.top-banner .btn-log {

}

/* Header logo */
.header-inner {
  height:65px;
  padding:5px 1em;
}
.header-inner .brand {
  position: relative;
  width: 130px;
}
.header-inner .brand img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 100;
  background: white;
  padding: 1em;
  border-radius: 5px;
  left: 3em;
  top: -30px;
  display: block;
}

/* Nav */
.navigation {
  padding:0;
  margin:0;
  border:0;
  z-index:99;
}
.nav-pills > li > a {
  color:#554d55;
  background:none!important;
}
.nav-pills > li > a:hover {
  color:#EE732C;
}
.navigation .item-113 a::before,
.navigation .item-114 a::before{
  content:"";
  display:inline-block;
  margin-right:10px;
  border-radius:20px;
  height:10px;
  width:10px;
}
.navigation .item-114 a::before {
  background:#daa900;
}
.navigation .item-114:hover a {
  color:#daa900!important;
}
.navigation .item-113 a::before {
  background:#3f943c;
}
.navigation .item-113:hover a {
  color:#3f943c!important;
}
.navigation #nav-check {
  display:none;
}

/* Responsive behavior */
@media (max-width:1199.98px) {
  .header-inner .brand img {
    left:0;
  }
}
@media (min-width:991.98px) and (max-width:1199.98px) {
  .header-inner .brand {
    width: 100px;
  }
  .nav-pills > li > a {
    padding-right:6px;
    padding-left:6px;
    font-size:.9em;
  }
}
@media (max-width:991.98px) {
  .navigation > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 55px;
  }
  .navigation > .nav-btn:hover, .menu > .nav-btn label:hover {
    cursor:pointer;
  }
  .navigation > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .navigation > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #554d55;
  }
  .navigation > .nav-links {
    position: absolute;
    display: block;
    z-index:2;
    width: 100%;
    background-color: #FFFFFF;
    height: 0;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    left: 0;
    top:6.5em;
  }
  .navigation > .nav-links > .nav-pills > li > a {
    display: block;
    width: 100%;
    padding:1em!important;
    border-radius: 0;
    border:0!important;
    border-bottom:1px solid #ddd!important;
  }
  .navigation > .nav-links > .nav-pills {
    display: flex;
    flex-direction: column;
  }
  .navigation > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .navigation > #nav-check:checked ~ .nav-links {
    height: 386px;
    padding-top: 32px;
    overflow-y: hidden;
  }
}

/* Top nav */
@media screen and (max-width:767.98px) {
  .top-banner {
    flex-direction:column;
    padding:0;
  }
  .top-banner .d-flex {
    justify-content:flex-end;
    width:100%;
    font-size:.8em;
  }
  .top-banner h2 {
    font-size: .8em;
	  order: 1;
	  margin: .5em 0;
  }
  .top-banner .phone-block, .top-banner .sns-block {
    border:none;
  }
  .navigation {
    width: 50px;
	  height: 50px;
  }
  .navigation > .nav-btn {
    top: 45px;
  }
  .navigation > #nav-check:checked ~ .nav-links {
    height: 360px;
  }
}
@media screen and (max-width:575.98px) {
  .top-banner a span, .top-banner button span {
    display: none;
  }
}

/****************************/
/*			BANNERS			*/
/****************************/

/* Top banner */
.banner {
  width:100%;
  height:225px;
}

/****************************/
/*			FAQ ACCORDION			*/
/****************************/

.faq-title, .fbTopicExtended  {
  background:#FFF;
  z-index:2;
  position: relative;
}

.fbContent_qList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.qListItem_topic, .qFaqItem_triangle {
  display: none;
}
.qListItem_introtext {
  padding-top: 1em;
  border-top: 1px solid #d7d7d7;
  margin-top: .5em;
}
.qListItem_introtext li {
  line-height: 1.4em;
}
.qListItem_introtext .small {
  color:#999;
  font-size:.9em;
}
.qFaqItem_link {
  text-align:center;
  font-weight:bold;
}
.faq_open .qFaqItem_link {
  color:#EE732C!important;
}
.fbContent_qListItem {
  background:#f5f5f5;
  border-radius:5px;
  border-bottom:1px solid #ddd;
  border-radius:5px;
  width:calc(50% - .5em);
  margin-bottom:.5em;
}
.fbContent_qListItem:nth-child(odd) {
  margin-right:.5em;
}
.fbContent_core {
  margin:0 auto;
  float:none!important;
}
.fbTopic, .fbTopicExtended, .fbContent_core, .fbTopic_content {
  padding:0!important;
}

@media screen and (max-width:767.98px) {
  .fbContent_qListItem  {
    width:100%;
    margin-right:0!important;
  }
}

/****************************/
/*			HOME			*/
/****************************/

/*  4 blocs réssurance */
.reassurance-block {
  padding-bottom: 1em;
}
.reassurance-block .description {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.reassurance-block .description {
  margin-top:1em;
  min-width: 150px;
}
.reassurance-block .description span {
  font-size:.8em;
}
.reassurance-block .round-img {
  margin: -5.5em auto 0;
  z-index: 3;
  position: relative;
}

/* Steps */
/* Version horizontale */
.steps-block {
  display: flex;
  position: relative;
}
.steps-block .line-block {
  position: absolute;
  top:calc(1em + 35px);
  left:0;
  width:100%;
  z-index:1;
  display: flex;
  align-items:center;
  justify-content: center;
}
.steps-block .line-block::before {
  content:"";
  border-top:.5em dotted #EE732C;
  width:70%;
}
.steps-block li {
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: flex-start;
  flex: 1;
  text-align: center;
  line-height:1.4em;
}
.steps-block .number, .vertical-steps-block .number {
  display: flex;
  width:60px;
  min-width: 60px;
  height:60px;
  border-radius: 50%;
  background:#EE732C;
  color:#FFFFFF;
  align-items:center;
  justify-content: center;
  margin:1em 0;
  font-size:1.5em;
  font-weight:bold;
  position: relative;
  z-index:2;
}
.steps-block .title {
  text-transform: uppercase;
}
.steps-block .btn {
  margin:1em 0;
}
/* Version verticale */
.vertical-steps-block {
  position: relative;
}
.vertical-steps-block li {
  display: flex;
  margin: 1em 0 !important;
}
.vertical-steps-block .img-content {
  min-width:240px;
  margin-left:1em;
}
.vertical-steps-block .img-content img {
  border-radius: 5px;
}
.vertical-steps-block .txt-content {
  padding: 1em;
  line-height: 1.5em;
}
.vertical-steps-block .txt-content p {
  margin:1em 0 !important;
}
.vertical-steps-block h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.vertical-steps-block .btn {
  margin:1em 0;
}
.vertical-steps-block::before {
  content: "";
  border-left: .5em dotted #EE732C;
  height: 70%;
  display: block;
  position: absolute;
  margin-left: 25px;
  margin-top: 40px;
}

/* Banner solutions pro */
.solutions-pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:230px;
}
.solutions-pro h2, .solutions-pro p {
  z-index: 2;
  color:#FFFFFF;
  margin-bottom: .5em!important;
}

/* Bloc Map + Contact */
.contact-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact-box li {
  line-height:1.4em;
}

/* Blocs services */
.services-block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: calc(100% - 30px);
}
.services-block li a {
  display:block;
}
.services-block .intitule {
  margin-left:1em;
}
.highlight-block .bg-yellow {
  background:#daa900;
  color:#FFFFFF;
  font-weight:bold;
}
.highlight-block .bg-primary {
  background-color:#3f943c!important;
  color:#FFFFFF;
}

/* Bloc images MEA */
.highlight-block {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  position:absolute;
  top:0;
  right:.5em;
}
.highlight-block .padding-text {
  display:block;
  padding:.5em 1em;
}
.absolute-imgs img {
  width:100%;
}


@media screen and (max-width:767.98px) {
  .reassurance-block .col:nth-child(3) .round-img,
  .reassurance-block .col:nth-child(4) .round-img {
    margin-top:1em;
  }
  .steps-block {
    flex-direction: column;
  }
  .steps-block .line-block {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .absolute-imgs .mea-1,
  .absolute-imgs .mea-3 {
    display:none;
  }
}
@media screen and (min-width: 991.98px) {
  .absolute-imgs .mea-1 {
    margin-left: -2em;
    max-width: 380px;
    border: 20px solid #FFF;
    z-index: 3;
  }
  .absolute-imgs .mea-1,
  .absolute-imgs .mea-3 {
    position: absolute;
    padding: 0;
  }
  .absolute-imgs .mea-3 {
    margin-right: -2em;
    right:0;
    z-index: 1;
  }
  .absolute-imgs .mea-2 {
    margin-top: 3em;
    z-index: 2;
    padding:0;
    border: 20px solid #FFF;
  }
}
@media screen and (min-width: 1560px) {
  .absolute-imgs .mea-3 {
    margin-right: -8em;
  }
  .absolute-imgs .mea-1 {
    margin-left: -9em;
  }
}

/****************************/
/*			PAGES INFO			*/
/****************************/
/* Général */
.com_content.view-article #content.span9 {
  width:100%;
  max-width:none;
  padding:0;
  margin:0;
}
.com_content.view-article .container > .row-fluid:first-child > div.span12 {
  display: none;
}
.page-info h4 {
  text-align:left;
  margin:1em 0;
  display:flex;
  align-items:center;
}
.page-info h4::after{
	content:"";
	display:block;
	width:100%;
	border-bottom:4px solid #EE732C;
}
.page-info h4::after {
	margin-left:1em;
}
.page-info .line-with-img {
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
}
.page-info .line-with-img .block-text {
	background: rgba(255,255,255,.5);
	border: 1px solid #ddd;
	padding: 2em;
	margin-top:1em;
}
@media screen and (min-width:767.98px){
  .page-info h4 {
    white-space:nowrap;
  }
	.page-info .line-with-img {
		flex-wrap: nowrap;
	}
	.page-info .line-with-img .block-text {
		position: relative;
		z-index: 2;
		margin-left: -1em;
		margin-top:0;
	}
	.page-info .line-with-img .block-img {
		min-width:40%;
	}
	.page-info .line-with-img .block-text {
		min-width:60%;
	}
	.page-info .reverse .line-with-img {
		flex-direction: row-reverse;
	}
	.page-info .reverse .line-with-img .block-text {
		margin-right: -1em;
		margin-left: 0;
	}
}

/****************************/
/*			FILTRE BOX			*/
/****************************/
.filters-block, .filters-block > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}
.filters-block > div {
  flex-direction: column;
}
.filters-block > div img {
  margin-bottom:1em;
}
.box-block {
  background:#f5f5f5;
  border:1px solid #FFFFFF;
  border-radius:5px;
  padding: 1em 2em 2em 2em;
  margin-bottom: 1.5em;
  transition: all .5s ease;
}
.box-block .box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-block .box-details li {
  line-height: 2em;
}
.box-block .box-img, .blogbox .box-price {
  text-align: center;
  padding:1em 0;
}
.box-block .box-cta {
  text-align: center;
}
.box-block .box-size {
  background: #554d55;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: -30px;
  transition: all .5s ease;
}
.box-block.highlight {
  border:1px solid #EE732C;
  position: relative;
} 
.box-block.highlight .box-size {
  background:#EE732C;
} 
.box-block.highlight::before {
  content:"Mon box idéal";
  position: absolute;
  top:-25px;
  right:40px;
  color:#EE732C;
  font-weight:bold;
  text-transform: uppercase;
}
.box-block.highlight::after {
  content:"\f063";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top:-25px;
  right:10px;
  color:#EE732C;
  font-weight: bold;
}

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

.blogbox {
  width:100%;
  margin:0 auto;
  padding:3em 0;
}
.blogbox .span4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blogbox .fields-container {
  display:none;
}
.blogbox .filterby {
  width:100%;
}
.double-btn-block {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.double-btn-block .btn {
  width:250px;
  max-width:100%;
  margin:0 .5em;
}

@media screen and (min-width:576px) {
  .blogbox, .fbContent_core {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .blogbox, .fbContent_core {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .blogbox, .fbContent_core {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .blogbox, .fbContent_core {
    max-width: 1140px;
  }
}
@media screen and (min-width:1400px) {
  .blogbox, .fbContent_core {
    max-width: 1320px;
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  .blogbox .span4 {
    width:100%!important;
    margin:1em .5em!important;
  }
}

/****************************/
/*		  	HOW TO	  		*/
/****************************/

.why-header p {
  max-width: 700px;
  margin: 1em auto !important;
}
.why-blocks {
  background:white;
  border-radius:5px;
  border-bottom:1px solid #ddd;
  padding: 2em 3em;
  margin: 2em .5em;
}
.why-blocks .why-head {
  display: flex;
  align-items:center;
}
.why-blocks .round-img {
  margin-top: -6em;
}
.why-blocks .why-head h4 {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.why-blocks .why-head h4 span {
  text-transform: none;
  display: block;
  text-align: center;
  font-weight: normal;
}
.why-blocks .why-body {
  margin-top:1em;
  text-align: center;
}

@media screen and (max-width:767.98px) {
  .vertical-steps-block li {
    flex-wrap:wrap;
  }
  .vertical-steps-block .txt-content, .vertical-steps-block .img-content {
    margin-left:4em;
  }
  .vertical-steps-block .img-content {
    padding:1em;
  }
  .vertical-steps-block .txt-content {
    margin-top:-5em;
  }
}

/****************************/
/*			SOLUTIONS PRO		*/
/****************************/
#solutionspro h3 {
  text-transform: uppercase;
  font-size:1em;
}
#solutionspro .details-blocks {
  align-items:center;
  margin:1em 0;
}
#solutionspro .details-blocks .col {
  margin-top:1em;
}
#solutionspro .details-blocks .btn {
  margin:1em 0;
}
#solutionspro .details-blocks img {
  width:100%;
  border-radius:5px;
}

/****************************/
/*			FOURNITURES	 		*/
/****************************/

.four-block {
  display: flex;
  flex-direction: column;
  background:#f7f7f7;
  border-radius:5px;
  height: 100%;
  position: relative;
}
.four-block .size {
  background:#554d55;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFF;
  font-weight: bold;
  width:50px;
  height:50px;
  position:absolute;
  left: 10px;
  top: -1em;
}
.four-block img {
  width:100%;
  display: block;
  margin-bottom: 1em;
  border-radius:5px 5px 0 0;
}
.four-block .content {
  text-align: center;
  padding:1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.four-block .content .btn {
  margin-top:1em;
}

#fournitures .service-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#fournitures .service-block img {
  border-radius:5px;
}
#fournitures .service-block h4 {
  font-size: 1em;
  text-transform: uppercase;
}
#fournitures .service-block .btn {
  width: 250px;
  margin: 0 auto;
}


/****************************/
/*			CONTACT	 		*/
/****************************/

.rsform .btnCal {
  margin:0;
  background-color:transparent!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")!important;
  background-repeat: no-repeat!important;
  background-position: right .75rem center!important;
  display: flex;
  align-items:center;
  justify-content:center;
  display: block;
  position: absolute!important;
  z-index: 2;
  width: 100%;
  background-size: 12px !important;
}
.rsform .info-block {
  background:#554d55;
  border-radius:5px;
  color:#FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em 0 1em;
  text-align: center;
}
.rsform .info-block a, .rsform .info-block button {
  width:250px;
  max-width:100%;
}
.rsform input.form-control {
  margin-bottom:6px;
}

/****************************/
/*			CONNEXION			*/
/****************************/

/* Module de connexion */
#sclogin-form117 input {
  background:#FFFFFF;
}
.sclogin  {
  background:#f7f7f7;
}
.sclogin .sclogin-joomla-login form {
  text-align: center;
  padding:3em 1em;
  max-width: 600px;
  margin: 0 auto!important;
}
.sclogin .input-append {
  position: relative;
}
.sclogin-joomla-login.vertical #sclogin-form117 input.sclogin-username.input-block-level, .sclogin-joomla-login.vertical #sclogin-form117 input.sclogin-passwd.input-block-level {
  width:100%!important;
  font-size:16px;
}
.sclogin.ns-bs2 .showpasswd.btn, .sclogin.ns-bs2 a.forgot.btn {
  padding: 0 22px !important;
}
.sclogin .showpasswd {
  position: absolute;
  right: 0;
}

/* Pages internes */
.sclogin:not(#sclogin-117) {
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
.sclogin:not(#sclogin-117) .sclogin-social-connect,
.sclogin:not(#sclogin-117) .clearfix {
  display: none;
}
.sclogin:not(#sclogin-117) .sclogin-greeting {
  font-size: 1.3em;
  font-weight: bold;
  color:#554d55;
  margin-left:1em;
}
.sclogin:not(#sclogin-117) #sclogin-form {
  padding:1em;
}
.sclogin:not(#sclogin-117) #sclogin-form .btn {
  line-height:1em;
}
.moduletable .menu.mod-list {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}
.moduletable .menu.mod-list li a {
  padding:1em 2em;
  display: block;
  position: relative;
  background:none!important;
}
.moduletable .menu.mod-list li a::after {
  content:"";
  display: block;
  width:100%;
  bottom:-3px;
  position:absolute;
  left:0;
  background:transparent;
  height:5px;
  transition:all .5s ease;
}
.moduletable .menu.mod-list li.current.active a,
.moduletable .menu.mod-list li:hover a {
  color:#EE732C!important;
}
.moduletable .menu.mod-list li.current.active a::after,
.moduletable .menu.mod-list li:hover a::after {
  background:#EE732C;
}

/* Modification du profil */
#member-profile {
  background:none;
  border:none;
  box-shadow: none;
  max-width: 800px;
  margin: 0 auto;
}
#member-profile fieldset {
  padding:2em;
}
#member-profile fieldset legend {
  display: none;
}
#member-profile fieldset > p {
  font-weight: bold;
  padding-bottom: 1em;
  text-align: center;
}
.control-group .controls input[type="text"],
.control-group .controls input[type="email"],
.control-group .controls input[type="password"],
.control-group .controls input[type="tel"],
.control-group .controls input[type="number"],
.control-group .controls input[type="date"] {
  width:100%!important;
  font-size:1em;
  padding: 1.2em 1em;
  background:#f7f7f7
}
.control-group .control-label label,
.control-group .control-label .optional {
  font-size:.8em!important;
}
.control-group .controls a.btn {
  background: white;
  border: 1px solid #d7d7d7;
}
#member-profile > .control-group .controls {
  margin-left:0!important;
  text-align: center;
}

/* Checkboxes */
fieldset.checkboxes {
  display: flex;
  flex-wrap:wrap;
  padding:0!important;
}
fieldset.checkboxes .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
fieldset.checkboxes .checkbox input {
  margin:0 .5em;
}

/****************************/
/*			FOOTER			*/
/****************************/
footer {
  background:#554d55;
  border-top:3px solid #EE732C;
}
footer .container-fluid {
  background:#554d55;
  color:#FFFFFF!important;
}
footer .container-fluid ul a {
  color:#FFFFFF!important;
  margin-bottom:.5em;
  display:block;
}
footer .sns-block {
  margin-left:1em;
}
footer .sns-block a {
  color:#FFFFFF!important;
  padding:0 .5em;
}
footer .sns-block a:hover {
  color:#EE732C!important;
}
footer .copyright-block {
  text-align:center;
  border-top:1px solid rgba(255,255,255,.3);
  margin-top:1em;
  padding:1em 2em;
}
footer .footer-block {
  padding:2em 2em 1em;
}
footer .infos-contact .fas {
  margin-right:20px;
  margin-top:5px;
}

/****************************/
/*			AXEPTIO			*/
/****************************/

.axeptio_mount button svg path:first-child {
 fill: #EE732C!important;
}
.axeptio_mount button svg {
 width:30px!important;
}