/*
	Theme Name: MB_ecommerce
	Description: MB_ecommerce
	Version: 1 
	Author: AEB
*/
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/fonts/Roboto-Regular.ttf);
    src: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/fonts/Roboto-Regular.woff);
    font-weight: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

/* TYPO */
h1 {
    font-family: 'Upgrade', sans-serif;
    font-weight: 700;
    color: #227D5C;
}

h2 {
    font-family: 'Upgrade', sans-serif;
    font-weight: 700;
    color: #227D5C;
}

h3 {
    font-family: 'Upgrade', sans-serif;
    font-weight: 600;
    color: #ABC20E;
}

h4 {
    font-family: 'Upgrade', sans-serif;
    font-weight: 600;
    color: #227D5C;
}

p {
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

li {
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

textarea {
    resize: vertical;
}

img,
video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

/* MENU */
#menu-burger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 0;
    cursor: pointer;
    z-index: 200;
}

#menu-burger .menu-icon {
    display: block;
    height: 3px;
    width: 34px;
    background: #fff;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -18px;
    margin-top: -1px;
}

.text-menu {
    color: #fff;
    position: absolute;
    font-family: 'Source Sans Pro', 'sans serif';
    margin: 0;
}

#menu-burger .menu-icon:after {
    content: '';
    display: block;
    height: 3px;
    width: 34px;
    background: #fff;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px;
    transition: 0.35s;
}

#menu-burger .menu-icon:before {
    content: ' ';
    display: block;
    height: 3px;
    width: 34px;
    background: #fff;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -17px;
    margin-top: 9px;
    transition: 0.35s;
}

#menu-burger .menu-icon.open:before {
    transform: rotate(45deg);
    margin-top: -1px;
    background: #fff;
}

#menu-burger .menu-icon.open:after {
    transform: rotate(-45deg);
    margin-top: -1px;
    background: #fff;
}

#menu-burger.open {
    background: #353635;
}

#menu-burger .menu-icon.open {
    background: #353635;
}

#overlay-menu {
    position: fixed;
    background: rgba(53, 54, 53, 0.95);
    height: 100%;
    width: 100%;
    margin-top: 65px;
    z-index: 100;
    right: -100%;
    transition: 0.35s;
}

#overlay-menu.open {
    right: 0%;
}

#overlay-menu nav {
    height: 60%;
    position: relative;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px;
    text-align: center;
}

#overlay-menu nav ul {
    display: inline-block;
    margin: auto;
    height: 100%;
}

#overlay-menu nav ul li {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-weight: 600;
}

#overlay-menu nav ul li a {
    color: #fff;
    font-family: 'Source Sans Pro', 'sans-serif';
}

#overlay-menu nav ul li a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 0%;
    background: #fff;
    transition: 0.25s;
}

#overlay-menu nav ul li a:hover:after {
    width: 100%;
}

*::selection {
    background: #fff;
}

/*------------------------------------*\
    DEBUT DE PERSONNALISATION 
\*------------------------------------*/
/* Header */
#fw_head {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top .3s;
    z-index: 10000;
}

header a {
    color: #1C1C1A;
}

header button {
    opacity: .5;
    background: 0 0;
    margin-left: auto;
    font-size: 28px;
    cursor: pointer;
    border: none;
}

#entete-accueil {
    background: #353635;
    transition: 0.4s ease;
    max-height: 101.2px;
}

.bandeau {
    margin-top: 90px;
}

#breadcrumbs a,
.breadcrumb_last,
#breadcrumbs>span>span,
#breadcrumbs>span>span>span {
    color: #009750;
    font-size: 16px;
    font-weight: 500;
}

.headcontent {
    text-align: center;
    margin: auto;
    margin-bottom: 0;
}

#prince {
    position: relative;
}

#burger {
    position: absolute;
    top: 10%;
    left: 2%;
}

#panier {
    position: absolute;
    top: 10%;
    right: 0;
    width: auto;
    padding: 0;
}

