body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 70px;
    background-color: #fefefe;
    color: #1c1e21;
}
body.layout-default {
    height: calc(100% - 70px);
}
html {
    height: 100%;
}
#middle-container {
    min-height: 100%;
}
.panel-heading {
    position: relative;
}
.starter-template {
    padding: 80px 15px;
    text-align: center;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.btn {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.page-header .btn {
    font-weight: bold;
    text-transform: uppercase;
    /*border-radius: 25px;*/
}
.page-header .btn-default {
    color: #f16a34;
    background-color: rgba(255, 255, 255, 1.0);
    border-color: #fff;
}
.page-header .btn-default:hover,.page-header .btn-default:focus,.page-header .btn-default:active:focus, .page-header .btn-default:active:hover, .page-header .btn-default:active {
    color: #f16a34;
    background-color: rgba(255, 255, 255, 1.0);
    border-color: #fff;
}
/*
.dropdown-header {
    color: #fff;
}*/

h5, h6, h4,h3,h2 {
    margin-top: 0;
}
h4, h5, h6 {
    color: #f16a34;
}
.h4, h4 {
    font-size: 20px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: inherit;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #f16a34;
}
.navbar-inverse .navbar-toggle {
    border-color: #f16a34;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #f16a34;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #f16a34;
    border-color: #f16a34;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.alert-info {
    color: #1c1e21;
    background-color: #E3F3FB;
    border-color: #7EB9D9;
}
.alert-info h2, .alert-info h3 , .alert-info h4 {
    color: #1E6B94;
}

.page-draw .alert-info {
    color: #000;
    /*background-color: #fb7f99;
    border-color: #fb7f99;
    border-color: #ea9831;*/
    border-color: #f16a34;
    background: #eeb231 /*url(../images/bg-card-back.png) no-repeat;
    background-size: 100% 100%;*/
}
.page-draw .alert-info * {
    color: #000 !important;
}
.page-draw .alert-info h2, .page-draw .alert-info h3 {
    color: #000 !important;
}

.btn-link, .btn-link:focus, .btn-link:hover {
    color: #1E6B94;
}
a:focus, a:hover {
    color: #1E6B94;
    text-decoration: underline;
}
a {
    color: #1E6B94;
    text-decoration: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #f16a34;
}
@media (max-width: 767px) {
    #navbar .dropdown-menu>li>a{
        white-space: normal;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
    }
}
.navbar-inverse .navbar-nav>li>a{
    color: #1c1e21;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #f16a34;
}
.navbar-inverse .navbar-brand {
    color: #f16a34;
    font-weight: bold;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ff9e77;
}
.navbar {
    -webkit-box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
}
.btn-login span{
    background: #f16a34;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    border-radius: 25px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: -10px;
}
.btn-account, .btn-login {
    font-weight: bold;
}
.fullpage hr {
    border: 0;
    border-top: 6px solid #ff9e77;
    width: 100px;
    margin: 20px auto 40px;
}
.section {
    padding: 30px 0;
}
.fullpage .section {
    padding: 40px 0;
}
.fullpage .section h3 {
    font-weight: normal;
    font-size: 30px;
}
.section.black {
    background: #fb7f99;
    background:  #ea9831 url('../images/bg-card-back.png') no-repeat;
    /*background: #efb731;*/
    background-size: 100% 100%;
    color: inherit;
}
.section.black hr{
    border-color: #fff;
}
.section.black h3,
.section.black h4 {
    color: inherit;
    font-weight: bold;
}
.section.testimonial {
    background: #E3F3FB;
}
.section.testimonial hr{
    border-color: #1E6B94;
}
.section.testimonial h4 {
    color: inherit;
    margin-bottom: 60px;
}

.section.testimonial blockquote {
    border-color: #1E6B94;
}
blockquote {
    border-color: #ff9e77;
}
.page-draw-title {
    line-height: 1.1;
}
.page-draw-title,
h2 {
    color: #f16a34;
    margin-bottom: 15px;
}
.page-draw-title,
.page-draw h2 {
    color: #d2372d;
    font-weight: bold;
}
.page-header h2 {
    color: #fff;
}
.card {
    display: block;
    margin-bottom: 15px;
    width: 0px;
    height: 75px;
    background:#eee;
    border: 1px solid #aaa;
    cursor: pointer;
}
a.card {
    color: #fff;
}

.aside h4,.aside h3,.aside h2 {
    font-weight: normal;
    margin-top: 0;
}
blockquote {
    margin-bottom: 20px;
    font-size: 16px;
}
blockquote:last-of-type {
    margin-bottom: 20px;
}
.well blockquote {
    margin-bottom: 20px;
}
.well blockquote:last-of-type {
    margin-bottom: 0;
}

.modal-title,
.page-draw h2 {
    font-size: 20px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body.page-draw:not(.page-default-end) #middle-container {
    /* Margin bottom by footer height */
    padding-bottom: 70px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f2f2f2;
}
#help-btn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    font-size: 50px;
    line-height: 1rem;
    border-radius: 50%;
    background: #fff;
}
.footer-links {
    margin: 10px 15px;
    font-size: 13px;
    color: #999;
}
.footer-links a{
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container .request {
    margin: 10px 0;
    display: block;
}
.footer .container .request cite {
    font-weight: bold;
    font-size: 15px;
    display: block;
}
.footer .container .request .card-label {
    font-size: 12px;
}



.cards-list li {
    vertical-align: top;
}
.card {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position: relative;
    display: block;
    text-align: right;
    width: 60px;
    height: 75px;
    background: transparent url('../images/bg-card-back.png') no-repeat;
    background-size: 100% 100%;
    border: 1px solid #777;
}
.card > span {
    display: block;
    position: absolute;
    right:5px;
    bottom: 5px;
    top: auto;
}
.card-locked {
    background-color:#eee;
    background: transparent url('../images/bg-card-back-locked.png') no-repeat;
}
.card .card-inner {
    width: 100%;
    height: 100%;
    /*padding-right: 5px;
    margin-bottom: 15px;*/
    padding-right: 2px;
    background-image: url('../images/bg-card.png?v=4');
    background-position: center center;
    background-repeat: no-repeat;
}

.card.card-locked .card-inner {
    background-image:url('../images/bg-card-locked.png?v=4');
    color: #555;
}
.page-collection-help_request_choice_lite_1 .card:hover,
.page-collection-help_request_choice_1 .card:hover {
    text-decoration: none;
}
.page-collection-help_request_choice_lite_1 .card,
.page-collection-help_request_choice_1 .card{
    color:#f16a34;
    font-size: 20px;
    display: table;
    border: 1px solid #f16a34;
    cursor: pointer;
    text-align: center;
    background: none;
}
.page-collection-help_request_choice_lite_1 .card .card-inner,
.page-collection-help_request_choice_1 .card .card-inner {
    background: none;
    display: table-cell;
    vertical-align: middle;
}
.page-collection-help_request_choice_lite_1 .card:hover,
.page-collection-help_request_choice_1 .card:hover {
    background: #f16a34;
    color:#fff;
}

a.disabled {
    opacity: 0.5;
}

h5{
    font-size: 18px;
    line-height: 1.8rem;
    font-weight: 500;
}
h6{
    font-size: 14px;
    font-weight: 500;
}

body#tinymce {
    padding-top: 0;
    margin-bottom: 0;
}

