/* LESS Document */
/*********************************************/
/*** VARIABLES ***/
/*********************************************/
/* Couleurs */
/*********************************************/

/*** Classes abstraites MIXINS ***/

/*********************************************/

.MIX-degrade {
  background: #3ca62c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca62c', endColorstr='#359327', GradientType=0);
  /* IE6-9 */

}
.MIX-1500px {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .MIX-1500px {
    width: inherit;
  }
}
/*********************************************/

/*** IMBRICATIONS ***/

/*********************************************/

body {
  color: #021855;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #f3f3f3;
}
body .container {
  width: inherit;
  overflow: hidden;
  padding: 0;
}
body.modal-open {
  background-image: none;
}
.row {
  margin: 0;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  margin: 8px 0 5px 0;
  clear: both;
}
h2 span {
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  width: 100px;
  text-align: center;
  padding-top: 5px;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  margin: 8px 0 5px 0;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  margin: 16px 0 5px 0;
  font-style: italic;
}
.noresize {
  resize: none;
}
ul {
  list-style-position: inside;
  padding: 0;
}
ul li {
  position: relative;
  font-size: 0.9em;
}
ul li span {
  font-weight: 700;
}
ol {
  padding: 0;
}
ol li {
  position: relative;
  font-size: 0.9em;
}
/**** Effect MODAL :  Blur ****/

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-modal .md-content {
  background: white;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(243, 243, 243, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*** HEADER ***/

header {
  border-top: 2px solid #f0f0f0;
  background: white;
  box-shadow: 3px 5.196px 13px 0px rgba(0, 0, 0, 0.13);
}
header .header {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  header .header {
    width: inherit;
  }
}
.header #userLoginPartner {
  float: right;
  margin-right: 20px;
}
.header #userLoginPartner .form-inline {
  display: inline-block;
}
.header #userLoginPartner .form-inline label {
  font-size: 1.2em;
  font-weight: 500;
  margin: 2px 8px 0 0;
  vertical-align: middle;
}
.header #userLoginPartner .form-inline .bootstrap-select {
  width: 300px;
  border: 0;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 0;
  height: 45px;
  font-size: 1.2em;
  font-weight: 500;
  color: #021855;
}
.header #userLoginPartner .form-inline .bootstrap-select .dropdown-menu a {
  font-size: 1.2em;
}
.header #userLoginPartner .id {
  display: inline-block;
}
.header #userLoginPartner .id .dropdown-toggle {
  border: 0;
  color: #021855;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  padding: 18px 40px 18px 0;
  margin-right: 40px;
  background: url(../images/identification.png) no-repeat right center;
}
.header #userLoginPartner .id .dropdown-toggle:focus,
.header #userLoginPartner .id .dropdown-toggle:hover {
  box-shadow: none;
  background-color: transparent;
  color: #021855;
}
.header .id .dropdown-menu {
  max-width: 280px;
  padding: 20px;
  text-align: center;
}
.header .id .dropdown-menu input {
  background-color: #3ca62c;
  border: 0;
  border-radius: 100px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 20px;
  padding: 4px 25px 8px;
}
.header .id .dropdown-menu span {
  display: block;
  font-family: oswald;
  font-size: 1.5em;
}
.navbar {
  max-width: 70px;
  display: inline-block;
  vertical-align: top;
}
.navbar .navbar-collapse {
  padding-right: 0;
}
.navbar .navbar-collapse .navbar-nav {
  padding: 0;
  list-style-type: none;
}
.navbar .navbar-collapse .navbar-nav .dropdown-toggle {
  border: 0;
  height: 58px;
  width: 58px;
  box-shadow: 0.5px 0.866px 4px 0px rgba(0, 0, 0, 0.18);
  background: #3ca62c url(../images/picto-menu01.png) no-repeat center center;
  border-radius: 10px;
}
.navbar .navbar-collapse .navbar-nav .navDashboard {
  padding-top: 15px;
}
.navbar .navbar-collapse .navbar-nav .navDashboard .dashboard {
  border: 0;
  height: 58px;
  width: 58px;
  box-shadow: 0.5px 0.866px 4px 0px rgba(0, 0, 0, 0.18);
  background: #3ca62c url(../images/picto-synthese.png) no-repeat center center;
  border-radius: 10px;
}
.navbar .icon-bar {
  background: #3ca62c;
  border-radius: 0;
  height: 4px;
  width: 32px;
}
.navbar .icon-bar + .icon-bar {
  margin-top: 5px;
}
.StarsMenu li:hover a,
/* hovered text */ .StarsMenu li:hover span,
.StarsMenu li.AspNet-Menu-Hover a,
.StarsMenu li.AspNet-Menu-Hover span,
.StarsMenu li:hover li:hover a,
.StarsMenu li:hover li:hover span,
.StarsMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.StarsMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.StarsMenu li:hover li:hover li:hover a,
.StarsMenu li:hover li:hover li:hover span,
.StarsMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.StarsMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
  color: #021855 !important;
}
.StarsMenu {
  border-left: 2px solid #3ca62c;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.StarsMenu a,
.StarsMenu span {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 600;
}
.StarsMenu ul ul li {
  border-left: 0;
  border-right: 0;
}
.StarsMenu ul.AspNet-Menu ul {
  left: auto !important;
  max-width: 140px;
  right: -140px;
  top: 0 !important;
}
/*** SELECT ***/

.bootstrap-select {
  background: #f3f3f3;
  padding: 0;
}
.bootstrap-select .selectpicker {
  border: none;
  bottom: 0;
  display: none !important;
  height: 100% !important;
  width: 0.5px !important;
  position: absolute !important;
  opacity: 0 !important;
  padding: 0 !important;
  left: 50%;
}
.bootstrap-select .dashboard {
  display: block;
}
.bootstrap-select .dropdown-toggle {
  display: block;
  padding: 10px 55px 10px 20px;
  width: 100%;
  position: relative;
  height: 45px;
  background: transparent !important;
  color: #021855 !important;
  border: 0 !important;
  border-radius: 0;
  font-size: 1em;
}
.bootstrap-select .dropdown-toggle:before {
  background: url(../images/arrow-vert.png) no-repeat center center;
  content: "";
  position: absolute;
  top: 51%;
  right: 22px;
  width: 19px;
  height: 12px;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none;
}
.bootstrap-select .bs-caret,
.bootstrap-select .glyphicon {
  display: none;
}
.bootstrap-select .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-menu.inner {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  padding: 0;
  position: relative;
  top: auto;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  max-height: 300px !important;
}
.bootstrap-select .dropdown-menu.inner li a {
  min-height: 25px;
}
.bootstrap-select .dropdown-menu.open {
  background: #f3f3f3;
  position: absolute;
  width: 100%;
  opacity: 0;
  border-bottom: 2px solid #3ca62c;
  border-top: 2px dotted white;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-bottom: 5px;
  margin: 0;
  padding-top: 5px;
  box-shadow: none;
  -webkit-transition: opacity 0.3s 0.1s, visibility 0s 0.7s;
  transition: opacity 0.3s 0.1s, visibility 0s 0.7s;
  visibility: hidden;
}
.bootstrap-select .dropdown-menu.open ul {
  list-style-type: none;
  padding-left: 20px;
}
.bootstrap-select .dropdown-menu.open ul li {
  padding-top: 10px;
  padding-bottom: 4px;
}
.bootstrap-select .dropdown-menu.open ul li span {
  color: #021855;
}
.bootstrap-select.open .dropdown-menu.open {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
}
.bootstrap-select.open .dropdown-menu.open .inner {
  padding: 0;
  background: transparent;
}
.bootstrap-select.open .dropdown-menu.open .inner li {
  cursor: pointer;
}
.bootstrap-select.open .dropdown-menu.open .active a:focus,
.bootstrap-select.open .dropdown-menu.open .active a:hover,
.bootstrap-select.open .dropdown-menu.open .active a {
  background: transparent;
}
.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}
.bootstrap-select.open .dropdown-toggle:before {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}
.bs-searchbox {
  padding: 5px 10px 0;
}
.bs-searchbox input {
  border-radius: 0;
  width: 100% !important;
}
.bs-searchbox input:focus {
  border-color: #021855;
  box-shadow: none;
}
/*** CHECKBOX ***/