#contact-compte {
    position: absolute;
    top: 30%;
    right: 10%;
    width: auto;
    display: inline-flex;
    padding: 0;
}

#contact-compte a {
    color: #fff;
    align-self: center;
}

#contact-compte .comti {
    margin-left: 1.5em;
    position: relative;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
}

#contact-compte .comti::before {
    content: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/select-bas.svg);
    position: absolute;
    right: -40%;
}

#logo img {
    margin: auto;
}

.xoo-wsc-sc-count {
    border-radius: 50%;
    position: absolute;
    top: 0px !important;
    right: -10px !important;
    font-size: 13px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    background-color: #DE0455;
    color: #ffffff;
}

img.xoo-wsc-sc-icon {
    width: 41px !important;
    height: 46px !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* RS */
.sprites {
    background-image: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/spritefoot.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprites-picto-facebook {
    width: 32px;
    height: 32px;
    background-position: 10px 5px;
}

.sprites-picto-instagram {
    width: 32px;
    height: 32px;
    background-position: -25px 4px;
}

.sprites-picto-youtube {
    width: 32px;
    height: 32px;
    background-position: -64px 4px;
    display: none;
}

.reseausociaux {
    align-self: center;
    display: inline-flex;
}

/* Fin RS */


/* Footer */
.footer-1 {
    background: #B9D118;
    padding: 10px 0;
}

.footer-2 {
    background: #353635;
}

#footerdino>div>h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.2em;
}

#footerdino>div.footcont>div>h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

#footerdino>div.footcont>div>a {
    margin-top: -0.5em;
}

#footerdino>div:nth-child(3)>h3:nth-child(3) {
    margin-bottom: 0;
}

#footerdino>div>p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

#footerdino>div>a {
    font-size: 14px;
    color: #fff;
}

#footerdino>div>hr {
    border-color: #B9D118;
}

#footerdino>div.footlink>p>a:hover {
    color: #B9D118;
}

.footband img {
    object-fit: contain;
    margin-right: 1em;
}

.footband p {
    font-size: 13px;
}

.txt-footb {
    align-self: center;
}

.footlogo {
    margin: 0 0 1em;
}

.footlogo img {
    margin: auto;
}

.footcoor,
.footlink,
.footcont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1em 0.5em 0;
}

.icofoot {
    color: #fff;
    padding-left: 1.5em;
    font-size: 12px;
    font-weight: 400;
}

.telephone {
    background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/phone.svg) no-repeat left center;
}

.contact-mess {
    margin-top: 1.5em;
}

.messverte {
    color: #fff;
    padding: 1em 2.5em;
    font-size: 14px;
    font-weight: 400;
    background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/enveloppe-foot.svg) no-repeat left center;
}

.localiser {
    background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/pointvente.svg) no-repeat left center;
    margin: 0.5em 0 1em;
    display: block;
}

#footerdino>.footlink>p>a {
    color: #fff;
    font-weight: 100;
}

#footerdino>.footcont>.ml-cond a {
    color: #B9D118;
}

#footerdino>.footcont>.ml-cond a:hover {
    color: #fff;
}

#footerdino>.footcont>.ml-cond {
    line-height: 1.6;
}

.top-h3 {
    margin-top: 2em;
}

#footerdino>div>h3>a {
    color: #fff;
    font-family: 'Upgrade', 'sans-serif';
    font-weight: 400;
    font-size: 15px;
}


#footerdino>div>ul {
    list-style-type: disc;
    margin-left: 1.2em;
    color: #fff;
    margin-bottom: 0.5em;
}

#footerdino>div>ul>li {
    color: #B9D118;
    font-weight: 100;
}

#footerdino>div>ul>li>a {
    color: #fff;
    font-size: 14px;
}

#footerdino>div>ul>li>a:hover {
    color: #B9D118;
}

#footerdino>div>h3>a:hover {
    color: #B9D118;
}

