/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #product .product-description ul, 
 #custom-text ul,
 .articleContent ul, 
 #content.page-cms ul{
    padding-left: 40px;
}
#product .product-description ul li,
#content.page-cms ul li{
    list-style-type: disc;
}
#subcategories .thumbnail-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 1.563rem;
    margin: 0 .625rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.gamme h3 {
    color: #b6b6c5;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    text-align:center;
    padding-top:20px;
}

.gamme h3 strong {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
}

.gamme p {
    color: #252f78;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    max-width:  80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

.gamme h3::after {
    content: '';
    position: absolute;
    width: 80px;
    background-color: #b6b6c5;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

p.subcategory-heading {
    color: #000;
    font-weight: bold;
}

#subcategories .thumbnail-container a {
    display: block;
    text-align: center;
}

#index #content {
    display: flex;
    flex-direction: column;
}

#header .header-nav .baseline {
    margin-top: .9375rem;

}

#_desktop_cart {
    float: right;
}

/* block cart */
.header-top [class*=" pe-7s-"], .header-top [class^=pe-7s-] {
    font-size: 35px;
}

.cart-preview,
.cart-preview:focus,
.cart-preview:hover,
.cart-preview:active,
.cart-preview:visited
{ 
    outline: none !important;
    font-size: 25px;
}

.cart-preview i{
    font-size: 25px;
}

/*header*/
.header_ps_searchbar.left .search-widget,
.header_ps_searchbar.center .search-widget,
.header_ps_searchbar.right .search-widget {
    float: none;
    width: 100%
}

.header_shoppingcart.right #_desktop_cart {
    float: none;
    text-align: center;
}

.logo_center {
    text-align: center;
}

.logo_right {
    text-align: right;
}

.header-top {
    transition: all 0.5s ease 0s;
}

.baseline {
    padding-right: 20px
}

.carousel {
    box-shadow: none;
}

.border-right {
    border-right: 1px solid #dadada;

    /* line-height: 10px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    /* padding-top: 4px; */
}

nav.header-nav {
    min-width: 60px;
    min-height: 55px;
}

#header a, .header-nav .baseline, .dropdown-menu, .dropdown .expand-more, #header .header-nav .currency-selector {
    transition: all 0.5s ease 0s;
}

#header .header-nav .right-nav {
    padding-right: 0;
}

.dropdown-menu {

    margin: .825rem 0 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
    position: absolute;
    display: block;
    top: -19px;
    margin-left: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    line-height: 21px;
}

.material-icons.shopping-cart {
    font-size: 32px;
}


/*
  seopresta_account
*/

#seopresta_account span.separator {
    padding: 10px;
    display: block;
}

#seopresta_account .material-icons {
    font-size: 32px;
    color: #7a7a7a
}

/*
  PS banner
*/
.ps_banner span {
    display: block;
    position: absolute;
    margin-top: 11%;
    left: 46%;
    z-index: 1;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
}


/* Newsletter */
#block-newsletter-label {
    font-weight: 400;
    font-size: 30px;

    /* padding-bottom: 11px; */
    /*color: #484848;*/
}

.block_newsletter p {
    /*color: #484848;*/
    font-weight: 100;
    font-size: 13px;
    text-align: left !important;
}
.block_newsletter .form-check-label {
    padding-left: 0 !important; 
    margin-top: 10px;
}

@media (max-width: 1200px){
    /* under 1200px */
    .newsletter_content p{
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }

    .banner .newsletter_content{
        margin-top: -56%;

    }
}
@media (min-width: 1200px){

    .newsletter_content p{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        text-align: justify;
    }

    .banner .newsletter_content {
        position: absolute;
        margin-top: -12%;
        margin-left: 15%;
    }
    
}
.ps_banner .simpleParallax {
    max-height: 600px;
}

#wrapper .banner img {
    margin: 0 auto;
    display: block;
}

.block_newsletter p.alert {
    margin-top: 20px;
}

