.container {
  margin:20px auto;
  max-width:900px;
}

.header {
  text-align:center;
  position:relative;
}

.btn-contact {
  margin:10px 0;
}

footer img {
  margin-right:25px;
}

.footer-copyrights {
  display:inline-block;
}

.row-top-buffer { margin-top:10px; }

.pos-relative {
  //position:relative;
}

.projetDu {
  position:absolute;
  left:0;
  bottom:0;
  padding:inherit;
}

#cpSearchResults {
  padding-top:10px;
}

.trousseWrapper {
  background-color:#f1f1f1;
  padding:16px;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.v-baseline {
    display: inline-block;
    vertical-align: baseline;
    float: none;
}

select.form-control {
  width:auto;
  display:inline-block;
}

.padding-0 {
  padding: 0 !important;
}

.margin-bottom-0 {
  margin-bottom:0 !important;
}

.margin-bottom-10 {
  margin-bottom:10px !important;
}

.margin-bottom-15 {
  margin-bottom:15px !important;
}

.margin-bottom-20 {
  margin-bottom:20px !important;
}

.margin-bottom-25 {
  margin-bottom:25px !important;
}

.margin-bottom-30 {
  margin-bottom:30px !important;
}

.margin-top-0 {
  margin-top:0 !important;
}

.margin-top-7 {
  margin-top:7px !important;
}

.margin-top-10 {
  margin-top:10px !important;
}

.margin-top-15 {
  margin-top:15px !important;
}

.margin-top-20 {
  margin-top:20px !important;
}

.margin-top-30 {
  margin-top:30px !important;
}

.margin-top-40 {
  margin-top:40px !important;
}

.max-width-100 {
  max-width:100px !important;
}

.max-width-400 {
  max-width:400px !important;
}

#form_inscription label {
  text-align:left;
}

.top-info .form-group:last-child {
  margin-bottom:0 !important;
}

.btn-primary {
  background-color:#008ac9;
}

hr {
  margin-top:5px;
  border-color:#cecece !important;
}

.date-inputs input[type=text] {
  width:100px;
}

.col-qt-checkout {
  padding: 0 10px 0 0 !important;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-body-p img {
    display: block;
    width: 100%;
}

#div_adldci {
  display:none;
}

@media (max-width: 1200px) {
  .footer-copyrights {
    clear:both !important;
    padding-top:20px !important;
  }
}

@media (max-width: 600px) {
  .projetDu {
    position:relative;
    padding:0;
  }
}

@media (max-width: 550px) {
  footer img {
    margin-top:10px !important;
  }
}