/* Slider */
.header-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/fond-ligne1-l.jpg');
    opacity: 0.5
}

.header-filter:before {
    /*background-color: rgba(0,0,0,.4);*/
}
.header-filter:before, .header-filter:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.page-header {
    position: relative;
    will-change: transform;
    overflow: hidden;
    margin: -20px 0 0 ;
    padding: 0;
    border: 0;
    background-color: #fb7f99;
    background-position: center center;
    background-size: cover;
}
.text-size-mini {
    font-size: 11px;
}
.text-size-small {
    font-size: 12px;
}
.page-header-container h2,
.page-header-container h3,
.page-header-container h4,
.page-header-container p{
    /*color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 3px #f16a34;*/
color: #000;
font-weight: bold;
}
.page-header-container h2 {
font-size: 25px;
font-weight: bold;
}

.page-header-container h4 {
font-size:  20px;
}

.section.black .list-buttons,
.page-header-container .list-buttons {
margin: 30px 0 0;
}

.page-header-container {
text-align: center;
color: #fff;
padding: 60px 15px 45px;

}
.homepage .page-header-container{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.page-header-container li {
margin-bottom: 15px;
}
.text-colored {
    color: #f16a34;
}

.btn-primary {
background-color: #f16a34;
border-color: #f16a34;
}
.btn-primary:hover, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
background-color: #ff9e77;
border-color: #f16a34;
}

