#content {
    padding-bottom: 0;   
}
.opening-wrapper-ctn, .opening-wrapper {
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
}
.opening-wrapper-ctn {
    overflow: hidden;
    z-index: 0;
}
.opening-wrapper-mask {
    position: absolute;
    display: block;
    width: 100%;
    height: 200%;
    left: -54%;
    top: -50%;
    overflow: hidden;
    /*
     -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .12);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .12);
    */
    z-index: 0;
    transform: rotate(3.5deg);
}
.opening-wrapper-mask:after, .opening-wrapper-mask-img {
    content: "";
    position: absolute;
    display: block;
     left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    z-index: 1;
    overflow: hidden;
}
.opening-wrapper-mask-img {
    opacity: 1;
    z-index: 1;
    background: rgba(36,40,45,.75);
    transform: rotate(-3.5deg);
}
.opening-wrapper-mask::after {
    background: -moz-linear-gradient(left, rgba(30,30,35,1) 0%, rgba(30,30,35,.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30,30,35,1) 0%,rgba(30,30,35,.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30,30,35,1) 0%,rgba(30,30,35,.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.halo {
    -webkit-box-shadow: 0px 0px 80px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 80px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 80px 0px rgba(255,255,255,.1);
    border-radius: 10px;
}
.block {
    display: block;
}

strong {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 1200px) {
    .opening-wrapper-mask-img {
        background: #333 no-repeat center top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-filter: blur(10px);
          -moz-filter: blur(10px);
          -o-filter: blur(10px);
          -ms-filter: blur(10px);
          filter: blur(10px); 
    }
}

@media screen and (max-width: 1199px) {
    .opening-wrapper-mask {
        left: -54%;
    }  
    .opening-wrapper-mask-img {
        background: rgba(36,40,45,.75)!important;
    }
}
@media screen and (max-width: 998px) {
    .opening-wrapper-mask {
        left: -44%;
    }
}

@media screen and (max-width: 767px) {
    .visual-product {
        position: relative!important;
        width: 80%;
        margin: auto;
        max-width: 300px
    }
    .opening-wrapper-mask, .opening-wrapper-mask-img {
        left: 0;
        transform: none;
    }
}

.mentions {
    margin-bottom: 1em;
}
.details {
    letter-spacing: -0.04em;
}

.stars-rating {
    position: relative;
    display: inline-block;
}
.stars-outer::before,
.stars-inner::before {
    color: #bfcad6;
    font-size: 1em;
    letter-spacing: .1em;
    font-family: FontAwesome;
    content: "\f005 \f005 \f005 \f005 \f005"
}
.stars-outer {
    top: 0;
    width: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transition: width 1s;
    transition: width 1s
}
.stars-outer::before {
    color: #fc951e;
}

.text span:first-child {
    padding-left: 0;
}
.text span {
    padding: 0 1rem;
    border-right: 1px solid rgba(250,250,250,.4);
}
.text span:last-child {
    padding-right: 0;
    border: 0;
}
.product-bn *:not(i.fa) {
    text-shadow: 1px 1px 5px rgba(10, 10, 10, .75);
}

.product-bl {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.product-bl a {
    opacity: .7;
    font-size: 1.1em;
}
.product-bl a:hover {
    opacity: 1;
}
.product-bl a i {
    margin: 0;
}

.pdt-lst {
    font-size: .9em;
    letter-spacing: -.05em;
}
.pdt-lst li:before {
    content: "\f046";
    color: #64e61e;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: .35em;
}

.payment {
    position: relative;
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .06), 0px 0px 20px 0px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .06), 0px 0px 20px 0px rgba(0, 0, 0, .06);
    flex-wrap: nowrap;
    margin: 0;
    border: 0;
    border-radius: 0!important;
    padding-top: 20px;
    padding-bottom: 15px;
}
.payment.accessories {
    height: 190px;
}
.payment.accessories a {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
}

.payment.enabled {
    z-index:10!important;
    -webkit-box-shadow: inset 0px 0px 0px 2px #61E061, 0px 0px 0px 1px rgba(97, 224, 97, .5), 0px 0px 20px 0px rgba(97, 224, 97, .35);
    box-shadow: inset 0px 0px 0px 2px #61E061, 0px 0px 0px 1px rgba(97, 224, 97, .5), 0px 0px 20px 0px rgba(97, 224, 97, .35);
    background: #fff;
    /* transform: translateY(-1px) scale(1.07); */
}

.payment span {
    display: inline-block;
    line-height: 1em;
}

.payment .symbol {
    display: inline;
}

.payment-choice .payment span.eco {
    font-size: 11px;
    color: #1e1e23;
    position: absolute;
    bottom: 55px;
    transform: translateX(-50%);
    left: 50%;
}

.payment-choice .btn-group {
    width: 100%;
}

.asterisque {
    color: #8C8C96;
}

.noAbo.enabled {
    color: #61E061;
}

.plus-center {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17px;
    font-size: 24px;
    font-weight: 800;
}

.price {
    font-size: 1.125rem;
    color: #8C8C96;
}

.noAbo {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    cursor: pointer; 
    cursor: hand;
}
.noAbo:hover {
    cursor: pointer; 
    cursor: hand;
}

.payment.accessories .select-price {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.select-price.label-price {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.21em;
    display: inline;
}

.no-abo {
    padding: 0;
    cursor: pointer;
}

.payment.payment-ab:not(.disabled) input[type=radio]:checked + span.select-price:after, 
.payment.payment-ab:not(.disabled) input[type=checkbox]:checked + span.select-price:after,
.no-abo input[type=radio]:checked + span.select-price:after, 
.no-abo input[type=checkbox]:checked + span.select-price:after,
.payment.accessories input[type=radio]:checked + span.select-price:before, 
.payment.accessories input[type=checkbox]:checked + span.select-price:before {
    border: none;
    background: url(/css/img/tunnel/check.svg) #61E061 no-repeat 90% 50%;
    background-size: 80%;
}

.solution input[type=radio]:checked + span.select-price,
.solution input[type=checkbox]:checked + span.select-price {
    color: #62E21E;
}

.solution input[type=radio]:checked + span.select-price:nth-of-type(1),
.solution input[type=checkbox]:checked + span.select-price:nth-of-type(1) {
    color: #000; 
}

.payment.payment-ab:not(.disabled) input[type=radio] + span.select-price:after, 
.payment.payment-ab:not(.disabled) input[type=checkbox] + span.select-price:after,
.no-abo input[type=radio] + span.select-price:after, 
.no-abo input[type=checkbox] + span.select-price:after,
.payment.accessories input[type=radio] + span.select-price:before, 
.payment.accessories input[type=checkbox] + span.select-price:before {
    position: relative;
    border-radius: 50%;
    border: 1px solid #62E21E;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.payment.payment-ab input[type=radio] + span.select-price:after, 
.payment.payment-ab input[type=checkbox] + span.select-price:after,
.no-abo input[type=radio] + span.select-price:after, 
.no-abo input[type=checkbox] + span.select-price:after {
    margin-right: 0;
    margin-left: 10px;
}

.solution button[disabled], html input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, .5);
}

@media (max-width: 1000px) {
    .payment {
        font-size: .8em
    }
    .select-price {
        font-size: 1.3em
        line-height: 1.8em;
    }
}

.arrow-box.selected:before {
    border: 0;
}
.arrow-box:first-of-type.selected {
    border: 0;
    background: #f9f9f9;
    -webkit-box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
    -moz-box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
    box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
}

.arrow-box p {
    font-size: 1em;
}
.arrow-box {
    display: block;
    position: relative;
    background: #FFF;
    text-align: left;
    text-transform: none; 
    text-decoration: none!important;
    transition: all 0.25s;
    border-right: 4px solid #fff;
    display: table;
}
.arrow-box:first-of-type.selected {
    border: 0;
    background: #f9f9f9;
    -webkit-box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
    -moz-box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
    box-shadow: inset -4px 0px 0px 0px rgba(100,230,30,1);
}
.arrow-box h4 {
    color: #000;
}
.arrow-box .picto svg {
    overflow: visible;
}
.arrow-box p {
    font: 'Gotham Light', Arial, Helvetica, sans-serif;
    color: #8C8C96;
    line-height: 1.2;
}
#psp > div.active .arrow-box:before, .psp > div.active .arrow-box:before {
    opacity: 1;
    left: -20px;
}
.arrow-box .picto {
    position: relative;
    /*border: 2px solid #F2F2F2;*/
    border-radius: 50%;
    padding: 1.2rem 0 0;
    margin-right: 1.25rem;
    margin-bottom: 1rem;
}
.arrow-box .picto svg {
    display: block;
    height: 2.625rem; width: 2.625rem;
    margin: 0 auto;
}

/*STRATE MORE INFOS KEEP */
.more-infos p {
    color: #8C8C96;
    font-size: 1.125rem;
    padding: 2rem 0;
}
.connection a button, .pro a button {
    color: white;
}
.more-infos button:hover {
    text-decoration: underline;
}
.more-infos button:before {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(/css/img/tunnel/arrow-right.svg);
    content: '';
    padding: 0 1rem;
}

@media screen and (min-width: 1200px){
    .more-infos > div {
        padding-left: 50px;
        padding-right: 50px;
    }
    .more-infos > div:last-child {
        border-left: 1px solid #333;
    }
}

/*STRATE FAQ*/
.links-col a:before {
    display: inline-block;
    margin-right: 1.125rem; width: 2rem; height: 2rem;
    background: url(/css/img/tunnel/download.svg) no-repeat;
    content: '';
}
.box-white {
    margin: 0;
    padding: 3.6rem 2.5rem;
    vertical-align: middle;
}
.links-col a {
    display: block;
    color: #8C8C96;
    padding: 1rem;
    text-decoration: none!important;
}
.box-white a {
    font-family: "Gotham Bold", Arial, Helvetica, sans-serif;
}
.video img {
    max-width: 100%;
    max-height: 100%;
}
.video a:after {
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    background: url(/css/img/tunnel/pages/product/pictos/play.png) no-repeat;
    background-size: contain;
    content: '';
}

/*STRATE STORES*/
.z-magasins {
    padding: 5rem 0;
    text-align: center;
}
.z-magasins p {
    font: 1.125rem 'Gotham Light', Arial, Helvetica, sans-serif;
    color: #FEFEFE;
}
.z-magasins .button-wrapper a {
    color: #FEFEFE;
}
.z-magasins .button-wrapper a:hover,
.z-magasins .button-wrapper a:focus {
    background: #64E61E;
}

.z-magasins {
    background: url('/css/img/tunnel/pages/product/location-background.jpg');
    background-size: cover;
}

/*BTN POPUP VIDEO*/
.btn-span-pl {
    top: 40%;
    position: absolute;
    left: 63%;
}

.btn-gr-vp {
    color: #64e61e;
    background: white;
    border: 0;
    padding: 0;
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
}

.btn-gr-vp .fa-play-circle {
    position: relative;
    font-size: 59px;
    line-height: 50px;
}

/*POPUPS*/
.modal .modal-dialog {
    top: 100px;
}
.modal-body {
    padding: 0;
}
.modal-backdrop {
    min-height: 100%;
}
.modal-content {
    overflow: hidden!important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 740px;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 940px;
    }
}

