a{
  color: #a70d01;
}

/** connexion **/

.url_list{
	margin-top: 50px;
}

#cart-steps{
	list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    display: none;
}  

.group_rd{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
} 

#radioowneris_societe0, #radioowneris_societe1,
#neuf, #occasion{
	display: none;
}

.rd_btn{
	text-align: center;
    position: relative;
    line-height: 26px;
    border: 1px solid #ccc;
        padding: 3px 10px;
    cursor: pointer;
    width: 45%;
    margin: 0;
}
    
#radioowneris_societe0:not(:checked) + label:hover,
#radioowneris_societe1:not(:checked) + label:hover,
#neuf:not(:checked) + label:hover,
#occasion:not(:checked) + label:hover
{
    border-color: #a70d01!important;
}

#radioowneris_societe0:checked + label,
#radioowneris_societe1:checked + label,
#neuf:checked + label,
#occasion:checked + label
{
    background: #fff;
    color: #a70d01;
    border: 1px solid #a70d01;
}

.tab-content hr{
	border-top: 1px solid #555;
}

.fl_right {
    float: right;
    font-size: 30px;
    text-align: right;
}

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 50px;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.phrase_index{
  padding: 15px;
    margin-top: 0px;
    margin-bottom: 55px;
    text-align: center;
    background: #d9d9d9;
    border-radius: 4px;
}

.phrase_index p {
    margin: 15px;
    font-size: 15px;
}

.phrase_index p:first-child{
      color: #a70d01;
    font-weight: bold;
    font-size: 17px;
}

.phrase_index h1{
  background: rgba(255,255,255,.6);
    padding: 14px;
    border-radius: 4px;
      margin: 30px 0;

}

ul.nav.nav-pills.nav-stacked {
    background: #fff;
    border-radius: 4px;
}

.index .nav>li>a {
    padding: 25px 10px;
    border: 1px solid #a70d01;
    text-align: center;
    font-size: 18px;
    min-height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        color: #a70d01;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #a70d01;
}

.index .nav-pills>li {
    float: left;
    margin-bottom: 10px;
    padding: 5px;
}

.index .nav-pills>li+li {
    margin-left: 0;
}

.index .nav-pills>li a .text {
    display: block;
        color: #252733;
    font-size: 12px;
}

.index .nav-pills .active .text{
  color: #fff
}


.index .nav{
  padding: 0
}

.index .content_div{
  background: #fafafa;
    padding: 25px;
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.index .content_div input.btn.btn-primary {
    width: 100%;
    margin-top: 35px;
    padding: 15px;
}


.jumbotron {
    background: #fafafa;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


h2, #texte h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    background: #a70d01;
    color: white;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}


.list .list-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #222222;
    vertical-align: middle;
    cursor: pointer;
}

.list .list-element:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
}

.list .list-element.active:before {
    background-color: #a70d01;
    border-color: transparent;
    background-image: url(/cartegrise/check_white.svg);
}

.list .list-element input {
    opacity: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

a:link {
    color: inherit;
}
a:visited {
    color: inherit;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #cf1719;
    border-color: #000;
        cursor: pointer;
}

.panel-primary {
    border-color: #000000;
}

.list .list-element.active {
    background-color: #cde8ff;
    color: #a70d01;
}

.price_accepte > div {
    padding: 0;
}

.all_taxe{
  list-style: none;
  font-size: 13px
}

.all_taxe span{
  font-weight: bold;
}

.price_accepte{
  display: none;
  background-color: #cde8ff;
  padding: 15px;
  border-radius: 5px;
  border:1px solid #333;
  overflow: hidden;
}

.panier_content {
    background: whitesmoke;
    padding: 15px;
    border-radius: 7px;
}

.panier_content  h3{
  margin: 0
}

.panier_content ul {
    list-style: none;
    padding-left: 15px;
    margin: 15px 0 0;
}

.panier_content ul li {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.panier_content ul li:last-child{
  border-bottom: 0;
}

.panier_content ul li b{
  margin-right: 10px;
}

.visuplaque.input-group, .visuplaque .input-group {
    border: 2px solid #309edb;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px #e9ecef;
        position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend, .input-group-append {
    display: flex;
    margin-right: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.car1{
  text-transform: uppercase !important;
    position: relative !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
        border: 0;
}

.visuplaque.input-group-text, .visuplaque .input-group-text {
    background-color: #309edb;
    border: 3px solid #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 35px;
    padding: 0;
    text-align: center;
}


.center-bloc {
    width: 100%;
    display: flex;
    /* justify-content: center; */
}

.btn-stripe {
    margin: 20px 0;
    color: #fff;
    background: #004890;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    clear: both;
}


@media(max-width: 768px){
  .index .nav>li>a {
    padding: 15px;
    min-height: unset;
  }

  .list .list-element{
    display: block;
  }

  .fl_right {
      font-size: 22px;
      margin: 15px 0;
  }

  .rd_btn{
    width: 100%
  }
}