.page-draw .btn {
white-space: normal;
}
.fullpage .page-header .logo {
max-width: 150px;
margin: 0 auto 15px;
}
.fullpage .page-header .logo img {
width: 100%;
}
#accordion a {
    text-decoration: none;
}
@media (min-width: 768px) {
    #navbar{
        float: right;
    }
    #navbar .nav>li>a {
        padding-left:5px;
        padding-right:5px;
    }
    .navbar-inverse .navbar-brand {
        padding-right: 0;
    }
    blockquote {
        font-size: 17px;
    }
    .page-citations blockquote {
        font-size: inherit;
    }
    .modal-title, .modal-title {
        font-size: 25px;
    }
    .page-draw-title,
    .page-draw h2{
        font-size: 25px;
    }
    .page-header-container h2 {
        font-size: 30px;
    }

    .fullpage .page-header .logo {
        max-width: 300px;
    }
    /*.page-header-container {
        padding: 100px 40px 85px;
    }*/
        .header-small .page-header-container {
            padding-top: 80px;;
            padding-bottom: 65px;
        }
}
#pricing {
    text-align: left;
    padding-top: 30px;
}
.page-pricing #pricing{
    padding-top: 0;
}
#pricing .pricing-item{
    width: calc(100% - 20px);
    border: 2px solid #FFFFFF;
    padding: 20px 15px;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#pricing .offer-price {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: -2px;
    padding: 0;
    vertical-align: middle;
}
.offer-price-tag {
    display: flex;
    align-items: center!important;
    padding: 10px 0 10px;
    text-align: left;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}
#pricing .offer-price-tag-hidden .offer-price{
    display: none;
}
#pricing .offer-price-currency {
    font-size: 22px;
    font-weight: 500;
    vertical-align: super;
}

#pricing .offer-price-tag-hidden{
    display: table;
    width: 100%;
}
#pricing .offer-price-tag-hidden .offer-description{
    display: table-cell;
    vertical-align: middle
}
#pricing .offer-description {
    font-size: 13px;
}
#pricing ul.packages {
    padding: 15px 0;
    margin: 0;
}
#pricing  ul.packages li {
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    #navbar .nav>li>a {
        padding-left:15px;
        padding-right:15px;
    }
    .fullpage .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .fullpage hr {
        margin-bottom: 50px;
    }
    .page-header-container {
        /*padding: 160px 100px 145px;*/
    }
    .page-header-container {
        /*padding: 0 30px 45px 30px;
        background-color: #000;*/
    }
    .fullpage .page-header .logo {
        max-width: 350px;
    }
    #pricing .offer-price-tag-hidden{
        height: 96px;
    }
}

.datatable-header, .datatable-footer {
    padding: 0 20px 0 20px;
}
.heading-elements {
    right: 0;
}
.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
    right: 8px;
}

.testimony {
    font-style: italic;
    padding-bottom: 62px;
}
.testimony blockquote {
    text-align: center;
}
.testimony blockquote:last-of-type {
    padding-bottom: 0;
}
.testimonies .carousel-control, .testimonies .carousel-control:hover, .testimonies .carousel-control:focus {
    color: #1E6B94;
}
.carousel-control.right, .carousel-control.left {
    background: none;
}
.testimonies .carousel-indicators li {
    border: 1px solid #1E6B94;
}
.carousel-indicators .active {
    background-color: #1E6B94;
}

