@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body, .ui, .ui.header {
    font-family: 'Montserrat', sans-serif!important;
}
.header-menu .item {
    background-color: gainsboro!important;
}
.ui.menu .item {
    text-transform: uppercase!important;
}
.ui.menu>.item:last-child {
    border-radius: 0 0.28571429rem 0.28571429rem 0;
}

.ui.menu .item:last-child:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
}
.ui.monster.header {
    font-size: 2em!important;
}
ul#changecompanies, ul#changeobjects, ul#transferts, ul#changepresidents, ul#beneficiaires, 
ul#liquidations li, ul#dissolutions li, ul#adcs, ul#filesProto li {
    list-style: none;
}
ul#filesProto {
  padding: 0;
}
.newdoc {  
  background: aliceblue;
  padding: 10px;
  border: 1px solid deepskyblue;
  margin-bottom: 5px;
}
ul#filesProto a:hover{
  color: #373a3c!important;
}
div#appbundle_multiformalite_adcs legend, div#appbundle_multiformalite_changeCompanies legend, div#appbundle_multiformalite_changeObjects legend, 
div#appbundle_multiformalite_transferts legend, div#appbundle_closeformalite_dissolutions legend, div#appbundle_closeformalite_liquidations legend  {
    display: none;
}
label[for="appbundle_closeformalite_siren"], label[for="appbundle_beneficiaire_siren"], label[for="appbundle_multiformalite_siren"], label[for="appbundle_multiformalite_transferts_0_decisionSiren"], 
label[for="appbundle_multiformalite_transferts_0_domiciliationSiren"], .formusercompany .company_rcs label, 
.formcessionnaires .company_rcs label, .formchangePresident .company_rcs label, .formcedants .company_rcs label, label[for="appbundle_company_domiciliationSiren"]
  {
    display: none!important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}

.usercession label {
    padding: 0!important;
    margin: 0!important;
}
#sylius-billing-address .button.address-book-select, .bg-orange {
    background: orange;
}
label {
    font-weight: 600;
}
.indirect, .indirectContentcapital, .indirectContentvote {
    margin-left: 20px!important;
}
#appbundle_multiformalite_adcs_0 div.form-group {
    width: 45%;
    margin-right: 20px;
}
#appbundle_multiformalite_adcs_0 input[type=date], #appbundle_multiformalite_adcs_0 input[type=text], #appbundle_multiformalite_adcs_0 input[type=number] {
    width: 80%!important;
}
div.case_is_associe {
    display: none;
}
div.date-decision {
    background: darkorange;
    color: #fff;
    padding: 10px;
}
div.place-decision {
    margin-bottom: 0!important;
}
form[name="appbundle_multiformalite"] {
    min-height: 400px;
}
.row.formalite form{
    min-height: 400px;
}
.row.formalite form {
    background-color: whitesmoke;
}
.sieges  {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 16px;

}
.sieges p {
    background-color: #ff7e1a;
    width: 50%;
    padding: 10px;
    font-weight: 700;
    display: none;
    color: #fff;
}
/*
.ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
}
.spinner-load {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
*/

/* Absolute Center CSS Spinner */
.ajax-loader {
  display: none;
  position: fixed;
  z-index: 1999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.ajax-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.ajax-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ajax-loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}










