@charset "UTF-8";
/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/
@font-face {
    font-family: "helvetica_bold";
    src: url("fonts/helvetica_lt_condensed_bold-webfont.woff2") format("woff2"), url("fonts/helvetica_lt_condensed_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helvetica_regular";
    src: url("fonts/helvetica_lt_condensed_regular-webfont.woff2") format("woff2"), url("fonts/helvetica_lt_condensed_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helvetica_black";
    src: url("fonts/helvetica_lt_condensed_black-webfont.woff2") format("woff2"), url("fonts/helvetica_lt_condensed_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helvetica_light";
    src: url("fonts/helvetica_lt_condensed_light-webfont.woff2") format("woff2"), url("fonts/helvetica_lt_condensed_light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helvetica_roman";
    src: url("fonts/helvetica_lt_std_roman-webfont.woff2") format("woff2"), url("fonts/helvetica_lt_std_roman-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Reload-Medium";
    src: url("fonts/Reload-Medium.woff2") format("woff2"), url("fonts/Reload-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DinC";
    src: url("fonts/DinC.woff2") format("woff2"), url("fonts/DinC.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansCondensed-Regular";
    src: url("fonts/OpenSansCondensed-Regular.woff2") format("woff2"), url("fonts/OpenSansCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansCondensed-Bold";
    src: url("fonts/OpenSansCondensed-Bold.woff2") format("woff2"), url("fonts/OpenSansCondensed-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DINPro-Regular";
    src: url("fonts/DINPro-Regular.woff2") format("woff2"), url("fonts/DINPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DINPro-Medium";
    src: url("fonts/DINPro-Medium.woff2") format("woff2"), url("fonts/DINPro-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DINPro-Light";
    src: url("fonts/DINPro-Light.woff2") format("woff2"), url("fonts/DINPro-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DINPro-Bold";
    src: url("fonts/DINPro-Bold.woff2") format("woff2"), url("fonts/DINPro-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DINPro-Black";
    src: url("fonts/DINPro-Black.woff2") format("woff2"), url("fonts/DINPro-Black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Prohibition";
    src: url("fonts/Prohibition-Regular.woff2") format("woff2"), url("fonts/DINPro-Black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "tomorrowregular";
    src: url("fonts/tomorrow-regular-webfont.woff2") format("woff2"), url("fonts/tomorrow-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "tomorrowsemibold";
    src: url("fonts/tomorrow-semibold-webfont.woff2") format("woff2"), url("fonts/tomorrow-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
:root {
    --noir: #000000;
    --blanc: #ffffff;
    --rouge: #EA1C24;
    --white-color: #fff;
    --black-color: #000;
    --reloadMedium: "Reload-Medium", sans-serif;
    --dinC: "DinC", sans-serif;
    --openSansCR: "OpenSansCondensed-Regular", sans-serif;
    --openSansCB: "OpenSansCondensed-Bold", sans-serif;
    --dinProRegular: "DINPro-Regular", sans-serif;
    --dinProMedium: "DINPro-Medium", sans-serif;
    --dinProLight: "DINPro-Light", sans-serif;
    --dinProBold: "DINPro-Bold", sans-serif;
    --dinProBlack: "DINPro-Black", sans-serif;
    --prohibition: "Prohibition", sans-serif;
    --openSans: "Open Sans", sans-serif;
}

html {
    height: -webkit-fill-available;
}

html, body {
    overflow-x: hidden;
    /* cursor: url("./images/curseur-shot-xx-small.png"), auto; */
    /*cursor: url("./images/cursor.svg"), auto;*/
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    body {
        /* The hack for Safari */
        min-height: -webkit-fill-available;
    }
}
body {
    font-family: "DINPro", sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
    position: relative;
}

p, h1, h2, h3, h4, h5, h6 {
    cursor: text;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.wrapper {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.default-btn,
.form-submit {
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 30px;
    font-family: "helvetica_regular";
    text-decoration: none;
    min-width: max-content;
    position: relative;
}

.form-submit {
    max-width: 200px;
}

.default-btn.black {
    border: solid 1px #000;
    background: #000;
    color: #fff;
}

.default-btn.black:hover {
    color: #000;
    background: #fff;
}

.default-btn.secondary-color,
.form-submit {
    color: #fff;
    background: #F39517;
}

.default-btn.secondary-color:hover,
.form-submit:hover {
    color: #fff;
    background: #393939;
}

/*BTN RED*/
.default-btn.red,
.recherche-produits-container .container-sous-categorie .form-actions .form-submit {
    color: var(--blanc);
    background: var(--rouge);
    border: solid 1px var(--rouge);
    border-radius: 0;
}

.default-btn.red:hover {
    background: transparent;
    border: solid 1px var(--blanc);
}

/*BTN BLACK*/
.default-btn.black {
    color: var(--blanc);
    background: var(--noir);
    border: solid 1px var(--noir);
}

.default-btn.black:hover {
    background: var(--rouge);
    border: solid 1px var(--rouge);
}

/*BTN ARROW*/
.default-btn.arrow:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    width: 7px;
    height: 9px;
    background: url(../images/svg/arrow-btn.svg) no-repeat center;
    background-size: contain;
}

.default-btn.arrow-left:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    width: 7px;
    height: 9px;
    transform: rotate(180deg);
    background: url(../images/svg/arrow-btn.svg) no-repeat center;
    background-size: contain;
}

.default-btn.arrow.arrow-black:after {
    background: url(../images/svg/arrow-btn-black.svg) no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    position: relative;
    z-index: 1000;
    background: #fff;
}

header.sticky-desktop {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

header .region-header {
    height: 80px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .block-logoheader {
    width: 100%;
    max-width: 140px;
}

/*Navigation principale*/
header .block-superfish {
    width: auto;
}

#superfish-main {
    position: relative;
    display: flex;
    gap: 20px;
}

#superfish-main > li {
    display: inline-block;
    float: none;
}

#superfish-main > li > a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-family: "helvetica_bold";
    text-transform: uppercase;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL CARROUSEL //////////// */
/*/////////////////////////////////////*/
.accueil-carrousel .swiper-slide {
    position: relative;
    height: calc(100vh - 80px);
}
.accueil-carrousel .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accueil-carrousel .swiper-slide > img.mobile {
    display: none;
}
.accueil-carrousel .swiper-slide .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 22%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    transform: translateX(-50%);
    z-index: 10;
    color: rgba(255, 255, 255, 0.8);
}
.accueil-carrousel .swiper-slide .content .airbag {
    font-size: 28px;
    font-family: "helvetica_regular";
}
.accueil-carrousel .swiper-slide .content .logo {
    margin: 10px 0 30px;
    opacity: 0.8;
}
.accueil-carrousel .swiper-slide .content .logo img {
    height: 32px;
}
.accueil-carrousel .swiper-slide .content .logo img.mobile {
    display: none;
}
.accueil-carrousel .swiper-slide .content .discover {
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 7px 25px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.4);
    font-family: "helvetica_regular";
    text-decoration: none;
}
.accueil-carrousel .swiper-slide .content .discover:hover {
    background: #000;
    border: solid 1px #000;
}

body .swiper-button-prev,
body .swiper-button-next {
    width: 40px;
    height: 40px;
    color: #fff;
    border: solid 1px #000;
    transition: all 200ms ease-in-out;
}

body .swiper-button-prev {
    left: 2%;
    background: rgba(255, 255, 255, 0.7) url(../images/svg/arrow-swiper-prev.svg) no-repeat center;
}
body .swiper-button-prev:hover {
    background: #fff url(../images/svg/arrow-swiper-prev.svg) no-repeat center;
}

body .swiper-button-next {
    right: 2%;
    background: rgba(255, 255, 255, 0.7) url(../images/svg/arrow-swiper-next.svg) no-repeat center;
}
body .swiper-button-next:hover {
    background: #fff url(../images/svg/arrow-swiper-next.svg) no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL TECHNO AIRBAG //////// */
/*/////////////////////////////////////*/
.slider-technologie-airbag {
    position: relative;
    padding: 30px 0 30px 30px;
}
.slider-technologie-airbag .swiper-slide {
    width: 45%;
}
.slider-technologie-airbag .swiper-slide a {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    text-decoration: none;
    position: relative;
    height: 500px;
}
.slider-technologie-airbag .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 200ms ease-in-out;
}
.slider-technologie-airbag .swiper-slide a .content {
    position: absolute;
    left: 50px;
    bottom: 35px;
    right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.slider-technologie-airbag .swiper-slide a .titre {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.slider-technologie-airbag .swiper-slide a .discover {
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 7px 25px;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.4);
    font-family: "helvetica_regular";
    transition: all 200ms ease-in-out;
}
.slider-technologie-airbag .swiper-slide a .discover:hover {
    background: #000;
    border: solid 1px #000;
}
.slider-technologie-airbag .swiper-slide a:hover img {
    transform: scale(1.1);
}

/*///////////////////////////////////////*/
/* ///// BANDEAU FIXE PRODUIT ///////// */
/*/////////////////////////////////////*/
.bandeau-fixe-produit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 80px);
}
.bandeau-fixe-produit > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bandeau-fixe-produit > img.mobile {
    display: none;
}
.bandeau-fixe-produit .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 28%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    transform: translateX(-50%);
    z-index: 10;
    color: #000;
}
.bandeau-fixe-produit .content .airbag {
    font-size: 28px;
    font-family: "helvetica_regular";
}
.bandeau-fixe-produit .content .logo {
    height: 32px;
    opacity: .8;
}
.bandeau-fixe-produit .content .logo img {
    height: 32px;
}
.bandeau-fixe-produit .content .logo img.mobile {
    display: none;
}
body .fancybox-slide video {
    max-width: 608px;
}

/*///////////////////////////////////////*/
/* ///// AUTRE PRODUIT //////////////// */
/*/////////////////////////////////////*/
.autre-produit {
    width: calc(100% - 60px);
    max-width: 800px;
    margin: 100px auto 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.autre-produit .image:hover {
    transform: scale(1.05);
}
.autre-produit .photo-produit {
    width: 75%;
    max-width: 400px;
}
.autre-produit .default-btn:hover {
    background: #fff;
    border: solid 1px #000;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL TEMOIGNAGES ////////// */
/*/////////////////////////////////////*/
.accueil-temoignages {
    position: relative;
    padding: 30px 0 30px 30px;
}
.accueil-temoignages .swiper-slide {
    width: 27%;
}
.accueil-temoignages .swiper-slide a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    line-height: normal;
    font-family: "helvetica_regular";
    font-size: 20px;
}
.accueil-temoignages .swiper-slide a .image {
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}
.accueil-temoignages .swiper-slide a .image img {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.accueil-temoignages .swiper-slide a .infos {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.accueil-temoignages .swiper-slide a .infos .nom {
    font-size: 24px;
    font-family: "helvetica_bold";
}
.accueil-temoignages .swiper-slide a:hover .image img {
    transform: scale(1.1);
}

.swiper-pagination {
    position: relative !important;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background: #b5b7b8;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

/*///////////////////////////////////////*/
/* /// 7 MODES DE DETECTION /////////// */
/*/////////////////////////////////////*/
.mode-de-detection {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    min-height: 100vh;
}
.mode-de-detection .block-titre {
    margin-bottom: 30px;
}
.mode-de-detection .block-titre h2 {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.mode-de-detection .block-titre .sous-h2 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    font-family: "helvetica_regular";
    text-transform: uppercase;
}
.mode-de-detection .liste-modes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.mode-de-detection .liste-modes .block-mode {
    position: relative;
    width: calc(33.33333% - 10px);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.mode-de-detection .liste-modes .block-mode img {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.mode-de-detection .liste-modes .block-mode:hover img {
    transform: scale(1.1);
}
.mode-de-detection .liste-modes .block-mode .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 60px;
    color: #fff;
}
.mode-de-detection .liste-modes .block-mode .content .titre {
    color: #fff;
    font-size: 32px;
    line-height: 28px;
    margin-top: 10px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.mode-de-detection .liste-modes .block-mode .content .sous-titre {
    color: #fff;
    font-size: 22px;
    line-height: normal;
    font-family: "helvetica_light";
}

/*///////////////////////////////////////*/
/* ///// ACTIVATION IN&BOX //////////// */
/*/////////////////////////////////////*/
.activation-inbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 180px;
}
.activation-inbox .content .title {
    font-size: 64px;
    line-height: 72px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.activation-inbox .content .subtitle {
    font-size: 32px;
    line-height: 38px;
    margin: 30px 0 5px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.activation-inbox .content .text {
    font-size: 20px;
    line-height: 26px;
    font-family: "helvetica_regular";
}
.activation-inbox .content .btn {
    display: inline-block;
    color: #000;
    height: 54px;
    font-size: 24px;
    line-height: 52px;
    background: #f6f6f6 url(../images/interface/plus-btn.png) no-repeat right 7px center;
    background-size: 40px;
    border: solid 1px #dbdbdb;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 80px 0 35px;
    font-family: "helvetica_regular";
    margin-top: 25px;
}
.activation-inbox .content .btn:hover {
    background: #000 url(../images/interface/plus-btn.png) no-repeat right 7px center;
    background-size: 40px;
    color: #fff;
}
.activation-inbox .visuel {
    max-width: 1000px;
}

/*///////////////////////////////////////*/
/* ///// TYPES DE POCHE /////////////// */
/*/////////////////////////////////////*/
.types-de-poche {
    background: #fff;
    position: relative;
    z-index: 2;
}
.types-de-poche h2 {
    color: #000;
    font-size: 48px;
    line-height: 58px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}
.types-de-poche .videos-types-poche {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.types-de-poche .videos-types-poche .block-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.types-de-poche .videos-types-poche .block-type video {
    width: 100%;
    max-width: 600px;
}
.types-de-poche .videos-types-poche .block-type .content {
    max-width: 450px;
}
.types-de-poche .videos-types-poche .block-type .content .pre-titre {
    font-size: 64px;
    line-height: 72px;
    font-family: "helvetica_black";
    text-transform: uppercase;
    line-height: normal;
}
.types-de-poche .videos-types-poche .block-type .content .titre {
    color: #000;
    font-size: 38px;
    line-height: 32px;
    font-family: "helvetica_regular";
}
.types-de-poche .videos-types-poche .block-type .content .texte {
    color: #000;
    font-family: "helvetica_regular";
    font-size: 22px;
    line-height: 28px;
    margin: 40px 0;
    max-width: 400px;
}
.types-de-poche .videos-types-poche .block-type .content .btn {
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 7px 25px;
    border: solid 1px #000;
    background: #000;
    font-family: "helvetica_regular";
    text-decoration: none;
}
.types-de-poche .videos-types-poche .block-type .content .btn:hover {
    background: #fff;
    color: #000;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL COMPARATIFS ////////// */
/*/////////////////////////////////////*/
.accueil-comparatifs {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin: 80px auto;
}
.accueil-comparatifs .liste-produits .toggle-block {
    display: none;
}
.accueil-comparatifs .liste-produits .ligne {
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.accueil-comparatifs .liste-produits .ligne .srg {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 365px;
}
.accueil-comparatifs .liste-produits .ligne .picto {
    width: 100%;
    max-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accueil-comparatifs .liste-produits .ligne.logo {
    margin: 30px 0;
}
.accueil-comparatifs .liste-produits .ligne.logo img {
    width: auto;
    height: 20px;
}
.accueil-comparatifs .liste-produits .ligne.prix {
    margin-bottom: 25px;
}
.accueil-comparatifs .liste-produits .ligne.prix .valeur {
    font-size: 24px;
    line-height: normal;
    font-family: "helvetica_regular";
}
.accueil-comparatifs .liste-produits .ligne.prix .texte {
    font-size: 24px;
    line-height: normal;
    font-family: "helvetica_regular";
}
.accueil-comparatifs .liste-produits .ligne.btns {
    margin-bottom: 50px;
}
.accueil-comparatifs .liste-produits .ligne.btns.toggle {
    margin-top: 25px;
}
.accueil-comparatifs .liste-produits .ligne.btns a {
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    padding: 7px 25px;
    border: solid 1px #000;
    background: rgba(255, 255, 255, 0.3);
    font-family: "helvetica_bold";
    text-decoration: none;
}
.accueil-comparatifs .liste-produits .ligne.btns a:hover {
    color: #fff;
    background: #000;
}
.accueil-comparatifs .liste-produits .ligne.classic .srg {
    border-top: solid 1px #000;
    padding: 15px 0;
    display: flex;
}
.accueil-comparatifs .liste-produits .ligne.classic .srg .titre {
    font-size: 20px;
    line-height: normal;
    font-family: "helvetica_regular";
    text-transform: uppercase;
    margin-bottom: 2px;
}
.accueil-comparatifs .liste-produits .ligne.classic .srg .texte {
    font-size: 17px;
    line-height: normal;
    font-family: "helvetica_regular";
}
.accueil-comparatifs .liste-produits .ligne.classic .srg .texte strong {
    font-weight: normal;
    font-family: "helvetica_bold";
}
.accueil-comparatifs .liste-produits .ligne.classic .srg .small {
    font-size: 14px;
    line-height: normal;
    font-family: "helvetica_regular";
}
.accueil-comparatifs .liste-produits .ligne.classic.border-bottom .srg {
    border-bottom: solid 1px #000;
}
.accueil-comparatifs .liste-produits .ligne.classic.no-border-top .srg {
    border-top: none;
}
.accueil-comparatifs .liste-produits .ligne.classic .picto img {
    max-height: 50px;
    max-width: 90px;
}
.accueil-comparatifs .liste-produits .ligne.classic .picto.small img {
    max-height: 30px;
    max-width: 50px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.page-node-type-landing-page .messages {
    padding: 25px 20px 25px 35px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.page-node-type-landing-page footer {
    margin-top: 0 !important;
}

.landing-page {
    padding-bottom: 40px;
    background: #f0f0f0;
}

.landing-page .header-landing-page {
    display: flex;
    position: relative;
}

.landing-page .header-landing-page img {
    width: 100%;
}

.landing-page .header-landing-page h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 80px;
    font-family: "helvetica_bold";
    text-transform: uppercase;
    min-width: max-content;
}

.landing-page .container-medium {
    position: relative;
    width: 80%;
    max-width: 1250px;
    margin: 0 auto;
}

.landing-page .container-medium .visuel-offre {
    display: flex;
    margin: 25px 0;
}

.landing-page .container-medium .visuel-offre img {
    width: 100%;
}

.landing-page .container-medium .visuel-offre img.offre-mobile {
    display: none;
}

.landing-page .container-medium .conditions {
    margin-bottom: 40px;
}

.landing-page .container-medium .conditions h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "helvetica_bold";
}

.landing-page .container-medium .conditions .texte-conditions p {
    color: #000;
    font-family: "helvetica_regular";
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.landing-page .container-medium .conditions .texte-conditions p a {
    color: #000;
}

.landing-page .container-medium .conditions .texte-conditions-comp {
    color: grey;
    font-family: "helvetica_regular";
    font-size: 18px;
    line-height: 22px;
}

.landing-page .container-medium .offre-comp {
    border: solid 1px grey;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.landing-page .container-medium .offre-comp h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "helvetica_bold";
}

.landing-page .container-medium .offre-comp .texte-offre-comp p {
    color: #000;
    font-family: "helvetica_regular";
    font-size: 20px;
    line-height: 28px;
}

.landing-page .container-medium .offre-comp .texte-offre-comp p a {
    color: #000;
}

.landing-page .container-medium .block-form {
    border: solid 1px grey;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.landing-page .container-medium .block-form h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "helvetica_bold";
}

.landing-page .container-medium .block-form .titre-form {
    color: #000;
    font-family: "helvetica_regular";
    font-size: 20px;
    line-height: 28px;
}

.landing-page .container-medium .block-form .sous-titre-form {
    color: grey;
    font-family: "helvetica_regular";
    font-size: 18px;
    line-height: 22px;
}

.landing-page .container-medium .block-form .contact-form {
    width: 100%;
    margin: 0;
}

.landing-page .container-medium .block-form .contact-form form .field--type-list-string,
.landing-page .container-medium .block-form .contact-form form .field--type-string,
.landing-page .container-medium .block-form .contact-form form .field--type-email {
    width: 49%;
}

.landing-page .container-medium .block-form .contact-form form .field--type-list-string .form-item,
.landing-page .container-medium .block-form .contact-form form .field--type-string .form-item,
.landing-page .container-medium .block-form .contact-form form .field--type-email .form-item {
    margin-top: 20px;
}

.landing-page .container-medium .block-form .contact-form form input[type=text],
.landing-page .container-medium .block-form .contact-form form input[type=email],
.landing-page .container-medium .block-form .contact-form form select {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
}

.landing-page .container-medium .block-form .contact-form form input[type=text]:focus,
.landing-page .container-medium .block-form .contact-form form input[type=email]:focus,
.landing-page .container-medium .block-form .contact-form form select:focus {
    outline: none;
}

.landing-page .container-medium .block-form .contact-form form .form-type-select {
    background: #fff url("../images/svg/arrow-select.svg") no-repeat right 15px center;
}

.landing-page .container-medium .block-form .contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
}

.landing-page .container-medium .block-form .contact-form .form-submit {
    max-width: 200px;
    text-align: center;
    padding: 10px 15px 10px;
    font-size: 16px;
    border-radius: 0;
    background: grey;
}

.landing-page .container-medium .block-form .contact-form .form-submit:hover {
    background: #000;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client {
    width: 100%;
    display: flex;
    justify-content: center;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client > div {
    background: #fff;
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 0 20px 20px;
    margin: 25px 0 10px;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client label {
    display: block;
    max-width: 250px;
    line-height: 20px;
    margin-bottom: 10px;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client .description {
    line-height: 18px;
    margin-top: 5px;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client .form-submit {
    max-width: 100px;
    text-align: center;
    padding: 6px 15px 6px;
    font-size: 15px;
    border-radius: 0;
    background: grey;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client .form-submit:hover {
    background: #000;
}

.landing-page .container-medium .block-form .contact-form .field--name-field-preuve-achat-client .form-managed-file .file a {
    color: #000;
    font-size: 18px;
}

.landing-page .container-medium .block-form .contact-form .form-item-field-rgpd-client-value {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.landing-page .container-medium .block-form .contact-form .form-item-field-rgpd-client-value input {
    margin-top: 4px;
}

.landing-page .container-medium .block-form .contact-form .form-item-field-rgpd-client-value label {
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.footer-landing-page {
    padding: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-landing-page img {
    max-width: 180px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.block-page-title-block {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 60px auto 10px;
}

.block-page-title-block h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: calc(100% - 50px);
    max-width: 1364px;
    margin: 0 auto 50px;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url("../images/svg/arrow-breadcrumbs.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
.view-slider-accueil {
    position: relative;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url("../images/svg/arrow-slider-prev.svg") no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url("../images/svg/arrow-slider-next.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/
.contact-form {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #F39517;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: grey;
    border: 1px solid grey;
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: grey;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: grey;
    outline: solid 3px #fff;
    outline-offset: -4px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 120px auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #F39517;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/
.node--type-actualite {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
    padding-top: 25px;
}

.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 35px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

.node--type-actualite h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
}

.node--type-actualite .texte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* /////////////// FAQ //////////////// */
/*/////////////////////////////////////*/
#block-airbag-theme-blockfaq {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
    padding: 50px 0;
}

#block-airbag-theme-blockfaq .titre {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 50px;
    line-height: 56px;
    font-family: "helvetica_bold";
    text-transform: uppercase;
}

#block-airbag-theme-blockfaq .titre:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #000;
}

#block-airbag-theme-blockfaq .infos p {
    line-height: 24px;
    margin-bottom: 15px;
}

#block-airbag-theme-blockfaq .infos p img {
    margin-bottom: -13px;
}

#block-airbag-theme-blockfaq .infos p.small {
    font-size: 12px;
    line-height: 18px;
}

.btn-revendeurs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 50px;
}

.btn-revendeurs a {
    color: #000;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    background: #f6f6f6;
    background-size: 50px;
    border: solid 1px #dbdbdb;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: "helvetica_regular";
}

.btn-revendeurs a:hover {
    background: #000;
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// PIED DE PAGE ///////////////// */
/*/////////////////////////////////////*/
#block-airbag-theme-pieddepage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 150px;
}

#block-airbag-theme-pieddepage .left {
    width: 100%;
    max-width: 250px;
}

#block-airbag-theme-pieddepage .left img {
    width: 100%;
}

#block-airbag-theme-pieddepage .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

#block-airbag-theme-pieddepage .right img {
    max-width: 170px;
    max-height: 38px;
    margin-left: 35px;
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: -10;
    opacity: 0;
    width: 70px;
    height: 70px;
    border: solid 1px #000;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    background: rgba(255, 255, 255, 0.4) url("../images/svg/angle-double-top.svg") no-repeat center;
    background-size: 60px;
}

.back-to-top:hover {
    background: rgba(0, 0, 0, 0.4) url("../images/svg/angle-double-top-white.svg") no-repeat center;
    background-size: 60px;
    /*border: solid 2px #fff;*/
}

.back-to-top.active {
    opacity: 1;
    z-index: 100000;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/
/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
footer {
    background: #000;
}

.block-footer {
    padding: 50px 0;
}
.block-footer .block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 50px;
}
.block-footer .block-top .autres {
    display: flex;
    align-items: center;
    gap: 25px;
}
.block-footer .block-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.block-footer .copyright {
    margin-top: 50px;
    color: #fff;
}
.block-footer .copyright a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
    overflow-y: hidden;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 50px auto;
    clear: both;
}

.intro {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 70px auto 50px;
    clear: both;
}

/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 120px 0;
}

.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 0 auto;
}

.paragraphes h2 {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}

.paragraphes h3 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: "helvetica_black";
    text-transform: uppercase;
}

.paragraphes h4 {
    font-size: 18px;
    line-height: 22px;
}

.paragraphes a:not(.default-btn) {
    color: #000;
}

.paragraphes p,
.paragraphes li,
.intro p {
    font-size: 20px;
    line-height: 34px;
    font-family: "helvetica_light";
}

.paragraphes p {
    margin-bottom: 15px;
}

.intro a {
    color: #000;
}

.paragraphes p {
    margin-bottom: 15px;
}

.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}

/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.pos-photo-3 .para-desc {
    margin-right: 5%;
}

/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pos-photo-4 .para-photos {
    margin-right: 5%;
}

/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}

.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}

.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}

img[data-align=center] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align=right] {
    float: right;
}

img[data-align=left] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}

.paragraphes table {
    margin-bottom: 30px;
}

.paragraphes ul {
    margin-bottom: 15px;
}

.paragraphes ul li,
.para-item-accordeon .texte-elem ul li {
    padding-left: 15px;
}

.paragraphes ul li:before,
.para-item-accordeon .texte-elem ul li:before {
    content: "• ";
    color: #333;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    padding-top: 10px;
}

.para-item-accordeon .elem-acc {
    margin-bottom: 25px;
}

.para-item-accordeon .elem-acc .inner {
    padding: 10px 0 15px;
}

.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-top: 5px;
    padding-right: 50px;
    color: #000;
    font-size: 20px;
    font-family: "helvetica_bold";
}

.para-item-accordeon .elem-acc.small .titre-elem {
    font-size: 16px;
    color: #949494;
}

.para-item-accordeon .titre-elem:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #d8d8d8;
    font-weight: 700;
}

.para-item-accordeon .titre-elem.active:after {
    content: "\f068";
}

.para-item-accordeon .texte-elem {
    line-height: 28px;
    color: #383535;
    text-align: justify;
    display: none;
}

.para-item-accordeon .texte-elem a {
    color: #383535;
}

.para-item-accordeon .texte-elem img {
    max-height: 150px;
}

.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 40px;
}

/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url("../images/svg/picto-xls.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url("../images/svg/picto-doc.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url("../images/svg/picto-ppt.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url("../images/svg/picto-pdf.svg") no-repeat 17px center;
}

/*LANGUE SWITCHER*/
header .block-language {
    position: relative;
    width: 100%;
    max-width: 140px;
    height: 35px;
}

header .block-language #choix-langue:hover {
    height: 270px;
}

header .block-language .inner {
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 1002;
}

header .block-language:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 14px;
    width: 12px;
    height: 8px;
    background: url(../images/svg/arrow-select-language.svg) no-repeat center;
    background-size: contain;
}

header .block-language #choix-langue {
    line-height: 25px;
    text-transform: uppercase;
    height: 36px;
    width: 52px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header .block-language #choix-langue #active {
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}

header .block-language #choix-langue li {
    display: flex;
    transition: all 200ms ease-in-out;
}

header .block-language #choix-langue li.is-active {
    /*display: none;*/
}

header .block-language #choix-langue li a {
    background: transparent;
    width: 100%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-indent: 100px;
    opacity: 0.8;
}

header .block-language #choix-langue li a.is-active {
    pointer-events: none;
}

header .block-language #choix-langue img.flag {
    width: 37px;
    height: 24px;
    border-radius: 3px;
}

header .block-language #choix-langue .links {
    position: relative;
    padding: 43px 5px 5px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

header .block-language #choix-langue .links li {
    width: 42px;
    margin-bottom: 7px;
}

header .block-language #choix-langue .links li.is-active {
    position: absolute;
    top: 5px;
    left: 5px;
}

header .block-language #choix-langue .links a {
    border: 1px solid rgb(233, 233, 233);
    color: #000;
}

header .block-language #choix-langue .links a:hover {
    border: solid 1px rgba(0, 0, 0, 0.5);
}

header .block-language #choix-langue .links a.g-translate-link {
    text-indent: 0;
}

#choix-langue ul li.fr a {
    background: url("../images/svg/flag-fr.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.en a {
    background: url("../images/svg/flag-en.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.it a {
    background: url("../images/svg/flag-it.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.es a {
    background: url("../images/svg/flag-es.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.de a {
    background: url("../images/svg/flag-de.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.nl a {
    background: url("../images/svg/flag-nl.svg") no-repeat center;
    background-size: cover;
}

#choix-langue ul li.pl a {
    background: url("../images/svg/flag-pl.svg") no-repeat center;
    background-size: cover;
}

/*///////////////////////////////////////*/
/* ///// PRODUCT ACTIVATION /////////// */
/*/////////////////////////////////////*/
#block-productsactivation {
    width: calc(100% - 60px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#block-productsactivation .activation-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: calc(50% - 20px);
    text-decoration: none;
}

#block-productsactivation .activation-link .texte {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--dinProLight);
}

.activation-product-container {
    display: flex;
    width: calc(100% - 60px);
    max-width: 1290px;
    margin: 50px auto;
    background: #f0f0f0;
}

#block-airbag-theme-enregistrementsrg .activation-product-container {
    flex-direction: column;
}

.activation-product-container .banner {
    display: flex;
}

.activation-product-container .banner img {
    width: 100%;
}

.activation-product-container .form-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: "helvetica_bold";
    text-transform: uppercase;
}

.activation-product-container .menu-lang {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 25px;
}

.activation-product-container .form-title .part-1 {
    font-size: 50px;
    text-align: right;
}

.activation-product-container .form-title .part-2 {
    font-size: 82px;
    line-height: 90px;
}

.activation-product-container .form-intro {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: "helvetica_regular";
    border-top: solid 1px #000;
}

.activation-product-container .form-footer {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "helvetica_regular";
}

.activation-product-container .container-form {
    width: 100%;
    max-width: 800px;
    padding: 50px 120px;
}

.activation-product-container form .form-item:not(.form-type-checkbox) {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.activation-product-container form .form-item.form-item-preuve-achat {
    padding: 10px;
    border: solid 2px;
    border-radius: 15px;
}

.activation-product-container form .form-item.form-item-preuve-achat .info-preuve-achat {
    font-style: italic;
    line-height: 16px;
}

.activation-product-container form .form-item.form-item-preuve-achat input {
    margin: 10px 0;
}

.activation-product-container form .form-item.form-item-preuve-achat .activation-product-container form::placeholder {
    color: #000;
    opacity: 1;
}

.activation-product-container form .form-item label.form-required:after {
    display: none;
}

.activation-product-container form .form-item:not(.form-type-checkbox) label {
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 10px;
}

.activation-product-container form .form-item.form-type-checkbox {
    display: flex;
    align-items: flex-start;
}

.activation-product-container form .form-item.form-type-checkbox label {
    padding-left: 5px;
}

.activation-product-container form input[type=tel],
.activation-product-container form input[type=text],
.activation-product-container form input[type=date],
.activation-product-container form input[type=email] {
    background: transparent;
    border: solid 2px #000;
    border-radius: 15px;
    height: 60px;
    width: 100%;
    padding: 0 50px 0 15px;
    font-family: "helvetica_regular";
}

.activation-product-container .iti--inline-dropdown .iti__dropdown-content {
    border-radius: 15px;
}

.activation-product-container form input[type=date] {
    padding-right: 70px;
}

.activation-product-container form .tips-container {
    position: absolute;
    right: 15px;
    bottom: 7px;
    cursor: help;
}

.activation-product-container form .tips-container.relative {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.activation-product-container form .tips-container.relative a {
    color: #000;
}

.activation-product-container form .tips-container .tips-content {
    position: absolute;
    display: none;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #818181;
    color: #fff;
    padding: 25px;
    min-width: 300px;
    max-width: 300px;
}

.activation-product-container form .tips-container.relative .tips-content {
    left: auto;
    right: -350px;
    font-size: 12px;
    line-height: 15px;
}

.activation-product-container form .tips-container .tips-content:before {
    content: "";
    width: 20px;
    height: 35px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/interface/arrow-tips.jpg) no-repeat;
    background-size: contain;
}

.activation-product-container form .tips-container:hover .tips-content {
    display: block;
}

.activation-product-container form .tips-container .tips-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.activation-product-container form .tips-container .content-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "helvetica_bold";
}

.activation-product-container form .tips-container .content {
    font-size: 15px;
    line-height: 20px;
}

.activation-product-container form .tips-container .content img {
    margin-top: 15px;
}

.activation-product-container form .small-desc {
    margin-top: 4px;
    padding-left: 10px;
    display: none;
}

.activation-product-container form .small-desc.warning-password {
    color: red;
    font-weight: 700;
}

.activation-product-container form .form-actions {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.activation-product-container form .form-actions .form-submit {
    color: #fff;
    background: #4ea34c;
    border-radius: 40px;
    width: 100%;
    padding: 10px 30px;
    border: none;
    font-family: "helvetica_bold";
}

.activation-product-container form .form-actions .form-submit:hover {
    background: #64d062;
}

/*///////////////////////////////////////*/
/* ///// PAGE REVENDEURS ////////////// */
/*/////////////////////////////////////*/
#fake-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
}

#fake-loader .throbber {
    background-image: url(../images/svg/loader-shot.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    background-color: transparent;
}

.wrapper-title-sellers {
    width: calc(100% - 50px);
    max-width: 1360px;
    margin: 50px auto 0;
}

.title-sellers {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 50px;
    line-height: 56px;
    font-family: "helvetica_bold";
    text-transform: uppercase;
}
.title-sellers:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #000;
}

#fake-loader.active {
    z-index: 10000;
}