.checkbox label {
  padding-left: 0;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #a0a0a0;
  width: 1.3em;
  height: 1.35em;
  float: left;
  margin-right: 0.7em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + label .cr > .cr-icon,
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + label .cr > .cr-icon,
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + label .cr,
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}
/*** RADIO ***/

.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid darkgray;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}
.radio .cr {
  border-radius: 50%;
}
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .fa-circle::before {
  content: "";
  background: #3ca62c;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: -5px;
  border-radius: 50px;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.radio label input[type="radio"] {
  display: none;
}
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
/*** CONTENT ***/

.content {
  width: 1500px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 1500px) {
  .content {
    width: inherit;
  }
}
.content > .row {
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: top;
}
.content label {
  font-weight: 500;
}
.content label .obligation {
  background-image: url(../images/picto-obligat.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  width: 9px;
  height: 15px;
  display: inline-block;
}
.content input,
.content textarea {
  color: #021855;
}
.content input:focus,
.content textarea:focus {
  box-shadow: none;
  border-color: #021855;
}
.content .bootstrap-select:focus {
  box-shadow: none;
  border-color: gainsboro;
}
.content .bootstrap-select .dropdown-toggle {
  height: 32px;
  padding: 5px 55px 5px 10px;
  color: #021855;
}
.panel-group {
  margin: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: white;
}
.panel-group .panel .panel-heading {
  display: block;
  color: white;
  background: #3ca62c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca62c', endColorstr='#359327', GradientType=0);
  /* IE6-9 */
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  padding: 5px 70px 6px 30px;
}
.panel-group .panel .panel-heading:before {
  background: url(../images/arrow-white.png) no-repeat center center;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 29px;
  height: 15px;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.panel-group .panel .panel-heading.collapsed::before {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
}
.panel-group .panel + .panel {
  margin: 0;
  border-top: 1px solid white;
}
.panel-group .panel .panel-collapse {
  padding: 10px 25px 20px;
  max-height: 600px;
  overflow: auto;
}
.nav-tabs {
  border: 0;
}
.nav-tabs li a {
  background-color: #f3f3f3;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #3ca62c;
  font-size: 1.7em;
  font-weight: 300;
  padding: 4px 35px;
  border: 0;
  border-radius: 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs li {
    width: 50%;
  }
  .nav-tabs li a {
    padding: 4px 10px;
  }
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border: 0;
  color: white;
  background-color: #3ca62c;
}
.all-step {
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.all-step .input {
  color: white;
  border-radius: 30px;
  border: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  min-width: 40%;
  padding: 8px 50px;
}
@media only screen and (max-width: 1199px) {
  .all-step .input {
    width: 100%;
    margin-top: 10px;
  }
}
.all-step .prev-step {
  float: left;
  background: #021855;
}
.all-step .next-step {
  float: right;
  background: #3ca62c;
}
.new-adresse .infos-02 {
  border-bottom: 2px solid #3ca62c;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
.new-adresse .infos-02 h2 {
  padding: 5px 0 5px 30px;
}
.new-adresse .infos-02.champ-search h2 {
  background-image: url(../images/picto-search-bleu.png);
  background-repeat: no-repeat;
  background-position: left 7px;
}
.new-adresse .infos-02.champ-search > div {
  display: inline-block;
  width: calc(100% - 125px);
}
.new-adresse .infos-02.champ-search .input {
  display: inline-block;
  vertical-align: bottom;
  width: 90px;
  margin-left: 30px;
  background-color: #3ca62c;
  background-image: url(../images/picto-search-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
  padding: 7px 0;
  text-align: center;
  border: 0;
  margin-bottom: 5px;
}
.new-adresse .infos-02.champ-search label {
  width: 190px;
}
.new-adresse .infos-02.champ-search .form-inline input {
  width: calc(100% - 195px);
}
.new-adresse .infos-02.champ-search .form-inline input:focus {
  box-shadow: none;
  border-color: #021855;
}
.new-adresse .infos-02.champ-coord h2 {
  background-image: url(../images/picto-coord.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
.new-adresse .infos-02.champ-coord .col-01 {
  padding-left: 0;
}
.new-adresse .infos-02.champ-coord .col-01 label {
  width: 90px;
}
.new-adresse .infos-02.champ-coord .col-01 input,
.new-adresse .infos-02.champ-coord .col-01 .bootstrap-select {
  width: calc(100% - 95px);
}
.new-adresse .infos-02.champ-coord .col-02 {
  padding-right: 0;
}
.new-adresse .infos-02.champ-coord .col-02 label {
  width: 140px;
}
.new-adresse .infos-02.champ-coord .col-02 input {
  width: calc(100% - 145px);
}
.new-adresse .infos-02.champ-coord .delete {
  position: absolute;
  top: 4px;
  right: 0;
}
.new-adresse .infos-02.champ-adresse select.input-custom,
.new-adresse .infos-02.champ-adresse .bootstrap-select {
  margin-bottom: 5px;
  width: 100% !important;
}
.new-adresse .infos-02.champ-adresse .divOtherAddress .input-custom {
  width: calc(100% - 60px);
}
.new-adresse .infos-02.champ-adresse h2 {
  background-image: url(../images/picto-arrives.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 24px auto;
}
.new-adresse .infos-02.champ-adresse .col-01 {
  padding-left: 0;
}
.new-adresse .infos-02.champ-adresse .col-01 .bootstrap-select {
  width: 100%;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 > div {
  padding-left: 0;
  padding-right: 5px;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 > div + div {
  padding-left: 5px;
  padding-right: 0;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 label {
  width: 70px;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 input {
  width: calc(100% - 75px);
  margin-bottom: 0;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 .special-width label {
  width: 120px;
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 .special-width input {
  width: calc(100% - 125px);
}
.new-adresse .infos-02.champ-adresse .col-01 .col-03 .checkbox input,
.new-adresse .infos-02.champ-adresse .col-01 .col-03 .checkbox label {
  width: inherit;
}
.new-adresse .infos-02.champ-adresse .col-02 {
  padding-right: 0;
}
.new-adresse .infos-02.champ-adresse .col-02 label {
  width: 140px;
}
.new-adresse .infos-02.champ-adresse .col-02 input {
  width: calc(100% - 145px);
}
.new-adresse .infos-02:last-child {
  border-bottom: 0;
}
.new-adresse .selection {
  background: #f3f3f3;
  clear: both;
  display: table;
  padding: 8px 15px;
  width: 100%;
}
.new-adresse .selection p {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
  margin: 0;
}
.new-adresse .selection p span {
  font-weight: 700;
  display: block;
}
.new-adresse .selection p span + span,
.new-adresse .selection p span + span + span,
.new-adresse .selection p span + span + span + span {
  font-style: italic;
  font-weight: 500;
}
.new-adresse .textarea label,
.new-adresse .textarea textarea {
  display: block;
  width: 100% !important;
}
.new-adresse .textarea textarea {
  min-height: 190px;
}
.delete {
  background-image: url(../images/picto-sup.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #3ca62c;
  color: white !important;
  border: 0;
  border-radius: 100px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 5px 55px 5px 30px;
  font-size: 1.2em;
}
.input-custom {
  background-color: #f3f3f3;
  border-radius: 0;
  border: 1px solid gainsboro;
  box-shadow: none;
}
.infoplus {
  font-weight: 700;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 5px;
  display: block;
}
.form-inline {
  margin-bottom: 6px;
}
.my-adresse {
  padding-top: 30px;
  padding-bottom: 30px;
}
.my-adresse .col-01,
.my-adresse .col-02 {
  padding-top: 80px;
}
.my-adresse .col-01 {
  background-image: url(../images/my-adresse-01.png);
  background-size: auto 65px;
  background-repeat: no-repeat;
  background-position: center top;
}
.my-adresse .col-02 {
  background-image: url(../images/my-adresse-02.png);
  background-size: auto 65px;
  background-repeat: no-repeat;
  background-position: center top;
}
.my-adresse .btn-group {
  display: block;
}
.my-adresse .btn-group input {
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
  position: absolute;
}
.my-adresse .btn-group .btn {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  text-align: left;
  border-top: 2px solid #3ca62c;
  white-space: normal;
  width: 100%;
  margin: 0;
  padding: 15px 0 20px;
}
.my-adresse .btn-group .btn:hover {
  color: #021855;
}
.my-adresse .btn-group .btn ul {
  list-style-type: none;
  padding: 0;
  clear: both;
}
.my-adresse .btn-group .btn ul li {
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 10px;
}
.my-adresse .btn-group .btn ul li span {
  display: block;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.my-adresse .btn-group .btn ul li:first-child {
  background-image: url(../images/pointilles_vertical.png);
  background-size: auto 400px;
  background-repeat: repeat-y;
  background-position: right top;
}
.my-adresse .btn-group .btn.active {
  background: #3ca62c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca62c', endColorstr='#359327', GradientType=0);
  /* IE6-9 */
  box-shadow: none;
  color: white;
}
.my-adresse .btn-group .btn.active ul li:first-child {
  background-image: url(../images/pointilles_vertical_white.png);
  background-size: auto 400px;
  background-repeat: repeat-y;
  background-position: right top;
}
.my-adresse .btn-group .btn:last-child {
  border-bottom: 2px solid #3ca62c;
}
.BLOC-commande .first-detail {
  border-bottom: 2px solid #3ca62c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.BLOC-commande .first-detail > div {
  padding: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.BLOC-commande .first-detail h2 {
  text-align: center;
  padding-right: 40px;
}
.BLOC-commande .first-detail table {
  margin-top: 10px;
}
.BLOC-commande .first-detail table th {
  color: white;
  background: #021855;
  font-weight: 500;
  padding: 8px 6px;
  text-align: center;
  border: 2px solid white;
}
.BLOC-commande .first-detail table td {
  background: #f3f3f3;
  border: 2px solid white;
  padding: 10px;
}
.BLOC-commande .first-detail table .for-delete {
  background-color: transparent;
  padding: 0;
}
.BLOC-commande .first-detail table .for-delete input {
  border: 0;
  background-color: transparent;
  background-image: url(../images/picto-sup-vert.png);
  background-position: center;
  margin: 0;
  padding: 0 0 0 8px;
  width: 40px;
}
.BLOC-commande .first-detail table .for-delete input img {
  width: 18px;
  height: 18px;
}
.BLOC-commande .nav-tabs {
  margin: 15px 0 20px;
}
.BLOC-commande .nav-tabs li {
  display: inline-block;
  width: 50%;
}
.BLOC-commande .nav-tabs li a {
  max-width: 155px;
  height: 135px;
  background-size: 165px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid gainsboro;
}
.BLOC-commande .nav-tabs li.active a {
  border: 1px solid transparent;
  box-shadow: -0.314px 5.992px 13px 0px rgba(0, 0, 0, 0.28);
}
.BLOC-commande .nav-tabs .option-01 a {
  background-image: url(../images/detail-01-off.png);
}
.BLOC-commande .nav-tabs .option-02 a {
  background-image: url(../images/detail-02-off.png);
}
.BLOC-commande .nav-tabs .option-01.active a {
  background-image: url(../images/detail-01-on.png);
}
.BLOC-commande .nav-tabs .option-02.active a {
  background-image: url(../images/detail-02-on.png);
}
.BLOC-commande .info-weight .input-custom {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.BLOC-commande .input-custom.bootstrap-select {
  width: calc(100% - 50px);
}
.BLOC-commande .info-number .input-group {
  width: 100%;
}
.BLOC-commande .info-number .input-group .input-custom {
  font-size: 1.4em;
  text-align: center;
  width: 80px;
  color: #021855;
  padding-top: 3px;
  display: inline-block;
  float: none;
}
.BLOC-commande .info-number .input-group .input-group-btn {
  display: inline-block;
}
.BLOC-commande .info-number .input-group .input-group-btn .btn {
  border: 0;
  padding: 0;
}
.BLOC-commande .info-number .input-group .input-group-btn .btn:hover,
.BLOC-commande .info-number .input-group .input-group-btn .btn:focus {
  background: transparent;
  box-shadow: none;
}
.BLOC-commande .delete {
  float: right;
  margin-top: 20px;
  background-image: url(../images/picto-sup.png);
  background-color: #3ca62c;
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 0 none;
  border-radius: 100px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  padding: 4px 50px 8px 25px;
}
.BLOC-commande .second-detail {
  margin-bottom: 20px;
}
.BLOC-commande .second-detail > div:first-child {
  padding-left: 0;
}
.BLOC-commande .second-detail > div:last-child {
  padding-right: 0;
}
.BLOC-commande .second-detail .input-custom {
  width: 100%;
  color: #021855;
}
.BLOC-commande .second-detail h3 {
  margin: 8px 0 10px;
}
.BLOC-commande .second-detail span {
  font-style: italic;
  color: #606060;
  margin-top: 3px;
  display: block;
}
.BLOC-commande .second-detail .textarea label {
  color: white;
}
.add-more {
  position: relative;
  margin-top: 15px;
}
.add-more:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pointilles_vertical.png);
  background-size: auto 600px;
  background-repeat: repeat-y;
  background-position: center top;
}
.add-more .add-more-button {
  background-image: url(../images/add.png);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
  width: 100%;
  padding: 65px 0 0;
  position: absolute;
  top: 35%;
  white-space: normal;
  left: 0;
  transform-origin: center center 0;
  transition: all 0.2s ease 0s;
}
.add-more .add-more-button:hover {
  transform: scale(1.08);
}
.add-more .add-more-button:focus {
  transform: scale(1);
}
.BLOC-presta .first-presta > div {
  padding: 0;
}
.BLOC-presta .first-presta > div + div {
  padding-left: 20px;
}
.BLOC-presta .first-presta ul li {
  margin-top: 8px;
}
.BLOC-presta .first-presta ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #3ca62c;
  top: 6px;
  left: 0;
  border-radius: 40px;
}
.BLOC-presta .first-presta .btn-group {
  display: block;
}
.BLOC-presta .first-presta .btn-group > div {
  padding-right: 10px;
  padding-left: 0;
}
.BLOC-presta .first-presta .btn-group .btn {
  white-space: normal;
  border: 1px solid #3ca62c;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  min-height: 280px;
}
.BLOC-presta .first-presta .btn-group .btn.active {
  border: 1px solid #021855;
  box-shadow: -0.314px 5.992px 13px 0 rgba(0, 0, 0, 0.28);
}
.BLOC-presta .first-presta .btn-group .btn.active .image {
  background-color: #021855;
}
.BLOC-presta .first-presta .btn-group .btn.active .image::after {
  border-color: #021855 transparent transparent !important;
}
.BLOC-presta .first-presta .btn-group .btn.focus,
.BLOC-presta .first-presta .btn-group .btn:focus,
.BLOC-presta .first-presta .btn-group .btn:hover {
  color: #021855;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  padding: 0 20px 10px;
  line-height: 1.1em;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail p {
  border-bottom: 2px solid #3ca62c;
  padding-bottom: 15px;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail p:last-child {
  border: 0;
  padding-bottom: 0;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail p.special-italic {
  font-style: italic;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail p span {
  font-weight: 500;
}
.BLOC-presta .first-presta .btn-group .btn .send-detail p .bigger {
  display: block;
  font-size: 1.4em;
  padding-top: 6px;
}
.BLOC-presta .first-presta .btn-group input {
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
  position: absolute;
}
.BLOC-presta .first-presta .btn-group h2 {
  color: #3ca62c;
  padding: 15px 10px 0;
  position: relative;
  margin: 0 0 10px 0;
}
.BLOC-presta .first-presta .btn-group .image {
  text-align: center;
  background: #3ca62c;
  position: relative;
  height: 70px;
  padding-top: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.BLOC-presta .first-presta .btn-group .image:after {
  content: "";
  position: absolute;
  border-color: #3ca62c transparent transparent !important;
  border-style: solid !important;
  border-width: 10px 20px 20px !important;
  top: 70px;
  left: calc(50% - 20px);
}
.BLOC-presta .second-presta {
  margin-bottom: 20px;
}
.BLOC-presta .second-presta .time-select p {
  color: #3ca62c;
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
  padding-left: 60px;
  background-image: url(../images/picto-livreur.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.BLOC-presta .second-presta .time-select p span {
  display: block;
  font-weight: 500;
}
.BLOC-presta .third-presta {
  margin-bottom: 20px;
}
.BLOC-presta .third-presta .time-select p {
  color: #3ca62c;
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  padding-top: 75px;
  background-image: url(../images/picto-livreur.png);
  background-repeat: no-repeat;
  background-position: 5px 20px;
  display: inline-block;
}
.BLOC-presta .third-presta .time-select p span {
  font-weight: 500;
}
#spanConstrainedPick {
  display: block;
}
.slider-horaire {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.slider-horaire .slider {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: top;
}
.slider-horaire .slider .btn-choise {
  padding: 0 10px;
  text-align: center;
}
.slider-horaire .slider .btn-choise .choise-the-day {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #021855;
  margin: 0;
}
.slider-horaire .slider .btn-choise .radio {
  height: 30px;
  margin: 0;
  padding-top: 8px;
}
.slider-horaire .slider .btn-choise .radio label {
  padding: 0;
}
.slider-horaire .slider .btn-choise .radio label span {
  margin: 0;
}
.slider-horaire .creneaux {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: 70px;
  vertical-align: top;
}
.slider-horaire .creneaux .thead-th {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #3ca62c;
}
.slider-horaire .creneaux .tbody-td {
  height: 30px;
  display: block;
  line-height: 30px;
  vertical-align: middle;
}
.slider-horaire .slick-list {
  padding-left: 20px;
}
.synthese {
  padding: 0 0 0 5px;
}
.synthese h1 {
  background-image: url(../images/picto-synthese.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #021855;
  color: white;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 20px 0 45px;
  height: 42px;
  margin: 0;
}
.synthese .BLOC-synthese {
  background: white;
  padding: 5px 30px 10px;
}
.synthese .BLOC-synthese .infos-01,
.synthese .BLOC-synthese .infos-02 {
  border-top: 2px solid #3ca62c;
  padding-bottom: 10px;
  position: relative;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse,
.synthese .BLOC-synthese .infos-02 .infos-adresse {
  margin-bottom: 10px;
  display: table;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div,
.synthese .BLOC-synthese .infos-02 .infos-adresse div {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  float: left;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p {
  margin-right: 10px;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p.depart,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p.depart {
  min-height: 45px;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p.depart:after,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p.depart:after {
  position: absolute;
  content: "";
  height: calc(100% - 38px);
  background-image: url(../images/picto-pointilles.png);
  background-repeat: repeat-y;
  background-position: center center;
  width: 3px;
  left: -25px;
  top: 38px;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p span + span,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p span + span {
  position: relative;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p span + span:before,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p span + span:before {
  position: absolute;
  content: "";
  height: 32px;
  background-image: url(../images/picto-depart.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  left: -35px;
  top: 2px;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p.arrive,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p.arrive {
  min-height: 40px;
  height: 1px;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse div p.arrive:before,
.synthese .BLOC-synthese .infos-02 .infos-adresse div p.arrive:before {
  position: absolute;
  content: "";
  height: 26px;
  background-image: url(../images/picto-arrives.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  left: -40px;
  top: 0;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse .md-trigger,
.synthese .BLOC-synthese .infos-02 .infos-adresse .md-trigger {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  float: left;
  border: 0;
  background: transparent;
  padding: 0;
}
.synthese .BLOC-synthese .infos-01 .infos-adresse .md-trigger img,
.synthese .BLOC-synthese .infos-02 .infos-adresse .md-trigger img {
  width: 100%;
  height: inherit;
}
.synthese .BLOC-synthese .infos-01.info-col p span,
.synthese .BLOC-synthese .infos-02.info-col p span {
  width: 100px;
  text-align: center;
}
.synthese .BLOC-synthese .infos-01.special-padding p,
.synthese .BLOC-synthese .infos-02.special-padding p {
  margin-left: 40px;
}
.synthese .BLOC-synthese .infos-01:first-child,
.synthese .BLOC-synthese .infos-02:first-child {
  border-top: 0;
}
.synthese .BLOC-synthese .infos-01 p {
  width: 100% !important;
}
.synthese .BLOC-synthese .infos-01.special-padding p {
  width: calc(100% - 40px) !important;
}
.synthese .BLOC-synthese p {
  clear: both;
  display: table;
  position: relative;
  margin: 0;
  width: calc(100% - 40px);
}
.synthese .BLOC-synthese p .result {
  float: right;
}
.synthese .BLOC-synthese p.separation {
  margin-bottom: 3px !important;
  padding-bottom: 5px;
}
.synthese .BLOC-synthese p.separation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: url(../images/pointilles.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 400px auto;
}
.synthese .BLOC-synthese p.strong {
  font-weight: 700;
  font-size: 1.1em;
}
.synthese .BLOC-synthese p.strong span {
  font-weight: 500;
}
.synthese .BLOC-synthese p.montant {
  font-weight: 700;
  font-size: 1.3em;
}
.synthese .BLOC-synthese p.montant .comment {
  font-weight: 500;
  font-size: 0.8em;
}
.synthese .livraison-verte {
  background-image: url(../images/picto-recyclage.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-color: white;
  margin-top: 2px;
  padding: 10px 20px 10px 85px;
  color: #3ca62c;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
}
.synthese .livraison-verte span {
  font-size: 1.7em;
}
@media only screen and (max-width: 1199px) {
  .synthese p {
    font-size: 0.9em !important;
  }
}
/*** LOGIN ***/

.BLOC-login {
  text-align: center;
  background: rgba(243, 243, 243, 0.5);
  z-index: 2000000;
}
.BLOC-login .modal-dialog {
  text-align: left;
  display: inline-block;
  margin: 60px auto 0;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4.5px 7.794px 7px 0px rgba(176, 176, 176, 0.1);
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .BLOC-login .modal-dialog {
    margin: 20px auto;
  }
}
.BLOC-login .modal-content {
  border: 0;
}
.BLOC-login .modal-header {
  padding: 0;
}
.BLOC-login .modal-footer {
  padding: 0 60px 30px;
  border: 0;
}
.BLOC-login .modal-footer button,
.BLOC-login .modal-footer button:hover {
  border: 0 none;
  border-radius: 100px !important;
  color: white;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.7em !important;
  font-weight: 500 !important;
  padding: 8px 40px !important;
  background: #3ca62c !important;
  float: right;
  width: inherit !important;
}
.BLOC-login h1 {
  display: block;
  color: white;
  background: #3ca62c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3ca62c 0%, #3ca62c 60%, #359327 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca62c', endColorstr='#359327', GradientType=0);
  /* IE6-9 */
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  padding: 13px 13px 15px;
  text-align: center;
  margin: 0;
}
.BLOC-login .modal-body {
  padding: 30px 60px;
  background: white;
  box-shadow: none;
}
@media only screen and (max-width: 800px) {
  .BLOC-login .modal-body {
    padding: 30px 30px 0;
  }
}
.BLOC-login .modal-body label {
  width: 130px;
  font-size: 1.2em;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #021855;
  text-align: left;
}
.BLOC-login .modal-body input {
  width: calc(100% - 134px) !important;
  display: inline-block;
}
.BLOC-login .modal-body input.input-custom {
  background-color: #f3f3f3 !important;
  border: 1px solid gainsboro !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.BLOC-login .modal-body a {
  padding-left: 134px;
  color: #3ca62c;
  font-size: 0.9em;
  font-weight: 600;
  font-style: italic;
  margin-top: 10px;
  display: block;
}
/*** FOOTER ***/

footer {
  background: white;
  box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.21);
  text-align: center;
  position: relative;
}
footer:before {
  content: "";
  background: white;
  position: absolute;
  height: 500px;
  bottom: -500px;
  left: 0;
  width: 100%;
}
footer .footer {
  width: 1500px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 1500px) {
  footer .footer {
    width: inherit;
  }
}
footer .footer img {
  margin: 10px;
}
footer .footer ul {
  padding: 20px 0 10px;
  list-style-type: none;
  display: block;
}
footer .footer ul li {
  display: inline-block;
  position: relative;
}
footer .footer ul li:before {
  content: "";
  position: absolute;
  background: #021855;
  width: 2px;
  height: 18px;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
footer .footer ul li a {
  color: #021855;
  font-size: 1.3em;
  text-decoration: none;
  padding: 0 20px 0 15px;
}
footer .footer ul li:last-child::before {
  content: none;
}
/* Menu SYNTHESE RWD */

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: calc(100% - 72px);
  overflow: auto;
  background: white;
  font-size: 1.15em;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.3, 0.7);
  transition-timing-function: cubic-bezier(1, 0, 0.3, 0.7);
  right: 0;
}
.menu-wrap .close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1em;
  top: 12px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.menu-wrap .close-button:before,
.menu-wrap .close-button:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
  border-radius: 20px;
}
.menu-wrap .close-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-wrap .close-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-button {
  position: absolute;
  z-index: 1000;
  right: 0;
  border: none;
  background: #021855;
  width: 42px;
  height: 38px;
  padding: 5px 12px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: -1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.28);
}
.menu-button img {
  width: 100%;
  height: auto;
}
/* Shown menu */

.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.3, 0.7);
  transition-timing-function: cubic-bezier(1, 0, 0.3, 0.7);
}
/*********************************************/

/*** COTE PROD ***/

/*********************************************/

.error {
  border: 1px solid #801302;
  background-color: #e9d9db;
}
.selection .error {
  display: inline-block;
  padding: 5px;
  width: 50%;
}
.pac-container {
  z-index: 20000;
}
.modal-backdrop {
  background: rgba(243, 243, 243, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input.disabled[type="checkbox"],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input[type="radio"][disabled] {
  cursor: default;
}
.panel-group .modal-dialog {
  width: 80%;
}
.panel-group .modal-dialog .modal-body {
  padding: 20px 35px;
}
.panel-group .modal-dialog .modal-body .dataTables_filter label {
  width: 100%;
}
.panel-group .modal-dialog .modal-body .dataTables_filter label input {
  margin-left: 10px;
  width: calc(100% - 60px);
  background-color: #f3f3f3;
  border: 1px solid gainsboro;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 10px;
}
.panel-group .modal-dialog .modal-body .dataTables_length {
  margin-bottom: 5px;
}
.panel-group .modal-dialog .modal-body .dataTables_length select {
  background: #f3f3f3;
  border: 1px solid gainsboro;
  margin: 0 6px;
  padding: 3px 5px 5px 2px;
  text-align: center;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate {
  margin-bottom: 15px;
  text-align: right;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate a {
  text-decoration: none;
  color: #021855;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button {
  border: 2px solid #3ca62c;
  display: inline-block;
  height: 30px;
  margin: 0 2px;
  padding-top: 1px;
  text-align: center;
  width: 30px;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button:hover {
  background: #f3f3f3;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button.previous {
  border: 0;
  margin-right: 10px;
  width: inherit;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button.previous:hover {
  background: transparent;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button.next {
  border: 0;
  margin-left: 10px;
  width: inherit;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button.next:hover {
  background: transparent;
}
.panel-group .modal-dialog .modal-body .dataTables_paginate .paginate_button.current {
  background: #3ca62c;
  color: white;
  font-weight: 700;
}
.panel-group .modal-dialog .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.panel-group .modal-dialog .modal-header .close {
  float: none;
  font-size: 3em;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 0;
  width: 35px;
}
.panel-group .modal-dialog .dataTable {
  margin: 20px 0 30px;
  background: white;
}
.panel-group .modal-dialog .dataTable th {
  background-color: #021855;
  color: white;
  line-height: 1em;
  padding: 10px 5px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  border-right: 1px dotted white;
  border-radius: 0 !important;
}
.panel-group .modal-dialog .dataTable th:last-child {
  border-right: 0;
}
.panel-group .modal-dialog .dataTable .even {
  background: #f3f3f3;
}
.panel-group .modal-dialog .dataTable .odd.selected,
.panel-group .modal-dialog .dataTable .even.selected {
  background: #3ca62c;
  color: white;
  font-weight: 700;
}
.panel-group .modal-dialog .dataTable tr td {
  padding: 10px 5px;
}
.before-table {
  overflow: auto;
}
.lblZipcode,
.lblWayname,
.lblGeoloc {
  width: 106px;
}
.lblGeoloc {
  margin-top: 10px;
}
.lblCity,
.lblCountry {
  width: 50px;
}
.txbCity,
.txbZipcode,
.ddlCountry {
  margin-right: 20px;
  width: 25% !important;
}
.txbWayname,
.txbAddressToGeolocate {
  width: 85.6% !important;
  margin-right: 20px;
}
.dataTables_processing {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 50000;
  color: transparent;
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-footer {
  border-top: 0;
  padding: 0 20px 20px;
}
.modal-footer .btn {
  border: 0;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  padding: 6px 30px;
}
.modal-footer .btn.btn-primary {
  background: #3ca62c;
  color: white;
}
.modal-footer .btn.btn-default {
  background: #f3f3f3;
  color: #021855;
}
.manualGeoloc {
  background-color: #3ca62c;
  background-image: url(../images/geoloc.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0 none;
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  width: 50px;
  vertical-align: top;
  margin-left: 5px;
}
.errorCss {
  background-color: #e9d9db;
  border: 1px solid #801302;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.messageCss {
  background-color: #d9e9db;
  border: 1px solid #138002;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#datepicker1 .bootstrap-datetimepicker-widget {
  margin-top: 20px;
  width: 300px;
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .picker-switch {
  background: #f3f3f3;
  border-radius: 0;
  width: 100%;
  color: #021855;
  font-weight: 500;
  font-size: 1.2em;
  height: 36px;
  padding: 8px 5px;
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .prev,
#datepicker1 .bootstrap-datetimepicker-widget table thead .next {
  height: 36px;
  width: 20px;
  padding: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .prev span,
#datepicker1 .bootstrap-datetimepicker-widget table thead .next span {
  display: none;
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .prev {
  left: -10px;
  background-image: url(../images/arrow-vert-left.png);
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .next {
  right: -20px;
  background-image: url(../images/arrow-vert-right.png);
}
#datepicker1 .bootstrap-datetimepicker-widget table thead .dow {
  padding-top: 18px !important;
  font-weight: 500;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .day {
  height: 45px !important;
  padding: 0 !important;
  position: relative;
  right: 0 !important;
  width: 45px !important;
  min-height: 45px;
  min-width: 45px;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .day:after {
  border: 2px solid #3ca62c;
  content: "";
  height: calc(100% - 3px);
  left: 1px;
  position: absolute;
  top: 1px;
  width: calc(100% - 3px);
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .day.disabled::after {
  border: 2px solid #d9ebd5;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .today {
  background-color: #eaeaea;
  border-radius: 0;
  color: #021855;
  text-shadow: none;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .today:before {
  content: none;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .active,
#datepicker1 .bootstrap-datetimepicker-widget table tbody .active:hover {
  color: white;
  background: #3ca62c;
}
#datepicker1 .bootstrap-datetimepicker-widget table tbody .active:after,
#datepicker1 .bootstrap-datetimepicker-widget table tbody .active:hover:after {
  border: 2px solid white;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.input-group.date {
  background: #f3f3f3;
  float: none !important;
  width: inherit !important;
  padding: 0 0 0 15px;
}
.timePickerFrom,
.timePickerTo {
  font-weight: 800;
  left: 8px;
  position: absolute;
  top: calc(50% - 10px);
}
.bootstrap-datetimepicker-widget .timepicker {
  padding: 20px;
}
.bootstrap-datetimepicker-widget .timepicker table td {
  height: 30px;
  padding: 0;
  width: 30px;
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
  height: 30px;
  padding: 0;
  width: 30px;
}
.bootstrap-datetimepicker-widget .timepicker table td .btn span {
  border-radius: 0;
  height: 30px;
  line-height: 1em;
  margin: 0;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bootstrap-datetimepicker-widget .timepicker table td .btn span.glyphicon-chevron-down {
  background-image: url(../images/arrow-vert.png);
}
.bootstrap-datetimepicker-widget .timepicker table td .btn span.glyphicon-chevron-up {
  background-image: url(../images/arrow-vert-top.png);
}
.bootstrap-datetimepicker-widget .timepicker table td .btn span:before {
  content: none;
}
.bootstrap-datetimepicker-widget .timepicker table td .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker table td .timepicker-hour {
  background: white;
  border: 2px solid #3ca62c;
  height: 45px;
  width: 45px;
  line-height: 40px;
  border-radius: 0;
}
.loginPage footer {
  bottom: 0;
  left: 0;
  max-height: 200px;
  overflow: auto;
  position: fixed;
  width: 100%;
}
.loginPage footer:before {
  content: none;
}
/*********************************************/

/*** SYNTHESE ***/

/*********************************************/

.just-synthese .all-step {
  width: 100%;
  clear: none;
  display: inline-block;
  background: white;
  padding: 18px 20px;
  margin: 10px 0 0;
  min-height: 90px;
  border-left: 10px solid #f3f3f3;
}
.just-synthese .livraison-verte {
  min-height: 90px;
  padding-top: 15px;
  margin-top: 10px;
}
.just-synthese .synthese .BLOC-synthese {
  padding: 18px;
}
.just-synthese .synthese .BLOC-synthese .infos-02 {
  border: 0;
}
.just-synthese .synthese .BLOC-synthese .infos-02 .total {
  clear: both;
  padding-top: 30px;
  position: relative;
}
.just-synthese .synthese .BLOC-synthese .infos-02 .total:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #3ca62c;
  top: 15px;
  left: 0;
}
.just-synthese .synthese .BLOC-synthese .infos-02 .total p.special-p {
  margin-left: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.just-synthese .synthese .BLOC-synthese .infos-02.info-col .total .special-p {
  color: #3ca62c;
  font-size: 1.3em;
}
.just-synthese .synthese .BLOC-synthese .infos-02:first-child p {
  width: calc(100% - 40px);
}
.just-synthese .synthese .BLOC-synthese .infos-02:first-child .total p.special-p,
.just-synthese .synthese .BLOC-synthese .infos-02 p {
  width: 100%;
}
.just-synthese .synthese .BLOC-synthese .prestation {
  color: #3ca62c;
  text-align: left;
  font-size: 0.95em;
  font-style: italic;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2em;
  padding: 10px 0;
  /*background-position: left center;
			background-repeat: no-repeat;
			background-size: 35px auto;
			&.picto-01{
				background-image: url(../images/picto-liv-24h-vert.png);
			}
			&.picto-02{
				background-image: url(../images/picto-liv-rapide_vert.png);
			}
			&.picto-03{
				background-image: url(../images/picto-liv-dif_vert.png);
			}*/

}
.just-synthese .synthese .BLOC-synthese .prestation .imgSynthese {
  margin-right: 5px;
  width: 40px;
  filter: brightness(56%) sepia(30) hue-rotate(70deg) saturate(195%) brightness(85%);
  -webkit-filter: brightness(56%) sepia(30) hue-rotate(70deg) saturate(195%) brightness(85%);
  vertical-align: middle;
  display: inline-block;
}
.just-synthese .synthese .BLOC-synthese .prestation span {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
}
.just-synthese .result {
  max-width: 150px;
  text-align: right;
}
.BLOC-synthese table {
  margin-top: 10px;
  margin-bottom: 15px;
}
.BLOC-synthese table th {
  background: #021855;
  border: 2px solid white;
  color: white;
  font-weight: 500;
  padding: 8px 6px;
  text-align: center;
}
.BLOC-synthese table td {
  background: #f3f3f3;
  border: 2px solid white;
  padding: 10px;
}
.BLOC-synthese table .total-table {
  font-weight: 700;
  border-top: 10px solid white;
}
#ctl00_cphMain_usrOrderSummary_modalSummaryGeoloc .modal-dialog {
  width: 70%;
}
/*********************************************/

/*** MEDIA QUERIES ***/

/*********************************************/

@media only screen and (min-width: 991px) and (max-width: 1499px) {
  .BLOC-presta .first-presta .btn-group h2 {
    min-height: 95px;
  }
}
@media only screen and (max-width: 1199px) {
  .BLOC-commande .first-detail > div {
    display: block;
    float: left;
  }
  .BLOC-commande .nav-tabs li {
    width: 155px;
  }
  .add-more .add-more-button {
    width: 180px;
    background-position: left center;
    padding: 25px 0 25px 70px;
    position: relative;
    text-align: left;
    top: auto;
    transform-origin: left center;
  }
  .add-more::before {
    background-image: url(../images/pointilles.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 600px auto;
  }
  .BLOC-presta .first-presta > div + div {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 0;
  }
  .panel-group .modal-dialog .before-table .dataTable {
    width: 900px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-adresse .infos-02.champ-adresse .col-02,
  .new-adresse .infos-02.champ-coord .col-02,
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 > div + div {
    padding-left: 0;
  }
  .new-adresse .infos-02.champ-adresse .col-01,
  .new-adresse .infos-02.champ-coord .col-01,
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 > div {
    padding-right: 0;
  }
  .BLOC-commande .second-detail > div {
    padding: 0;
  }
  .BLOC-commande .second-detail .textarea label {
    display: none;
  }
  .my-adresse .col-02 {
    background-position: center 20px;
    padding-top: 100px;
  }
}
/* < DESKTOP */

@media only screen and (min-width: 992px) {
  .menu-button,
  .menu-wrap {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .just-synthese .all-step {
    width: 100%;
  }
  footer .footer img {
    width: 140px;
  }
  .synthese {
    display: none;
  }
  .synthese.RWD {
    display: block;
    padding: 0;
  }
  .panel-group {
    padding: 35px 15px 20px;
  }
  .navbar {
    padding-top: 35px;
  }
  .BLOC-presta .first-presta .btn-group .btn {
    margin-bottom: 20px;
  }
  .synthese .BLOC-synthese .infos-01 .infos-adresse div {
    display: block;
    float: none;
    width: 100%;
  }
  .synthese .BLOC-synthese .infos-01 .infos-adresse {
    display: block;
  }
  .synthese .BLOC-synthese .infos-01 button {
    background-color: #3ca62c;
    background-image: url(../images/picto-depart_white.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 100px;
    color: white !important;
    font-family: "Oswald", sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    padding: 2px 30px 5px 45px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .synthese .BLOC-synthese .infos-01 h2 {
    margin-bottom: 15px;
  }
}
/* GRILLE FLUIDE */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}
/* MOBILE */

@media only screen and (max-width: 767px) {
  .panel-group .modal-dialog {
    width: calc(100% - 20px);
  }
  .new-adresse .infos-02.champ-search .form-inline input,
  .new-adresse .infos-02.champ-search label {
    width: 100%;
  }
  .new-adresse .infos-02.champ-search {
    padding-bottom: 30px;
  }
  .new-adresse .infos-02.champ-search .input {
    margin-left: 0;
    margin-top: 10px;
  }
  .BLOC-presta .first-presta .btn-group > div {
    padding-left: 20%;
    padding-right: 20%;
  }
  .navbar .navbar-toggle {
    margin: 0;
    padding: 12px 0;
  }
  .navbar {
    padding-top: 10px;
  }
  .content > .row {
    width: 100%;
  }
  .navbar {
    margin-bottom: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
  }
  .navbar .navbar-collapse {
    position: absolute;
    overflow: visible;
    z-index: 1000;
    top: 62px;
    left: -20px;
    width: 100%;
    left: -6px;
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle {
    height: 253px;
    box-shadow: 0.5px 0.866px 4px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
    background-position: 14px 10px;
    background-image: url(../images/picto-menu02.png);
    background-repeat: no-repeat;
    background-size: 26px auto;
    border-radius: 0;
  }
  .StarsMenu {
    top: 0;
    left: 50px;
    display: block;
    background: white;
  }
  .panel-group {
    padding: 35px 0 20px;
  }
  header .header {
    text-align: center;
  }
  .header #userLoginPartner {
    float: none;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header #userLoginPartner .id {
    display: block;
  }
  .header #userLoginPartner .id .dropdown-toggle {
    background-size: 15px auto;
    position: relative;
    background-position: 25px center;
    margin: 0;
    padding: 18px 40px;
  }
  .header #userLoginPartner .id .dropdown-toggle:before {
    background: url(../images/arrow-vert.png) no-repeat center center;
    content: "";
    height: 12px;
    position: absolute;
    right: 9px;
    top: 55%;
    transform: translate3d(0px, -50%, 0px) rotate3d(0, 0, 1, 0deg);
    transition: transform 0.5s ease 0s;
    width: 19px;
  }
  .header #userLoginPartner .id .dropdown-toggle span {
    display: none;
  }
  .header #userLoginPartner .id .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 10000;
  }
  .header #userLoginPartner .id.open .dropdown-toggle::before {
    transform: translate3d(0px, -50%, 0px) rotate3d(0, 0, 1, 180deg);
  }
  .header #userLoginPartner .form-inline {
    display: block;
  }
  .header #userLoginPartner .form-inline label {
    font-weight: 700;
  }
  .header #userLoginPartner .form-inline .bootstrap-select {
    background: transparent;
    font-size: 0em;
    height: 25px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .header #userLoginPartner .form-inline .bootstrap-select .cs-placeholder,
  .header #userLoginPartner .form-inline .bootstrap-select .dropdown-toggle {
    height: 25px;
    color: white;
    padding: 0;
  }
  .header #userLoginPartner .form-inline .bootstrap-select .cs-placeholder:before,
  .header #userLoginPartner .form-inline .bootstrap-select .dropdown-toggle:before {
    right: 0;
  }
  .header #userLoginPartner .form-inline .bootstrap-select .dropdown-menu.open {
    border-top: 0;
    color: #021855;
    right: 0;
    width: 200px;
    top: 36px;
    left: auto;
    z-index: 10000;
  }
  .header #userLoginPartner .form-inline .bootstrap-select .dropdown-menu.open ul li {
    text-align: left;
  }
  .header #userLoginPartner .form-inline .bootstrap-select .dropdown-menu.open ul li span {
    font-size: 1.4rem;
  }
  .new-adresse .infos-02.champ-adresse .col-02,
  .new-adresse .infos-02.champ-coord .col-02,
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 > div + div {
    padding-left: 0;
  }
  .new-adresse .infos-02.champ-adresse .col-01,
  .new-adresse .infos-02.champ-coord .col-01,
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 > div {
    padding-right: 0;
  }
  .BLOC-commande .second-detail > div {
    padding: 0;
  }
  .BLOC-commande .second-detail .textarea label {
    display: none;
  }
  .my-adresse .col-02 {
    background-position: center 20px;
    padding-top: 100px;
  }
  .new-adresse .infos-02.champ-search > div,
  .new-adresse .infos-02.champ-search input,
  .new-adresse .infos-02.champ-coord .col-01 input,
  .new-adresse .infos-02.champ-coord .col-01 .bootstrap-select,
  .new-adresse .infos-02.champ-coord .col-02 input {
    display: block;
    width: 100%;
  }
  .new-adresse .infos-02.champ-search button {
    float: right;
    margin-top: 8px;
  }
  .new-adresse .infos-02.champ-coord {
    padding-bottom: 30px;
  }
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 .form-inline label,
  .new-adresse .infos-02.champ-adresse .col-02 label {
    width: 110px;
  }
  .new-adresse .infos-02.champ-adresse .col-01 .col-03 .form-inline input,
  .new-adresse .infos-02.champ-adresse .col-02 input {
    display: inline-block;
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 600px) {
  .new-adresse .infos-02.champ-coord .delete {
    float: right;
    margin: 5px 0 10px;
    position: relative;
    right: auto;
    top: auto;
  }
  .panel-group .panel .panel-heading::before {
    background-size: 100% auto;
    height: 12px;
    right: 15px;
    width: 22px;
  }
  .panel-group .panel .panel-heading {
    font-size: 1.4em;
    padding: 5px 48px 6px 30px;
  }
  footer .footer img {
    width: 100px;
  }
}
@media only screen and (max-width: 460px) {
  .BLOC-presta .first-presta .btn-group > div {
    padding-left: 0;
    padding-right: 0;
  }
  .BLOC-login form {
    text-align: center;
  }
  .BLOC-login form label,
  .BLOC-login form input {
    width: 100% !important;
    display: block;
    text-align: left;
  }
  .BLOC-login form a {
    margin-bottom: 40px;
    padding-left: 0;
    text-align: left;
  }
  .BLOC-login form button {
    float: none;
  }
  .BLOC-commande .nav-tabs li {
    width: 50%;
  }
}