#btn-back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  z-index: 100;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.unselectable {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
select.unselectable:focus {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
select.unselectable::selection {
    background: transparent;
}
select.unselectable::-moz-selection {
    background: transparent;
}

.top-nav {
    padding: 9px 0 3px 0;
    font-size: 16px;
    overflow: auto;
}
.top-nav li a, .top-nav .fa, .site .fa, .site li a {
    color: #21232c;
}
.site .fa, .site li a {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
.site .fa:hover, .site li a:hover {
    color: #FF7E1A;
}
.top-nav a {
    cursor: pointer;
}
.top-nav ul {
    list-style: none;
    float: right !important;
    margin-top: 10px;
}
.top-nav li {
    /*float: left;*/
    display: inline-block;
    padding-left:10px;
}
.top-nav ul.social-link {
    list-style: none;
    float: left !important;
    margin: 6px 6px 0 0;
}
.top-nav ul.social-link li {
    margin: 0 4px 0 0;
}
.social-link .icon {
    font-size: 18px;
    padding: 5px;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    width: 1em;
}
.social-link .facebook .icon
{
    background: #3b5998;
}
.social-link .twitter .icon {
    background-color: #00b4ff;
}
.social-link .icon:hover
{
    background: #555;
}
.icon {
    font-size: 20px;
    padding: 7px;
}
h1.logo a {
    text-decoration: none;
    color:#b2b2b2;
    font-size: 1.2em;
}
h1.logo img {
  width: 100%;
}
div.site {
    background: #f1f1f1;
    line-height: 45px;
    overflow: auto;
}
.site-description {
    display: none;
}
.home-content {
    background-image: url(../images/back1.jpg);
    background-repeat: no-repeat;
    background-position: center 51%;
    background-attachment: scroll;
    background-size: cover;
    padding: 150px 50px;
    margin-bottom: 20px;
}
.site ul > li {
    margin-top: 10px;
    margin-bottom: 0;
    max-height: 90px;
    line-height: 80px;
    margin-right: 15px;
    float: left;
}/*
.site ul li:last-child {
    margin-right: 0;
}*/
#menu {
  padding: 0;
  list-style: none;
}
#menu li * {
  color: #373a3c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 25%;
}
#menu li {
  float: left;
  padding: 16px 10px 16px 0;
}
#menu li h5 {
  margin: 0;
  padding: 0;
}
#menu li a:hover {
  color: #ff7e1a;
}
#menu li a.active {
  color: #ff7e1a;
}
#menu li ul {
    background: #f1f1f0;
    border-left: 1px solid #ccc;
    display: block;
    margin-top: 15px;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#menu li li * {
  color: #373a3c;
  text-transform: capitalize;
  font-size: 14px;
}
#menu li li {
  float: none;
  padding: 5px;
  margin: 0;
}
#wo-breadcrumbs li {
  float: left;
}
.separator {
  padding: 0 5px;
}
div.phone div {
    background: #ff7e1a;
    padding: 9px 0 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 8px 0px;
}
div.phone div h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0px 0px 7px 0px;
}
div.searchindex h5.f-left {
    background: #ff7e1a;
    padding: 10px 10px 7px 10px;
    text-align: center;
    margin: 0;
}
div.searchindex select.f-left {
  padding: 5px;
}
div.searchindex h5.f-left {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin:0 10px 0 0;
}
li.active .dropdown-item {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}
.site ul li li {
/* on place les liens du menu horizontalement */
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
    text-transform: none;
    line-height: normal;
    max-height: none;
}
.site ul li li a {
    text-transform: none;
    font-weight: normal;
    padding: 10px;
}
.top-nav li:hover, .top-nav li a:hover {
    color: #ff7e1a;
}
.top-nav li a.cnx {
    border: 1px solid #ff7e1a;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.top-nav li a.cnx:hover {
  background: #ff7e1a;
  color:#fff;
}
#menu ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu li li a {
    display: block;
}
#menu ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#menu li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}
.baseline {
    padding: 15px;
    color: #eee;
    background: rgba(0,0,0,0.7);
    width: 61%;
    margin-left: 38%;
}
.input-group {
    max-height: 50px;
    max-width: 50%;
}
form .text-muted.form-text {
    text-align: justify;
    font-size: 100%;
    color: #000;
    background: #fff;
    padding: 5px;
    border: 1px solid #c9ccd1;
}

.checkboxes .form-check {
    display: inline-block!important;
}
.checkboxes .form-check label {
    margin: 0!important;
    padding: 0 5px!important;
}

.searchindex li {
  list-style: none;
}
.products div.col-md-6, .lastactu div.col-lg-4 {
  float: left;
}
/*produits accueil*/
.products div.col-sm-4 div {
    background: #f1f1f1;
    text-align: center;
    margin: 0;
    padding: 10px;
    margin: 5px;
    color: #ff7e1a;
}
.products div.col-sm-4.second div {
    background: #ff7e1a;
    color: #fff;
}
.products h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;/*
  min-height: 140px;
  border-top: 4px solid #fff;
  position: absolute;
  top: 80%;
  padding-top: 8px;
  margin-bottom: 10px;
  width: 100%;*/
}
/* saumon #ffb880
orange #ff8f43
orange foncé #ff7e1a
gris clair #B2B2B2
girs foncé #666666 - #383a41
*/
.products {
  display: block;
  margin-left: 0px;
}

