/* --- GLOBALS --- */
:root {
    --black: #171717;
    --darkgrey: #252525;
    --darkred: #871421;
    --red: #b81a1d;
    --white: #fff;
}

::selection {
    background-color: var(--red);
}
.d-flex{
    display: flex;
}
body, html{
    overflow-x: hidden!important;
}
#header .logo {
    max-width: 100%;
    height: auto;
}
.customText{
    margin-left:auto;
}
#wrapper .breadcrumb li:last-child {
    color: #B81A1D;
}
#index #main{
    background:url('../img/backglobe.png') no-repeat top right;
}
.customText .wpb_row,
.customText .wpb_content_element{
    margin-bottom: 0;
}
.page-content.page-cms,#search_filters, #search_filters_brands, #search_filters_suppliers,
#products .page-not-found,.contact-form,body#checkout section.checkout-step, #pagenotfound .page-not-found,.card,.block-categories,.product-miniature .thumbnail-container,.tabs,.product-miniature .product-description,.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    background:transparent;
}
.tabs .nav-tabs {

    border-bottom: #A4A4A4 2px solid;
}
#header .header-nav .blockcart {
    height: auto;
    padding: 0rem;
    padding-left: 0rem;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    padding-left: 12px;
    border-left: 1px solid #fff;
}
#header .header-nav .blockcart i {
   font-size: 22px!important;
}
.metahead{
    position: relative;
    display: flex;
    align-items: center;
}
.cta{
    background-color: #921B1B;
    border-color: none;
    border-radius: 20px;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 5px 20px;
    text-shadow: none;
}
.ctaL{
    background-color: #C41F18;
    border-color: none;
    border-radius: 20px;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 5px 20px;
    text-shadow: none;
    margin-left: 10px;
}
.cta:hover{
    background-color: #C41F18;
    color: white!important;
}
.ctaL:hover{
    background-color: #921B1B;
    color: white!important;
}
#header .header-nav .cart-preview.active {
    background: transparent;
}
#description ul{
    list-style: disc;
}
.header-nav .container,
.header-nav .row{
    height:100%;
}
#header .header-nav .language-selector {
    margin-top: 0;
    white-space: nowrap;
}
.topHead{
    display: flex;
    align-items: center;
    height: 100%;
}
body {
    overflow-x: hidden;
    background-color: #fff;
}

.product-miniature .product-title {
    text-transform: none !important;
}
.modal-content #product-description-short{
    display: none;
}
body b,
body strong {
    font-weight: 700 !important;
}

.block-category .block-category-inner #category-description p, .block-category .block-category-inner #category-description .page-content.page-cms ul, .page-content.page-cms .block-category .block-category-inner #category-description ul,
{
    color: #000;
}

.block-category .block-category-inner #category-description strong,
.block-category strong,
.block-category b {
    color: #871421;
}

#checkout-payment-step {

}

#checkout-payment-step .content .box {
    text-align: center;
    background: #eee;
    padding: 15px;
}

#checkout-payment-step .content #box_installment {
    text-align: center;
    background: #eee;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
}

.product-variants-item[data-variant-id="7"] {
    display: none !important;
}

body p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

body h1,
body .h1 {
    color: #4d4d4d;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}
.form-control::placeholder {
    color: #000;
    opacity: 1;
}.block-category h1 {
     font-size: 20px;
 }
h2,
.h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
#subcategories ul li .subcategory-image a{

    border: 1px solid transparent;
}
#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid transparent;
}
h3,
.h3 {
}

h4,
.h4 {
}

h5,
.h5 {
}

.chapo {
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
}

.chapo-home,
.chapo-home p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

a {
    color: var(--red);
}

a:hover {
    color: var(--darkred);
}

.red-line {
    position: relative;
}

.red-line::before {
    background-color: var(--red);
    content: "";
    height: 48px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 3px;
}

.sous-titre {
    color: var(--red);
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
}

.sous-sous-titre {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 47px;
}

body .btn,
body .wpb_button {
    background-color: var(--darkred);
    border-color: none;
    border-radius: 20px;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 5px;
    padding: 6px 20px;
    text-shadow: none;
    text-transform: none;
}
.product-cover img {
    background: transparent;
}
.btn span {
    color: var(--white) !important;
}

.btn:hover,
.wpb_button:hover, .btn-secondary:hover, .btn-tertiary:hover {
    background-color: var(--red);
    color: white;
}

.btn-large {
    background-color: var(--darkred);
    border: 1px solid var(--darkred);
    border-radius: 20px;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding: 14px 40px;
}

body .btn-outline {
    background-color: transparent;
    border: 1px solid var(--red);
    border-radius: 20px;
    color: var(--red);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    padding: 10px 40px;
    transition: 0.2s ease-in-out;
}

body .btn-outline:hover {
    background-color: var(--darkred);
    border-color: var(--darkred);
    color: white;
    transition: 0.2s ease-in-out;
}

.btn-red {
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 20px;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    padding: 14px 40px;
}

.btn-devis {
    background-color: var(--darkred);
    border: 1px solid var(--darkred);
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

.btn-devis a,
.btn-panier a {
    display: block;
    padding: 10px 18px;
}

.btn-devis a,
.btn-panier a,
.btn-panier span {
    font-weight: 700;
}

/* Burger */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    z-index: 6;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: var(--black);
}

body.home .hamburger.is-active .hamburger-inner,
body.home .hamburger.is-active .hamburger-inner::before,
body.home .hamburger.is-active .hamburger-inner::after {
    background-color: var(--white);
}

.hamburger-box {
    display: inline-block;
    height: 23px;
    position: relative;
    width: 30px;
}

.hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: white;
    border-radius: 8px;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 30px;
}

body.home .hamburger-inner,
body.home .hamburger-inner::before,
body.home .hamburger-inner::after {
    background-color: var(--white);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: white;
}

body.home .hamburger.is-active .hamburger-inner,
body.home .hamburger.is-active .hamburger-inner::before,
body.home .hamburger.is-active .hamburger-inner::after {
    background-color: var(--white);
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 9px;
    transition: all 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 18px;
    transition: all 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
    box-shadow: none;
    transition-delay: 0.22s;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(45deg);
    transition: all 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
    transition: all 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body #header .header-top .btn-devis:hover a,
body #header .header-top .btn-panier:hover a {
    color: var(--white);
}

