.bandeau {
    height: 200px;
    display: flex;
}

.titaccroche {
    text-align: center;
    display: block;
    align-self: center;
    margin: auto;
}

.bandeau p {
    color: #009750;
    margin: 0;
    font-weight: 500;
}

.bloc-image {
    margin-top: 1.5em;
    position: relative;
}

.bloc-image img {
    margin: auto;
}

.onImage {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 48px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    opacity: 0.87;
    padding: 0.2em 0.45em;
}

#arg1,
#arg2,
#arg3 {
    margin: 2em 0;
}

#arg1.pour-tous>div>div>div.a1>.bloc-image>h2 {
    background: #74315B;
}

#arg2.pour-tous>div>div>div.a1>.bloc-image>h2 {
    background: #E96500;
}

#arg3.pour-tous>div>div>div.a1>.bloc-image>h2 {
    background: #227D5C;
}

#arg1.pour-quarantaine>div>div>div.a1>.bloc-image>h2 {
    background: #E96500;
}

#arg2.pour-quarantaine>div>div>div.a1>.bloc-image>h2 {
    background: #74315B;
    width: 67%;
}

#arg3.pour-quarantaine>div>div>div.a1>.bloc-image>h2 {
    background: #227D5C;
}

#arg1.pour-sportif>div>div>div.a1>.bloc-image>h2 {
    background: #227D5C;
}

#arg2.pour-sportif>div>div>div.a1>.bloc-image>h2 {
    background: #E96500;
}

#arg3.pour-sportif>div>div>div.a1>.bloc-image>h2 {
    background: #74315B;
}

#arg1 p,
#arg2 p,
#arg3 p {
    margin: 1em 0;
}

#arg1 .accord,
#arg2 .accord,
#arg3 .accord {
    list-style: disc;
}

#arg1 .accord li,
#arg2 .accord li,
#arg3 .accord li {
    margin-left: 1.5em;
    color: #B9D118;
    margin-bottom: 1em;
}

#arg1 .accord li::before,
#arg2 .accord li::before,
#arg3 .accord li::before {
    content: url(https://ecommerce.alencrebleue.com//wp-content/themes/inospir/img/puce-liste.png);
    margin-left: -1.3em;
    padding-right: 0.5em;
}

#arg1 .accord li span,
#arg2 .accord li span,
#arg3 .accord li span {
    color: #000;
}

.a2 #accordeon {
    min-height: 0;
    display: inline-block;
    position: relative;
    margin: 0;
    background-color: #fefffa;
    padding: 0 0 1em;
    box-sizing: border-box;
    transform: translate(0, 0);
    left: 0;
    width: 100%;
}

.a2 #accordeon label {
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
    background: #B9D118;
    padding: 0.6em 0.8em;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Upgrade', 'sans serif';
    text-transform: uppercase;
}

.a2 #accordeon label:hover {
    color: #353635;
}

.a2 #accordeon li article {
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    transition: all 500ms ease;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    color: #666;
}

.a2 #accordeon li article p {
    margin-left: 1.5em;
}

.a2 #accordeon article,
.a2 #accordeon ul li i:before,
.a2 #accordeon ul li i:after {
    transition: all 0.25s ease-in-out;
}

.a2 #accordeon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.a2 #accordeon ul li {
    position: relative;
    margin: 0;
    padding: 1em 0 0.2em;
}

.a2 #accordeon ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 0;
    right: 55px;
    top: 33px;
}

.a2 #accordeon ul li i:before,
.a2 #accordeon ul li i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 4px;
    height: 20px;
    border-radius: 2px;
}

.a2 #accordeon ul li i:before {
    transform: translate(22px, 0) rotate(45deg);
}

.a2 #accordeon ul li i:after {
    transform: translate(10px, 0) rotate(-45deg);
}

.a2 #accordeon ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.a2 #accordeon ul li input[type=checkbox]:checked~article {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.a2 #accordeon ul li input[type=checkbox]:checked~i:before {
    margin-top: 9px;
    height: 25px;
    transform: translate(18px, -8px) rotate(90deg);
}

.a2 #accordeon ul li input[type=checkbox]:checked~i:after {
    margin-top: 9px;
    height: 25px;
    transform: translate(18px, -8px) rotate(-180deg);
}

.a2 #accordeon ul li:nth-of-type(1) {
    border-top: none;
    animation-delay: 0.5s;
}

.a2 #accordeon ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.a2 #accordeon ul li:nth-of-type(3) {
    animation-delay: 1s;
}

.a2 #accordeon ul li:last-of-type {
    padding-bottom: 0;
}