.popup-video iframe {
    width: 100%;
    height: 320px;
    margin-bottom: -7px;
}

@media (min-width: 992px) {
    .popup-video iframe {
        height: 420px;
    }
}

/*adds*/
.moreInfoH2 {
    color: #FFF;
    font: 25px 'Gotham Medium', Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 20px;
    display: inline-block;
}
.descH2 {
    border-left: 1px solid #62E21E;
    padding-left: 1rem;
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    text-transform: none;
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
}
.maintitleH1 {
    display: flex;
    -webkit-box-align: center;
    font-size: 1.675rem;
    padding: 2rem 0;
    text-transform: uppercase;
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
.maintitleH1:after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #ddd;
    content: '';
    margin-top: 0.7em;
    margin-left: 1em;
}

.ttprodimg {
    margin-right: 5px;
}
.cta-ctn-bl {
    display: block;
    position: relative;
    height: 60px;
}

/* 360 */
.cd-product-viewer-handle {
    margin-top: -7%;
    width: 40%;
    background: #ccc;
}
.cd-product-viewer-wrapper .product-sprite {
    width: 3000%;
}
.cd-product-viewer-wrapper {
    text-align: center;
    top: 0;
    left: 0;
    padding: 0;
    transform: none;
    position: relative;
    margin-top: -10%;
}
/* 360 */