/*Footer*/
ul#footer_sub_menu_simple {
    display: flex;
    justify-content: space-between;
}

.footer-container .social-links {
    font-size: 22px;
}


/* product list */
.product-desc-list{
    font-size: 13px;
    margin-bottom: 5px;
}

/*
##################
CUSTOM BEATROOT
##################
 */

.row.vertical-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

body > main {
    overflow: hidden;
}

p, li {
    color: #000;
}
p.text-big {
    font-size: 1.25rem;
}

.h1, h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

@media (min-width: 768px){
    .home-video .videoresponsive {
	width: 600px;
	margin: 0 auto;
    }
}
.videoresponsive {
    position: relative;
    max-height: calc(100vh - 160px);
}
.videoresponsive::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.videoresponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn.btn-primary {
    background-color: transparent;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding: .6rem 2rem;
    letter-spacing: .15rem;
    transition: background-color .2s ease-in-out;
    height: auto !important;
}
.btn.btn-primary:hover {
    background-color: rgba(0,0,0,.05);
}

.btn.btn-primary.btn-general-bg {
    background-color: transparent !important;
}
.btn.btn-primary.btn-general-bg:hover {
    color: #000 !important;
    background-color: rgba(0,0,0,.05) !important;
}

body:not(.page-index) .page-spacer {
    background: #F2F4F6;
    height: 20px;
    margin-bottom: 40px;
}

/* header */

.social-links {
    display: flex;
    align-items: center;
    height: 55px;
}
.social-links .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s linear;
}
.social-links .social:hover {
    opacity: .6;
}
.social-links .social.is-facebook {
    background-image: url(../img/facebook.svg);
}
.social-links .social.is-youtube {
    background-image: url(../img/youtube.svg);
}
.social-links .social.is-soundcloud {
    background-image: url(../img/soundcloud.svg);
}
.social-links .social.is-instagram {
    background-image: url(../img/instagram.svg);
}


#header a, #header .language-selector {
    font-size: 14px;
}
#header .header-nav {
    margin-bottom: 0;
}
#header .header-top {
    padding-bottom: 0;
}
#header .logo, #seoprestamenu_navigation {
    margin-top: 0 !important;
}
#header {
    padding-top: 0 !important;
}
.main-navigation ul:after {
    display: none;
}
#_desktop_user_info .blockcart2.logged {
    margin-top: 11px;
}

.header-nav .blockcart2 a {
    padding: 0 10px;
}
.header-nav .blockcart2 a:not(:first-child) {
    border-left: 1px solid #000;
}
.header-nav .blockcart2 a:last-child {
    padding-right: 0;
}
@media (max-width: 1199px) {
    #_mobile_user_info .blockcart2 {
        padding-top: 8px;
    }
}

@media (max-width: 600px) {
    #header .header-nav {
        padding: 0 20px;
    }
    #menu-icon {
        margin-left: 0;
        font-size: 0;
    }
    #menu-icon i {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    #_mobile_user_info {
        margin-right: 0;
    }
    #_mobile_user_info .blockcart2 a {
        font-size: 12px;
        padding: 0 5px;
    }
}

.headerbottom {
    display: flex !important;
    align-items: center !important;
    height: 80px;
}
.headerbottom-logo {
    width: 271px;
}
.headerbottom-logo img {
    max-width: 271px !important;
}
/* Passage de width de 100px à 900x pour ajouter le menu Blog sans que le menu passe en 2 ligne */
.headerbottom-menu {
    flex: 1;
    width: 900px;
}
.headerbottom-menu>.container, .site-navigation, .main-navigation, .menu-main-menu {
    height: 56px;
}
#seoprestamenu_navigation {
    float: none;
}
.main-navigation {
    border: none !important;
}
.headerbottom-buttons {
    width: 120px;
}

#header a, #header a:hover {
    color: #000 !important;
}

.menu-main-menu a {
    position: relative;
}
.menu-main-menu a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}

span.cart-products-count {
    top: -8px;
}