body #header .header-top .btn-devis:hover,
body #header .header-top .btn-panier:hover {
    background-color: var(--red);
    transition: 0.2s all ease-in-out;
}

.btn-panier {
    align-items: center;
    background-color: var(--darkred);
    border: 1px solid var(--darkred);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    color: var(--white);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin-left: 13px;
    padding: 0 17px;
    position: relative;
    text-transform: uppercase;
}

#ppbs_widget .col-xs-12,
#ppbs_widget {

    padding: 0;
    line-height: 1;
    border: 0px;
    background: transparent;
    color: #fff;

}

#ppbs_widget label {


    color: #fff;

}

#ppbs_widget .unit-entry select, #ppbs_widget .unit-entry input[type="text"] {
    width: 90%;
    margin-bottom: 10px;
}

#ppbs_widget .unit-entry label {
    width: 100%;
    padding-right: 0px;
    text-align: left;
}

.img-w-border {
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 25px;
}

.img-w-border img {
    border-radius: 20px;
}

.prise-de-cote-pdf .wpb_button_a span {
    font-size: 16px;
}

/*--- HEADER ---*/
#header .header-nav {
    background-color: #171717;
    border: none;
    height: 60px;
    max-height: inherit;
    position: fixed;
    width: 100%;
    z-index: 400;
}
#header .header-nav .right-nav {

    flex-wrap: wrap;
}
#header .header-nav .btn:hover {
    background-color: var(--red);
    color: var(--white);
}

#header .header-nav .btn {
    padding: 4px 15px;
}

#header .header-nav a,
#header .header-nav span {
    font-size: 16px;
    font-weight: 500;
}

#header .right-nav {
    display: none!important;
}

body #header a:hover {
    color: #979797;
}

#header .header-nav .btn {
    font-weight: 700;
    margin-left: 10px;
}

#header .header-nav i {
    font-size: 16px;
}



#header .user-info a {
    align-items: center;
    display: flex;
    justify-content: end;
}

#menu > li {
    border-right: 2px solid #fff;
}

#menu > li:last-of-type {
    border-right: 0px solid #fff;
}

#header .header-nav .user-info .account {
    margin-right: .625rem;
}

#header .header-nav .user-info {
    margin-left: 1rem;
    margin-top: 0rem;
    padding-left: 1rem;
    text-align: right;
    white-space: nowrap;
    display: flex;
}

#header .user-info a i {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 99px;
    display: flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

#header .user-info a .hidden-sm-down {
    font-size: 14px;
    margin-top: -3px;
}

#header .user-info i {
    margin-right: 10px;
}

#header .language-selector img {
    margin-bottom: 2px;
    margin-right: 10px;
}

#header .language-selector .material-icons.expand-more {
    margin-bottom: 2px;
    margin-left: 1px;
}

#header .header-top .row {
    width: 100%;
}

body #header a,
#header p,
#header i,
#header div,
#header span {
    color: var(--white);
    font-size: 14px !important;
}

#header #header_devis img,
#header .btn-panier img {
    height: 18px;
    margin-right: 5px;
}
.topHead .d-flex{
    margin-left: auto;
}
#header .header-top {
    background-color: #252525;
    color: var(--white);
    height: auto;
    padding: 0;
    padding-top: 80px;
    padding-bottom: 20px;
}

body #header .header-top a,
#header .header-top a[data-depth="0"] {
    color: var(--white);
}

body #header .header-top a:hover,
#header .top-menu a[data-depth="0"]:hover {
    color: #979797;
}

#header .dropdown-menu,
#header .collapse {
    background-color: #333333;
}

#header .header-top-right a.dropdown-item {
    position: relative;
}

#header .header-top-right li:hover a span {
    color: #979797;
}

#header .header-top-right .dropdown-submenu .collapse {
}

#header .sub-menu ul {
    display: flex;
    flex-direction: column;
}

#header .top-menu .sub-menu {
    min-width: inherit;
    width: inherit;
}

#header .category {
    padding: 4px 0;
    position: relative;
}

body #header .category .sub-menu {
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 80px !important;
}

#module-sailonet-default .text-center,
#module-sailonet-default .pull-right {
    cursor: pointer;
    position: relative;
}

#module-sailonet-default .text-center .bulle,
#module-sailonet-default .pull-right .bulle {
    display: none;
}

#module-sailonet-default .text-center:hover .bulle,
#module-sailonet-default .pull-right:hover .bulle {
    background: #fff;
    bottom: 100%;
    box-shadow: #c1c1c1 1px 1px 4px 0px;
    display: block;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 40;
}

#module-sailonet-default {
}

#header .category .sub-menu a {
    border-bottom: 1px solid #525252;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
}

#header .header-left-btn,
#header .menu {
    display: flex;
    justify-content: end;
}

#_desktop_top_menu {
    padding: 0;
}

#adtm_menu .adtm_column span.column_wrap_title,
#adtm_menu .adtm_column span.column_wrap_title a,
#adtm_menu .adtm_column span.column_wrap_title span[data-href] {
    white-space: nowrap;
}

#header .cart-products-count {
    background-color: var(--red);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 7px;
    position: absolute;
    right: -10px;
    top: -10px;
}

#header .col-md-8 .vc_row {
    margin-bottom: 0;
}

body #header .col-md-3,
body #header .col-md-9,
body #header .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
}

body #header .header-top-right {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    height: auto;
    justify-content: space-between;
}
#adtm_menu {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
body #adtm_menu ul#menu li div.adtm_sub {
    top: 20px;
}

body .li-niveau1.sub {
    position: relative;
}

body .li-niveau1.sub > a > span {
    text-transform: uppercase;
}

body .li-niveau1.sub::after {
    color: var(--white);
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 900;
    left: 0;
    padding-bottom: 40px;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.3s ease;
    width: 100%;
}

#adtm_menu ul#menu {
    justify-content: end;
}

.adtm_column {
    border-bottom: 1px solid #525252;
}

.adtm_column_wrap > .adtm_column:last-of-type {
    border-bottom: 0px solid #525252;
}

.adtm_column a {
    font-weight: 500;
}

#header .header-nav #menu-icon i {
    font-size: 30px;
}