.cta-ctn input.btn-coyote, .cta-ctn button.btn-coyote {
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    background: #64e61e;
    transition: all .2s;
    color: #fff;
    margin: 0;
    white-space: initial;
    transition: none;
}


button.btn-coyote i {
    margin-right: 0.5em;
}

.total-price {
    border: 1px solid #fdfdfd;
    border-left: 0;
    border-right: 0;
    background: #fff;
}

.plus-sep:before {
    content: "\f055";
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(-50%,-50%);
    font-family: FontAwesome;
    color: #999;
    font-size: 20px;
}
#cta-tt-ab.plus-sep:before {
    right: auto;
    left: 0;
}
.pd-bl.plus-sep:before {
    font-size: 30px;
}
.ctr .plus-sep:before {
    left: 0;
    right: auto;
}

.item-illustration {
    padding: 0 10%;
}
.item-illustration img {
    max-width: 100px;
    max-height: 100px;
}

.radio-overload {
    display: none;
}
.alt-bg {
    position: relative;
    /* background: url(http://fr.csi-coyote.int.coyote.local/CMS/uploads/FR/images/pages/produit/grey_wash_wall.png) repeat; */
}
.alt-bg, .alt-bg li, .alt-bg a {
    color: #fff;
}
.alt-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .85;
    background: linear-gradient(to right, #2b2b31, #515161);
    -webkit-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5), inset 0px 1px 5px 1px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5), inset 0px 1px 5px 1px rgba(0,0,0,.15);
    box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5), inset 0px 1px 5px 1px rgba(0,0,0,.15);
}
.product-menu .itm-nm {
    line-height: 13px;
    height: 26px;
    font-weight: 600;
    margin-bottom: 3px;
}
.product-menu .itm-img {
    margin-bottom: 10px;
    max-width: 200px;
    margin: auto;
    max-height: 90px;
    width: auto;
}
.product-menu li.itm-tx {
    height: 28px;
    line-height: 14px;
    margin: 10px auto;
    max-width: 200px;
}