.a2 #accordeon li {
    animation: bounceInUp 1s ease both;
}

.a3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em 0 3em;
}

.a3 .temi {
    background: #F2F2F5;
    border-radius: 30px;
}

.a3 .temi h3 {
    color: #B9D118;
    text-align: center;
    margin-top: 2em;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Upgrade', 'sans serif';
}

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

.modeconso {
    display: block;
    width: 100%;
}

.modeconso h3 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    color: #000;
}

#arg1 .modeconso p,
#arg2 .modeconso p,
#arg3 .modeconso p {
    text-align: center;
    width: 60%;
    margin: auto;
}

.content-temoin p {
    text-align: center;
    font-style: italic;
}

.head-tem {
    display: flex;
    margin-left: 1em;
}
.head-tem img{
    height: 100px;
	width:100px;
    border-radius: 50%;
    object-fit: cover;
}
.bloc-2-3.temi > div > div > div > div > div > div > div.head-tem{
    width: 45%;
    margin: auto;
}


.info-moite {
    margin-left: 2em;
    align-self: center;
}

.info-moite p strong {
    font-size: 20px;
}

.prod-encadre {
    margin: 0 0.5em 0 2em;
    padding: 1em;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.pserso-pack .mon-pack div .prod-encadre {
    margin: 0 0.5em;
    padding: 0 0 0.2em;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.pserso-pack .mon-pack div .prod-encadre img {
    border-radius: 30px 30px 0 0;
}

.prod-encadre.bloc3prod {
    margin: 2em 1.25em;
    position: relative;
}

.duipro>div>div>a>h3,
.prod3.duipro>div>div>div>a>h3 {
    font-size: 32px;
    color: #000;
}

.duipro>div>div>a>span>span,
.prod3.duipro>div>div>div>a>span>span {
    font-size: 24px;
    display: block;
}
.bloc-3 .woocommerce-Price-amount {
    width: 88%;
}
.price{font-weight:600;}
.bloc-3 .woocommerce-price-suffix {
    margin-top: -1.57em;
    display: block;
}

.woocommerce-price-suffix {
    font-size: 16px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: table;
    width: auto;
    margin: auto;
    background: #B9D118;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Upgrade', 'sans-serif';
    font-weight: 400;
    border-radius: 30px;
    font-size: 18px;
    padding: .618em 1em;
    margin-top: 0.5em;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #353635;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    display: table;
    width: auto;
    margin: auto;
    background: #B9D118;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Upgrade', 'sans-serif';
    font-weight: 400;
    border-radius: 30px;
    font-size: 15px;
}

.woocommerce ul.products li.product .button:hover {
    background: #353635;
}

.woocommerce ul.products li.product {
    margin: 0;
}

#pack {
    padding: 3em 0;
}

.tite-pack {
    font-size: 55px;
    font-family: 'Upgrade', 'sans-serif';
    text-align: center;
    color: #B9D118;
}

.st-titepack {
    text-align: center;
}

.mon-pack {
    margin: 2em 0;
    padding: 1.5em 0.8em;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#pack>div>div>div>div>div>ul>li.product.type-product.status-publish.instock.product_cat-spiruline.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple {
    margin: 0 1.5% 2.992em;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

#pack>div>div>div>div>div>ul>li.product.type-product.status-publish.instock.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link>img {
    border-radius: 30px 30px 0 0;
}

.pan-ben {
    display: flex;
    flex-direction: column;
    padding: 1.5em 1em 0;
    margin: auto;
}

.affich-pan {
    align-self: center;
    margin-top: 1em;
}

.affich-pan a {
    color: #fff;
    background: #333333;
    font-size: 20px;
    padding: 0.85em 1.5em;
    border-radius: 30px;
    font-family: 'Upgrade', 'san-serif';
    text-transform: uppercase;
    float: right;
}

.infoboul {
    position: absolute;
    top: 6%;
    right: 7%;
    border-radius: 50%;
    background: rgba(152, 50, 114, 0.8);
    color: #fff;
    font-size: 13px;
    text-align: center;
    height: 114px;
    width: 114px;
    padding-top: 2.4em;
}

.infoboul strong {
    font-size: 14px;
}

.decri {
    font-size: 14px;
    font-weight: 100;
    color: #3E3E3E;
    margin: 0.5em 0 !important;
}

.esp {
    font-size: 13px;
    text-decoration: underline;
    color: #3E3E3E;
}

.eleproduct {
    padding: 0.5em;
}

.eleproduct .decri {
    font-size: 13px;
    font-weight: 100;
    margin: 0.2em 0 !important;
}

.eleproduct p span {
    display: none;
}

.eleproduct>h3 {
    font-size: 20px;
    color: #000;
}

.eleproduct>.price>.woocommerce-Price-amount {
    font-size: 24px;
    text-align: right;
}

.eleproduct .in-stock.a2 #accordeon label {
    font-weight: 700;
    font-size: 12px;
    color: #B9D118;
}