#header .header-nav #menu-icon {
    margin: 0 0.5rem;
}

#mobile_top_menu_wrapper {
    background-color: transparent;
    height: calc(100vh - 241px);
    margin: 0;
    width: 100vw;
    z-index: 1234;
    margin-bottom: 127px !important;
    overflow-y: scroll;
}

#mobile_top_menu_wrapper #adtm_menu_inner {
    display: flex;
    justify-content: center;
}

#mobile_top_menu_wrapper #adtm_menu_inner #menu {
    display: flex;
    flex-direction: column;
}

#mobile_top_menu_wrapper #adtm_menu_inner #menu > li {
    border: none;
    margin-bottom: 30px;
}

#mobile_top_menu_wrapper #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
    float: none;
    text-align: center;
}

#mobile_top_menu_wrapper #adtm_menu ul#menu li div.adtm_sub {
    top: 40px;
}

#mobile_top_menu_wrapper .newsletter-rsx {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#mobile_top_menu_wrapper .header-top .row {
    margin: 0;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
    margin-top: 50px;
}

.menu-open #header #_mobile_logo {
    display: none;
}

.menu-open #header .header-top {
    background-color: #252525;
    background-image: url(../img/bg-mobile.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

#mobile_top_menu_wrapper #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-size: 20px;
}

#mobile_top_menu_wrapper #adtm_menu ul#menu li.li-niveau1:hover,
#mobile_top_menu_wrapper .adtm_sub {
    /*display: block;*/
    /*margin-bottom: 25px;*/
    /*position: inherit;*/
}

.mob-temoignages {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

body #header .header-top .mob-temoignages a:hover {
    color: white;
}

body#cart .product-line-info.product-price .current-price {
    margin-top: 30px;
}

body#cart .product-line-info.product-price .current-price .price {
    color: var(--darkred);
    font-size: 18px;
}

/* --- FOOTER --- */
@keyframes heart {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

#footer .fa-heart {
    animation: heart 1.25s ease-in-out infinite;
    color: #f46d6d;
    font-size: 15px;
    padding: 0 5px;
    transition: all 0.25s ease-in-out 0s;
}

#footer .fa-heart:hover {
    animation: heart 1.25s ease-in-out infinite;
    color: #f05050;
    cursor: pointer;
}

#footer .fa-heart:hover path {
    transition: all 0.25s ease-in-out;
}

#footer .footer-pictos .wpb_single_image {
    margin-bottom: 0;
}

#footer .footer-pictos > .vc_row {
    align-items: center;
    background-color: #E8E8E8                ;

    border-bottom: 8px solid #E1E1E1 ;
    padding: 25px 0;
    margin-bottom:0;

}
.fullW{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: #E8E8E8;
}


#footer .footer-pictos > .vc_row img {
    height: auto;
    width: auto;
}

#footer .footer-pictos p {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}

#footer .footer-pictos .wpb_content_element {
    margin-bottom: 10px;
}

#footer p,
#footer strong,
#footer a {
    color: var(--white);
}
.footer-pictos *{
    color:#252525!important;
}
#footer .footer-content > .vc_row {
    align-items: center;
    background-color: var(--black);
    display: flex;
    margin-bottom: 0;
    padding: 25px 0;
}

#footer .newsletter-content {
    align-items: center;
    border-bottom: 0px solid #5b5b5b;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

#footer .message {
    display: flex;
    width: fit-content;
}

#footer .footer-message {
    display: flex;
    height: auto;
    justify-content: end;
}

#footer .btn-enveloppe {
    font-size: 14px;
}

#footer .message .fa-envelope {
    background-color: #4a4a4a;
    border-top-left-radius: 5px;
    color: #fff;
    padding: 10px;
}

#footer .message .btn-gris {
    background-color: #565656;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight: 900;
    padding: 7px;
}

body #footer .block_newsletter {
    background: transparent;
    border: none;
    border-right: 0px solid #5b5b5b;
    margin: 0;
    margin-right: 0px;
    padding-right: 0px;
}

body #footer .block_newsletter form input[type="email"] {
    background-color: transparent;
    border-color: #252525;
    border-radius: 20px;
    color: #252525;
    font-size: 16px;
    padding-left: 9px;
}

body #footer .block_newsletter form input[type="email"]::placeholder {
    color: #7c7c7c;
    padding-left: 5px;
    text-transform: lowercase;
}

.block_newsletter .col-md-7 {
    padding-left: 0;
}

body .block_newsletter form input[type="submit"] {
    background-color: var(--red);
}

body .block_newsletter form input[type="email"]:focus {
    border: 1px solid var(--red);
}

body .block_newsletter form input[type="submit"]:hover {
    background-color: var(--darkred) !important;
}

#sail_area_wanted:disabled {
    background: #797979;
}

.form-control-select {

    background-color: rgb(255, 255, 255);
    padding-right: 42px !important;
}

body .form-control + .input-group-addon:not(:first-child) {
    background: transparent;
    border: 1px solid #252525;
    border-left: 0;
    border-left: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
body .sail_mode_expert .form-control  .input-group-addon {

    border: 0px solid #252525;

}

body .product-actions .form-control option {
    color: #000;
}

body #sail_area_wanted {
    border-right: transparent;
}

#footer .block_newsletter .row {
    align-items: center;
    display: flex;
}

#footer .block_newsletter .col-xs-12,
#footer .block_newsletter {
    width: inherit;
}

#footer .block_newsletter #block-newsletter-label {
    color: #252525 ;
    font-size: 18px;
    margin: 0;
}

.newsletter-rsx i {
    align-items: flex-start;
    background-color: var(--darkred);
    border-radius: 20px;
    color: var(--white);
    height: 37px;
    min-width: 37px;
    padding: 10px;
    text-align: center;
}

#footet .col-xs-12 {
    padding: 0;
}

#footer input.btn-primary {
    font-size: 14px;
}

.newsletter-rsx {
    align-items: center;
    display: flex;  justify-content: flex-end;
}

.newsletter-rsx i {
    margin-right: 10px;
}

.newsletter-rsx a:hover i,
#footer input.btn-primary:hover {
    background-color: var(--red);
}

#footer .footer-content {
    background-color: var(--black);
}

#footer .footer-container {
    background-color: var(--black);
    padding-top: 0;
}