.wrapper-sellers {
    width: calc(100% - 50px);
    max-width: 1360px;
    margin: 30px auto 80px;
    display: flex;
    flex-wrap: wrap;
}

.wrapper-sellers .left-container {
    width: 100%;
    max-width: 425px;
    margin-right: 15px;
}

/*Cluster*/
.shot-map-cluster {
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 26px;
    background: rgba(194, 14, 26, 0.6);
    border: 1px solid var(--rouge);
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #000;
}

/*Formulaire*/
.wrapper-sellers .shot-recherche-revendeurs-form-container {
    position: relative;
    width: 100%;
    padding-left: 6px;
}

.wrapper-sellers .shot-recherche-revendeurs-form-container .recherche-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 35px;
    background: #E9E9E9;
    border-radius: 5px;
    margin-bottom: 21px;
}

.wrapper-sellers form .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.wrapper-sellers form .form-item-lat,
.wrapper-sellers form .form-item-lng,
.wrapper-sellers form .form-item-rayon {
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.wrapper-sellers form input[type=text],
.wrapper-sellers form select {
    width: 100%;
    height: 52px;
    line-height: 36px;
    padding: 5px 30px 5px 15px;
    border: solid 1px #575757;
}

.wrapper-sellers form input[type=text]:focus,
.wrapper-sellers form select:focus {
    outline: none;
}

/*Checkboxes*/
.wrapper-sellers #edit-univers--wrapper {
    width: 100%;
    max-width: 128px;
    padding: 0 25px;
    border-left: solid 1px #C9C9C9;
    border-right: solid 1px #C9C9C9;
}