.product__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    top: -20px;
}
.product__action .more, .product__action .begin  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
    padding: 4px 8px;
}
.product__action .more  {
    border: 1px solid #fff;
}
.products a h3, .product__action .begin {
    color: #000;
}
.products a:hover h3 {
    font-weight: normal;
}
/*
.products .col-lg-3 div:hover {
    opacity: 0.5;
}
.products .col-lg-3 div {
  /*min-height: 250px;
  margin: 0 0 10% 0;
  position: relative;
}*/
.products div {
  text-align: center;
}
.products div.col-md-6 {
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: all .15s ease-in,border .1s ease-in .1s;
  -o-transition: all .15s ease-in,border .1s ease-in .1s;
  transition: all .15s ease-in,border .1s ease-in .1s;
  padding: 0;
}
.products div.col-md-6:last-child
{
    margin-bottom: 20px;
}
.products div div {
  position: relative;
}
.products span.img-cover {
  min-height: 150px;
  display: block;
  margin-top: 50px;
}
.products div img {
  height: auto;
  max-height: 100px;
  max-width: 80%;
}
.products div.col-md-6:nth-of-type(1),
.products div.col-md-6:nth-of-type(3),
.products div.col-md-6:nth-of-type(9),
.products div.col-md-6:nth-of-type(12),
.products div.col-md-6:nth-of-type(14),
.products div.col-md-6:nth-of-type(1) .product__action .more,
.products div.col-md-6:nth-of-type(3) .product__action .more,
.products div.col-md-6:nth-of-type(9) .product__action .more,
.products div.col-md-6:nth-of-type(12) .product__action .more,
.products div.col-md-6:nth-of-type(14) .product__action .more {
    background-color: #ff6c22;
}
.products div.col-md-6:nth-of-type(1) .product__action .begin,
.products div.col-md-6:nth-of-type(3) .product__action .begin,
.products div.col-md-6:nth-of-type(9) .product__action .begin,
.products div.col-md-6:nth-of-type(12) .product__action .begin,
.products div.col-md-6:nth-of-type(14) .product__action .begin {
    border: 1px solid #ff6c22;
}
.products div:nth-of-type(2),
.products div:nth-of-type(5),
.products div:nth-of-type(16),
.products div:nth-of-type(16) .product__action .more,
.products div:nth-of-type(2) .product__action .more,
.products div:nth-of-type(5) .product__action .more {
    background-color: #a7a6a6;
}
.products div.col-md-6:nth-of-type(2) .product__action .begin,
.products div.col-md-6:nth-of-type(5) .product__action .begin,
.products div.col-md-6:nth-of-type(16) .product__action .begin {
    border: 1px solid #a7a6a6;
}
.products div:nth-of-type(4),
.products div:nth-of-type(7),
.products div:nth-of-type(10),
.products div:nth-of-type(15),
.products div:nth-of-type(4) .product__action .more,
.products div:nth-of-type(7) .product__action .more,
.products div:nth-of-type(10) .product__action .more,
.products div:nth-of-type(15) .product__action .more {
    background-color: #f89c2b;
}
.products div.col-md-6:nth-of-type(4) .product__action .begin,
.products div.col-md-6:nth-of-type(7) .product__action .begin,
.products div.col-md-6:nth-of-type(10) .product__action .begin,
.products div.col-md-6:nth-of-type(15) .product__action .begin {
    border: 1px solid #f89c2b;
}
.products div:nth-of-type(6),
.products div:nth-of-type(8),
.products div:nth-of-type(11),
.products div:nth-of-type(13),
.products div:nth-of-type(6) .product__action .more,
.products div:nth-of-type(8) .product__action .more,
.products div:nth-of-type(11) .product__action .more,
.products div:nth-of-type(13) .product__action .more {
    background-color: #4f4c4c;
}
.products div.col-md-6:nth-of-type(6) .product__action .begin,
.products div.col-md-6:nth-of-type(8) .product__action .begin,
.products div.col-md-6:nth-of-type(11) .product__action .begin,
.products div.col-md-6:nth-of-type(13) .product__action .begin {
    border: 1px solid #4f4c4c;
}
.products div .product__action .more:hover,
.product__action a.begin:hover {
    background-color: #ff7e1a;
}
.products .col-lg-3.assoc a h3,
.products .col-lg-3.appro a h3,
.products .col-lg-3.depot a h3,
.products .col-lg-3.chdem a h3,
.product__action a.more {
    color: #fff;
}
.products div div.title-product {
  padding: 10px;
}
div.title-product p {
  margin-bottom: 0px;
}
.products div div.title-product,
.products div div.product_info,
.product__action .begin {
  background: #fff;
}
div.liste-formules {
  margin: 0;
  padding: 0;
}
.sarl div {
  /*background: url('/images/sarl.png') no-repeat center 40%;*/
}
.appro div {
  background: url('/images/app_compte.png') no-repeat center 40%;
}
.sas div {
  background: url('/images/sas.png') no-repeat center 40%;
}
.sci div {
  background: url('/images/sci.png') no-repeat center 40%;
}
.assoc div {
  background: url('/images/assoc.png') no-repeat center 40%;
}
.cession div {
  background: url('/images/cess_part.png') no-repeat center 40%;
}
.disso div {
  background: url('/images/diss_soc.png') no-repeat center 40%;
}
.depot div {
  background: url('/images/depo_marque.png') no-repeat center 40%;
}
.transfert div {
  background: url('/images/tss.png') no-repeat center 40%;
}
.typeDecision {
  margin-bottom: 20px;
}
.chdir div {
  background: url('/images/chg_dir.png') no-repeat center 40%;
}
#nos-services {
      text-align: center;
      background: #f1f1f0;
      padding: 20px 0;
}
#nos-services h2, .lastactu h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 300;
}
#nos-services h2 span, #nos-services i {
  color: #f7991d;
}
.lastactu a {
  font-weight: 700;
  color: #3b3f3f;
}
#nos-services i {
  display: block;
  padding: 20px 0;
  font-size: 2rem;
}
.lastactu {
  text-align: justify;
}
.lastactu h2 {
  text-align: center;
}
.lastactu h7 a {
  color: #f7991d;
  text-transform: uppercase;
}
.formule_tab {
    margin-bottom: 10px;
    padding: 15px;
    overflow: auto;
    background: #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #3b3f3f;
}
.formule_tab div{
    min-height: 400px
}
.formule_tab  h1 {
    text-align: center;
    width: 100%;
    border-bottom: 1px #3b3f3f solid;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.col-lg-4.formule_tab:nth-child(2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
    width: 32%;
    flex: 32%;
}
.formule_tab  h2 {
  margin: 10px 10px 10px 30px;
}
.formule_tab a  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 4px 8px;
    background: #ff7e1a;
    color: #fff;
    margin: 10px 30px 10px 10px;
}
.formule_tab a:hover  {
    color: #e5e5e5;
}
li.craue_formflow_skipped_step {
  display: none!important;
}
a.craue_formflow_done_step, .craue_formflow_done_step a {
    text-decoration: none;
    color: darkorange;
}
.craue_formflow_steplist a {    
    color: darkorange;
}
.craue_formflow_button_class_back, .cart a.ui.fluid.basic.text.button {
  background: #ff7e1a!important;
  color: #fff!important;
}
.craue_formflow_button_class_back .btn, .craue_formflow_button_class_back .btn:hover, .craue_formflow_button_class_back .btn:focus, .craue_formflow_button_class_back .btn:active {
  outline: none!important;
  border: none!important;
}
.craue_formflow_button_last {
  margin-top: 10px;
}
/*
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
}
input {
    display: block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="submit"] {
    text-transform: uppercase;
    white-space: normal;
    display: inline-block;
    margin: 20px 0 20px 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #ff7e1a;
    background-color: #f7991d;
    color: #fff;
}
input[type="checkbox"] {
    width: auto;
}*/
input#remember_me {
    float: left;
}