#footer .block_newsletter form input {
    height: 37px;
    padding: 0 7px;
}

#footer .footer-copyright {
    background-color: var(--darkred);
    margin: 0;
    padding: 17px 0;
}

body #footer a:hover {
    color: #dcdcdc;
}

#footer .footer-copyright p {
    margin-bottom: 0;
}

#footer .footer-copyright p,
#footer .footer-copyright a {
    font-size: 15px;
}

#footer .footer-copyright a:hover {
    color: #dcdcdc;
}

#footer .news-rsx {
    display: flex;
    margin:auto
}

#footer .news-rsx {
    display: flex;
    margin:auto
}

#footer .pictos-content > .vc_col-sm-3 img {
    height: auto;
    width: auto;
}

#footer .pictos-content .vc_col-sm-9 img {
    height: auto;
    width: 71px;
}

body #footer .footer-links {
    padding-bottom: 00px !important;
    margin-bottom: 00px !important;
    padding-top: 40px !important;
}

#footer .footer-links .vc_col-sm-4 {
    padding-left: 15px;
    position: relative;
}

#footer .footer-links .vc_col-sm-4 p {
    line-height: 20px;
    margin-bottom: 0;
}
.footer-container li {
    margin-bottom: 0;
}


.alert-success {
    background-color: transparent;
    border-radius: 20px;
}

.alert-danger {
    background-color: transparent;
    border-color: #bb5e5e;
    border-radius: 20px;
    color: #a94442 !important;
}

/* --- HOME --- */
.page-index #wrapper {
    padding-top: 0;
}

.home-carousel > .vc_col-sm-12 {
    padding: 0;
}

#carousel p {
    font-size: 40px;
    line-height: 42px;
}

#carousel .btn:hover {
    background-color: var(--red);
    color: var(--white);
}

#carousel p:first-child {
    font-weight: 700;
}

.carousel .carousel-inner {
    height: auto;
}

#carousel .caption-description {
    width: 500px;
}

body .carousel .carousel-item .caption {
    bottom: 30%;
    left: 15%;
}

.h1-sailonet span {
    color: #b81a1d;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
}

.home-description .vc_col-sm-9 {
    width: 60%;
}

.home-description .vc_col-sm-3 {
    margin-right: 30px;
}

.home-description .h2 {
    font-size: 18px;
    text-transform: inherit;
}

body .home-description .h2 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.home-description .wpb_button_a:last-child {
    margin-left: 10px;
}

body .home-video {
    align-items: center;
    color: var(--white);
    display: flex;
}

body .home-video > .vc_col-sm-12 {
    width: 100%;
}

body .home-video p {
    color: white;
}

body .home-video .h1,
body .home-video .chapo-home {
    color: var(--white);
    display: flex;
    height: 100%;
    align-items: center;
    margin-bottom: 0 !important;
    margin-top: 6px;
}

body .home-video .chapo-home {
    font-weight: 300;
}

.home-video.h1 {
    margin-right: 70px;
}

.home-video .red-line::before {
    left: -30px;
    top: -15px;
}

.home-video {
    padding-bottom: 80px;
    padding-top: 60px;
}

.home-video p {
    margin-top: 12px;
}

body .home-video .vc_col-sm-3 {
    margin-right: 30px;
    width: fit-content;
}

body .vc_custom_1659616511200 {
    background-position: bottom 0px left 0px !important;
}

.btn-center .wpb_wrapper {
    display: flex;
}

.btn-center a {
    margin: auto;
}

body #wrapper {
    background-color: #fff;
}

body .all-temoignages .vc_col-sm-4 {
    margin-right: 7%;
    width: 25%;
}

body .temoignages-titre {
    margin-bottom: 10px;
    margin-top: 60px;
}

body .wpb_content_element.temoignage-date,
body .wpb_content_element.temoignage-text {
    margin-bottom: 5px;
}

body .temoignage-date strong {
    color: var(--red);
    font-size: 15px;
}

body .temoignages-titre .wpb_content_element:first-child {
    margin-bottom: 0;
}

body .pagination {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
}

#module-sailonet-bateaux .pagination {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#module-sailonet-bateaux .pagination > li:first-child > a, #module-sailonet-bateaux .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#module-sailonet-bateaux .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;

}

body .pagination .offset-md-2 {
    margin-left: 0;
}

body .pagination .col-md-6,
body .pagination .col-md-4 {
    padding: 0;
    text-align: center;
    width: 100%;
}

/* --- FILTRES --- */
body #search_filters .facet .facet-title {
    color: var(--darkred);
}

body #search_filters .text-uppercase.h6.hidden-sm-down {
    color: #4d4d4d;
    font-weight: 700;
    text-transform: initial !important;
}

body .block-category {
    min-height: inherit;
}

body#category #wrapper img {

    border-radius: 20px;
    object-fit: cover;
}
.product-miniature .thumbnail-container .product-thumbnail{
    border: 0px solid #B4B4B4;
    padding: 0px;
    border-radius: 20px;
    display: block;
}
body .thumbnail-top {
}
#subcategories ul li {
    width: calc(100% / 3 - 20px);
    min-width: auto;
    margin: 010px;
    text-align: center;
}
.form-control {
    color: #333;
    opacity: 1;
}
#product .toggle-group{

}
#product .toggle-group .btn{
line-height: 1;
}
#product .toggle-group .btn{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
#product .toggle.btn{

    min-height: 25px;
}
#product .img-infobulle{

   margin-bottom: 5px;
}
body .wishlist-button-add {
    display: none;
}

.product-flag.discount {
    background-color: var(--red);
    position: absolute;
    right: 0;
}

body .product-flag {
    background: var(--darkred);
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

body .product-flag.out_of_stock {
    display: none;
}

.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
    background-color: var(--darkred);
}

body #js-product-list-top.products-selection {
    display: none;
}

body#category .h3.product-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

body#category .product-price-and-shipping {
    color: var(--red);
    font-size: 18px;
    font-weight: 900;
}

body#category .active_filters {
    background: transparent;
}

body#category .filter-block {
    background-color: var(--red);
    border-radius: 20px;
    color: var(--white);
    font-weight: 700;
}

body#category .active_filters .filter-block .close {
    color: var(--white);
}