/* FIN FOOTER */
.xoo-wsc-modal.xoo-wsc-active>div.xoo-wsc-container>div.xoo-wsc-body>div.xoo-wsc-content>div>div.xoo-wsc-sum-col>div.xoo-wsc-price>span {
    display: none;
}

#lightSlider>li.xoo-wsc-rp-item.lslide.active>div.xoo-wsc-rp-right-area>span.price>small.woocommerce-price-suffix {
    margin-left: 0.2em;
}

/*Votre CSS pour IE versions 9 à Edge*/
@supports (-ms-ime-align:auto) {}

@-moz-document url-prefix() {}

/* PAGE MENTIONS L2GALES , CGV, POLOTIQUE DE CONFIDENTIALITE */
#mlcgvpdc {
    margin: 1em 0 3em;
}

#mlcgvpdc h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

#mlcgvpdc p {
    margin: 0.5em 0;
}

#mlcgvpdc ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

#mlcgvpdc ul li {
    font-size: 16px;
}

/* FIN mlcgvpdc*/

.tidio-1i4qef3 {
    display: none !important;
}

/* COOKIES */
.cookie-notice-container {
    background: #B9D118;
}

#cn-notice-buttons a {
    background: #353635;
}

.xoo-wsc-qty {
    -moz-appearance: textfield;
}
.wac-qty-button{
	display: none !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 600px) {
    #entete-accueil {
        padding: 1em 0;
    }

    .container {
        width: 90%;
    }

    h1 {
        line-height: 40px;
        font-size: 30px;
    }

    h1 {
        line-height: 40px;
        font-size: 30px;
    }

    h3 {
        line-height: 25px;
        font-size: 24px;
    }

    h3 {
        line-height: 21px;
        font-size: 18px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    #prince {
        position: relative;
    }

    #burger {
        position: absolute;
        top: 10%;
        left: 2%;
    }

    #panier {
        position: absolute;
        top: 10%;
        right: 2%;
        width: auto;
        padding: 0;
    }

    #overlay-menu nav {
        top: 3%;
        left: 4%;
        transform: inherit;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
    }

    /* FOOTER */
    .footer-2 {
        padding: 30px 0 20px;
    }
  .footband {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        margin: 0;
padding: 0.8em 0.2em 0.5em 0;
}


    .txt-footb {
        align-self: center;
    }

    .footband p {
        text-align: left;
        font-size: 10px;
        line-height: 14px;
    }

    .footband p strong {
        font-size: 11px;
    }

    .footlogo {
        margin: 0 0 1em;
    }

    .footlogo img {
        margin: auto;
    }

.footcoor, .footlink, .footcont{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 1em 0.5em 0;
}

    #footerdino>div>h3 {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
.messverte {
    background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/enveloppe-foot.svg) no-repeat 17% center;
    padding-left: 5em !important;
}
    #footerdino>div>p {
        font-size: 12px;
        text-align: center;
        font-weight: 100;
        margin: 0.5em 0;
    }
#footerdino>div>ul {
    list-style-type: none;
    margin-bottom: 0;
}
#footerdino>div>ul>li>a {
    font-size: 16px;
}
    .icofoot {
        color: #fff;
        padding-left: 1.5em;
        font-size: 12px;
        font-weight: 400;
    }

    .telephone {
        background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/phone.svg) no-repeat left center;
    }

    .localiser {
        background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/pointvente.svg) no-repeat left center;
        margin: 0.5em 0 1em;
        display: block;
    }

    #footerdino>.footlink>p>a {
        color: #fff;
        font-weight: 100;
    }

    #footerdino>.footlink>.ml-cond a {
        color: #B9D118;
    }

    #footerdino>.footlink>.ml-cond {
        margin-top: 2em;
    }

    /* FIN FOOTER */
}

#page-news p {
    text-align: left;
}

.xoo-wsc-psrow>span>small {
    display: none;
}

/* LIVRAISON (page de suivi de commande)*/
#primary.list.container {
    margin-top: 105px;
    margin-bottom: 3em;
}