form.formalite {
    background: #f1f1f1;
    padding: 10px;
    border-left: 1px solid #999;
    margin-bottom: 20px;
}
.btn.btn-lawcost {
    background-color: darkgrey!important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.btn.btn-lawcost.orange {
    background-color: orange!important;
}
a.btn.btn-lawcost.orange:hover {
    color: #000!important;
}
.product.light ul {
    list-style: none;
}
h2.accordion-header button {
    background: darkorange;
    color: #fff;
    font-weight: 700;
}
form.fos_user_profile_edit div#fos_user_profile_form div,
form.fos_user_registration_register div#fos_user_registration_form div{
  float: left;
  padding-right: 10px;
}
form.fos_user_registration_register div#fos_user_registration_form div:nth-child(odd){
  clear: both;
}
form.fos_user_profile_edit div#fos_user_profile_form div:nth-child(even){
  clear: both;
}
form.fos_user_profile_edit div#fos_user_profile_form div:nth-of-type(2),
form.fos_user_profile_edit div#fos_user_profile_form div:nth-of-type(10),
form.fos_user_registration_register div#fos_user_registration_form div:nth-of-type(11){
  clear: none;
}
form.form_login input[type="submit"], form.form_login p {
    float: left;
    width: 50%;
}
form.form_login div {
    overflow: auto;
}
form.form_login label {
    margin: 5px 0 0 5px;
}
form.form_login p {
    padding-top: 20px;
    padding-left: 20px;
    text-align: center;
}
label[for="remember_me"] {
  margin-top: 5px;
  margin-left: 5px;
}
form[name="appbundle_company"] label, form[name="multiFormalite"] label {
  display: block;
  font-weight: bold;
}