body #_desktop_search_filters_clear_all .btn {
    background-color: var(--red);
}

body #_desktop_search_filters_clear_all .btn:hover {
    background-color: var(--darkred);
    color: var(--white);
}

body#category .product-miniature .highlighted-informations .quick-view:hover {
    color: var(--darkred);
}

/* --- PRODUITS --- */
.product-flags li.product-flag {
    margin-top: 0;
}

body#product .product-cover  {
    border: 0px solid #B4B4B4;
    border-radius: 20px;
    padding: 0px;
}
body#product .product-cover  img{
    border-radius: 20px;
}

body#product .product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover ,
.product-images > li.thumb-container > .thumb {
    border: #b4b4b4 0px solid;
    padding: 0px;    border-radius: 20px;
}

body#product .product-images > li.thumb-container > .thumb:hover {
    border-color: #333;
}

body#product .product-flags {
}

body#product .product-container h1 {
    margin-bottom: 30px !important;
}

body#product .product-additional-info.js-product-additional-info {
    display: none;
}

body#product #wrapper .material-icons.shopping-cart {
    display: none;
}

body#product #wrapper .product-prices {
    display: flex;
    margin-top: 0;
}

body#product #wrapper .product-prices {
    display: flex;
    margin-top: 0;
}

body#product #wrapper .current-price-value {
    color: #252525;
    font-family: Roboto;
    font-size: 30px;
}
body #subcategories {
    margin-bottom: 20px;
    border-top: 0px solid #f6f6f6;
}
body .filtres-produit {
    background-color: #D6D6D6;
    border-radius: 20px;
    padding: 24px;
}

body .filtres-produit span,
body .filtres-produit p,
body .filtres-produit a {
    color: #252525;
}

body .filtres-produit .product-actions .control-label,.form-group label {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

body
.filtres-produit
.bootstrap-touchspin
.input-group-btn-vertical
.bootstrap-touchspin-down {
    margin-top: 0;
}

body .filtres-produit .input-group-btn-vertical {
    display: flex;
    height: 100%;
    width: 35%;
}

body .filtres-produit .input-group-btn-vertical .btn {
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 20px;
    height: 100%;
    margin-left: 8px;
    width: 32px;
}

body .filtres-produit .input-group-btn-vertical .btn:hover {
    background-color: var(--darkred);
    border-color: var(--darkred);
}

body .filtres-produit .qty,
body .filtres-produit .input-group {
    height: 32px;
    width: 100%;
}

body .filtres-produit #quantity_wanted {
    background-color: transparent;
    border: 1px solid #252525;
    border-radius: 20px;
    color: #252525;
    height: 32px;
    width: 65%;
}

body .product-accessories .h5 {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 25px;
}

body .product-accessories .h5.text-uppercase {
    text-transform: inherit !important;
}

body .product-accessories .thumbnail-top, body .featured-products .thumbnail-top {
    border: 1px solid lightgrey;
    border-radius: 20px;
    padding: 15px;
}

body .featured-products h2 {
    margin-bottom: 25px;
}

body #product-availability .product-unavailable {
    color: var(--red);
}

body#product .filtres-produit .product-actions .add-to-cart {
    width: 100%;
    text-transform: uppercase;
}
.tabs .nav-tabs .nav-link{

    text-transform: uppercase;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    color: #4d4d4d;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    margin-right: 0;
    top: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    display: inline-block;
    margin-top: 0;
}

#search_filters .facet .facet-label {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.breadcrumb a {
    text-decoration: underline;
}

#adtm_menu .adtm_column {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.product-actions .add-to-cart {
    background: var(--red);
    height: auto;
    padding: 6px 20px;
}

.product-actions .add-to-cart:hover {
    background: var(--darkred);
}

.tabs .nav-tabs .nav-link.active {
    color: #7a7a7a;
    border-bottom: var(--darkred) 3px solid;
}

.tabs .nav-tabs .nav-link:hover {
    border-bottom: var(--darkred) 3px solid;
}

.product-cover .layer:hover {
    border-radius: 20px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-";
    font-size: 26px;
    font-weight: 900;
    left: 7px;
    position: absolute;
    top: -6px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+";
    font-size: 20px;
    font-weight: 900;
    padding: 0 6px;
}

.input-group-btn-vertical button:first-child {
    order: 2;
}

body .product-actions .form-control {
    background-color: transparent;
    border: 1px solid #252525;
    border-radius: 20px;
    color: #252525;
    height: 32px;
    width: 100%;
}

.product-variants > .product-variants-item select {
    background-color: transparent;
    width: 100%;
}



.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #232323;
    float: left;
    height: 40px;
    padding: 0.175rem 0.5rem;
    text-align: center;
    width: 40px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    margin-bottom: 0;
}

iframe {
    border: 0;
}

.pagination .current a {
    color: var(--red);
}

.product-prices .tax-shipping-delivery-label {
    margin-left: 10px;
}

#product-availability {
    display: flex;
    justify-content: center;
}

.btn-dl-fiche {
    margin-top: 35px;
}

.filtres-pro {
    color: var(--darkred);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

#search_filters .facet .facet-title {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: inherit;
}

#search_filters .facet .facet-label a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: inherit;
    width: calc(100% - 30px);
}

body#product .filtres-produit .input-group input,
body#product .filtres-produit .product-variants select {
    padding-left: 10px;
    padding-right: 10px;
}

.product-discount .regular-price { 
    position: absolute;
    top: 5px;
}

#cart .product-discount .regular-price {
     position: absolute;
     top: 75px;
 }

/*ticket 22661*/
#cart .product-line-info.product-price {
    position: relative; 
}

#cart .product-discount .regular-price {
    position: absolute;
    top: 32px; 
}

#cart .product-discount .current-price {
    padding-left: 10px;
}
/*ticket 22661*/




.has-discount .discount {
    background: var(--darkred);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: 0;
}

.product-variants > .product-variants-item .color {
    border-radius: 20px;
}

.form-control:focus {
    outline: 0.1875rem solid var(--darkred);
}

.js-modal-product-cover.product-cover-modal {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product-flag.on-sale {
    display: none;
}

.product-accessories {
    margin-bottom: 35px;
    margin-top: 35px;
}

body .fiche-de-cote body#authentication .form-control {
    border-color: var(--darkred);
    border-radius: 20px;
}