#slide-product-ctn {
    padding: 10% 0;   
}

.btn {
    height: auto;
}
@media screen and (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }
    .nav > li > a {
        padding: 10px;
    }
    .total-price {
        font-size: .8em;
    }
    #cta-ctn:not(.affix) .plus-sep {
        line-height: 2em;
    }
}
@media screen and (max-width: 767px) {
    .product-menu li.itm-tx {
        height: auto;
    }
    .total-price {
        padding: 15px;
        font-size: .7em;
    }
    .text-xs-center {
        text-align: center;
    }
    .opening-wrapper {
        padding: 0;
    }
    #cta-ctn:not(.affix) .plus-sep {
        line-height: 50px;
    }
    .product-bl {
        position: relative;
        right: auto;
        float: left;
        width: 100%;
    }
    #text-product-ctn {
        margin-top: 0!important;
    }
    .payment span {
        white-space: normal;
    }
    .pd-bl.plus-sep:before {
        content: none;    
    }
    #slide-product-ctn {
        margin-top: 0!important;  
    }
}
@media screen and (min-width: 768px) {
    .links-col a {
        font-size: 1.15em;
    }
}
@media screen and (min-width: 992px) {
    .plus-sep:before{
        right: 2vw;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .total-price {
        font-size: .9em;
    }
}
@media screen and (max-width: 1199px) {
    #cta-ctn.affix #add-to-basket {
        height: 50px;
    }
}