.carousel-control {
    width: 7%;
}
.item-lead {
    padding: 0 7%;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.demo-instruction > li{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.demo-instruction li > div{
    font-size: 14px;
    font-weight: 400;
}
.demo-instruction a {

}

.my-request h4 a,
.my-request h5 a{
    color: #f16a34;
    text-decoration: none;
}
.order-steps {
    padding: 0 0 15px;
}
.order-step strong {
    font-size: 18px;
    font-weight: bold;
}
.order-step {
    width: 100%;
    padding: 5px 0 5px;
    display: inline-block;
    border-bottom: 2px solid #ccc;
    font-size: 10px;
}
@media (min-width: 768px) {
    .order-steps {
        padding: 0 0 30px;
    }
    .order-step strong {
        font-size: 24px;
    }
    .order-step {
        min-width: 70%;
        width: auto;
        padding: 10px 15px 10px;
        font-size: 14px;
    }
}

.order-step.active {
    color: #f16a34;
    border-color: #f16a34;
}

.page-order #navbar{
    display: none !important;
}


#card-element{
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.control-label a {
    font-size: 11px;
    font-weight: normal;
}

.btn-large {
    width: 100%;
}

.photo-id {
    -moz-box-shadow: 2px 2px 5px 0px #c0c0c0;
    -webkit-box-shadow: 2px 2px 5px 0px #c0c0c0;
    -o-box-shadow: 2px 2px 5px 0px #c0c0c0;
    box-shadow: 2px 2px 5px 0px #c0c0c0;
}

.grecaptcha-badge {
    display: none;
}

#gpolicies {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
#gpolicies a {
    color: #999;
    text-decoration: underline;
}

.help-block {
    font-size: 13px;
}


#packSelectionStep input {
    display: none;
}
#packSelectionStep label {
    display: block;
    width: 100%;
    border: 1px solid #f16a34;
    cursor: pointer;
    padding: 30px 15px;
    text-align: center;
}
#packSelectionStep label.selected {
    background-color: #f16a34;
    color: #fff;
}

.pack-title {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.pack-amount-strike {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    text-decoration: line-through;
}

.pack-amount {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.pack-description {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .pack-title {
        min-height: 50px;
    }
    .pack-description {
        min-height: 110px;
    }
}
@media (min-width: 992px) {
    .pack-title {
        min-height: auto;
    }
    .pack-description {
        min-height: 90px;
    }
}

@media (min-width: 1200px) {
    .pack-description {
        min-height: 70px;
    }
}

.pack-list {
    border-top: 1px solid rgba(241,106,52,0.5);
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
    list-style: none;
}
.pack-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(241,106,52,0.5);
    font-size: 15px;
}
.pack-btn {
    display: block;
    border: 1px solid #f16a34;
    padding: 7px 12px;
    font-size: 15px;
}
#packSelectionStep label.selected .pack-list,
#packSelectionStep label.selected .pack-list li {
    border-color: rgba(255,255,255,0.5);
}
#packSelectionStep label.selected .pack-btn {
    border-color: #fff;
}
.position-left {
    margin-right: 7px;
}

.has-error  a {
    color: #a94442;
    text-decoration: underline;
}

.blockUI.blockOverlay {
    z-index: 9999 !important;
}
.my-request-buttons-list{
    margin-bottom: 0;
}
.my-request-header-buttons-list {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 12px;
}
.my-request-item p:last-child {
    margin-bottom: 0;
}

.badge-info {
    background-color: #d9edf7;
    color: #777;
}

.video-responsive {
    text-align: center;
}

@media (max-width: 560px) {
    .video-responsive {
        /*position: relative;*/
        padding-bottom: 56.25%;
    }

    .video-responsive iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }
}