body#authentication
.input-group
.input-group-btn
> .btn[data-action="show-password"] {
    background: var(--darkred);
    border-radius: 20px;
    padding: 6px;
    width: 25px;
    width: 80px;
}

body#authentication .btn.show-hide:focus-visible {
    border: none;
}

body#authentication .input-group.focus,
body#authentication .form-control:focus {
    outline: none !important;
}

body#authentication .form-footer.clearfix {
    display: flex;
    justify-content: center;
}

.input-group .input-group-btn > .btn {
    padding: 7px;
}

/* --- CHECKOUT --- */
body#checkout #footer {
    padding: 0;
}

body#checkout .container {
    min-height: inherit;
}

body#checkout #header .header-nav {
    padding: 0;
}

/* --- CART --- */
body#cart .qty i {
    align-items: center;
    color: var(--darkred);
    display: flex;
    justify-content: center;
    margin-top: -2px;
    text-align: center;
}

body#cart .qty i.touchspin-down {
    margin-left: -5px;
    margin-top: -5px;
}

body#cart .promo-code .btn {
    font-size: 14px;
    height: 100% !important;
    margin-left: 5px;
    padding: 5px 15px;
}

body
.faq-container
.wpb_accordion
.wpb_accordion_wrapper
.wpb_accordion_header {
    background: #eee;
    padding-bottom: 0;
}

body
.faq-container
.wpb_accordion
.wpb_accordion_wrapper
.ui-accordion-header-active.ui-state-active {
    background: var(--red);
}

body
.faq-container
.wpb_accordion
.wpb_accordion_wrapper
.ui-accordion-header-active.ui-state-active
a {
    color: #fff;
    font-weight: 900;
}

body #contentMyBoat {
    background-color: var(--darkred);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 20px 40px;
}
body #contentMyBoat .title_block{
    display: flex;
    align-items: center;
}
#modeleVoile{
    display: flex;
    align-items: center;
    margin-right:25px;
}
.toggle.btn {
    min-height: 46px;
}
body #contentMyBoat .form-inline {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
body #contentMyBoat .form-inline .checkbox .btn{
    margin-bottom: 0;
    line-height: 30px;
}

body #contentMyBoat .infobulle span {
    display: none;
}

body #contentMyBoat .infobulle img:hover span {
    display: block;
}

body #modeleVoile p,
body .sail_mode_expert .control-label {
    color: white;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 900;
    padding: 0;
    text-align: initial;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
}

body .sail_mode_expert .col-md-9 .input-group {
    align-items: center;
    display: flex;
}

body .sail_mode_expert .control-label {
    color: #000;
}
.pull-right img{
    margin-left: 15px!important;
}
body #contentMyBoat .form-inline .form-group {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    width: 100%;

}
body #contentMyBoat .form-inline .form-group.pull-right {
margin-left:25px;

}

body #contentMyBoat .form-inline .img-infobulle {
margin:0;
    padding: 0;


}
body .toggle-off.btn {
    padding-left: 20px;
}
body .toggle-group > .btn {
    background-color: var(--white);
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.toggle-group .btn{
    color:#7D7D7D!important;
}
body #contentMyBoat .form-inline .form-control,
body .sail_mode_expert #boatLength {
    background-color: white;
    border: transparent;
    border-radius: 20px;
    color: #000;
    font-size: 18px;
    max-width: 370px;
    padding: 7px 20px;
    width: 100%;
}

body #contentGardeRobe .title_block .infobulle strong {
    text-transform: uppercase;
}

body #contentGardeRobe .title_block .infobulle {
    text-align: center;
}

body #contentGardeRobe .title_block h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
#contentGammes .row {
    margin-right: 15px;
    margin-left: 15px;
}
body #contentGardeRobe .col-md-4 > .title_block {
    background-color: #eeeeee;
    border-radius: 20px;
    padding: 20px;
}

body .title_block .infobulle {
    /* display: none; */
}

body .title_block {
    /* display: flex;
    align-content: end; */
}

body .title_block .mainselection {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    border: transparent;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 20px;
}

body .select-arrow {
    position: relative;
}

body .select-arrow::after {
    color: var(--red);
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 900;
    height: 15px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 15px;  pointer-events: none;
}

body .final-block h2.title_block {
    border-bottom: 0px solid #000;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
body .final-block .data-price .price{

    font-size: 18px;
    line-height: 22px;
}
.toggle-group .btn{
    line-height: 30px;
}
body .final-block .block {
    background-color: #eee;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 20px 40px;
}

body .final-block .block .link-details {
    margin-top: 35px;
    width: 100%;
}

body .final-block .block .link-details .btn {
    color: white;
    margin: auto;
    width: 100%;
}

body .data-price {
    background-color: transparent;
    border: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

body .data-price {
    background-color: transparent;
    border: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

body .data-price .price {
    color: var(--red);
    font-size: 20px;
    font-weight: 400;
}

body .data-price .price span {
    font-weight: 900;
}

body #detail_gamme {
    display: none;
}

body .link-details .btn {
    font-weight: 400;
    margin-top: 30px;
}

body .imgs-devis {
    margin-bottom: 0;
    width: 30px;
    margin-right: 15px;
}

body #contentGardeRobe .imgs-devis,
body .img-infobulle {
    display: flex;
    margin: auto;
    margin-bottom: 15px;
    width: 50px;
}

body .img-infobulle {
    width: 30px;
}
body #contentGardeRobe .img-infobulle {
    width: 23px;
    position: absolute;
    right: 10px;
    top: -3px;
}
body #contentGardeRobe .imgs-devis{
    display: none;
}

body .sail_mode_expert {
    background-color: #eee;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 45px;
}

body .sail_mode_expert .input-group-addon {
    background-color: transparent;
    border: transparent;
    color: #000;
    font-size: 20px;
    margin-left: 40px;
    border:none!important;
}

body #boatModel {
    background-color: white;
    border-radius: 20px;
}

body .pull-right, body #boat_name .checkbox {
    position: relative;
}
#boat_name label{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color:var(--darkred);
}
body #boat_name {
    border-radius: 20px;
}
#wrapper .breadcrumb li a,
#wrapper .breadcrumb li span {

    font-size: 12px;
}
#wrapper .breadcrumb li::after {
    margin: 0;
    color: #7a7a7a;
    content: "/";
    font-size: 12px;
}
.breadcrumb{
    margin-bottom: 5px;
}
body #boat_name .checkbox {
    align-items: end;
    display: flex;
    margin-top: 15px;
}