form[name="multiFormalite"] div.multiFormalite label.required:first, 
form[name="appbundle_company"] div.legal_representant_help label {
  display: none;
}
.firstname_company { text-transform:capitalize; }
form[name="multiFormalite"] .formalite label.checkbox-funky.required {
  text-transform: uppercase;
}
form[name="multiFormalite"] .formalite {
  display: block;
}
form[name="multiFormalite"] .formalite:before {
  content: "";
  display: table;
  clear: both;
}
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:empty,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:empty {
  display: none;
}
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:empty ~ label,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:empty ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:hover:not(:checked) ~ label,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:hover:not(:checked) ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:checked ~ label,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:checked ~ label {
  color: #777;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="radio"]:focus ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_1 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_1 input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_2 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_2 input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_3 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_3 input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_4 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_4 input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_5 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_5 input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_6 input[type="radio"]:checked ~ label:before,
form[name="multiFormalite"] div#multiFormalite_company_formalite.find .multiFormalite_company_formalite_6 input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

form[name="multiFormalite"] .formalite .find label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}
form[name="multiFormalite"] .input-group-append {
  display: inline;
}

form[name="multiFormalite"] .input-group-append {
  display: inline;
}
form h4, .formusercompany h6, table#sylius-cart-items h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  color: #ff7e1a;
}
.formusercompany .name input,
.formusercompany .usage_name input,
.formusercompany .city input,
.formusercompany .birth_city input {
  text-transform: uppercase;
}
.formusercompany .first_name input,
.formusercompany input.conjoint,
.formusercompany input.parents {
  text-transform: lowercase;
  text-transform: capitalize;
}
.kit-catalog-form-help .fa {
  color: #ff7e1a;
}
.baseline form {
    background: none;
    border: none;
}
.baseline form input{
    height: 40px;
}