.wrapper-sellers #edit-univers--wrapper #edit-univers {
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-sellers #edit-univers--wrapper .form-type-checkbox {
    display: flex;
    margin: 6px 0;
}

.wrapper-sellers #edit-univers--wrapper .form-type-checkbox label {
    text-transform: uppercase;
    font-family: var(--dinProBold);
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
}

/*Select Input Text*/
.wrapper-sellers form .form-item-pays,
.wrapper-sellers form .form-item-place {
    width: 100%;
    max-width: 370px;
}

.wrapper-sellers form .form-actions {
    margin: 0;
}

.wrapper-sellers form .form-actions input {
    display: none;
}

form .form-type-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: #fff url("../images/svg/arrow-select.svg") no-repeat center right 20px;
}

/*Rayon Range*/
#rayon-range {
    cursor: pointer;
    width: 100%;
}

.wrapper-sellers form .block-rayon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    margin: 0 25px 0 12px;
}

.wrapper-sellers form .block-rayon .label-rayon {
    font-size: 16px;
    font-family: var(--dinProBold);
    margin-bottom: 10px;
}

.wrapper-sellers form .block-rayon .content-rayon {
    display: flex;
    align-items: center;
    width: 100%;
}

.wrapper-sellers form .block-rayon .content-rayon #rayon-value {
    font-size: 14px;
    margin-left: 5px;
    width: 100%;
    max-width: 50px;
    margin-top: -4px;
}