body #boat_name .checkbox a.infobulle {
    margin-left: 25px;
}

body .toggle-handle {
    background-color: var(--darkred) !important;
    border-radius: 86px;
    transition: 0.2s all ease-in-out;
}

body .toggle.btn:hover .toggle-handle {
    background-color: var(--red) !important;
    transition: 0.2s all ease-in-out;
}

body .pull-right span, body .popup-infobulle {
    background-color: white;
    border-radius: 20px;
    bottom: 105px;
    -moz-box-shadow: -1px -6px 50px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px -6px 50px -7px rgb(0 0 0 / 75%);
    box-shadow: -1px -6px 50px -7px rgb(0 0 0 / 75%);
    display: none;
    padding: 20px 15px;
    position: absolute;
    z-index: 20;
}

body .popup-infobulle {
    bottom: inherit !important;
    top: 50px;
}

body .bulle {
    display: none;
    text-align: center;
}
.block_newsletter .btn{
    aspect-ratio: 1/1;
}
body #contentGardeRobe .imgs-devis:last-child {
    display: none;
}

body .product-information .btn {
    display: none;
}

body .product-variants-item .color {
    border: 1px solid white;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
    border: 2px solid var(--red);
}

#checkout .payment-options {
    position: relative;
    margin-top:20px;
}

#checkout .payment-options .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#checkout .payment-options .spinner i {
    transform: rotate(360deg);
    animation: rotation 1.5s linear infinite;
    font-size: 48px;
}



#search_widget form input {border-radius: 20px;padding: 8px 8px 8px 40px;!important;}

.search{color:#252525!important;}

@media screen and (max-width: 1200px) {
    .header-nav > .container > .row >div > .col-md-6:first-of-type p > a:not(.display-mobile),
    .header-nav > .container > .row >div > .col-md-6:first-of-type p > span {
        display: none;
    }

    .display-mobile {
        display: flex;
    }

    .header-nav .fa-phone {
        margin-right: 10px;
    }

    .header-nav .display-mobile {
        margin-top: 7px;
    }
}

@media screen and (min-width: 991px) {
    #header .header-nav .user-info {
        border-left: 0px solid #fff;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    #footer .newsletter-content {
        flex-direction: column;
    }
    body .li-niveau1.sub::after{
        display: none;
    }
    body #contentMyBoat .title_block{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #modeleVoile {
        display: flex;
        align-items: center;
        margin-right: 0;
        width: 30%;
    }
    #adtm_menu ul#menu .li-niveau1 div.adtm_sub {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0;
        top: 6px !important;
    }
#boatModel{
    margin-bottom: 15px;
}
    body #contentMyBoat .form-inline .form-group {
        margin-top: 0px;
    }

    body #contentMyBoat .form-inline {
        flex-direction: column;
        width: 70%;
    }

    #footer .newsletter-content .newsletter-logo {
        margin-bottom: 20px;
    }

    .carousel .carousel-item .caption {
        bottom: 0;
        left: 32px;
        margin: 0;
        position: absolute;
        text-align: left;
    }

    #carousel .caption-description {
        width: auto;
    }

    body #carousel p {
        color: #fff;
        font-size: 25px;
    }

    body .carousel .carousel-item .caption {
        bottom: 15%;
        left: 15%;
    }

    .carousel {
        background-color: transparent;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home-carousel {
        margin-bottom: 0;
    }

    .red-line {
        margin-left: 20px;
        position: relative;
        width: 95%;
    }

    .red-line.chapo-home {
        margin-left: 0;
    }

    .red-line.chapo-home::before {
        content: none;
    }


    body #mobile_top_menu_wrapper #menu .li-niveau1 .adtm_sub {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .hamburger {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
    }

    #header .header-top > .container > .row {
        margin: auto;
    }

    #header .right-nav {
        display: flex!important;
    }

    body {
        overflow-x: hidden;
    }

    body .header-nav .container > .row > div {
        display: flex;
    }

    body #language-selector-label {
        display: none;
    }

    body .language-selector select.link.hidden-md-up {
        background: transparent;
        color: white;
    }

    #header .top-logo {
        margin: auto;
    }

    #header .header-top {

        padding-top: 68px;
        padding-bottom: 8px;
    }
    body #header .top-logo img {

    }

    #header .header-top {
        background-position: -500px 70px;
    }

    #header .header-left-btn,
    #header .menu {
        justify-content: center;
    }

    #header .header-top,
    body #header .header-top-right {
        height: auto;
    }

    .float-xs-right {
        display: none;
    }

    body .float-xs-right.btn {
        display: flex;
    }

    .header-nav .display-mobile i {
        display: none;
    }


    #_desktop_top_menu #adtm_menu_inner {
        display: flex;
        justify-content: center;
    }

    #_desktop_top_menu #adtm_menu_inner #menu {
        display: flex;
        flex-direction: column;
    }

    #adtm_menu {
        margin-top: 50px;
    }

    #_desktop_top_menu #adtm_menu_inner #menu > li {
        border: none;
        margin-bottom: 30px;
    }

    #_desktop_top_menu #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
        float: none;
        text-align: center;
    }

    #_desktop_top_menu #adtm_menu ul#menu li div.adtm_sub {
        top: 40px;
    }

    #_desktop_top_menu .newsletter-rsx {
        bottom: 0;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    #_desktop_top_menu .header-top .row {
        margin: 0;
    }

    #_desktop_top_menu #_mobile_top_menu {
        margin-top: 50px;
    }

    .menu-open #header #_mobile_logo {
        display: none;
    }

    .menu-open #header .header-top {
        background-color: #252525;
        background-image: url(../img/bg-mobile.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: var(--white);
    }

    #_desktop_top_menu #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
        font-size: 20px;
    }

    #_desktop_top_menu #adtm_menu ul#menu li.li-niveau1:hover,
    #_desktop_top_menu .adtm_sub {
        /*display: block;*/
        /*margin-bottom: 25px;*/
        /*position: inherit;*/
    }


    #_desktop_top_menu {
        display: none;
    }

    .menu-open #_desktop_top_menu {
        display: block;
        background-color: transparent;
        height: calc(100vh - 138px);
        margin: 0;
        width: 100vw;
        z-index: 1234;
        overflow-x: scroll;
    }

    .menu-open #wrapper,
    .menu-open #footer {

        display: none !important;
    }
    #header .header-nav .right-nav{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    #header .header-nav .right-nav > div:first-of-type{