/*liste craue_formflow_current_step */
div.steplist {
}
button.craue_formflow_button_first {
  float: left !important;
}
.craue_formflow_buttons {
  padding-top: 20px;
}
.craue_formflow_buttons button, .craue_formflow_button_count_10 button {
  cursor: pointer;
}
.craue_formflow_button_count_10 div.f-left {
    padding-bottom: 20px;
}
.craue_formflow_button_count_10 div.f-left button {
  background: #ff7e1a;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}
ol.craue_formflow_steplist {
  counter-reset: steplist;
  background: #f1f1f1;
  /*border-right: 1px solid #999;*/
  margin: auto;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
ol.craue_formflow_steplist li {
    padding: 5px;
    margin: 0;
    list-style-type: none;
    counter-increment: steplist;
    display: inline-block;
    /* text-transform: uppercase; */
    min-width: 8%;
    font-weight: 600;
    text-wrap: nowrap;
}
ol.craue_formflow_steplist li:after {
    /*
	content: counter(steplist); 
	background: #999;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-left: 0.5rem;
  display: inline-block;*/
  display: none;
}
ol.craue_formflow_steplist li.craue_formflow_current_step::after {
 background: #ff7e1a;
}
li.craue_formflow_current_step {
    color: #fff;
    background: darkorange;
}
span.stepLinkable {
  color: #ff7e1a !important;
}
ol.craue_formflow_steplist li.dashedstep {
  counter-increment: none;
  list-style: none;
}
ol.craue_formflow_steplist li.dashedstep:after {
  border-left: 2px dashed #999;
  list-style: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f1f1f1;
  /* margin-left: 0; */  width: 0px;
  margin: 0 16px 0 0;
}
h1.title-form {
  background: #ff7e1a;
  color: white;
  margin: 0;
  padding: 5px;
  font-weight: 400;
  font-size: 1.5em;
}
/*Toggle
div.wrap-collabsible .collapsible-content .content-inner {
  background: rgba(250, 224, 66, .2);
  border-bottom: 1px solid rgba(250, 224, 66, .45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}
*/

#appbundle_multiformalite_changeCompanies_0_modifier.closed:after {    
    font-family: 'Font Awesome 6 Brands';
    left: -5px;
    content: "\f067";
    cursor: pointer;
    padding-left: 10px;    
}
#appbundle_multiformalite_changeCompanies_0_modifier.opened:after {
    left: -5px;
    content: "-";
    cursor: pointer;
    padding-left: 10px;    
}
.loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    z-index:500;
  }
.collapse .card-body {
  padding: 5px;
  /*background: #f1f1f1;*/
  background: #fff;
}
input[type=number] {
    -moz-appearance:textfield;
    -webkit-appearance: none;
    appearance: textfield;
}
.inlinehelp {
  display: inline !important;
}
p.inlinehelp a {
  padding: 5px;
}
p.inlinehelp .btn.focus, p.inlinehelp .btn:focus {
    outline: 0;
    box-shadow: none;
}
li:nth-child(3) span.kal, li:nth-child(4) span.kal {
  display: none;
}
ol.flowlabel li { display: block; }
ol.flowlabel h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ff7e1a;
  font-weight: bold;
  display: list-item;
  padding: 10px 0 10px 0;
}
ul#usercompaniestransfert-fields-list, ul#userscession-fields-list, ul#beneficiaires, 
ul#usercompanies-fields-list, ul#expenses-fields-list, ul#commissairecompanies-fields-list, ul#cessionnaires, ul#cedants {
  margin: 0;
  padding: 0;
}
ul#usercompaniestransfert-fields-list li, ul#userscession-fields-list li, ul#beneficiaires li,
ul#usercompanies-fields-list li, ul#expenses-fields-list li, ul#commissairecompanies-fields-list li, ul#cessionnaires li, ul#cedants li {
  padding: 5px 10px 35px 15px;
  margin-bottom: 10px;
}

ul.dropdown-menu li {
    padding: 2px!important;
    margin-bottom: 0!important;
}