.mon-pack>div>.prod-encadre>.product>a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 17px;
    text-align: center;
    padding: .5em 0.8em 0.45em;
    margin: 0.5em auto;
    letter-spacing: 0.2px;
}

.mon-pack>div>.prod-encadre>.product>a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #353635;
}

#accordeon #reco-prod p {
    margin: 1em 0 0 1.5em;
}

#accordeon #reco-prod ul {
    list-style: none;
    margin-left: 1.3em;
}

#accordeon #reco-prod ul li {
    margin-left: 1.5em;
    color: #B9D118;
    margin-bottom: 0;
}

#accordeon #reco-prod ul li::before {
    content: url(https://ecommerce.alencrebleue.com//wp-content/themes/inospir/img/puce-liste.png);
    margin-left: -1.3em;
    padding-right: 0.5em;
}
#accordeon #reco-prod ul li span {
    color: #000;
}

#accordeon #reco-prod ul li {
    padding: 0.7em 0 0;
}

/* Spécifique pour régler la hauteur du bloc temoignage par rapport au produit*/
#arg1>div>div>div.a3>div.bloc-2-3.temi>.temoin-slide {
    width: 80%;
    margin: 2em auto 1em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:767px) {
    .bandeau h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:1199px) {
.bloc-3 .woocommerce-price-suffix {
	padding-left:5em;
}
}

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

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

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

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

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

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

@media only screen and (min-width:481px) and (max-width: 601px) {}

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

@media only screen and (min-width:600px) and (max-width: 1023px) {
    #filactualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width:720px) and (max-width: 1023px) {}

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

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

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

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

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

@media only screen and (min-width:720px) and (max-width: 767px) {}

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

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

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

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

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

@media only screen and (min-width: 576px) {}

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

@media only screen and (min-width:720px) {}

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

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

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

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

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

@media screen and (min-width: 481px) and (max-width: 991px) {}

@media screen and (min-width: 1024px) and (max-width:1040px) {}

@media screen and (min-width: 1024px) and (max-width: 1199px) {}

@media screen and (min-width: 1200px) and (max-width: 1279px) {}

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

@media screen and (min-width: 1200px) {
.duipro>div>div>a>span>span,
.prod3.duipro>div>div>div>a>span>span {
    margin-top: -1.5em;
    text-align: right;
}
.bloc-3 .woocommerce-price-suffix {
    text-align: right;
}
}


@media only screen and (min-width:1680px) {
    .bandeau {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/bandeau-1680.png) 6% center no-repeat;
        background-size: cover;
    }

    .bandeau h1 {
        font-size: 55px;
        color: #000;
    }

    .bandeau p {
        font-size: 24px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1679px) {
    .bandeau {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/bandeau-1280.png) 6% center no-repeat;
        background-size: cover;
    }

    .bandeau h1 {
        font-size: 55px;
        color: #000;
    }

    .bandeau p {
        color: #009750;
        font-size: 24px;
        font-weight: 500;
    }
}

@media only screen and (min-width:1200px) {
    #pack {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/section-pack.jpg) center center no-repeat;
        background-size: cover;
    }
    .pan-ben{
        flex-direction: row;
        margin: initial;
    }
    .affich-pan {
        margin-top: initial;
    }
.affich-pan a {
    margin-left: 1.4em;
    text-align: center;
}
}

@media only screen and (min-width:600px) and (max-width:1199px) {
    .bandeau {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/bandeau-768.png) 6% center no-repeat;
        background-size: cover;
    }

    .bandeau p {
        color: #009750;
        font-size: 24px;
        font-weight: 500;
    }
}