#kayon .ui-slider-handle {
    cursor: pointer;
}

.ui-widget.ui-widget-content.ui-slider {
    border: none !important;
    background: #CBCBCB;
    height: 6px;
    border-radius: 15px;
}

.ui-widget.ui-widget-content.ui-slider .ui-widget-header {
    background: var(--rouge);
}

.ui-widget.ui-widget-content.ui-slider .ui-slider-handle {
    top: -5.5px;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    background: var(--rouge);
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-widget.ui-widget-content.ui-slider .ui-slider-handle.ui-state-hover {
    border: none !important;
    background: #9A0014 !important;
}

.ui-widget.ui-widget-content.ui-slider .ui-slider-handle:focus {
    outline: none;
}

/*Reinit*/
.wrapper-sellers .reinit {
    font-family: var(--dinProBold);
    color: var(--rouge);
    margin-left: 27px;
}

/*Block ou*/
.wrapper-sellers .block-ou {
    font-size: 14px;
    font-family: var(--dinProBold);
    margin: 0 25px;
    text-transform: uppercase;
}

/*Liste revendeurs*/
.wrapper-sellers .left-container .shot-liste-revendeurs {
    height: 642px;
    overflow: auto;
    margin-top: 15px;
    padding: 6px 10px 0 6px;
}

.wrapper-sellers .left-container .number-results {
    position: relative;
    background: #fff;
    height: 43px;
    line-height: 43px;
    padding-left: 6px;
    font-size: 18px;
    text-transform: uppercase;
}

.wrapper-sellers .left-container .number-results span {
    font-family: var(--dinProBold);
}

.wrapper-sellers .left-container .number-results:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 2px;
    height: 4px;
    width: 58px;
    background: var(--rouge);
}