.nav-sub-pd-ctn {
    position: relative;
}
.nav-sub-pd {
    width: 100%;
    top: 50px;
    background: #fff;
}
.nav-sub-pd-ctn, .nav-sub-pd, .nav-sub-pd .container {
    z-index: 99;
}
.nav-sub-pd-ctn .nav-sub-bg, .nav-sub-pd-ctn .nav-sub-bg:after {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #50505A;
    opacity: .5;
}
.nav-sub-pd.affix {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,.1);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,.1);
}
.nav-sub-pd .nav > li > a {
    color: #eee;
    padding: 15px;
    transition: all 0.25s;
    background: transparent;
}
.nav-sub-pd .nav > li {
    padding: 0;
}
.nav-sub-pd .navbar-nav {
    margin: 0;
}
.nav-sub-pd .navbar-nav > .deactivated, .nav-sub-pd .navbar-nav > .active {
    background: transparent;
}
.nav-sub-pd .navbar-nav > li.active:not(.deactivated) > a:after {
    right: 0;
}
.nav-sub-pd .navbar-nav > li > a:hover, .nav-sub-pd .navbar-nav > li > a:focus, .nav-sub-pd .navbar-nav > .open > a, .nav-sub-pd .navbar-nav > .open > a:hover, .nav-sub-pd .navbar-nav > .open > a:focus {
    color: #fff;
    background: transparent;
}

@media (min-width: 768px){
    .nav-sub-pd .navbar-nav {
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-auto {
        width: auto;
    }
    .nav-sub-pd .navbar-nav > .active:not(.deactivated) > a, .nav-sub-pd .navbar-nav > .active:not(.deactivated) > a:hover, .nav-sub-pd .navbar-nav > .active:not(.deactivated) > a:focus {
        color: #000;
        background: #f0f0f0;
    }
    .nav-sub-pd .navbar-nav > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #64e61e;
        height: 3px;
    }
    .nav-sub-pd .nav > li > a {
        padding: 25px;
    }
    .nav-sub-pd-ctn, .nav-sub-pd, .nav-sub-pd .container {
        height: 70px;
    }
}
@media screen and (max-width: 1199px) {
    .nav-sub-pd .navbar-nav > li:not(.deactivated):not(.active) {
        display: none;
    }
    .nav-sub-pd .nav > li {
        float: right;
    }
}

.main-m-ctn.rtrct {
    transition: all .15s;
}

@media screen and (min-width: 1200px) { 
    .main-m-ctn.rtrct {
        margin-top: -55px;
    }

    .main-m-ctn.rtrct:not(:hover) {
        -webkit-box-shadow: 0px 10px 0px 0px rgba(30,30,35,1);
        -moz-box-shadow: 0px 10px 0px 0px rgba(30,30,35,1);
        box-shadow: 0px 10px 0px 0px rgba(30,30,35,1);
    }

    .main-m-ctn.rtrct:hover {
        margin-top: 0;
    }

    .main-m-ctn.rtrct:after, .main-m-ctn.rtrct:before {
        content: '';
        position: fixed;
        display: block;
        -webkit-animation: fadein .4s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein .4s; /* Firefox < 16 */
        -ms-animation: fadein .4s; /* Internet Explorer */
        -o-animation: fadein .4s; /* Opera < 12.1 */
        animation: fadein .4s;
        transition: all .05s;
    }

    .main-m-ctn.rtrct:after {   
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #64e61e transparent transparent transparent;
        left: 50%;
        top: 14px;
        margin-left: -8px;
        transition: all .05s;
    }
    .main-m-ctn.rtrct:before {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background:  #1e1e23;
        left: 50%;
        top: -25px;
        margin-left: -30px;

    }

    .main-m-ctn.rtrct:hover:after, .main-m-ctn.rtrct:hover:before {
        margin-top: -50px;
        opacity: 0;
        -webkit-animation: fadeout .1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadeout .1s; /* Firefox < 16 */
        -ms-animation: fadeout .1s; /* Internet Explorer */
        -o-animation: fadeout .1s; /* Opera < 12.1 */
        animation: fadeout .1s;
    }
    
    #sol-blck.ctr > .col-sm-5, #sol-blck.ctr > .col-sm-7 {
        width: 50%;
    }
    #sol-blck.spe.ctr > .col-sm-6 {
        margin-left: 50%;
    }
}