.blockcart .header a {
    display: block;
}
.headerbottom-buttons .col-md-2 {
    padding: 0;
    width: auto;
}

@media (max-width: 1199px) {
    .headerbottom-logo {
        width: 100%;
    }
    .headerbottom-menu, .headerbottom-buttons {
        display: none;
    }
    #header .logo {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    #header .header-top {
        padding-top: 0;
        background: #FFF;
    }
    #header .header-nav {
        margin-bottom: 0;
    }
}

/* FOOTER */

.footer-logo img {
    max-width: 271px;
}

.footer-container .blocklinksfirst {
    padding-top: 0;
}

.footer-container .h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.footer-container .h3 .block-contact-title {
    font-weight: normal;
}
.footer-bottom p {
    font-size: .7rem;
    color: #000;
}
.footer-bottom a {
    text-decoration: underline;
}

/* REINSURANCE */

.seopresta_reinsurance {
    text-align: center;
}
@media screen and (max-width:768px){
    .container.seopresta_reinsurance{
	margin-top:50px;
    }
}

.seopresta_reinsurance .title_head {
    display: none;
}
.seopresta_reinsurance .h3, .seopresta_reinsurance h3 {
    font-size: 1.5625rem;
    font-weight: normal;
    text-align: center;
}
.seopresta_reinsurance .text-justify {
    text-align: center !important;
}
.block_reinsurance .row {
    width: 100%;
    margin-bottom: 30px;
}
.block_reinsurance .row .col-xs-12 {
    width: 100%;
}
.seopresta_reinsurance .svg {
    display: block;
    margin: 0 auto 15px auto;
    width: 60px;
    height: 42px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.seopresta_reinsurance .svg-madeinfrance {
    background-image: url(../img/svg-madeinfrance.svg);
}
.seopresta_reinsurance .svg-payment {
    background-image: url(../img/svg-payment.svg);
}
.seopresta_reinsurance .svg-client {
    background-image: url(../img/svg-client.svg);
}
.seopresta_reinsurance .svg-shipping {
    background-image: url(../img/svg-shipping.svg);
}

@media (min-width: 800px) {
    .seopresta_reinsurance {
        padding: 100px 0;
    }
}

/*
HOME
 */

.home-section {
    padding: 60px 0;
}
.home-section.is-grey, .home-video {
/*    background-color: #F8F8FB;*/
}
.home-section h2 {
    font-weight: normal;
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: center;
}
.home-section .tongue {
    max-width: 900px;
    margin: 0 auto;
}
.home-section .tongue h2 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.home-section .tongue .bootstrap-touchspin {
    display: none;
}

.home-section .fanzine {
    margin: 0 auto;
    max-width: 760px;
}

@media (max-width: 600px) {
    .home-section h2 {
        font-size: 1.5rem;
    }
}

/*
PRODUCT
 */

.product-actions .add-to-cart {
    padding-left: 60px;
    background: url(../img/cart.svg) no-repeat 20px 10px;
    background-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-information h2 {
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.product-price .current-price {
    font-size: 1rem;
    font-weight: normal;
}
.product-price .current-price span {
    font-size: 1.5rem;
    font-weight: normal;
}
.product-prices div {
    margin-bottom: 0;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover, body#checkout section.checkout-step .address-item.selected, .product-customization .product-message:focus, .form-control:focus, .input-group.focus {
    border: none;
}
.modal-body #product-description-short {
    display: none;
}
.tabs .nav-tabs {
    justify-content: flex-start;
}
.tabs .nav-tabs .nav-item {
    padding: 0;
  width: auto;
    margin-right: 30px;
}
.tabs .nav-tabs .nav-link {
    padding: 0;
    text-transform: uppercase;
    border: none;
  font-weight: normal;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    color: #000;
}

.modal-dialog{
    margin-top:200px;
}
/*
CONTACT
 */

.contact-form h3 {
    display: none;
}

.socialwidget {
    padding: 20px;
    background-color: #D6456C;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 30px;
    height: 110px;
}
.socialwidget.is-instagram {
    background-image: url(../img/instagram-color.svg);
}
.socialwidget.is-facebook {
    background-image: url(../img/facebook-color.svg);
    background-color: #6377A1;
}
.socialwidget.is-youtube {
    background-image: url(../img/youtube-color.svg);
    background-position: 20px 24px;
    background-color: #BA171A;
}
.socialwidget-title {
    display: inline-block;
    color: #FFF;
    padding-left: 40px;
    margin-bottom: 15px;
}

html .contact-form form .form-fields #captcha-box > div {
    float: none;
    margin-left: calc(25% + 8px);
}

@media screen and (max-width: 767px) {
    html .contact-form form .form-fields #captcha-box > div {
        margin-left: 0;
    }
}