.wrapper-sellers .shot-liste-revendeurs .seller {
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 23px 20px 40px;
    background: var(--blanc);
    transition: all 200ms ease-in-out;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.wrapper-sellers .shot-liste-revendeurs .seller:hover,
.wrapper-sellers .shot-liste-revendeurs .seller.active {
    background: #f2f2f2;
}

.wrapper-sellers .shot-liste-revendeurs .seller .titre {
    font-size: 18px;
    line-height: 30px;
    color: var(--noir);
    font-family: var(--dinProBold);
}

.wrapper-sellers .shot-liste-revendeurs .seller .adresse {
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0E;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
    color: var(--rouge);
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .red-links {
    display: flex;
    align-items: center;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .red-links span {
    margin: 0 7px;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .default-btn {
    padding: 5px 35px 6px 20px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 27px;
    margin-bottom: 10px;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .default-btn:after {
    right: 17px;
    top: 11px;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .default-btn:hover {
    background: var(--noir);
    border: solid 1px var(--noir);
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .red-link {
    font-size: 14px;
    text-decoration: underline;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    color: var(--rouge);
    font-weight: 400;
}

.wrapper-sellers .shot-liste-revendeurs .seller .block-btns .red-link:hover {
    color: var(--noir);
}

/*ScrollBar*/
.wrapper-sellers .shot-liste-revendeurs::-webkit-scrollbar-track {
    padding: 0px;
}

.wrapper-sellers .shot-liste-revendeurs::-webkit-scrollbar {
    width: 7px;
    background: #E3E3E3;
    cursor: pointer;
    border-radius: 15px;
}

/* Handle */
.wrapper-sellers .shot-liste-revendeurs::-webkit-scrollbar-thumb {
    background: var(--rouge);
    border-radius: 15px;
    min-height: 30px;
}

/*Map*/
.wrapper-sellers .map-container {
    width: calc(100% - 440px);
    position: relative;
}

#map-sellers {
    height: 700px;
}

#street-view-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#delete-street-view {
    position: absolute;
    background-color: rgb(34, 34, 34);
    border: 0px;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0;
    right: 50px;
    display: none;
    z-index: 10;
}

#delete-street-view img {
    width: 18px;
    margin-top: 11px;
    margin-left: 11px;
    opacity: 0.4;
}

#delete-street-view:hover img {
    opacity: 0.8;
}

.street-view-button {
    color: #000;
    text-decoration: none;
    margin-top: 5px;
    font-weight: 700;
    display: flex;
}

.street-view-button img {
    width: 15px;
    margin-right: 2px;
}

.leaflet-popup-content-wrapper {
    border-radius: 5px;
}

.leaflet-popup-content {
    width: 330px !important;
    margin: 25px !important;
}

.info-bulle {
    color: #0E0E0E;
}

.info-bulle .titre {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.info-bulle .adresse,
.info-bulle .cp-ville {
    font-size: 15px;
    line-height: 20px;
}

.info-bulle .telephone {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}