@media only screen and (max-width:1024px) {
    .titaccroche {
        width: 90%;
        margin: auto;
    }

    .bandeau h1 {
        margin-bottom: 0.2em;
        color: #000;
        font-weight: 600;
    }

    .bandeau p {
        color: #009750;
        font-weight: 500;
    }

    .onImage {
        font-weight: 600;
    }

    .bloc-image {
        margin-top: 1em;
    }

    #arg1,
    #arg2,
    #arg3 {
        margin: 1em 0;
    }

    #arg1 p,
    #arg2 p,
    #arg3 p {
        text-align: left;
    }

    .a2 #accordeon label {
        font-size: 20px;
        font-weight: 400;
    }

    .a2 #accordeon ul li i {
        top: 31px;
    }

    .a2 #accordeon ul li input[type="checkbox"]:checked~i::after {
        height: 20px;
    }

    .a2 #accordeon ul li input[type="checkbox"]:checked~i::before {
        height: 20px;
        transform: translate(17.6px, -8px) rotate(90deg);
    }

    .a2 #accordeon ul li i::before,
    .a2 #accordeon ul li i::after {
        width: 3px;
    }

    #accordeon #reco-prod p {
        margin: 1.5em 0 0 1em;
    }

    #accordeon #reco-prod ul {
        margin-left: 1em;
    }

    .bloc-1.temi {
        width:100%;
		margin-top:3em;
    }
    .bloc-2-3.temi {
        width:100%;
		margin-bottom:3em;
    }
    .prod-encadre {
        margin: 0 auto;
    }

    .a3 {
        margin: 1em 0;
    }

    .duipro>div>div>a>h3,
    .prod3.duipro>div>div>div>a>h3 {
        margin: 1em 0 0;
    }

    .duipro>div>div>a>span>span,
    .prod3.duipro>div>div>div>a>span>span {
        font-weight: 600;
    }

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        padding: .4em 1em;
        margin-top: 1em;
    }

    .modeconso h3 {
        font-weight: 500;
        margin-bottom: 1em;
    }

    #arg1 .modeconso p,
    #arg2 .modeconso p,
    #arg3 .modeconso p {
        width: 100%;
    }

    .tite-pack {
        display: none;
    }

    .mon-pack {
        margin: 0;
        box-shadow: inherit;
        background: transparent;
    }

    .st-titepack strong {
        color: #B9D118;
        font-size: 20px;
        font-family: 'Upgrade', 'sans-serif';
        font-weight: 500;
    }

    .mon-pack .bloc-5,
    .affich-pan {
        display: none;
    }

    .pan-ben {
        padding: 0.5em 0;
    }

    .benfic {
        border-radius: 15px;
        padding: 1em;
    }

    .benfic p {
        text-align: left;
        margin-top: 0.5em;
    }

    .bloc-3 {
        margin: auto;
    }

    #pack {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/fond-vert-375x352.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .bandeau h1 {
        font-size: 45px;
        color: #000;
    }
}

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

    .bandeau p {
        font-size: 16px;
    }

    .onImage {
        font-size: 36px;
    }

    ul li {
        font-size: 16px;
    }

    .duipro>div>div>a>h3,
    .prod3.duipro>div>div>div>a>h3 {
        font-size: 24px;
    }

    .modeconso h3 {
        font-size: 26px;
    }

    .prod-encadre.bloc3prod {
        margin: 1.5em auto 0;
    }
.bloc-image img {
    max-width: 320px;
}
#arg1 > div > div > div.a3 > div.bloc-2-3.temi > .temoin-slide, #arg2 > div > div > div.a3 > div.bloc-2-3.temi > .temoin-slide, #arg3 > div > div > div.a3 > div.bloc-2-3.temi > .temoin-slide {
    margin: 1em auto;
}
.a3 .temi h3{
	margin-top:1em;
	line-height:1;
}
.bloc-2-3.temi > div > div > div > div > div > div > div.head-tem {
    width: 100%;
}
}

@media only screen and (max-width:599px) {
    .bandeau {
        background: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/bandeau-375.png) 6% center no-repeat;
        background-size: cover;
    }

    .bandeau h1 {
        font-size: 30px;
    }

    .bandeau p {
        font-size: 14px;
    }

    .onImage {
        font-size: 28px;
    }

    ul li {
        font-size: 14px;
    }

    .duipro>div>div>a>h3,
    .prod3.duipro>div>div>div>a>h3 {
        font-size: 24px;
    }


    .modeconso h3 {
        font-size: 20px;
    }

    .prod-encadre.bloc3prod {
        margin: 1.5em auto 0;
    }
.bloc-image img {
    max-width: 90%;
}
.a3 {
    padding: 0;
}
#arg1 .a3 .content-temoin p, #arg2 .a3 .content-temoin p, #arg3 .a3 .content-temoin p{
    text-align: center;
}
.info-moite {
    margin-left: 1em;
}
.pan-ben {
    width: 100%;
}
.mon-pack .bloc-5, .affich-pan {
    display: block;
    margin: 0.5em 0;
}
}