display: flex;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    body #footer .footer-links {
        padding-bottom: 00px !important;
        margin-bottom: 00px !important;
        padding-top: 40px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #header .header-top {

        padding-top: 105px;
        padding-bottom: 8px;
    }
    #footer .footer-links *{
        text-align: center!important;
    }
    #header .top-logo img {
        width: auto;
        max-height: 90px;
    }
    .newsletter-rsx {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    body .footer-pictos .wpb_text_column {
       margin-bottom:20px!important;
    }
    #_desktop_top_menu {
        display: none !important;
    }

    #carousel p {
        line-height: 25px;
    }


    .home-description .vc_col-sm-9 {
        width: 100%;
    }

    .home-description .vc_col-sm-9 a.wpb_button_a {
        display: block;
        width: 100%;
    }

    .home-description .vc_col-sm-9 a.wpb_button_a span {
        width: 100%;
    }

    .all-temoignages img {
        width: 100%;
    }

    body .all-temoignages .vc_col-sm-4 {
        margin-right: 0;
        width: 100%;
    }

    body .wpb_button_a,
    body .wpb_button_a span {
        width: 100%;
    }

    body .footer-pictos .pictos-content {
        flex-direction: column;
    }


    body .footer-pictos .pictos-content .vc_col-sm-9 .vc_col-sm-3 {
        margin-bottom: 20px;
        width: 50%;
    }

    body .footer-pictos .vc_col-sm-9 .vc_row.wpb_row.vc_row-fluid {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        width: 75%;
    }

    body .pictos-content > .vc_col-sm-3 {
        margin-bottom: 25px;
    }

    #footer .pictos-content > .vc_col-sm-3 img {
        margin-right: 25px;
    }

    #footer .newsletter-content,
    #footer .news-rsx {
        flex-direction: column;
    }

    .newsletter-rsx {
        margin: auto;
    }

    #footer .news-rsx .row {
        flex-direction: column;
    }

    body #footer .block_newsletter {
        border: none;
    }

    body #footer .block_newsletter {
        margin-bottom: 0px;
        margin-right: 0;
        padding-right: 0;
    }

    body .block_newsletter .col-md-7 {
        padding: 0;
    }

    body .newsletter-logo {
        margin-bottom: 25px;
    }

    body #footer .block_newsletter #block-newsletter-label {
        margin-bottom: 0px;
    }

    #footer .footer-content > .vc_row {
        flex-direction: column;
    }

    #footer .footer-links .vc_col-sm-4 {
        margin-bottom: 25px;
    }

    #footer .footer-copyright .text-sm-center {
        margin: auto;
        text-align: center;
        width: 90%;
    }

    #footer .footer-message {
        justify-content: center;
    }

    .home-description .wpb_button_a:last-child {
        margin-left: 0;
    }

    body
    .faq-container
    .wpb_accordion
    .wpb_accordion_wrapper
    .wpb_accordion_header {
        padding: 0;
    }

    body #contentMyBoat .form-inline .form-control, body .sail_mode_expert #boatLength {
        font-size: 16px;
        width: 100%;
    }

    body .pull-right .checkbox {
        width: 240px;
    }

    body .pull-right .checkbox > .toggle {
        width: 100%;
    }

    body .pull-right .checkbox > .toggle {
        width: 100% !important;
    }

    body .toggle-group > .btn {
        font-size: 16px;
    }

    body .sail_mode_expert .col-md-9 .input-group {
        flex-direction: column;
    }

    body .sail_mode_expert .input-group-addon {
        width: auto;
    }
    .col-xs-order-1{order: 1}
    .col-xs-order-2{order: 2}
    .col-xs-order-3{order: 3}
    .topHead{
        flex-wrap: wrap;
    }
    #header .header-nav {

        height: auto;
        padding: 10px;
    }
    .customText {
        margin-left: 0;
    }
    .d-flex.col-xs-order-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom:20px;
    }
}


@media screen and (max-width: 594px) {

    #modeleVoile {
        display: flex;
        align-items: center;
        margin-right: 0;
        width: 100%;
    }
    body #contentMyBoat .form-inline .form-control, body .sail_mode_expert #boatLength {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    body #contentMyBoat .form-group {
        margin-bottom: 0;
    }
    body #contentMyBoat .form-inline {
        flex-direction: column;
        width: 100%;
    }

    body h1 {
        font-size: 45px;
        line-height: 47px;
    }

    .products .product,
    .products .product .thumbnail-container {
        width: 100%;
    }

    #products {
        margin-top: 25px;
    }

    body#category #wrapper img {
        width: 100%;
    }

    body#product h1.h1 {
        margin-left: 15px;
        margin-right: 15px;
    }

    body .filtres-produit {
        border-radius: 0;
        margin-top: 50px;
    }

    body .product-accessories p.h5 {
        text-align: center;
    }

    body .input-group .input-group-btn > .btn[data-action="show-password"] {
        padding: 14%;
    }
}

select.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #797979 !important;
}

select.disabled:hover {
    cursor: not-allowed;
}

@media screen and (max-width: 480px) {
    #header .header-top {

        padding-top: 105px;
        padding-bottom: 8px;
    }
    body #header a, #header p, #header i, #header div, #header span {
        color: var(--white);
        font-size: 12px !important;
    }
    #header .ctaL, #header .cta {
        padding: 0px 15px;
        margin: 1px !important;
        display: inline-block;
    }
}


#header #search_widget form input {
    width:auto;
    float:right;
}

#header .ctaL {
    height: 36px;
    display: block;
    text-align: center;
}

.cart-content-btn button, .cart-content-btn a {
    text-transform: uppercase !important;
}


#checkout .ui-autocomplete-input {
    display:  block;
}

@media screen and (min-width: 991px) {
    #header #search_widget form input {
        width: 183px;
    }
}