.hidden{
  display: none
}

/* STRIPE




/* FIN STRIPE 32DS

/* WOO




 FIN WOO*/

/* all */
::-webkit-input-placeholder { color:#959595; }
::-moz-placeholder { color:#959595; } /* firefox 19+ */
:-ms-input-placeholder { color:#959595; } /* ie */
input:-moz-placeholder { color:#959595; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px none inset;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
  to {
    background: #fff;
  }
}

textarea:focus,
input:focus,
select:focus,
.btn-submit:focus,
.picker__holder:focus {
  outline: none;
}

.big-icon{
  font-size: 150px;
  margin-bottom: 10px;
}

/* Comnpay */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.comnpay-input-group,
.form-group.comnpay-input-group{
  position: relative;
  margin-bottom: 10px;
}
.date-cvv div{
  position: relative;
  width: 50%;
}
.row-commande form .input-group.date-cvv input[type="text"].form-control{
  width: 100%;
}
.comnpay-input-group-submit{
  margin-top: 0;
}

.imgToSelect{
    width: 24%;
    padding: 0 23px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.selectedCard{
    border: 1px solid #007bff;
}

#cardType{
  visibility: hidden;
  height: 0;
  position: absolute;
}

.amex{
    padding-top: 5px;
    padding-bottom: 4px;
}

.mc{
    padding-top: 8px;
    padding-bottom: 8px;
}

.visa{
    padding-top: 15px;
    padding-bottom: 15px;
}

.cb{
    padding-top: 10px;
    padding-bottom: 10px;
}

.radio-item{
  display: inline;
}

.page.type-page ul{
  padding-left: 20px;
}
.page.type-page ul li {
  list-style-type: disc;
  margin: 15px 0;
}

.breadcrumb {
  margin: 0;
  padding: 0 8px;
  font-size: 13px;
  background-color: #fbfbfb;
  padding: 6px 10px;
  border-radius: 0;
}

.commande .row{
  margin-left: 0px;
  margin-right: 0px;
}

.row-commande a{
  color: #5293ce;
}
.row-commande a.btn-submit,
.row-commande a.btn-submit:hover{
  color: #fff;
}
.row-commande a,
.header-gray-box .red-strip,
.jqvmap-region,
.commande ul li{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 0s;
}
.row-commande a:hover{
  color: #ff0303;
}

/*h1,
.wpb_text_column h1,
.wpb_text_column h1:last-child{
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  margin: 30px 0;
  color: #333;
}
h2{
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: #484D56;
  text-transform: uppercase;
}
h3{
  font-weight: 400;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3em;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: #484D56;
  text-transform: uppercase;
}
h4{
  font-weight: 400;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1.3em;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: #484D56;
  text-transform: uppercase;
}
.page-title{
  position: relative;
  margin-bottom: 30px;
}
.page-title p{
  font-size: 0.9em;
}
.page-title h1{
  margin: 0 0 20px;
  text-align: center;
}
.page-title span{
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: 0;
  text-transform: none;
}*/
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-bold{
  font-weight: 600;
}
.italic{
  font-weight: italic;
}
ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.blocs_blancs .vc_column_container{
  padding: 10px 5px;
}
.blocs_blancs .vc_column_container:first-child{
  padding-left: 0;
}
.blocs_blancs .vc_inner .vc_column-inner{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.blocs_blancs .vc_inner .vc_column-inner:first-child{
  margin-left: 0;
}
.blocs_blancs b{
  margin-bottom: 20px;
  font-size: 20px;
  color: rgba(0, 155, 196, 1);
}
.blocs_blancs p{
  font-size: 14px;
}
.blocs_blancs .wpb_single_image .vc_figure{
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0;
}

.row-odd .blocs_blancs .vc_column-inner{
  background: #fff;
}

.contact_form{
  min-height: 600px;
}

.document-btn{
  color: #1798C0;
  border: 1px solid #1798C0;
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.document-btn:hover{
  color: #1798C0;
}
.document-btn:hover,
.document-btn:active,
.document-btn:focus{
  text-decoration: none;
}
.document-btn.active{
  color: #fff;
  background: #1798C0;
  border: 1px solid #1798C0;
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* Radios */
/* Cachons la case ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  cocher */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

/* on prÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©pare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative; /* permet de positionner les pseudo-ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ments */
  padding: 7px 25px; /* fait un peu d'espace pour notre case ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  venir */
  cursor: pointer;    /* affiche un curseur adaptÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© */
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d6de;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}

/* Aspect gÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ral de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 14px;
  color: #5293ce;
  transition: all .2s; /* on prÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©voit une animation */
}
/* Aspect si "pas cochÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e" */
[type="radio"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  l'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©chelle ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  0 */
}
/* Aspect si "cochÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e" */
[type="radio"]:checked + label {
  /*border: 1px solid #5293ce;*/
  background: #fff;
}
[type="radio"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  l'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©chelle 1:1 */
}
/* aspect dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©sactivÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* styles de la coche (si cochÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e/dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©sactivÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e) */
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
/* on style aussi le label quand dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©sactivÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© */
[type="radio"]:disabled + label {
  color: #aaa;
}

/* aspect au focus de l'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ment */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

.accept_cgv_container{
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.accept_cgv_container label{
  font-weight: normal;
}
.accept_cgv_container label,
.accept_cgv_container input[type="checkbox"]{
  display: inline;
}

.block_how_it_works{
  text-align: center;
}
.block_how_it_works .numero{
  background: #5293ce;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  padding: 9px 0;
  font-size: 28px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}
.block_how_it_works p{
  font-size: 17px;
  font-weight: 300;
}

.row.with-margin{
  margin-left: -15px;
  margin-right: -15px;
}
.row-odd,
.row-commande{
  background: #f5f2f7;
}
.row-commande h2{
  margin-top: 0 !important;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}
.row-temoignage{
  /*background: #f4f4f4 url(../images/rectangle_temoignage.png) right 42.4% top no-repeat;
  background-size: 62px;*/
}
.row-temoignage blockquote{
  width: 650px;
  margin: 40px auto;
}
.row-temoignage blockquote p{
  color: #5293ce;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
}
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    bottom: 0;
    right: 0;
    content: "\201D";
}
.wpb_text_column blockquote:last-child{
  margin-bottom: 45px;
}
.row-blue{
  background: #5293ce;
  padding: 20px 0;
}
h2.entry-title{
  margin-top: 0;
}

.crfp-average-rating{
  text-align: center;
  margin: 40px 0 0 55px;
  font-size: 20px;
  font-weight: 300;
}
div.crfp-rating-5{
  margin: 0 auto;
}

.comment article{
  margin: 10px 0 5px;
}

.comments-area{
  position: relative;
}
.comments-area h2{
  margin-top: 0;
}
.comments-area .nav-previous,
.comments-area .nav-next{
  position: absolute;
  font-size: 65px;
  top: 40%;
}
.comments-area .nav-previous{
  left: 0;
}
.comments-area .nav-next{
  right: 0;
}
.comment-list{
  width: 84%;
  margin: 0 auto;
}
.comment-meta,
.comment-metadata a{
  color: #5293ce;
  font-weight: normal;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.comment-meta b{
  font-weight: 300;
}
.comment-author,
.comment-metadata{
  display: inline;
}
.comment-content p{
  font-size: 16px;
  font-weight: 300;
}
.comment-navigation{
  display: none;
}
.avis .jq-ry-container{
  display: inline-block;
  vertical-align: middle;
  margin-left: -6px;
}

.pagination{
  text-align: center;
  width: 100%;
}
.page-numbers{
  font-size: 18px;
  margin: 0 13px;
  font-weight: 300;
}
a.page-numbers{
  color: #5293ce;
}

.notes{
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.notes h2{
  margin: 0 !important;
}
.notes p{
  margin-top: 10px;
  font-size: 14px;
}
.notes .jq-ry-container{
  margin: 0 auto;
}
.comment-content{
  padding-left: 7px;
}

.comment-meta .jq-ry-container{
  display: inline-block;
}

.comment-form-comment label{
  display: block;
}
.comment-form-comment textarea{
  min-height: 150px !important;
  width: 100%;
  border: 1px solid #ddd;
}
.row-blue h2,
.row-blue h3,
.row-blue p,
.row-bg h1,
.row-bg h2{
  color: #fff;
}
.row-bg .wpb_text_column h1,
.row-bg h2,
.row-bg h3{
  text-align: left;
  background: rgba(0,0,0,0.7);
  width: auto;
  display: inline-block;
  padding: 11px 17px;
  margin: 25px 0 0 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
}
.row-bg .wpb_text_column h1{
  display: inline;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 17px 10px;
  line-height: 70px;
}
.row-bg .wpb_text_column h1:after{
  content: '\A';
  white-space: pre;
}
.row-bg .wpb_text_column h2,
.row-bg .wpb_text_column h2:last-child,
.row-bg h2{
  margin: 0;
  font-weight: 300;
  color: #fff;
  margin-top: 2px;
}
.row-bg .wpb_text_column p{
  margin-top: 60px;
  margin-bottom: -80px !important;
}
.row-bg .wpb_text_column p a{
  display: inline;
}
.wpb_text_column table td p{
  text-align: left;
}

.row-bg{
  background-size: cover !important;
  background-repeat: no-repeat;
  padding-left: 7% !important;
  padding-right: 7% !important;
  text-align: center;
  background-position: center;
}
.row-bg-big{
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}
.row-bg .wpb_text_column p{
  margin-top: 60px;
  margin-bottom: -80px !important;
}
.row-bg .wpb_text_column p a{
  display: inline;
  box-shadow: 2px 5px 10px rgba(22, 22, 22, 0.5);
  border-radius: 4px !important;
  padding: 12px 20px;
  font-size: 24px;
  border-bottom: 5px solid #cc4b02;
}
.row-bg .wpb_text_column p a:hover{
  background: #f35800;
}
.row-commande,
.required,
.row-commande section .btn-submit,
.row-commande form .btn-submit, .btn-submit, .btn-order, .stripe-form-container .stripe-button-el, input[type="submit"],
.select2-container .select2-choice, .row-commande form input[type="text"], .row-commande form input[type="email"], .row-commande form input[type="password"], .commande select{
  font-family: 'Open Sans', sans-serif;
}
.row-commande{
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.row-commande .container{
  background: #fff;
  margin: 30px auto;
  padding: 10px 15px 30px 15px;
}
.commande h2{
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.commande h2 a{
  color: #fff;
  position: absolute;
  top: 11px;
  right: 11px;
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
}
.commande a.modal-link{
  position: absolute;
  top: 2px;
  right: 17px;
  text-decoration: none;
  padding: 0 4px;
  font-size: 0.9em;
  z-index: 1;
  color: #5293ce;
}
.commande h2 a.modal-link span{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-family: 'Source Sans Pro', sans-serif;
}
.commande h2 a.modal-link i{
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.commande h2 a:hover{
  opacity: 1;
}

.modal {
  text-align: center;
}
.modal-header,
.modal-header h5,
.modal-header .close {
  background-color: #5293ce;
  color:white !important;
  text-align: center;
  font-size: 13px;
}
.modal-header h5 i{
  font-size: 16px;
  vertical-align: top;
  margin-right: 3px;
}
.modal-header .close {
  position: absolute;
  opacity: 0.9;
  font-weight: 100;
  font-size: 17px;
  top: 18px;
  right: 18px;
}
.modal-content{
  border-radius: 0px;
  border: none;
  text-align: center;
}
.modal-content img{
  width: 100%;
  margin-top: 20px;
}
.modal-footer {
  background-color: #f9f9f9;
}
.bootbox{
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.bootbox.fade{
  opacity: 1;
}
.bootbox .modal-header .close {
  top: 15px;
}
.bootbox .modal-title{
  color: #fff;
  margin: 0 !important;
  font-weight: normal !important;
  font-size: 13px;
}
.bootbox .modal-body{
  padding: 30px 15px;
  font-size: 12px;
}
.bootbox .modal-footer .btn{
  font-size: 12px;
  background-color: #de001a;
  border: none;
  color: #fff;
}
.bootbox .modal-footer .btn + .btn{
  border: none;
  background-color: #5293ce;
}
.bootbox .modal-footer .btn + .btn:focus{
  outline: none;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.file-zoom-dialog .modal-dialog {
  position: relative;
}
.file-caption .file-caption-name{
  font-family: 'Open Sans', sans-serif;
}
.file-preview .close{
  display: none;
}
.file-drop-zone{
  margin: 0;
}
.file-preview{
  border-radius: 4px;
}

.groupon{
  position: absolute;
  margin-right: 245px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  top: 80px;
  right: 50px;
}
.groupon span{
  font-size: 30px;
  font-weight: normal;
}
.groupon p{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

ul.category-box{
  padding: 0;
}
ul.category-box li,
ul.category-box li:first-child {
    width: 24.8%;
    float: left;
    min-height: 1px;
    padding: 0 5px;
    text-align: center;
    list-style: none;
    margin: 5px 0;
}
ul.category-box li a{
  display: block;
  position: relative;
  width: 100%;
  height: 135px;
  padding: 75px 7px 0;
  font-size: 0.9em;
  line-height: normal;
  color: #1e1e1e;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: top 30% center;
  background-size: auto 75px;
  border: 1px solid #323232;
}
ul.category-box li a span{
  position: absolute;
  top: 0;
  right: 0;
  background: #323232;
  color: #fff;
  padding: 3px 5px;
  font-size: 0.9em;
}
ul.next-box li a img{
  width: 100%;
}
.commande ul{
  margin: 20px;
}
.commande label{
  font-size: 0.9em;
  color: #444;
  font-weight: 300;
}
.commande .checkbox-form-group label{
  display: inline;
  font-weight: normal;
}
label.error,
.commande label.error{
  font-size: 0.8em;
  color: #de001a;
  max-width: none;
  position: absolute;
  top: -5px;
  left: 2px;
  background: white;
  padding: 0 0px 0 5px;
  min-width: 150px;
  z-index: 10;
  font-weight: 600;
}
.commande .adresse-num label.error{
}
.commande ul li:before {
  display: none;
}
.commande ul li a.active {
  color: #fff;
  text-decoration: none;
}
.commande ul li a:hover{
  text-decoration: none;
  outline: 2px solid #5293ce;
}
ul.category-box li a.active span{
  background: #de001a;
}
ul.category-box li a.particulier{
  background-image: url(../images/genres/particulier.png);
}
ul.category-box li a.societe{
  background-image: url(../images/genres/societe.png);
  background-size: auto 65px;
}
ul.category-box li a.camion{
  background-image: url(../images/genres/camion.png);
  background-size: auto 38px;
  background-position: top 32% center;
}
ul.category-box li a.remorque{
  background-image: url(../images/genres/remorque.png);
  background-size: auto 56px;
  background-position: top 34% center;
}
ul.category-box li a.specialise{
  background-image: url(../images/genres/specialise.png);
  background-size: auto 56px;
}
ul.category-box li a.agricole{
  background-image: url(../images/genres/agricole.png);
  background-size: auto 45px;
  background-position: top 38% center;
}
ul.category-box li a.quad{
  background-image: url(../images/genres/quad.png);
  background-size: auto 35px;
  background-position: top 36% center;
}
ul.category-box li a.moto{
  background-image: url(../images/genres/moto.png);
  background-size: auto 31px;
  background-position: top 43% center;
}
ul.category-box li a.velomoteur{
  background-image: url(../images/genres/velomoteur.png);
  background-size: auto 59px;
  background-position: top 41% center;
}
ul.category-box li a.trois-roues{
  background-image: url(../images/genres/3roues.png);
  background-size: auto 43px;
  background-position: top 36% center;
}
ul.category-box li a.tricycle{
  background-image: url(../images/genres/tricycle.png);
  background-size: auto 35px;
  background-position: top 36% center;
}

ul.category-box li a.particulier.active{
  background-image: url(../images/genres/particulier-active.png);
}
ul.category-box li a.societe.active{
  background-image: url(../images/genres/societe-active.png);
}
ul.category-box li a.camion.active{
  background-image: url(../images/genres/camion-active.png);
}
ul.category-box li a.remorque.active{
  background-image: url(../images/genres/remorque-active.png);
}
ul.category-box li a.specialise.active{
  background-image: url(../images/genres/specialise-active.png);
}
ul.category-box li a.agricole.active{
  background-image: url(../images/genres/agricole-active.png);
}
ul.category-box li a.quad.active{
  background-image: url(../images/genres/quad-active.png);
}
ul.category-box li a.moto.active{
  background-image: url(../images/genres/moto-active.png);
}
ul.category-box li a.velomoteur.active{
  background-image: url(../images/genres/velomoteur-active.png);
}
ul.category-box li a.trois-roues.active{
  background-image: url(../images/genres/3roues-active.png);
}
ul.category-box li a.tricycle.active{
  background-image: url(../images/genres/tricycle-active.png);
}

#middle ul.links-box{
  overflow: visible;
}
ul.links-box li a{
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 1em;
  color: #1e1e1e;
  text-align: center;
  background-color: #f4f4f4;
}

ul.reassurance-right{
  padding: 20px 0 0 0;
  margin-top: 0;
  list-style: none;
}
ul.reassurance-right li{
  padding: 11px;
  font-weight: 300;
  font-size: 15px;
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center left;
}
.reassurance-right-small ul.reassurance-right li{
  padding: 5px 0 8px 55px;
  font-size: 13px;
  background-size: 40px;
}
ul.reassurance-right li:first-child div{
  background-image: url(../images/agree_par_l_etat.png);
}
ul.reassurance-right li:nth-child(2) div{
  background-image: url(../images/paiement_securise.png);
}
ul.reassurance-right li:nth-child(3) div{
  background-image: url(../images/traitement_24h.png);
}
ul.reassurance-right li:nth-child(4) div{
  background-image: url(../images/assistance_telephonique.png);
}
ul.reassurance-right li:nth-child(5) div{
  background-image: url(../images/livraison_recommande.png);
}

.form-landing-page{
  border: none;
  padding: 0;
  margin-bottom: 34px;
}
.form-landing-page form{
  padding: 14px 14px 1px;
  background: #f4f4f4;
}
.form-landing-page label{
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  width: 96px;
  line-height: 16px;
  vertical-align: middle;
  margin: 0;
}
.form-landing-page .form-control{
  display: inline-block;
  width: 190px;
  height: 30px;
  font-size: 12px;
  vertical-align: middle;
  padding: 6px 10px;
}
.form-landing-page p{
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  background: #5293ce;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.form-landing-page ul.reassurance-right li {
  padding: 15px 0 15px 70px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  width: 79px;
  text-align: center;
}
.form-landing-page ul.reassurance-right {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #ddd;
  height: 130px;
  margin-bottom: 16px;
}
.form-landing-page ul.reassurance-right li {
  padding: 47px 0 0px 0;
  font-size: 11px;
  background-size: 40px;
  list-style-type: none;
}
.form-landing-page ul.reassurance-right li:nth-child(4) {
    background-image: url(../images/livraison_recommande.png);
}
.form-landing-page .btn-order {
  width: 100%;
  font-size: 13px;
  padding: 15px 10px;
  margin-top: 16px;
  font-weight: 400;
}
.form-landing-page .plaque {
  width: 100%;
  margin: 0 0 10px;
}
.form-landing-page .plaque input {
  font-size: 34px;
  border: 1px solid #ddd;
}

.vc_col-sm-6 .form-landing-page label{
  width: 23%;
}
.vc_col-sm-6 .form-landing-page .form-control{
  width: 76%;
}
.vc_col-sm-6 .form-landing-page ul.reassurance-right li{
  width: 24%;
}

.etapes{
  background: url(../images/chemin.png) center top no-repeat;
  height: 880px;
  background-size: auto 100%;
  position: relative;
}
.etapes div{
  width: 250px;
  position: absolute;
}
.etapes div:first-child{
  top: 30px;
  left: 270px;
}
.etapes div:nth-child(2){
  top: 330px;
  left: 36px;
}
.etapes div:nth-child(3){
  top: 510px;
  left: 132px;
}
.etapes div:nth-child(4){
  top: 689px;
  left: 132px;
}
.vc_col-sm-12 .etapes div{
  width: 425px;
}
.vc_col-sm-12 .etapes div:first-child{
  top: 20px;
  left: 445px;
  padding-left: 40px;
}
.vc_col-sm-12 .etapes div:nth-child(2){
  top: 330px;
  left: 36px;
}
.vc_col-sm-12 .etapes div:nth-child(3){
  top: 510px;
  left: 132px;
}
.vc_col-sm-12 .etapes div:nth-child(4){
  top: 730px;
  left: 132px;
}

.vc_column-inner .vc_btn3-container.vc_btn3-inline {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 25px 0 20px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px 0;
  transition: background-color 0.4s ease 0s !important;
  padding: 20px 40px;
  white-space: normal;
  line-height: normal;
  background-color: #de001a;
  background-image: none;
  color: #fff;
  border: none;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{
  background-color: #ca4a02;
  color: #fff;
}

.etapes span{
  position: absolute;
  left: -55px;
  top: 3px;
  background: #5293ce;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  color: #fff;
  padding: 4px 10px;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}
.etapes div:nth-child(2) span{
  right: 9px;
  left: auto;
  top: -29px;
}
.etapes div:nth-child(3) span{
  right: -55px;
  left: auto;
}
.etapes div:nth-child(4) span{
  right: -55px;
  left: auto;
}
.etapes h3{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.etapes p{
  font-size: 12px;
  text-align: justify;
}

.quatre-images div{
  position: relative;
  text-align: center;
  padding: 0;
}
.quatre-images img{
  width: 100%;
}
.quatre-images .infos{
  position: absolute;
  color: #fff;
  top: 0;
  padding-top: 18%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.quatre-images .infos h3,
.quatre-images .infos p{
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  font-weight: 300;
}
.quatre-images .infos h3{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quatre-images div:first-child .infos,
.quatre-images div:nth-child(3) .infos{
}

.trois-lignes{
  border-top: 1px solid #040c41;
}
.trois-lignes div{
  padding: 0;
}
.trois-lignes p{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin: 73px 73px 0;
}

.row-gris,
.titre-gris h2{
  background: rgba(0, 155, 196, 1);
}
.row-gris{
  padding: 50px 12px;
}
.row-gris h2{
  margin: 29px 0 0;
}

.titre-gris{
  clear: both;
}
.titre-gris h2{
  color: #fff;
  padding: 12px 0;
  margin: 0 !important;
  font-size: 26px;
  text-align: center;
  font-weight: 300;
}
.titre-gris h2 b{
  font-weight: 300;
}

.vc_toggle_size_md.vc_toggle_default{
  margin: 0;
  padding: 13px;
  border-bottom: 1px solid #E4E4E4;
}
.vc_toggle_size_md.vc_toggle_default{
  font-size: 14px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
  padding: 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4{
  font-size: 14px;
  font-weight: bold;
}

.panier{
  padding-top: 15px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}

.form-group{
  margin-bottom: 10px;
  position: relative;
}
.form-control{
  min-height: 0;
}

.label_certify_justificatif_domicile{
  width: 90%;
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100%;
}

.select2-container{
  width: 100%;
  border: none;
}
.select2-container.form-control{
  padding: 0;
}
.select2-container.form-control{
  box-shadow: none;
}
.select2-container .select2-choice,
.row-commande form input[type="text"],
.row-commande form input[type="email"],
.row-commande form input[type="password"],
.commande select{
  width: 100%;
  font-size: 13px;
  color: #1e1e1e;
  text-align: center;
  background: #fff;
  border: 1px solid #d2d6de !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0px;
  padding: 0 10px;
  height: 34px;
  background: #fff;
  box-shadow: none;
}
.select2-results .select2-result-label{
  font-size: 13px;
}
.row-commande form .input-group input[type="text"].form-control{
  width: auto;
}

.black {
    color: #333;
}

.liste-documents-originaux{
  margin: 0 auto;
  list-style: none;
}
.liste-documents-originaux li a{
  text-decoration: underline;
  color: #de001a;
}

.bootstrap-select>.dropdown-toggle{
  display: block;
  padding: 6px 12px;
  width: 100%;
  font-size: 12px;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #d2d6de !important;
  border-radius: 3px !important;
  height: 34px;
  letter-spacing: 0px !important;
}
.bootstrap-select>.dropdown-toggle:after{
  display: none;
}
.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus{
  color: #1e1e1e;
  background: none !important;
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li a,
.bootstrap-select.btn-group .dropdown-menu li a:hover{
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 12px;
  border: none !important;
  outline: none !important;
}

.select2-container .select2-choice{
  padding: 7px;
}
.select2-container .select2-choice .select2-arrow{
  background: none;
  background-image: none;
  border-left: none;
  font-size: 20px;
  right: 7px;
  top: 6px;
  color: #555;
  opacity: 1;
}

.select2-results .select2-highlighted {
  background: #5293ce;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active{
  border-radius: 0;
  border: none;
}

/*.row-commande form input[type="text"]:hover,
.row-commande form input[type="password"]:hover,
.row-commande form input[type="email"]:hover,
.row-commande form input[type="text"]:focus,
.row-commande form input[type="password"]:focus,
.row-commande form input[type="email"]:focus,
.row-commande form select:hover,
.row-commande form select:focus{
  outline: 1px solid #5293ce;
  box-shadow: none;
}*/

.row-commande form input[type="text"].error,
.row-commande form select.error{
  border: 1px solid #de001a;
}

.commande .picker__select--year,
.commande .picker__select--month{
  width: 22%;
  margin: 0 10px 0 0;
}
.commande .picker__holder {
    width: 100%;
}

.select-box{
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 1.6em;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.select-box select{
  width: 100%;
}

.commande section{
  clear: both;
  background: #f5f2f7;
  padding: 0 0 7px;
  margin: 25px 0 10px;
}
.page-template-page-etape-4 .commande section{
  margin: 12px 0;
}
.commande section:first-child{
  margin-top: 0px;
}
.commande section:last-child{
  margin-bottom: 0px;
}
.reassurance{
  padding: 15px 0 11px;
  font-size: 12px;
  float: right;
  width: 70%;
}
.reassurance ul{
  margin: 0;
}
.reassurance ul li{
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.reassurance ul li img{
  width: 50px;
  float: left;
  margin: 0 10px 10px 0;
}
.reassurance ul li p{
  font-size: 11px;
  margin-bottom: 3px;
}

.bloc-icone{
  text-align: center;
  margin: 40px 0;
}
.bloc-icone p{
  font-size: 12px;
}
.bloc-icone h2{
  margin-bottom: 10px !important;
}
.icone{
  border: 1px solid #5293ce;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  color: #5293ce;
  padding: 8px 0 0 1px;
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 5px;
}

.trois-blocs div{
  text-align: center;
}
.trois-blocs h4{
  font-weight: 300;
  color: #162549;
}

.quatre-blocs div{
  text-align: center;
}
.quatre-blocs p{
  font-weight: 300;
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 20px;
}

.clear{
  clear: both;
}
.btn:hover{
  background-color: #5293ce;
}
.btn-number{
  border-radius: 0px;
}
.choix_plaque .input-group{
  width: 48%;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  margin: 0;
  float: left;
}
.choix_plaque .input-group label{
  display: block;
  color: #000;
  font-size: 12px;
  padding: 0 0 0 2px;
  margin: 0 0 2px 0;
  line-height: 40px;
  margin-right: 9px;
}
.choix_plaque .input-group input[type=text]{
  height: auto;
  margin: 0;
  padding: 6px 10px !important;
  color: #1e1e1e;
  text-align: center;
  background-color: #fff;
  border: none !important;
  vertical-align: top;
  border-radius: 4px !important;
}
.input-group-btn{
  width: 6%;
}
.choix_plaque .input-group .btn-number{
  width: 42px;
  height: 42px;
  font-size: 14px;
  padding: 0;
  line-height: 0px;
}
.choix_plaque .input-group .btn-minus{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    border-color: #eee;
}
.choix_plaque .input-group .btn-plus{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    border-color: #eee;
}
.row-commande form .btn-submit,
.btn-submit,
.btn-order,
.stripe-form-container .stripe-button-el,
input[type="submit"]{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
  border-radius: 2px !important;
  text-transform: uppercase;
  background-color: #de001a;
  border: none;
  font-weight: 400;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  background-image: none;
}
.stripe-form-container .stripe-button-el span{
  background: none;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 3px 0;
  height: auto;
  min-height: 0 !important;
  line-height: normal;
}
.stripe-form-container .stripe-button-el:hover,
.stripe-form-container .stripe-button-el:active,
.stripe-form-container .stripe-button-el:focus{
  outline: none;
} 
.stripe-form-container .stripe-button-el:hover span,
.stripe-form-container .stripe-button-el:active span,
.stripe-form-container .stripe-button-el:focus span,
.stripe-form-container .stripe-button-el:disabled span{
  background: none !important;
  box-shadow: none !important;
}
.row-commande section .btn-submit{
  width: 250px;
  margin: 15px auto 15px auto;
}
.comment-body{
  margin-bottom: 20px;
}
form.form-coupon input[type="text"]{
  width: 49%;
  display: inline-block;
  font-size: 13px;
}
form.form-coupon .btn-submit{
  display: block;
  padding: 8px;
  margin-top: -7px;
  font-size: 13px;
}

.btn-order{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  font-size: 1.3em;
  font-weight: 500;
  border-radius: 2px !important;
  text-transform: uppercase;
  background-color: #de001a;
  border: none;
  min-height: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.btn-order:hover,
.btn-order:focus{
  color: #fff;
  text-decoration: none;
}

.btn-order:active {
  -webkit-box-shadow: inset 0 -2px #000;
  box-shadow: inset 0 -2px #000;
}

.row-commande form .btn-small,
.btn-small{
  padding: 7px 40px;
  width: auto;
  font-size: 13px;
  text-transform: none;
  display: inline-block;
  margin-top: 10px;
}
.user-form-section form .btn-submit{
  padding: 12px 0;
  font-size: 1.1em;
}
.forgot-password{
  display: block;
  margin-top: 6px;
  text-align: right;
}

.success-box,
.failure-box {
    padding: 25px 0;
}
.success-box p,
.failure-box p{
  text-align: center;
}
.success-box {
    background: #e9ffd9;
}
.success,
.success-box p{
    color: #00b500;
}
.failure-box {
    background: #ffecec;
}
.failure-box p{
    color: #E5000A;
}
.alert{
  margin: 0 15px 20px;
  border-radius: 0px;
}
.alert p{
  margin-bottom: 10px;
}
.error,
.details-service i.error{
  color: #E5000A;
}
.warning{
  color: #de001a;
}
.careful{
  color: #ff5c00;
}

.meta_wrap .cmsms-icon-location-3{
  padding-left: 54px;
  background: url(../images/france-flag.png) no-repeat top left;
  background-size: 47px auto;
}
.meta_wrap .cmsms-icon-location-3,
.meta_wrap .cmsms-icon-phone-4,
.meta_wrap .cmsms-icon-mail-3,
#header .header_top a{
  color: #fff;
}
.meta_wrap .cmsms-icon-location-3:before{
  display: none;
}
.site_icons,
.social_icons{
  margin-bottom: 0;
}
.social_icons li a{
  font-size: 14px;
}
.media iframe{
  width: 100%;
}

.preview{
  clear: both;
  position: relative;
  padding: 0;
  border: 1px solid #eee;
}
.preview.fixto-fixed{
  margin-top: 30px;
}
.preview-fixed{
  z-index: 1;
  margin-bottom: 52px;
}
.preview .preview-title{
  text-align: left;
  background: #f9f9f9;
  padding: 9px 24px 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #162549;
}
.preview .preview-content{
  padding: 15px;
  min-height: 145px;
}
.preview h3{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 15px 0 5px;
}
.preview .cart h3{
  margin-top: 0;
}
.preview .preview-footer{
  width: 100%;
  background: #f9f9f9;
  padding: 4px 12px;
  border-top: 1px solid #eee;
}
.preview .preview-footer .description{
  display: inline-block;
  width: 33%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}
.tarif{
  min-height: 50px;
}
.row-commande .tarif .btn-submit{
  float: right;
  width: 70%;
}
.tarif .prix-final{
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.tarif .prix-final sup{
  font-size: 65%;
  vertical-align: middle;
}
.preview .tarif{
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  color: #323232;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}
.preview .tarif div{
  display: inline-block;
}
.prix-barre{
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #333;
}
.preview .tarif.small{
  font-size: 20px;
}
.preview .tarif.small{
  color: #5293ce;
}
.preview .tarif.small span.title{
  text-align: left;
  float: left;
  color: #333;
}
.preview .infos li{
  color: #333;
  margin: 5px 0;
}
.preview .infos li i{
  margin-right: 5px;
}
.preview .infos li span{
  font-weight: bold;
  color: #5293ce;
}
.preview .infos.infos-immat li span{
  font-weight: normal;
  font-style: italic;
  color: #333;
}
.preview-form-actions{
  margin-top: 18px;
}
.page-template-page-etape-4 .preview{
  margin-bottom: 8px;
}
.page-template-page-etape-4 .preview-form-actions{
  margin-top: 0;
}
.coupon-show{
  display: block;
  font-size: 0.9em;
  text-align: left;
  margin-top: 15px;
  color: #162549;
  text-decoration: underline;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px; 
}
.coupon{
  font-size: 12px;
}
.coupon input[type="text"]{
  display: inline-block;
  width: 81%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.coupon .btn-submit{
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 9px 14px;
  vertical-align: top;
}
.coupon .error{
  text-align: center;
  font-size: 12px;
  color: red;
  margin: 10px 0;
}
.coupon .success{
  margin: 10px 0;
}
.code{
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}
.reduction{
  width: auto;
  font-size: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #de001a;
  border: 1px solid #de001a;
  border-radius: 3px;
  padding: 5px 6px;
}
.remove,
.remove i{
  font-weight: 300;
  color: #de001a;
}

.paiement-cb-text{
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  margin: 13px 0 0;
}

.infos-immat{
  text-align: center;
}
.infos-immat-left{
  margin-right: 10px;
  width: 35%;
}
.infos-immat-left img{
  width: 100%;
  height: auto;
}
.infos-immat-right {
  font-style: italic;
  line-height: 20px;
  width: 100%;
}
.infos-immat-left,
.infos-immat-right {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.infos-immat-left .modele{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding-top: 5px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  display: block;
}
.infos-immat .region{
  font-weight: bold;
}
.infos-immat-right div{
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}
.infos-immat-right div em{
  display: none;
}

.gauge-container{
  display: none;
  position: absolute;
  top: -6px;
  left: -42px;
  width: 200px;
  height: 57px;
}
#gauge-step{
  display: none;
}
.page-template-page-etape-1 .gauge-container{
  display: block;
}
.preview .tarif{
  margin-bottom: 0;
  color: #5293ce;
  min-height: 31px;
}

.header_mid_inner #navigation > li{
  padding: 0 20px;
}

#header .header_mid_inner .logo_wrap{
  width: 26%;
}

.header_mid_outer{
  border: 1px solid #e4e0d8;
}

.map-container #francemap{
  width: 100%;
  height: 400px;
}
#navigation > li > a,
html.csstransitions #navigation li > a{
  font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.home-search{
  position: relative;
  width: 100%;
  min-height: 0;
  background: url(../images/carte_grise_en_ligne.jpg) no-repeat center left;
  background-size: 100%;
  background-position: 0 -290px;
}
.row-header-hp{
  position: relative;
  background-size: 100%;
  background-position: 0 -130px;
  min-height: 30vw;
}
.bg-fade{
  padding: 10px 13px;
  margin: 20px 0;
  color: #fff;
  min-height: 170px;
  position: relative;
}
.bg-fade p{
  font-weight: 300;
}
.row-header-hp .vc_column-inner h1{
  font-size: 45px;
  font-weight: bold;
  margin: 30px 0;
  color: #fff;
  text-shadow: 2px 1px 10px rgb(0, 0, 0);
}
.row-header-hp .vc_column-inner h2{
  font-size: 23px;
  color: #fff;
  line-height: normal;
  width: 90%;
  margin: 0 auto;
  background: none;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 1px 10px rgb(0, 0, 0);
}
.home-search .col-md-4,
.home-search .col-md-8{
  padding: 0;
}
.header-gray-box {
  background: rgba(0,0,0, 0.7);
  padding: 10px 13px;
  max-width: 320px;
  margin: 20px 0;
  color: #fff;
  min-height: 170px;
}
.header-gray-box h2{
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px !important;
  margin-top: 10px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #fff;
}
.header-gray-box p{
  margin-bottom: 15px;
}
.header-gray-box p a{
  display: block;
  color: rgba(255,255,255,0.5);
  text-decoration: underline;
  font-size: 13px;
}
.header-gray-box .plaque{
  margin: 10px 0;
}
.btn-action,
.header-gray-box .red-strip {
  background: #5293ce;
  min-height: 0;
  display: block;
  color: #fff;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 3px 0;
  border-radius: 4px !important;
}
.btn-action:hover,
.header-gray-box .red-strip:hover {
  background: #fff;
  color: #5293ce;
  border-color: #5293ce;
}
.red-strip .circle {
  background: url(../images/time-circle.png) no-repeat 0 0;
  width: 37px;
  height: 36px;
  display: inline-block;
  line-height: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin: 7px 10px 0 0;
}
.red-strip .circle strong {
  font-weight: bold;
  display: block;
  font-size: 17px;
  padding: 7px 0 1px 0;
}
.plaque {
  width: 294px;
  height: 56px;
  /*background: url(../images/bg-plaque.png) no-repeat 0 0;*/
  background: #fff;
  background-size: 100%;
  margin: 20px 0 15px;
}
.plaque input {
  width: 100%;
  height: 56px;
  background: none;
  border: 0;
  font-size: 35px;
  font-weight: bold;
  color: #4b4139;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
}
.accroche {
  background: rgba(0,0,0, 0.6);
  padding: 20px;
  width: 100%;
  margin: 20px 0;
  min-height: 170px;
}
.accroche h1,
.accroche h2 {
  color: #fff;
  margin: 0;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.accroche h1{
  font-size: 33px;
  font-weight: bold;
  margin: 30px 0;
}
.accroche h2{
  font-size: 20px;
  margin: 30px 0px !important;
}
.home .section_heading{
  margin-bottom: 20px;
}
.home .section_heading h2{
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.section_heading{
  margin-bottom: 40px;
}
.section_heading h3{
  text-align: center;
  font-weight: 300;
}
.row-commande .nav-tabs {
    text-align: center;
    border: none;
}
.row-commande .nav-tabs > li{
  display: inline-block;
  float: none;
}
.row-commande .nav-tabs > li > a{
  color: #888;
}
.row-commande .nav-tabs > li.active > a,
.row-commande .nav-tabs > li.active > a:focus,
.row-commande .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #5293ce;
}
.row-commande .nav-tabs > li > a {
    border: none;
}
.row-commande .nav-tabs > li.active > a,
.row-commande .nav-tabs > li > a:hover {
    border: none;
    background: transparent;
    color: #5293ce;
}
.row-commande .nav-tabs > li > a::after {
    content: "";
    background: #5293ce;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.row-commande .nav-tabs > li.active > a::after,
.row-commande .nav-tabs > li:hover > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-pane:first-child{
  padding-top: 0;
}
.tab-content {
    padding: 20px
}
.lemonway-cb-choice{
  font-size: 0.9em;
}

.pull-right{
  float: right;
}
.center{
  text-align: center;
}
.no-margin-top{
  margin-top: 0 !important;
}

.checkoutsteps {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 10px;
  position: relative;
  max-width: 1000px;
  margin: 10px auto 30px auto;
}
.checkoutsteps:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
    background: #e0e0e0;
    overflow: hidden;
    clear: both;
}
.checkoutsteps li {
    list-style: none;
    color: #3b3b3b;
    cursor: pointer;
    font-size: 15px;
    float: left;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    width: 25%;
    height: 40px;
    font-weight: 400;
}
.checkoutsteps a {
    text-decoration: none;
    color: #3b3b3b;
}
.checkoutsteps li.active:before, .checkoutsteps li.current:before {
    height: 4px;
    bottom: -3px;
    background: #ff0303;
}
.checkoutsteps li:before {
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 2;
    bottom: -1.5px;
    right: 0;
    transform: translate(-50%, 0);
    display: block;
    background: #e0e0e0;
    content: '';
}
.checkoutsteps li.current:after {
    background: #ff0303;
}
.checkoutsteps li:after {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    content: '';
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    background: #e0e0e0;
    border-radius: 50%;
}
.checkoutsteps li.active:after {
    content: '\2714';
    color: #fff !important;
    background: #ff0303 !important;
}

.wizard{
  margin-bottom: 20px;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    border: none;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 47%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: pointer;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 19px;
    color: #959595;
    font-weight: 300;
}
span.round-tab i{
    color:#5293ce;
}
span.round-tab span{
  font-size: 14px;
  display: block;
  margin: -7px 0 0 0;
  color: #959595;
  font-weight: 300;
  text-transform: uppercase;
}
.wizard-inner li:nth-child(2) span.round-tab span{
  margin: -7px 0 0 -24px;
}
.wizard-inner li:nth-child(3) span.round-tab span{
  margin: -7px 0 0 -7px;
}
.wizard-inner li:nth-child(4) span.round-tab span{
  margin: -7px 0 0 -8px;
}
.wizard li.active span {
    color: #5293ce;
    font-weight: 400;
}
.wizard li.active span.round-tab {
    background: #5293ce;
    color: #fff;
    font-weight: 600;
}
.wizard li.active span.round-tab:before {
  background: #5293ce;
  content: " ";
  height: 1px;
  right: 42px;
  position: absolute;
  top: 23px;
  width: 205px;
  z-index: 5;
}
.wizard li:first-child span.round-tab:before {
  display: none;
  content: "";
}
.wizard li.active span.round-tab i{
    color: #fff;
}

span.round-tab:hover {
    color: #333;
    border: 1px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

/* three items */
.wizard .nav-tabs > li:first-child:nth-last-child(3),
.wizard .nav-tabs > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

/* four items */
.wizard .nav-tabs > li:first-child:nth-last-child(4),
.wizard .nav-tabs > li:first-child:nth-last-child(4) ~ li {
  width: 24%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5293ce;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 45px;
    height: 45px;
    margin: 13px auto 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li:first-child a{
  margin-left: 55px;
}
.wizard .nav-tabs > li:last-child a{
  margin-right: 55px;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

p.ignore{
  text-align: right;
  margin: 0 28px 0 0;
}

#material{
  text-align: center;
}
.commande .liste-plaques{
  margin: 0;
  padding: 0 10px;
}
.choix_plaque{
  float: left;
  width: 100% !important;
  position: relative;
  text-align: left;
  background-color: #fff;
  color: #fff;
  padding: 0;
  margin: 2px 3px;
  text-align: left;
  display: inline-block;
  color:#555555;
  border: 1px solid #e4e0d8;
  border-radius: 16px;
}

.choix_plaque .price{
    background-color: transparent;
    padding: 4px;
    margin: 3px;
    font-weight: bold;
    font-size: 18px;
}
.commande .choix_plaque .price{
  display: inline;
  padding: 0 5px;
  width: 95px;
  background-color: #D90019;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.commande .choix_plaque .old-price{
  text-decoration: line-through;
  font-weight: normal;
  background-color: #333;
}
.commande .choix_plaque form{
  margin-top: 3px;
  padding-top: 7px;
  border-top: 1px solid #ccc;
}
.commande .choix_plaque select.form-control{
  width: 90%;
  margin: 0 auto;
  height: 30px;
}
.commande .choix_plaque a:hover{
  cursor:pointer;
  border: 1px solid #de001a;
  outline: none;
}
.commande .choix_plaque a.active{
  border: 2px solid #de001a;
}
.choix_plaque img{
  width: auto;
  height: 83px;
  float: left;
  margin: 8px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #d7cdcd6e;
}
#material .active a{
  background-color:#5293ce!important;
  color:#fff!important;
}
.choix_plaque .description{
  font-size: 13px;
  padding: 5px;
  color: #4a4747;
  float: left;
  display: block;
  text-align: center;
}

.choix_plaque .description p{
  font-size: 13px;
  padding: 5px;
  color: #4a4747;
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 10px;
}
.btn-add-to-cart{
  background: #4d4d4f !important;
  margin-left: 14px;
  margin-right: 15px;
  max-width: 220px;
  float: right;
}
#add_plaques_auto,#add_plaques_moto,#add_plaques_4x4{
  width: 100%;
  float: left;
}
.choix_plaque .prix{
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.choix_plaque span span{
  margin: 0;
  padding: 0;
  display: inline;
}
.choix_plaque span span i{
  font-style:normal;
}

.btn-add-to-cart,
.row-commande section .btn-submit.btn-add-to-cart{
  width: 90%;
  font-size: 12px;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
}

ul.region_list{
  float: left;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 100%;
}

ul.region_list .popover-markup {
  display: inline-block;
}

ul.region_list li {
  margin-bottom: 12px;
  margin-right: 12px;
  opacity: 0.45;
  width: 51px;
  position: relative;
}

ul.region_list li.active,
ul.region_list li:hover {
  opacity:1;
  filter:alpha(opacity=100);
  cursor:pointer;
}

ul.region_list li img{
  width: 100%;
  height: auto;
}

.popover-content .btn-dpt{
  background-color: #5293ce;
  border: medium none white;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 2px;
  text-align: center;
}

.popover-title {
  text-align: center!important;
}
.blue{
  color: #5293ce;
}

.cart{
  list-style: none;
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.cart li{
  padding: 7px 0 0;
  position: relative;
  min-height: 44px;
  clear: both;
}
.cart li:after{
  content: '';
  clear: both;
  display: block;
}
.cart li:first-child{
  padding-top: 0;
}
.cart li:last-child{
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
/*.cart li:nth-last-child(2){
  border-bottom: none;
}*/
.cart li.cart-plaque{
  border-bottom: none;
}
.cart li div{
  vertical-align: top;
}
.cart li p{
  line-height: 19px;
  font-size: 0.9em;
  margin-bottom: 0;
  clear: both;
}
.cart li .description p:last-child{
  margin-bottom: 10px;
}
.cart li div.description{
  float: left;
  width: 245px;
}
.cart li div.description .avis img{
  width: 75px;
  margin-left: -3px;
  margin-right: 4px;
}
.big-avis .avis{
  display: block;
  text-align: center;
}
.cart li div.description .avis{
  display: block;
  margin-bottom: 10px;
}
.avis span,
.cart li div.description .avis span,
.form-landing-page .avis span{
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  display: inline-block;
  padding-top: 4px;
}
.big-avis .avis span{
  font-size: 16px;
}
.form-landing-page .avis{
  text-align: center;
  display: block;
  text-decoration: none;
}
.form-landing-page .avis img{
  display: inline-block;
  vertical-align: sub;
}
.cart li div.title{
  font-weight: bold;
  margin-bottom: 7px;
  width: 245px;
  font-size: 16px;
  vertical-align: top;
  padding-top: 3px;
  line-height: normal;
}
.cart li div.price{
  float: right;
  font-weight: bold;
  text-align: right;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  vertical-align: top;
}
.cart td{
  padding: 10px 0 5px 0;
  font-size: 1em;
}
ul.details-service{
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.details-service li{
  padding: 0 0 5px;
  font-size: 13px;
  min-height: 0;
  border: none;
}
.details-service li:last-child{
  border: none;
}
.details-service i{
  color: #5293ce;
}

.big-text{
  font-size: 20px;
}

.vc_row.row-header-hp table{
  width: 512px;
  margin: 0 auto;
}
.vc_row.row-header-hp:before{
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(66, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.vc_row.row-header-hp .bg-fade{
  width: 1140px;
  margin: 0 auto;
  padding-top: 2vw;
}
.vc_row.row-header-hp .bg-fade .btn-action{
  width: 265px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 155, 196, 1);
  border-radius: 5px;
  padding: 5px 0;
  transition: background-color 0.4s ease 0s !important;
  padding: 20px;
  white-space: normal;
  line-height: normal;
}
.vc_row.row-header-hp .bg-fade .btn-action:hover,
.vc_row.row-header-hp .bg-fade .btn-action:focus,
.vc_row.row-header-hp .bg-fade .btn-action:active{
  text-decoration: none;
  background: rgba(0, 32, 74, 1);
  color: #fff;
}
.main_header_container {
  border-bottom: 1px solid rgba(186, 197, 205, 1);
}

table{
  border: none;
}
table td{
  padding: 10px;
  font-size: 13px;
}

.vc_row.row-header-hp table{
  width: 512px;
  margin: 0 auto 0 auto;
  margin-top: 20px;
}
.vc_row.row-header-hp table td{
  border: none;
  padding: 5px;
}
.vc_row.row-header-hp table td p{
  font-size: 23px;
  line-height: normal;
}

.recap table{
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border: none;
}
.recap table th{
  text-align: center;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  border: none;
}
.recap table td{
  padding: 7px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.recap table td:first-child{
  background: #fff;
  width: 35%;
  border-right: none;
}
.recap table td.recap-demarche{
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: bold;
  font-size: 15px;
}
.recap table td.recap-title{
  text-align: center;
  border: 1px solid #ddd;
}

a.underlined{
  text-decoration: underline;
}

#plaquebg-container{
  background: #f4f4f4;
  padding: 5px 0;
  margin: 10px 0 0;
}
.plaquebg{
  position: relative;
  background: url(../images/plaque.jpg) no-repeat top left;
  background-size: auto;
  width: 260px;
  height: 43px;
  border: 0 none;
  color: #4b4139;
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
  outline: medium none;
  padding-left: 3px;
  padding-top: 2px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}
#region-pic{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 16px;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 16px;
  font-size: 13px;
}
.picker__select--month {
  width: 36%;
}
.picker__table {
  font-size: 14px;
}

.row-commande form .btn-submit:hover,
.btn-submit:hover,
.btn-submit:focus{
  background: #ff0303;
  color: #fff;
  text-decoration: none;
}

.row-commande form .btn-disabled,
.row-commande a.btn-disabled,
.btn-disabled,
.btn-disabled:focus,
.btn-disabled:active,
.btn-disabled:hover,
.row-commande form .btn-disabled:hover,
.row-commande form .btn-submit.btn-disabled:hover,
.row-commande a.btn-disabled:hover,
.stripe-form-container .stripe-button-el:disabled:hover{
  background: #ddd !important;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: none;
}
.btn-disabled:hover{
  cursor: default;
}

.btn-heberges{
  margin: 15px 10px 0;
  text-align: center;
}
a.btn-heberge{
  display: inline-block;
  border: 1px solid #ddd;
  color: #000;
  padding: 15px;
  margin: 10px 5px !important;
  border-radius: 4px;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
}
a.btn-heberge.active,
a.btn-heberge:hover{
  color: #1c8ddd;
  border-color: #1c8ddd;
}

.user-form-section .loader{
  margin-bottom: 13px;
}
.user-form-section .messages{
  padding: 10px 20px 20px;
  text-align: center;
}

.messages{
  font-size: 20px;
  font-weight: bold;
}

#integration-list {
    width: 80%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    overflow: hidden;
}
#integration-list ul > li a,
#integration-list ul > li .detail{
    padding: 15px;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #f6f6f6;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
#integration-list ul > li h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
#integration-list ul > li h2 span {
    font-size: 12px;
}
#integration-list ul li a:hover{
  text-decoration: none;
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 3px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.step_block{
  margin-bottom: 30px;
}
.step_block .number{
  font-size: 45px;
  font-weight: bold;
  text-align: right;
  line-height: 38px;
  color: #5293ce;
}
.step_block .title{
  font-weight: bold;
}

.onglets .vc_column_container>.vc_column-inner,
.no-padding .vc_column_container>.vc_column-inner{
  padding: 0;
}
.wpb_column .wpb_gmaps_widget .wpb_wrapper{
  padding: 0;
}
.vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
  margin-right: 10px;
}
.vc_tta-container .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{
  margin-right: 0;
}
.vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child{
  margin-right: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    color: #fff;
    border-color: #5293ce;
    background-color: #5293ce;
    border-radius: 0;
    width: 182px;
    text-transform: uppercase;
    text-align: center;
    min-height: 64px;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}
.vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child a{
  width: 197px;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:hover {
    color: #5293ce;
    background-color: #fff;
    border-color: #5293ce !important;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #fff;
    color: #5293ce;
}
.vc_tta-container .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before,
.vc_tta-container .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
  display: none;
}

.vc_tta-container .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
  border-bottom-color: #5293ce !important;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
  border-color: transparent;
  background-color: #fff;
  border-radius: 0;
  margin-top: 32px;
}

.main_header_container .container{
  max-width: 1042px;
}

.detail-tarif{
  clear: both;
  margin: 10px 0;
  font-size:13px;
}
.detail-tarif .show-details{
  float: right;
  font-size:11px;
  color: #162549;
  margin-bottom: 10px;
}
.detail-tarif .details{
  clear: both;
  text-align: right;
}
.detail-tarif .details p{
  margin-bottom: 0;
  font-size:11px;
}

/* Formulaire Hamdi */

input[type="submit"].bouton_desactive
{
  background-color: #ddd;
    color: #333;
    border: 0 none;
    opacity: 0.6;
}

input[type="submit"].bouton_desactive:hover,
input[type="submit"].bouton_desactive.hover {
  color: #333 !important;
}

input[type="submit"].btn-center{
  width: 300px;
  margin: 0 auto;
  font-weight: 300;
}

.file_icone{
  font-size: 16px;
}
input[type="submit"].btn-custom,
input[type="submit"].btn-custom:hover
{
  background-color:#FF5C00;
  color:white;
  text-align:center;
}

 .input-group.file-caption-main .input-group-btn{
  min-width: 34px;
 }
 .input-group>.file-caption.form-control{
  width: 90%;
  flex: none;
}
.btn.fileinput-cancel-button{
  display: none;
}

.ui-widget.ui-widget
{
  border:none;
}

.ui-widget-header
{
  background-color: #00B500;
}

.ui-widget-content{
  background-color: #f7f7f7;
}

.ui-progressbar
{
  height:1.25em;
}

.panel-default
{
  border: 1px solid #ddd;
  background: #fff;
}

.panel-body ul{
  list-style-type: disc;
  padding-left: 25px;
}

.panel-title > a:hover,
.panel-title > a:focus{
  text-decoration: none;
  color:#333;
}

#upload-form h4.panel-title{
  margin: 0 !important;
  font-size: 14px;
  text-transform: none;
  font-weight: normal !important;
}

.upload-ok i{
  color: #00B500;
}
.upload-ko i{
  color: #E5000A;
}

.block-signature{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.modifier-infos{
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 12px !important;
  font-weight: normal;
  text-transform: none !important;
}

.file-drop-zone{
  height: auto;
}

@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
}

@media (min-width: 1400px){
  .container {
    width: 1140px;
  }

  .trois-lignes p{
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    margin: 105px 73px 0;
  }

  .row-temoignage{
    background-position: right 45.1% top;
  }

  .quatre-images .infos{
    padding-top: 21%;
  }
  .quatre-images .infos p{
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  html, body {
    font-size: 13px;
  }

  .vc_row.row-header-hp .bg-fade{
    width: 100%;
    padding: 20px 20px 40px;
  }
  .row-header-hp{
    min-height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .vc_row.row-header-hp .bg-fade .btn-action{
    margin-bottom: 10px;
  }

  .footer .widget_content p{
    padding-left: 0;
  }
  .header_top,
  .cmsms_breadcrumbs,
  .top_header_container{
    display: none;
  }
  .headline_outer .headline_inner .headline_text .entry-title{
    font-size: 20px;
    line-height: normal;
  }
  .navbar-brand{
    padding: 22px 4px;
  }
  .header-gray-box{
    margin: 15px auto;
  }
  .header-gray-box h2{
    font-size: 22px;
    display: none;
  }
  .header-gray-box p{
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
  }
  .navbar-brand{
    float: none;
    display: inline-block;
    height: auto;
    padding: 4px 0;
    vertical-align: middle;
  }
  .row-header-hp .vc_column-inner h1{
    font-size: 22px;
    margin: 10px;
  }
  .row-header-hp .vc_column-inner h2{
    font-size: 14px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
  }
  .navbar-header{
    text-align: center;
  }
  .navbar-header img {
    width: 250px;
  }
  .navbar-toggle{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
  }
  .navbar-default .navbar-toggle{
    border: none;
  }
  .navbar-default .navbar-toggle:hover{
    background: none;
  }
  .row-bg{
    background-size: cover;
    background-position: 47%;
  }
  .row-bg .wpb_text_column h1{
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  }
  .row-bg h2{
    display: block;
    font-size: 16px;
    text-align: center !important;
    margin: 0 !important;
    line-height: normal;
  }
  .row-bg .wpb_text_column p{
    margin: 30px 0 20px !important;
  }
  .row-bg .wpb_text_column p a{
    font-size: 13px;
  }
  .row-bg-big{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .bg-fade{
    margin: 15px 0;
  }
  .btn-action,
  .header-gray-box .red-strip{
    font-size: 13px;
    padding: 0;
    line-height: 42px;
  }
  .plaque{
    width: 99%;
  }
  .plaque input{
    height: 55px;
  }
  .home-search {
    min-height: 0;
    background: url(../images/carte_grise_en_ligne.jpg) no-repeat center center;
    background-size: auto 153%;
  }
  .groupon{
    display: none;
  }
  .block_how_it_works .numero {
    width: 50px;
    height: 50px;
    padding: 5px 0;
  }
  .accroche{
    padding: 20px 0;
    position: relative;
    bottom: auto;
    height: auto;
    min-height: 0;
    margin: 0 auto 20px;
  }
  .accroche h1{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    width: 90%;
  }
  .accroche h2 {
    font-size: 12px;
    text-align: center;
    margin: 0 auto 20px !important;
    width: 90%;
  }
  .header-gray-box,
  .accroche{
    width: 100% !important;
    max-width: 320px;
  }
  .presentation{
    padding: 20px 0;
  }
  .presentation h3{
    font-size: 26px;
  }
  h1{
    font-size: 19px;
    margin: 25px 0 15px;
  }
  h2, .h2 {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  h3,
  .wpb_text_column h3,
  .titre-gris h2{
    font-size: 18px;
    line-height: normal;
  }
  .titre-gris{
    margin-left: -10%;
    margin-right: -10%;
  }
  .etapes,
  .vc_col-sm-12 .etapes {
    background-position: 11px;
  }
  .etapes h3,
  .vc_col-sm-12 .etapes h3{
    font-size: 14px;
  }
  .etapes div,
  .vc_col-sm-12 .etapes div{
    width: 185px;
  }
  .etapes p,
  .vc_col-sm-12 .etapes p{
    font-size: 11px;
    max-height: 120px;
    overflow: hidden;
  }
  .etapes div:first-child,
  .vc_col-sm-12 .etapes div:first-child {
    top: 30px;
    left: 70px;
  }
  .etapes div:nth-child(2),
  .vc_col-sm-12 .etapes div:nth-child(2) {
    top: 376px;
    left: -8px;
  }
  .etapes div:nth-child(3),
  .vc_col-sm-12 .etapes div:nth-child(3) {
    top: 525px;
    left: -8px;
  }
  .etapes div:nth-child(4),
  .vc_col-sm-12 .etapes div:nth-child(4) {
    top: 694px;
    left: -8px;
  }
  .etapes div:nth-child(2) span,
  .etapes div:nth-child(3) span,
  .etapes div:nth-child(4) span{
    right: -60px;
    left: auto;
  }

  .block-signature{
    width: 100%;
    height: auto;
  }
  .modifier-infos {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
  }

  .row-upload-form .tab-content,
  #panel-signature .col-md-12{
    padding: 0;
  }

  .row-gris h2{
    margin: 10px 0 !important;
  }

  .row-temoignage{
    background-repeat: repeat-y;
    background-position: right 46px top;
  }
  .row-temoignage blockquote{
    width: 100%;
    padding: 62px 0;
    margin: 15px 0;
  }
  .wpb_text_column blockquote:last-child{
    margin-bottom: 15px;
  }
  
  .reassurance-right-small {
    margin-top: 14px;
  }

  .form-landing-page{
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 20px 5px;
    z-index: 1000;
    background: #fff;
    width: 100%;
    -moz-box-shadow: 0px -1px 5px 0px #ddd;
    -webkit-box-shadow: 0px -1px 5px 0px #ddd;
    -o-box-shadow: 0px -1px 5px 0px #ddd;
    box-shadow: 0px -1px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=90, Strength=5);
  }
  .form-landing-page form{
    background: none;
    padding: 0;
    margin-bottom: 15 px;
  }
  .form-landing-page .btn-order{
    font-size: 12px;
    margin: 0;
  }
  .form-landing-page p,
  .form-landing-page .form-group{
    display: none;
  }
  .form-landing-page .form-group:last-child{
    display: block;
  }
  .form-landing-page ul.reassurance-right {
    border: none;
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 320px;
    height: 65px;
  }
  .form-landing-page ul.reassurance-right li{
    font-size: 9px;
    background-size: 28px;
    padding-top: 32px;
  }
  .form-landing-page .avis {
    font-size: 11px;
  }
  .form-landing-page .avis img{
    width: 70px;
  }
  .form-landing-page .form-group{
    margin-bottom: 5px;
  }

  .page-template-page-etape-5 .recap{
    display: none;
  }

  .quatre-images .infos{
    padding-top: 20px;
  }
  .quatre-images .infos h3,
  .quatre-images .infos p{
    width: 100%;
  }
  .quatre-images .infos p{
    font-size: 10px;
  }
  .trois-lignes p{
    margin: 30px;
  }
  .quatre-blocs p{
    margin-bottom: 30px;
  }

  .entry-content table{
    width: 100% !important;
  }

    .entry-content table .product-remove{
    width: 20px !important;
  }
 
  .entry-content table td{
    text-align: center !important;
    width: 100% !important;
  }

  ul.category-box li,
  ul.category-box li:first-child {
      width: 50%;
      display: inline-block;
      margin-bottom: 10px;
  }
  ul.category-box li a{
    width: 100%;
    margin: 0;
    background-size: 90px;
    padding: 85px 0 0;
  }
  ul.category-box li a span{
    font-size: 9px;
  }
  .row-commande{
    margin: 0;
    padding: 0 18px;
  }
  .row-commande .container{
    padding: 0;
    margin: 5px auto;
  }
  .commande{
    margin: 0;
  }
  .commande ul{
    margin: 10px;
  }
  .commande h2 a{
    color: #162549;
    top: -18px;
    right: 0;
  }
  .row-commande form .btn-submit{
    margin: 15px auto 25px;
    width: 100%;
  }
  #preview-container{
    padding-bottom: 40px;
  }
  ul.reassurance-right {
    padding: 0 !important;
    margin: 0;
  }
  .page-title h1{
    font-size: 19px;
    margin: 30px 0 10px;
  }
  .choix_plaque{
    width: 100%;
    margin: 0;
  }
  .choix_plaque a{
    margin-bottom: 15px;
  }
  .preview{
    position: relative;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    margin: 0 0 30px;
    padding: 0;
  }
  .preview h2{
    margin: 0;
  }
  .preview .infos{
    margin: 15px;
  }
  .preview .infos li{
    font-size: 12px;
  }
  .preview .last-line{
    position: relative;
    bottom: auto;
    margin: 0;
  }
  .gauge-container {
    left: -35px;
  }
  .preview{
    min-height: 0;
    margin-bottom: 0;
  }
  .preview .tarif{
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    border-top: none;
    padding-top: 0;
  }
  .cmsms_theme_icon_slide_top{
    display: none !important;
  }
  .page-title{
    padding: 0 20px;
  }
  #paiement .radio img{
    width: 100%;
  }
  .home .middle_inner{
    padding-top: 30px;
  }
  .infos-immat{
    padding: 0 30px;
  }
  .infos-immat-left,
  .infos-immat-right{
    width: 49%;
  }
  .infos-immat-right{
    margin-top: 15px;
  }
  .reassurance {
    display: none;
    font-size: 8px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .reassurance ul li {
    width: 30%;
  }
  .reassurance ul li img {
    width: 40px;
    float: none;
  }
  .reassurance ul li p {
    font-size: 7px;
    margin-bottom: 3px;
  }

  .page-title{
    margin: 0;
  }
  .checkoutsteps{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 82px;
  }
  .checkoutsteps li{
    font-size: 11px;
  }
  .tarif .prix-final{
    float: none;
    padding: 0 20px 10px;
  }
  .commande section:last-child{
    margin-bottom: 20px;
  }
  .row-commande .tarif .btn-submit {
    float: none;
    width: 100%;
  }
  form.form-coupon .btn-submit{
    margin: 0;
  }
  .footer{
    padding: 30px 0 175px;
  }
  .footer_logo{
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #85808c;
  }
  .footer_logo img{
    width: 250px;
  }
  .page-template-page-etape-1 .footer,
  .page-template-page-etape-2 .footer,
  .page-template-page-etape-3 .footer,
  .page-template-page-etape-4 .footer,
  .page-template-page-etape-5 .footer{
    display: none;
  }
  .footer .widget,
  .footer .widget .widget_title,
  .footer .widget ul{
    text-align: center;
  }
  .footer .widget ul{
    width: 100%;
  }
  .footer .meet i{
    display: none;
  }
  .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
  .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #fff;
    background: #5293ce;
  }
}

@media only screen and (max-width: 400px) {
  .map-container #francemap{
    width: 100%;
    height: 350px;
  }
  .header-gray-box p a{
    font-size: 13px;
  }
}

/* Loader */
.loader {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 21px;
}
.loader.show {
  display: block;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.loader.white .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color_white 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color_white 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #5293ce;
  }
  40% {
    stroke: #178dab;
  }
  66% {
    stroke: #5293ce;
  }
  80%,
  90% {
    stroke: #178dab;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #5293ce;
  }
  40% {
    stroke: #178dab;
  }
  66% {
    stroke: #5293ce;
  }
  80%,
  90% {
    stroke: #178dab;
  }
}
@-webkit-keyframes color_white {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}
@keyframes color_white {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}