div.usercession, li.formcession {
  background: #FCF5F3;
  margin-top: 20px;
}
ul#usercompaniestransfert-fields-list {
  margin-top: 10px;
}
button.delete-commissairecompany, button.delete-usercompany, button.delete-expense {
  margin-top: 10px;
  color: : rgba(200, 43, 43, 0.8);
  font-weight: bold;
}
.card.formusercompany div, div.city, div.zipcode,
div.name, div.commercialName, div.change_leader div.currency,
div.change_leader div.firstnameCompanyRepresentant,
div.change_leader div.nameCompanyRepresentant,
div.change_leader div.birth_zipcode , div.change_leader div.birth_city,
div.change_leader div.fatherFirstname, div.change_leader div.fatherName,
div.change_leader div.motherFirstname,
div.change_leader div.motherName  {
 /* float: left;
  min-width: 33%; */
}
form[name="appbundle_multiformalite"] div.name {
    float: none;
}
.card.formusercompany div label {
    margin: 5px 0 0 0;
    padding: 5px 0;
}
.card.formusercompany div.is_part,
.card.formusercompany div.type_company,
.card.formusercompany div.gender,
.card.formusercompany div.legal_representant,
.card.formusercompany div.user_statut,
.card.formusercompany div.Supprimer,
.card.formusercompany div.accre,
.card.formusercompany div.marital_situation,
.card.formusercompany div.contribution_amount,
.card.formusercompany div.Ajouteruneautrepersonne,
div.domiciliation,
div.address,
.card.formusercompany div.is_gerant,
.card.formusercompany div.is_associe,
.card.formusercompany div.associes,
.card.formusercompany div.is_suppleant,
.card.formusercompany div.listeassoc,
.card.formusercompany div.apportnature_num_label,
div.change_leader div.birth_date {
    clear: both;
    float: none;
}
.card.formusercompany div.associes {
    padding-top: 15px;
}
.card.formusercompany div.consort_name,
.card.formusercompany div.father_name,
.card.formusercompany div.mother_name,
.card.formusercompany div.amount_nature_contribution,
.card.formusercompany div.is_gerant,
div.change_leader div.motherName, li.formcession div.parts,
li.usertype div.company_name, div.usertype div.company_name {
  clear: both;
  float: left;
}
.findrcs hover {
  cursor: pointer;
}
.card.formusercompany div.input-group-append {
  display: inline !important;
  float: none;
}
/* cacher 1er bouton ajouter associé*/
.add-another-collection-widget, .add_president_link, .add-another-collection-widget-cession, .add-another-collection-widget-cession-associe, .add-another-collection-widget-cm {
    /*display: none;*/
    border: 1px solid;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.endDate {
  display: none;
}
p.btn-add {
  padding-top: 10px;
  margin-top: 10px;
}
.add-another-collection-widget-btn:before,
.add-another-collection-widget-sup:before {
    font-family: 'Font Awesome 6 Brands';
    left: -5px;
    content: "\f273";
    cursor: pointer;
    color: #f7991d;
    padding-right: 10px;
}
.add-another-collection-widget-btn,
.add-another-collection-widget-sup
{
    cursor: pointer;
    color: #f7991d;
    text-transform: none;
}
button.add-another-collection-widget-btn,
button.add-another-collection-widget-sup {
    outline: none;
    border: none;
    background: none;
    padding: 15px 0;
}
input.labelform {
    display: none;
}
.add-another-collection-widget, .add_president_link, .add-another-collection-widget-cession, .add-another-collection-widget-cession-associe, .add-another-collection-widget-btn, .add-another-collection-widget-cm {
  font-weight: bold;
}
.error {
  color: #cc0000;
  font-weight: bold;
}
label.labelform, .labelform legend {
    display: inline-block !important;
    font-size: 1rem;
    color: #ff7e1a;
    font-weight: bold;
}
.listeassoc {
    font-size: 1.2rem;
    font-weight: bold;
}
input.listeassoc {
  display: none;
}
footer {
    position: relative;
    background-color: #3b3f3f;
    padding: 15px 20px 0 20px;
    width: 100%;
    color: #f1f1f0;
    text-transform: uppercase;
    font-weight: 700;
    min-height:2.5em;
}
footer a {
  color: #f1f1f0;
}
footer h2 {
  font-size: 1.5rem;
}
footer ul li {
    line-height: 25px;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer a:hover, footer h2 {
  color: #f7991d;
}
.ui.container #my_dialog {
    display: none;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {/*
  .products .col-lg-3:nth-child(1n) {
      float: left;
      width: 20%;
      margin-right: 5%;
  }*/
    h1.logo img {
      width: 20%;
    }
    .col-lg-4.formule_tab:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 1204px) and (min-width: 992px){

  .products h3 {
    top: 75%;
    padding-top: 6px;
  }
}

@media (max-width: 576px) {
  footer h2 {
    font-size: 18px;
  }
  footer col-xs-4 {
    padding: 0;
  }
}

@media (max-width: 488px){

  #menu li * {
    font-size: 14px;
  }
  #menu li {
    padding: 15px 15px 0px 0;
  }
  #menu li ul {
    margin-top: 0;
  }
  ul#menu ul{
    width: 50%;
  }
  .top-nav ul {
    padding: 0 0 10px 0;
    float: left !important;
    margin: 0;
  }
  .top-nav ul li {
      padding: 0;
      margin: 0;
  }
  .top-nav a.cnx {
      padding: 2px;
  }
  footer h2 {
    font-size: 18px;
  }
  footer col-xs-4 {
    padding: 0;
  }
}
