.btn{
    border-radius: 50px;
    border: 2px solid #162056;
    padding: 0.55rem 2rem!important;
    font-weight: 700;
    outline:0;
}
.btn:focus {
    outline:0;
    box-shadow: none;
}
.btn-demander-demo{
    background-color: #FF5418;
    border-color:#FF5418;
    color: #fff;
}
.btn-demander-demo:hover{
    background-color: #fff;
    border-color:#FF5418;
    color: #FF5418;
}
.btn-demander-demo:focus{
    background-color: #fff;
    border-color:#FF5418;
    color: #FF5418;
}
.btn-demander-demo.border-white{
    border-color:#fff;
}
.btn-demander-demo.border-white:hover{
    border-color:#fff;
}
.btn-nous-contacter{
    background-color: #fff;
    border-color:#162056;
    color:#162056;
}
.btn-nous-contacter:hover{
    background-color: #162056;
    border-color:#162056;
    color:#fff;
}
.btn-nous-contacter.border-white{
    border-color:#fff;
}
.btn-nous-contacter.border-white:hover{
    border-color:#fff;
}
.btn-by-theme{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.btn-by-theme:hover{
    color:#162056;
    background-color: #fff;
}
.btn-primary{
    border-color: #162056!important;
    background-color: #162056!important;
}
.section-blue .btn-primary{
    border-color: #FFF!important;
}
.btn-primary a{
    color: #FFF;
}
.btn-primary:hover a{
    color: #162056;
}
.block-zoom-block .section-blue .btn-primary{
    border-color: #162056!important;
}
.btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    border-color: #162056!important;
    background-color: #FFF!important;
    color: #162056!important;
    outline: none;
}
.btn-primary:hover{
    border-color: #162056!important;
    background-color: #FFF!important;
    color: #162056;
}
.btn-header{
    margin: 15px 20px;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

.share-container >*{
    display: inline-block;
    margin: 0px 10px;
}
.share-container >div:first-of-type{
    margin-left: 0;
}
.share-container >div:last-of-type{
    margin-right: 0;
}
.share-btn{
    width: 48px;
    height: 48px;
    display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../spritesheet.png);
    font-size: 0;
}

.share-linkedin{
    width:48px; height:48px; background-position: -645px -624px
}
.share-linkedin:hover{
    width:48px; height:48px; background-position: -726px -600px
}
.share-facebook{
    width:48px; height:48px; background-position: -726px -52px
}
.share-facebook:hover{
    width:48px; height:48px; background-position: -58px -685px
}
.share-twitter{
    width:48px; height:48px; background-position: -615px -560px
}
.share-twitter:hover{
    width:48px; height:48px; background-position: -2px -685px
}
.share-mail{
    width:48px; height:48px; background-position: -726px -2px
}
.share-mail:hover{
    width:48px; height:48px; background-position: -726px -547px
}
.ico_player:hover{
    transform: scale(1.1);
    transition-duration: 200ms;
}

.ico_player{
    cursor: pointer;
}

.column-texte .btn:first-of-type{
    margin-right: 16px;
}

.column-texte .btn{
    margin-bottom: 16px;
}

#block-custom-main-menu .btn-demander-demo{
    font-size: 0;
    background-color: transparent;
    background: url(/themes/custom/images/enveloppe_2.png);
    background-size: auto 100%;
    height: 30px;
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-degrade-pink-red{
    background: linear-gradient(90deg, #ff512f, #dd2476);
    border-color: #dd2476 !important;
    color: #FFF;
}
.btn-degrade-pink-red:hover, .btn-degrade-pink-red:focus{
    background: #fff!important;
    color: #DC2F2C!important;
    border: 2px solid #D42DA2!important;
    
}

@media screen and (max-width: 992px) {
    .column-texte .btn:first-of-type{
        margin-right: auto;
    }
    .column-texte .btn{
        margin: 10px auto;
    }
}

@media screen and (max-width: 768px) {
    .btn{
        white-space: normal;
    }
}

@media screen and (min-width: 768px) {
    .btn-scd-right{
        margin-left: 1em;
    }
    .btn-header{
        margin: 15px;
        font-size: 28px;
    }
}

.block-zoom-video-block .spb_close{
    background-color: #FFF!important;
}
.ico_player.other-background {
    background-image: url("../images/player-default.png");
    background-position: center;
    background-size: 100%;
}
.ico_player.ico-color--grey{
    background-color: #F4F4F4;
    border-radius: 50%;
}
.ico_player.ico-color--orange{
    background-color: #FF5418;
    border-radius: 50%;
}
.ico_player.ico-color--edenred{
    background-image: url("../images/player-edenred.png");
    border-radius: 50%;
}
.ico_player.ico-color--rouge{
    background-color: #FA1741;
    border-radius: 50%;
}
.ico_player.ico-color--bleu{
    background-color: #25C8EB;
    border-radius: 50%;
}
.ico_player.ico-color--jaune{
    background-color: #faaf0c;
    border-radius: 50%;
}