@keyframes fadein {
    0%    { opacity: 0; margin-top: -50px; }
    100%  { opacity: 1; margin-top: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0%    { opacity: 0; margin-top: -50px; }
    100%  { opacity: 1; margin-top: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0%    { opacity: 0; margin-top: -50px; }
    100%  { opacity: 1; margin-top: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0%    { opacity: 0; margin-top: -50px; }
    100%  { opacity: 1; margin-top: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0%    { opacity: 0; margin-top: -50px; }
    100%  { opacity: 1; margin-top: 0; }
}

/* fadeout ------------------------------------------- */

@keyframes fadeout {
    0%    { opacity: 1; margin-top: 0; }
    30%   { opacity: 0; margin-top: 0; }
    100%  { opacity: 0; margin-top: -50px; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    0%    { opacity: 1; margin-top: 0; }
    30%   { opacity: 0; margin-top: 0; }
    100%  { opacity: 0; margin-top: -50px; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    0%    { opacity: 1; margin-top: 0; }
    30%   { opacity: 0; margin-top: 0; }
    100%  { opacity: 0; margin-top: -50px; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    0%    { opacity: 1; margin-top: 0; }
    30%   { opacity: 0; margin-top: 0; }
    100%  { opacity: 0; margin-top: -50px; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    0%    { opacity: 1; margin-top: 0; }
    30%   { opacity: 0; margin-top: 0; }
    100%  { opacity: 0; margin-top: -50px; }
}


#cta-ctn {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 100;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    transform: translateY(0);
}

#cta-ctn.affix {
    display: block;    
    animation: cta-ctn-ap 0.2s;
}

@media (max-width: 320px) {
    #cta-ctn.affix {
        display: none;
    }
}

@keyframes cta-ctn-ap {
    0% {
        opacity: 0.5;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-ctn.affix:before {
    content: '';
    position: fixed;
    display: block;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,.06), 0px 0px 10px 0px rgba(0,0,0,.1);
    -moz-box-shadow:  0px 0px 0px 1px rgba(0,0,0,.06), 0px 0px 10px 0px rgba(0,0,0,.1);
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,.06), 0px 0px 10px 0px rgba(0,0,0,.1);
}

.visual-product-ctn {
    position: relative;
}
.visual-product {
    z-index: 0;
}
.visual-product.halo:after {
    content: "\f067";
    display: block;
    position: absolute;
    right: 10%;
    top: 25%;
    font-family: FontAwesome;
    font-size: 1.5em;
}
.visual-product-screen {
    position: relative;
}
.visual-product-screen:before {
    content: "";
    display: block;
    position: absolute;
    top: 7%;
    left: 10%;
    width: 80%;
    height: 70%;
    background: #222;
}
.visual-product.mini .visual-product-screen:before {
    height: 72%;
}
.visual-product.navp .visual-product-screen:before {
    top: 5.5%;
    height: 69%;
}
.visual-product.nav .visual-product-screen:before {
    top: 5.5%;
    height: 65%;
}
.visual-product .screen {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: all .25s;
}
.visual-product.mini .screen {
    top: 8.5%;
    left: 10%;
    width: 80%;
}
.visual-product.cs .screen {
    top: 7.6%;
    left: 12%;
    width: 76.6%;
}
.visual-product.navp .screen {
    top: 5.8%;
    left: 10.5%;
    width: 79.2%;
}
.visual-product.nav .screen {
    top: 5.6%;
    left: 14.6%;
    width: 73%;
}
.visual-product .screen.active {
    opacity: 1
}
.visual-product .visual {
    width: 100%;
    position: relative;
    z-index: 99;
}

@media screen and (min-width: 768px) {
    .visual-product {
        width: 280px;
    }
    .visual-product.affix {
        top: 55%;
        top: calc(50% + 65px);
        position: fixed!important;
        transform:translateY(-50%);
    }
    .arrow-box {
        padding: 2.5rem 1.25rem;
    }

    .arrow-box:after {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        clear: both;
    }

    #psp > div.active .arrow-box, .psp > div.active .arrow-box {
        background: #F2F2F2;
        text-decoration: none;
        border-color: #62E21E;
    }
    
    .arrow-box > div {
        display: table-cell;
        vertical-align: middle;
    }
    .arrow-box .picto {
        float: left;
    }
    
    .arrow-box:before {
        content: '';
        display: block;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 20px 0;
        border-color: transparent #f2f2f2 transparent transparent;
        left: 0px;
        top: 50%;
        margin-top: -20px;
        transition: 0.25s;
    }
}
@media screen and (min-width: 1000px) {
    .visual-product {
        width: 380px;
    }
}
@media screen and (min-width: 1200px) {
    .visual-product {
        width: 460px;
    }
    .arrow-box {
        padding: 3.5rem 2.25rem;
    }
    .cta-ctn.affix {
        transform: TranslateX(-50%);
    }
}

#psp > div:after, .psp > div:after {
    content: "";
    clear: both;
    display: block;
}

@media (max-width: 767px) {
    i.fa {
        font-size: inherit; 
        margin: 0!important;
    }
}
ol,
ul {
    margin: 0; padding: 0;
    list-style: none;
}
.dark-bg {
    background-color: #1E1E23;
}
.white-bg {
    background-color: #FFF;
}
.transparent-bg {
    background: transparent;
}
.relative {
    position: relative;
}
/*joris*/
.text-alert {
    color: #FA003C;
}
.text-green {
    color: #64e61e;
}
.text-white, .text-white p {
    color: #fff;
}
.row-sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
}
.row-sm-gutter>div {
    padding-left: 5px;
    padding-right: 5px;
}

.m-r {
    margin-right: 10px;
}

.m-l-0 {
    margin-left: 0;
}

.m-t {
    margin-top: 1em;
}

.m-t-2em {
    margin-top: 2em;
}

.m-t-0 {
    margin-top: 0;
}

.m-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-x-0 {
    margin-left: 0;
    margin-right: 0;
}

.p-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-x-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-y-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}
.p-y-4em {
    padding-top: 4em;
    padding-bottom: 4em;
}

.p-t {
    padding-top: 1em;
}

.p-t-2em {
    padding-top: 2em;
}

.p-y {
    padding-top: 1em;
    padding-bottom: 1em;
}

.p-y-05em {
    padding-top: .5em;
    padding-bottom: .5em;
}

.m-b {
    margin-bottom: 1em;
}

.m-b-2em {
    margin-bottom: 2em;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-05em {
    margin-bottom: 0.5em;
}

.m-y {
    margin-top: 1em;
    margin-bottom: 1em;
}

.m-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
}

.m-y-05em {
    margin-bottom: 0.5em;
}


.background-coyote-gen {
    background-image: url(/CMS/uploads/images/Produits/FR/produit-visu-2.jpg);
}

@media (min-width: 768px) {
    .bd-l-lg {
        border-left: 1px solid #61E061;
        padding-left: 2em;
    }
}