/*
FORMS
 */

.form-control {
    background-color: #fff;
    color: #000;
}
.form-control:focus {
    border: 1px solid #000;
}
.bootstrap-filestyle .form-control {
    height: 33px;
}

/*
magasins
 */

.page-stores h1, .page-stores .page-header {
    margin-bottom: 0 !important;
}
.page-stores .subtitle {
    padding-top: 10px;
    font-size: 1.5rem;
    max-width: 340px;
    margin: 0 auto 40px auto;
    font-weight: normal;
}
.stores-map {
    width: 100%;
    height: 75vh;
    position: relative;
    margin-bottom: 40px;
}
.stores-map-inner {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    transform: translate(-50%, 0);
    background-color: #F5F5F5;
}
.stores h2 {
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.stores-list .store-tel{
    display:none;
}
.stores-list {
    margin-bottom: 20px;
}
.stores-list li {
    color: #000;
}
.stores-list li::before {
    content: '- ';
    font-size: 1.25rem;
}
.stores-list li b {
    font-weight: normal;
    font-size: 1.25rem;
}

@media (min-width: 1000px) {
    .stores {
        column-count: 3;
        column-gap: 40px;
    }
    .stores-map {
        height: 60vh;
    }
}

/**
FAQ
 */

#content.page-cms-21 table {
    width: 100%;
}
#content.page-cms-21 table h2 {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}
#content.page-cms-21 table tr {
    border-bottom: 20px solid transparent;
}
#content.page-cms-21 table td {
    padding: 20px;
    position: relative;
}
#content.page-cms-21 table td::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #C2C2C4;
    pointer-events: none;
}
.has-js #content.page-cms-21 table td p, .has-js #content.page-cms-21 table td ul, .has-js #content.page-cms-21 table td ol {
    display: none;
    padding-top: 20px;
    margin-bottom: 0;
}
#content.page-cms-21 .toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
#content.page-cms-21 .toggler::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-left: 3px solid #C2C2C4;
    border-bottom: 3px solid #C2C2C4;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform .3s ease-in-out;
}
#content.page-cms-21 .is-toggled .toggler::after {
    transform: translate(-50%, -50%) rotate(-225deg);
}

.soundcloud-fixed {
    position: fixed;
    bottom: 75%;
    right: 0px;
    background-color: #000000;
    padding: 10px 10px;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.soundcloud-fixed a {
    color: #ffffff;
    display: block;
}
.soundcloud-fixed .mobile {
    display: none;
}
@media screen and (max-width: 1199px) {
    .soundcloud-fixed {
        border-radius: 0;
        bottom: 0%;
        width: 100%;
        text-align: center;
        height: 38px;
    }
    .soundcloud-fixed .mobile {
        display: block;
    }
}

div.youtube {
    background:#000 !important;
    margin-bottom: 16px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
div.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
div.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
div.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
div.youtube img,
div.youtube .play-button {
    cursor: pointer;
}
div.youtube img,
div.youtube iframe,
div.youtube .play-button,
div.youtube .play-button:before {
    position: absolute;
}
div.youtube .play-button,
div.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
div.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