.lpc_tracking_logo img {
    margin: auto;
    max-width: 350px;
}

.lpc_tracking_title {
    font-size: 36px;
    margin-bottom: 1em;
}

.lpc_balreturn {
    max-width: 800px;
    margin: auto;
    padding: 2em;
}

#main.row>div>div>table>thead>tr>th {
    font-weight: 600;
    padding-bottom: 0.5em;
}

#main.row>div>div>table>tbody>tr>td {
    padding-right: 2em;
}

.lpc_tracking_summary table,
.lpc_tracking_events table {
    display: inline-table;
}

#main.row>div>h3,
.lpc_tracking_method {
    font-size: 20px !important;
    font-weight: 600 !important;
}

#main.row>div>h3 {
    margin-top: 2em;
}

.lpc_tracking_separator {
    margin: 0.5em 0;
}

#main>div>div.lpc_balreturn_shipping.lpc_balreturn_withseparator>div,
#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>div {
    font-weight: 600;
    margin-bottom: 1em;
    margin-left: 0;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form {
    font-size: 15px;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form>p>label {
    width: 200px;
    display: inline-flex;
    line-height: 2;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form>p>input {
    padding: .5em;
    margin-bottom: 1em;
    text-transform: uppercase;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form>p>i {
    display: none;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form>div>button {
    background: #B9D118;
    color: #fff;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    font-size: 1em;
    padding: 0.7em 2em;
    font-style: italic;
    font-weight: 600;
}

#main>div>div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper>form>div>button:hover {
    background: #009750;
}

.lpc_balreturn .entry-title {
    font-size: 36px;
    margin-bottom: 1em;
    text-align: center;
    margin-top: 3em;
}

.lpc_balreturn_subtitle {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

/*POPUP */
#mailpoet_form_2 .gform_body {
    margin-top: 6.5em;
}

#darkBack {
    z-index: 10;
}

#popUp {
    position: fixed;
    max-width: 350px;
    height: 265px;

    background: #fff;
    bottom: 3%;
    left: 1%;
    margin-left: -425px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999999;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

#new span {
    /* position: absolute; */
    color: #B9D118;
    padding: 20px 10px 0;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
}

#popUp .close {
    /* color: #B9D118; */
    right: 12px;
    top: 17px;
    position: absolute;
    /* font-size: 20px; */
    z-index: 99999;
    cursor: pointer;
}

#close>img {
    max-width: 70%;
}

#popUp h2 {
    font-size: 17px;
    color: #227D5C;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 28px;
    padding: 0 20px;
}

#plus {
    position: fixed;
    color: #fff;
    bottom: 3%;
    left: 1%;
    font-size: 15px;
    /* margin-left: -425px; */
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
	width:auto;
    letter-spacing: 1px;
    z-index: 999999;
}

#plus span {
    background: #fff;
    border-radius: 50%;
    padding: 0.5em;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

#plus span img {
    margin: auto;
    padding: 1em;
}

/*
#plus::after {
    content: '';
    display: block;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #B9D118;
}
*/

#mailpoet_form_2 .gfield_consent_label {
    font-size: 14px;
    padding-left: 0.5em;
}

#mailpoet_form_2 .gform_footer {
    margin: 0 !important;
    text-align: center;
}

#darkBack .mailpoet_submit {
    background: #B9D118 !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Upgrade', 'sans-serif';
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 30px;
    line-height: 1;
    padding: 0.6em 1em 0.5em !important;
    cursor: pointer;
    width: auto;
}

#darkBack .mailpoet_submit:hover {
    background: #009750 !important;
}

#close:hover {
    color: #009750;
}

#mailpoet_form_2 .ginput_container_consent {
    padding: 0 1em;
}

#darkBack input {
    border: none;
    background: #f2f2f5;
    border-radius: 30px;
    padding: 0.6em !important;
    margin: 0 !important;
}

#darkBack #input_2_2_1 {
    border: none;
    background: #f2f2f5;
    border-radius: 30px;
    padding: 0.45em 1em !important;
    margin: 0 !important;
    display: initial;
}

/* checkbox */
#mailpoet_form_2 input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 4px;
    background: #B9D118;
    height: 17px;
    width: 17px;
}



#mailpoet_form_2 input[type="checkbox"]:checked {

    margin: 0px;
    position: relative;
}

#mailpoet_form_2 input[type="checkbox"]:checked::before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: #227D5C;
    font-size: 20px;
    position: absolute;
    left: 1px;
    top: -4px;
}

#mailpoet_form_2 ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

#field_2_1>div:nth-child(2) {
    padding: 0 1em;
}
.mailpoet_validate_success{
    font-size:12px;
}
@media all and (max-width: 500px) {
    #popUp {
        max-width: 300px;
    }
    #mailpoet_form_2 form.mailpoet_form {
        padding: 10px 20px;
    }
    #mailpoet_form_2 .mailpoet_paragraph{
        margin-bottom: 10px !important;
    }
    #new > span:nth-child(1){
        font-size: 16px;
    }
    .mailpoet_submit{
        font-size: 14px;
    }
    #mailpoet_form_2 form.mailpoet_form{
        padding: 5px !important;
    }
}
@media all and (max-width: 900px) {
    #popUp {
        margin-left: -425px;

    }

    #plus {
        margin-left: 0px;
    }
#darkBack{
	display: none;
}
}

#gform_confirmation_wrapper_2 {
    margin-top: 7em;
    text-align: center;
}

/*END POPUP*/








@media screen and (min-width: 601px) and (max-width: 1023px) {
    #entete-accueil {
        padding: 1.1em 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
    .container {
        width: 80%;
    }

    /* Footer */
    #footerdino>div>h3 {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }

    #footerdino>div>p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

    #footerdino>div>a {
        font-size: 14px;
        color: #fff;
    }

    .footband {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        margin: 0;
        padding: 0.8em 0.5em 0.5em;
    }

    .footband img {
        object-fit: contain;
        margin-right: 1em;
    }

    .footband p {
        font-size: 13px;
    }

    .txt-footb {
        align-self: center;
    }

    .footlogo {
        margin: 0 0 1em;
    }

    .footlogo img {
        margin: auto;
    }

    .footcoor,
    .footlink,
    .footcont {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1em 0.5em 0;
    }

    .icofoot {
        color: #fff;
        padding-left: 1.5em;
        font-size: 12px;
        font-weight: 400;
    }

    .telephone {
        background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/phone.svg) no-repeat left center;
    }

    .localiser {
        background: url(https://alencrebleue.com/projets/ecommerce.alencrebleue.com/wp-content/themes/inospir/img/pointvente.svg) no-repeat left center;
        margin: 0.5em 0 1em;
        display: block;
    }

    #footerdino>div:nth-child(3)>h3:nth-child(3) {
        margin: 0.5em 0;
    }

    #footerdino>.footlink>p>a {
        color: #fff;
        font-weight: 100;
    }

    #footerdino>.footlink>.ml-cond a {
        color: #B9D118;
    }

    #footerdino>.footlink>.ml-cond {
        margin-top: 2em;
    }

    /* FIN FOOTER */
}

@media only screen and (max-width:1199px) {
    #contact-compte {
        display: none;
    }
}

@media only screen and (max-width:1023px) {
    .text-menu {
        top: 65%;
        left: 12.5%;
        font-size: 14px;
    }

    #menu-burger {
        top: 18%;
    }
}

@media only screen and (min-width: 1024px) {
    #logo {
        margin-left: -2em;
    }

    .text-menu {
        top: 7%;
        left: 105%;
        font-size: 17px;
    }

    .nodesk {
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    #entete-accueil>div {
        position: relative;
    }

    .footer-2 {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1024px) {
    #entete-accueil {
        padding: 1.2em 0;
    }

    /* FLEX BLOC */
    .bloc-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .bloc-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }

    .bloc-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }

    .bloc-2-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .bloc-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bloc-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .bloc-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .bloc-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .footlogo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.20%;
        flex: 0 0 22.20%;
        max-width: 22.20%;
        align-self: center;
    }

    .footcoor {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.20%;
        flex: 0 0 17.20%;
        max-width: 17.20%;
    }

    .footlink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19.20%;
        flex: 0 0 19.20%;
        max-width: 19.20%;
    }

    #footerdino>div:nth-child(4) {
        margin-left: 1.5%;
    }

    .footcont {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.20%;
        flex: 0 0 17.20%;
        max-width: 17.20%;
        margin-left: 3%;
    }
}

::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

@media screen and (min-width: 1200px) {
.container {
        width: 1130px;
    }  
.footband {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
        display: flex;
        margin: 0 2%;
    }
    /*.footband {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.3%;
        flex: 0 0 29.3%;
        max-width: 29.3%;
        display: flex;
        margin: 0 2%;
        padding: 0 5%;
    }*/

    #breadcrumbs a,
    .breadcrumb_last,
    #breadcrumbs>span>span,
    #breadcrumbs>span>span>span {
        font-size: 24px;
    }
}

@media screen and (min-width: 320px) and (max-width:359px) {}

@media screen and (min-width: 360px) and (max-width: 374px) {}

@media screen and (min-width: 375px) and (max-width: 383px) {}

@media screen and (min-width: 384px) and (max-width: 410px) {}

@media screen and (min-width: 411px) and (max-width: 431px) {}

@media screen and (min-width: 432px) and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 599px) {}

@media screen and (min-width: 600px) and (max-width: 719px) {}

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

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

@media only screen and (min-width: 768px) and (max-width:1199px) {

    #breadcrumbs a,
    .breadcrumb_last,
    #breadcrumbs>span>span,
    #breadcrumbs>span>span>span {

        font-size: 20px;

    }
}


.benfic {
	border: 3px solid orange;
	border-radius: 50px;
	padding: 0;
}
.benfic p {
	display: inline-flex;
	align-items: center;
}
.benfic .niv1 {
	display: inline-flex;
	align-items: center;
}
.big,
.firsTen,
.per,
.mid {
	font-family: 'upgrade', sans-serif;
}
.big,
.firsTen,
.per {
	font-weight: 700;
}
.big,
.mid {
	text-transform: uppercase;
}
.firsTen,
.per,
.mid {
	color: orange;
}
.ten {
	font-size: 55px;
	max-height: 50px;
	display: flex;
}
.firsTen {
	align-self: center;
}
.per {
	font-size: 25px;
}
.mid {
	font-size: 30px;
}
.big {
    background: orange;
    padding: 0.5em 1em;
    border-radius: 45px;
    color: #fff;
    font-size: 1.38rem;
    text-align: center;
}
.lit {
	font-size: 14px;
}
.niv2 .mid {
    font-size: 24px;
    line-height: 1;
    margin-left: 0;
}
.niv2 .textust {
    font-size: 14px;
}
.niv2 {
    font-size: 24px;
    line-height: 0.6;
    margin-left: 10px;
}
#part-prod{
    margin-top: 1em;
}
@media only screen and (max-width: 800px) {
/*320 */
.benfic p {
	flex-direction: column;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}
.lit {
	max-width: 250px;
}
.big {
	padding: 0.6em 2.1em;
	width: 100%;
}
.benfic {
    border-radius: 30px;
}
}
@media only screen and (max-width: 1200px) {
.benfic p {
	margin-top: 0;
	line-height: 1;
}
.lit {
	font-size: 13px;
}
.mid {
	font-size: 20px;
}
.benfic .niv1 {
	flex-direction: column;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}
.benfic .niv1 .big {
    margin-top: 0.5em;
}
}
@media only screen and (min-width: 801px) {
.ten,
.mid,
.lit {
	margin-left: 10px;
}
.tengros {
	font-size: 85px;
}
}