#rgpd-popup.remodal .content {
    text-align: left;
    max-height: 500px;
    overflow: overlay;
    padding-right: 58px;
    padding-left: 53px;
    background: #666666;
    color: #fff;
}

#rgpd-popup.remodal {
    padding: 20px 0 19px 0px;
    max-width: 900px;
    background: #666666;
    border-top: 5px solid #009999;
}

#rgpd-popup.remodal p,
#rgpd-popup.remodal a {
    color: #fff
}

#rgpd-popup.remodal .p-btn {
    margin-bottom: 5px;
}

#rgpd-popup.remodal .btn {
    font-size: 1.7rem;
    font-weight: normal;
}

#rgpd-popup.remodal .btn-close {
    font-size: 1rem;
    font-weight: lighter;
    text-decoration: underline;
    letter-spacing: 0.5px;
    margin-top: 15px;
    display: block;
}

#rgpd-popup .bloc .bloc-title {
    margin-bottom: 33px;
    color: #fff;
    font-size: 2rem;
}

#delete-popup .bloc-title {
    background: none;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 16px;
    margin-bottom: 20px;
    text-transform: initial;
}

#delete-popup {
    max-width: 430px;
    border-top: 5px solid #009999;
}

#delete-popup .remodal-close {
    right: 0;
    left: auto;
    color: #000;
}

#delete-popup .remodal-close:before {
    font-size: 28px;

}

#delete-popup .checkbox label {
    color: #000;
    font-size: 1.3rem;
}

#delete-popup .sub-content {
    font-size: 1.2rem !important;
    font-style: italic;
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}

#delete-popup .p-btn {
    margin-bottom: 25px;
}

.push.push-download em {
    margin-top: 20px;
    font-size: 1rem;
}

.section-subscription .title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-subscription .btn {
    font-size: 1.6rem;
}

.section .section-title {
    font-family: "DINOT", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.8;
    color: #099;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

.cookies-container.displayed {
    display: block;
    -webkit-animation: cookies 1s 1;
    -moz-animation: cookies 1s 1;
    -ms-animation: cookies 1s 1;
    -o-animation: cookies 1s 1;
    animation: cookies 1s 1
}

.cookies-container.closed {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

.cookies-container p {
    color: #fff;
    margin: 0 0 10px 0
}

.cookies-container p a {
    color: #fff;
    text-decoration: underline
}

.cookies-container p a:hover {
    text-decoration: none
}

.cookies-container .btn {
    background-color: #48535b;
    border-color: #48535b
}

.cookies-container .btn:hover,
.cookies-container .btn:focus {
    border-color: #fff;
    color: #fff
}

@keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes cookies {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.btn:hover,
.btn:focus {
    background: transparent;
    border-color: #099;
    color: #099;
}

.flw {
    float: left;
    width: 100%;
}

.context.flw {
    padding: 0;
}

.context.flw .context-title {
    padding: 20px 20px 0 35px;
}

.context.flw .sub-title {
    margin-left: 35px;
}

.gwt {
    padding-top: 25%;
}

.context.flw img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.btn.btn-gwt {
    font-size: 1.8rem;
    padding: 20px 5px;
    font-weight: bold;
    display: block;
}

.cookies-container .js-cookie-consent-agree {
    background-color: #ffcc33;
    border-color: transparent;
    color: #000;
}

.mar-bottom-42 {
    margin-bottom: 42px !important;
}

.row-radio {
    padding: 0 4px 0 14px;
}

.checkbox .cr.last {
    margin-bottom: 5px
}

.radio-text {
    font-size: 11px;
    padding-left: 8px;
}

.radio-2 {
    padding-left: 5px;
}

.radio-gwt .radio-text {
    width: 80%;
    padding-left: 11px;
}

.form-compte .form-group {
    margin-top: 10px;
}

.cookies-container .js-cookie-consent-refuse {
    background-color: transparent !important;
    border-color: transparent !important;
    text-transform: initial;
}

@media (min-width:768px) {
    .push a>img {
        max-height: 137px;
    }
	
	.modal-dialog.slider{width: 830px;}
}

@media (min-width:992px) {
    .push a>img {
        max-height: 192px;
    }
}

@media (min-width:1200px) {
    .push a>img {
        max-height: 242px;
    }
}
@media (max-width:1199px) {
    .section.arrivage {
       background: #e5e5e5 !important;
    }
}

.top-header .logo {
    padding-top: 23px;
}

.top-header .logo a {
    border: initial;
}

.header .top-header .logo p {
    line-height: 1.1;
    text-transform: uppercase;
    /*
    font-weight: bold;
    */
    font-size: 14.6px !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #ffffff;
}

.top-header .quick-links {
    position: initial;
    display: inline;
    margin-top: initial;
    padding-top: 14px;
}

.header .top-header a.magasin {
    border: 0;
}

.header .top-header a.magasin img {
    margin: 13px;
    margin-left: 0;
}

.header .quick-links a.magasin>span.link-title {

    background-color: #ffffff;
    color: #009999;
    font-size: 22px;
    border-radius: 0px 21px 21px 0px;
    padding: 6px 15px 6px 10px;
    min-width: 170px;
    line-height: 23px;
    margin-top: 17px;
}
.header .quick-links a.magasin>span.link-title:hover {
    text-decoration: underline;
}

.header .quick-links a.magasin>span.link-title>span {
    font-size: 22px;
    font-weight: 700;
}

.header .top-header a {
    border: 0;
}

.header .top-header .my-account a.avatar-icone {
    border: 0;
    background-color: #ffd200;
    border-radius: 40px;
    padding: 5px 11px;
    max-width: 168px;


}
.header .top-header .my-account a.avatar-icone span{
    text-transform: uppercase;
}

.header .top-header .my-account .social-network {
    /*display: inline-flex;*/
    display: flex !important;
    width: 100%;
    padding-top: 20px;
    margin: 0;
    max-width: 160px;
    float: left;

}

.header .top-header .my-account .social-network a {
    flex: 1 1 auto !important;

}

.header .menu ul li:last-child:hover {
    background-color: #fc3 !important;
}

a.button-section:hover {
    background-color: #fc3 !important;
    color: black !important;
}

a.button-section:hover span {
    color: black !important;
}

.section#discover {
    background-image: initial;
}

.footer .bottom-footer ul li a {
    font-size: 1.2rem;
}

.header .menu ul li:last-child:hover a {
    color: black !important;
}

.header .top-header .my-account .social-network a div {
    flex: 1 1 auto !important;

}

.header .top-header .my-account a span {
    font-size: 15.5px;
    margin: auto;
    height: 33px;
    vertical-align: middle;
    line-height: 22px;
    padding-top: 6px;
    font-weight: 800;
}
.header .top-header .my-account a span:hover {
    text-decoration: underline;
}
.header .top-header .my-magasin {
    justify-content: center!important;
    display: flex;
}
.header .top-header .my-account .link-auth>a {
    padding: 0 0 0 5px;
}

.header .top-header a:hover {
    background-color: transparent;
    color: #ffd200;
}

.header .menu ul li {
    background: initial;
    -webkit-transform: initial;
    transform: initial;
    font-weight: bold;
}

.header .menu ul li a:hover {
    color: black;
}

.header .quick-links a:hover .link-title span {
    text-decoration: initial;
}

.header .menu ul a {
    color: white;
    font-size: 17.33px !important;
    -webkit-transform: initial;
    transform: initial;
}



.section .section-title span {
    font-size: 29px;
    font-weight: 700;
}

.section .section-title:after {
    content: "";
    background: #009999;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 55%;
    left: 50%;
}

.section .section-title:before {
    content: "";
    background: #009999;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 55%;
    right: 50%;
}

.content-section {
    width: 100%;
    margin: auto;
}

.button-section-news {
    margin: auto;
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.embed-responsive-4by3 {
    padding-bottom: 0;
}

.embed-responsive {
    height: 0;
    padding: 0;
    overflow: initial;
}

.button-section {
    background-color: #009899 !important;
    padding: 5px 15px;
    border-radius: 20px;
    color: white !important;
    font-size: 15px;
    border: 0;
    font-weight: 700;
}

.button-section.btn-new {
padding:0;
font-size:20px;
border-radius: 10px;
box-shadow: #8a8a8a 3px 2px 13px;
}
.button-section.btn-new span{
    padding: 10px 15px;
    box-shadow: inset #ffffffbf 3px 0px 8px;
    border-radius: 18px;
    background-color: #009899 !important;
}
.button-section.btn-new:hover span{
	background-color: #fc3 !important;
}
.section.section-great-brand .block-offers img{
width: 56%
}
.section .content-section .img-actualite img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section .content-section .img-actualite img:hover {
    opacity: 0.8;
}

.section .content-section .countour-block.img-actualite,.section .content-section.left-content-product a.img-actualite {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
} {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}

.section .frame .block-offers {
    border: 5px solid #e6e6e6;
    display: flex;
    flex: 1;
    height: 100%;
	    width: 80%;
    margin: 0 auto;
}

.section .frame .block-offers img{
    object-fit: scale-down;
}
.section-offers .container .content-section{
    display: flex;
}
@media only screen and (max-width: 767px) {
    .section-offers .container .content-section{
        display: initial;
    }
    .section .frame .block-offers{
        display: block;
    }
}

.context.context-instagram .list-pic-instagram .frame img {
    border: 12px solid #e6e6e6;
}

.section-offers img,
.setction-great-brand img {
    width: 100%;
}
.setction-great-brand img{
    display: flex;
    flex: 1;
    object-fit: scale-down;
    max-height: 100px;
}
.setction-great-brand .content-section{
    flex-flow: row wrap;
    display: flex;
}
#communaute h3 {
    text-transform: initial !important;
}

#discover .btn {
    text-transform: initial !important;
    font-weight: 700;
}
#discover .btn:hover {
    text-decoration: underline;
}

.left-content-product {
    position: relative;
    display: table;
}

.left-content-product:after {
    /*right: 76px;*/
    content: "";
    background: #009999;
    height: 100%;
    width: 1px;
    /* top: 0; */
    position: absolute;
    bottom: 0px;
    display: block;
    z-index: 999;
    left: 104%;
}

.section.arrivage {
    padding: 0;
    padding-top: 30px;
	background: url("/img/arrivage.jpg") no-repeat;
    min-height: 537px;
    background-color: #e5e5e5;
}


.section-neutral .context h3.context-title {
    font-size: 36.5px;
    color: #009999;
    padding-bottom: 37px;
    margin-top: 100px;
}

.arrivage.section-neutral .context h3.context-title {
    font-weight: 500;
}

.arrivage input[type=submit] {
    background-color: #ffd200;
    float: left;
    width: 60px;
    height: 48px;
    border: 0;
    font-size: 24.5px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    font-weight: 700;
    /*   color: #009999;*/
    border-radius: 12px;
    -webkit-box-shadow: -2px 1px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: -2px 1px 0px 0px rgba(204, 204, 204, 1);
    box-shadow: -2px 1px 0px 0px rgba(204, 204, 204, 1);
}

.arrivage form {
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 30px;
}

.arrivage input[type=text] {
    float: right;
    border-radius: 20px;
    -webkit-box-shadow: inset -3px 2px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset -3px 2px 0px 0px rgba(204, 204, 204, 1);
    box-shadow: inset -3px 2px 0px 0px rgba(204, 204, 204, 1);
    font-size: 25.2px;
    max-height: 51px;
    max-width: 250px;
    height: 100%;
    border: 0;
    width: 100%;
}

.arrivage input[type=text]::placeholder {
    color: #cccccc;
    font-weight: 500;
    font-size: 24px;

}

/*.arrivage input[type=text]::placeholder{

    color: #009999;
}*/


.section.section-colored .section-title:before {
    background: #fff;
}

.section.section-colored .section-description {
    font-size: 22px !important;
    margin-bottom: 0;
}

.section.section-colored .block-left {
    padding-right: 145px;
}

.section.section-colored .media-info p {
    font-size: 21px !important;
    line-height: 33px;
}

.section.section-colored .media.media-info .media-body {
    background: initial;
}

.btn.btn-white {
    background: #ffffff;
    background-color: #ffffff;
    color: #009999;
    border: initial;
    font-size: 15.5px;
    border-radius: 20px;
}

.header .quick-links .box {
    right: 20px;
}

.footer .inner-footer .menu-footer li a {
    font-size: 13.3px;
    color: white;
    font-weight: bold;
}

#communaute .section-description p,#focus .section-description p {
    margin: auto;
    font-size: 23px !important;
    padding: 0 30px;
}



.facebook-block .title>span {
    background-color: #395196;
    display: inline-block;
    padding: 4px;
    font-size: 17.33px;
    margin-left: 46px;
    color: white;
    position: relative;
    margin-bottom: 27px;
}

.facebook-block .title {
    margin: 0;
}

.facebook-block img {
    /*width: 100%;*/
    max-height: 375px;
    object-fit: cover;
    object-position: 100% 0;
}

.facebook-block .title span:before {
    content: "";
    position: absolute;
    background: url(/../img/facebook-logo.png) no-repeat left top;
    z-index: 99;
    left: -46px;
    top: -6px;
    width: 41px;
    height: 46px;
}

.context-instagram .frame {
    padding: 12px 8px;
}

.context-instagram h3>span {
    background-color: #e02362;
    font-size: 17.33px;
    margin-left: 46px;
    padding: 4px;
    display: inline-block;
    color: white;
    position: relative;
    margin-bottom: 10px;
}

.context-instagram h3 span:before {
    content: "";
    position: absolute;
    background: url(/../img/instagrame-logo.png) no-repeat left top;
    z-index: 99;
    left: -46px;
    top: -6px;
    width: 41px;
    height: 46px;
}

.context-instagram .list-pic-instagram {
    margin-bottom: 30px;
}

.context-instagram .button-section span {
    color: white !important;
}



.magasin-destockage p {
    max-width: 1120px;
    padding: 0 30px;
    margin: auto;
    font-size: 23px !important;
    margin-bottom: 50px;
}


.footer .inner-footer {
    background: url('../img/back-footer.png');
}

.footer .inner-footer .title {
    display: block;
    color: white;
    font-size: 22px;
    font-weight: 500;
}

.footer .inner-footer .col-xs-12 {
    border-left: 0;
}

.footer .inner-footer .media-heading {
    text-align: center;
}

.footer .inner-footer .media-heading a {
    font-size: 13.33px !important;
    color: #ffd200 !important;
    font-weight: 700;
}

.w-100 {
    width: 100%;
}

.row {
    margin: auto;
}

.p-0 {
    padding: 0;
}

.pr-5 {
    padding-right: 50px;
}

.pl-5 {
    padding-left: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.mb-5 {
    margin-bottom: 55px !important;
}

.logo-mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .col-lg-6.p-0.pr-5:first-child .content-section:after {
        content: initial;
    }
}

@media only screen and (max-width: 767px) {
    .p-0 {
        padding: 0 !important;
    }

    .section-offers .content-section.row .frame {
        margin: 20px;
    }
    .product-moment{
        padding-bottom: 30px!important;
        max-width: 350px;
    }

    .section-offers img,
    .section .content-section .img-actualite img,
    .context.context-instagram .list-pic-instagram img {
        max-width: 350px;
        width: 100%;
    }

    .logo-mobile {
        display: block;
        padding: 24px 0;
        box-shadow: 0 2px 5px rgba(19, 18, 22, 0.2);
    }

    .logo-mobile img {
        display: inline;
    }

    .logo-mobile p {
        display: inline-block;
        vertical-align: middle;
    }

    .header .quick-links {
        margin-top: 0px;
    }

    .header .menu .container-fluid {
        background: #ececec;
    }

    .header .menu ul a {
        color: black;
    }

    .header {
        padding-top: 60px;
    }
    .setction-great-brand .content-section{
        display: block;
    }
}

@media only screen and (max-width: 420px) {
    .btn.btn-white {
        display: block;
        margin: 10px 0;
    }
}

/***arrivage page***/

/*breadcrumb*/
.breadcrumb_container {
    padding: 0;
}

.breadcrumb-nav {
    padding: 0 15px;
}

.breadcrumb-nav li.breadcrumb-item a,.breadcrumb-nav li.breadcrumb-item  {
    font-size: 18px;
    font-weight: 600; 
	color: #000;
}

nav.breadcrumb-nav .breadcrumb {
    margin: 1% 0;
}

.breadcrumb li:after {
    padding: 0 6px 0 5px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    content: '>';
}

.breadcrumb li:before {
    display: none;
}

/*border*/
.breadcrumb_container hr {
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #009999;
}

/*title*/
.arrivage_container h2,.univer_container h2 {
    font-size: 30px;
    font-weight: 600;
}
.arrivage_container h1 {
    text-align: left !important;
    margin-bottom: 2.4rem !important;
    margin-top: 20px !important;
}
.arrivage_container h3 span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.arrivage_container h3  {
    padding: 10px 0 30px 0 !important;
}
.arrivage_container .section .section-title:before,.arrivage_container .section .section-title:after{
    content: initial;
}

/**body**/

.gallery {
    padding: 60px 0;
}

.container.arrivage_container p {
    font-size: 18px;
    font-size: 1.6rem !important;
    font-weight: 500;
}

.arrivage_container .jumbotron {
    background: url(/img/LEE-COOPER-ENFANT.jpg);
    background-attachment: initial;
    background-origin: initial;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    padding-bottom: 19%;
    margin-bottom: 0;
}

h5,
.title-h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
    color: #099;
    margin-bottom: 0;
}

.container.arrivage_container .border {
    margin: 5px 0 13px 0;
}

.m-b {
    margin-bottom: 25px;
}

.img-260 {
    /*max-height: 260px;
    height: 290px;*/
    width: 100%;
    padding: 0px 14px;
    object-fit: cover;
}


.gallery .row:first-child>div:nth-child(3)>img {
    margin-left: 11px;
}


.gallery .row:first-child>div:first-child>img {
    margin-right: 25px;
}

.gallery .row:first-child>div:last-child>img {
    margin-left: 25px;
}

.gallery .row:last-child>div:nth-child(2)>img {
    margin-left: 11px;
}


.gallery .row:last-child>div:first-child>img {
    margin-right: 25px;
}

.gallery .row:last-child>div:last-child>img {
    margin-left: 25px;
}


@media (max-width: 1199px) {
    .gallery .row:first-child>div:nth-child(3)>img {
        margin-left: 0;
    }


    .gallery .row:first-child>div:first-child>img {
        margin-right: 0;
    }

    .gallery .row:first-child>div:last-child>img {
        margin-left: 0;
    }

    .gallery .row:last-child>div:nth-child(2)>img {
        margin-left: 0;
    }


    .gallery .row:last-child>div:first-child>img {
        margin-right: 0;
    }

    .gallery .row:last-child>div:last-child>img {
        margin-left: 0;
    }

    .img-260 {
        max-height: 290px;
    }

    .img-545 {
        max-width: 435px;
        min-height: 200px;
    }


}

@media (max-width: 768px) {
    .img-260 {
        max-width: -webkit-fill-available;
        padding: 0 15px;
        max-width: 350px;
        width: 100%;
        max-height: initial;
    }

    .img-545 {
        max-width: -webkit-fill-available;
        padding: 0 15px;
        min-height: auto;
    }
}

#modalfirstvisit .modal-dialog.slider .modal-content{
    background-color: transparent;
    box-shadow: inherit;
    border: 0;
}
#modalfirstvisit{
    overflow: scroll;
    z-index: 9999;
}
#modalfirstvisit .close {
    font-size: 5rem;
    text-shadow: none;
    opacity: 1;
    top: 65px;
    right: 115px;
    z-index: 999;
    position: absolute;	background: #ddd;    border-radius: 100%;    width: 60px;	padding-bottom: 8px;	cursor: pointer;
}

.univer_container .card .absolute{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #009999;
    width: 100%;
    color: white;
    text-align: center;
}
.univer_container .card img{
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.univer_container .card:hover img{
    opacity:0.8;

}
.univer_container .card>div {
    border: 15px solid #ccc;
    border-radius: 8px;
    position: relative;
    overflow: hidden;

}
.univer_container .card {
   padding: 30px;
}
.univer_container .card .card-body h3 span{
    color: #ffd200 ;
    padding-right: 5px;
}
.univer_container .card .card-body h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.5rem;
}

.univer_container .card .card-body h3 label {

    font-size: 2.8rem;
    position: relative;
}

.univer_container .card:hover .card-body h3 label:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: auto;
    max-width: 95%;
    background: white;
}


.product h2,.article h2
{    font-size: 29px !important;
    font-weight: bold;
    margin-bottom: 0;}
.article{
    border: initial;
}
.article{
    margin: initial;
}
.product .sub-title{font-weight: bold; font-size:24px;margin-bottom:38px;}
.product figure{border : 5px solid #ececec; border-radius:5px ;}
.product .bloc-right{padding-left:60px;}
.product .bloc-mini{background:#009999;    padding: 20px 0;    min-height: 135px;color: #fff; }

.product .title-bloc{background: #fff;
    color: #009999;
    padding: 6px 22px 6px;
    text-transform: uppercase;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;}
.product .bloc-mini li{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;color: #fff;
}
.caract .title-bloc{text-transform: uppercase;}
.product .caract .bloc-mini{background:#fff;}
.product .caract .bloc-mini .title-bloc{background:#009999;color:#fff;}
.product .caract .bloc-mini ul li{color: #009999;
    line-height: 23px;}
.product .caract .bloc-mini ul li:before{content: "• ";color: #009999;font-size: 14px;}
.product .caract .bloc-mini ul li span{color: #000;}
.product .bloc-mini ul{
padding: 0 21px;
}
.product .bloc-mini ul li:before{content: "• ";color: #fff;font-size: 14px;}
.btn_print{display: none;}
.product .desc{text-align: justify;margin-top: 30px;}
#product .see-also{     background: #f2f2f2;
    margin: 40px 0;
    padding: 11px 0 40px;}
.see-also .more-product{text-align:center; font-weight:bold;font-size:20px; padding: 20px 0;}
.see-also .row-product{padding-bottom: 25px;}
.see-also .row-univers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
}
.see-also .row-univers>div{
    display: flex;
    flex-direction: column;
    /*flex-basis: 100%;
    flex: 1;*/
}
.see-also .row-univers .push-univer{
    height: 100%;
}
.see-also .row-univers .push-univer>*{
    height: 100%;
}

.see-also .row-univers .btn{    font-size: 17px;
    width: 100%;
    padding: 15px 0;
    border-radius: 18px;}
.see-also .row-univers .btn .name:before{content:'>'; color: #ffd200;display:inline;}
.see-also .row-univers .btn .name{width: 100%;}

.product_container .d-inline-block{
    display: inline-block;

}
.product_container h3{
   font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
}
.product_container h4{
    font-size: 23px;
    padding-right: 28px;

}
.product_container .checkbox-form{
    margin: 0 12px;
}
.product_container .checkbox-form input[type=checkbox]{
    transform: scale(1.5);
}
.product_container .checkbox-form label{
    font-size: 22px;
}
.product_container .filter>div{
    padding-top: 30px;
}
.product_container .filter h3,.product_container .filter h4{
    margin: 0;
}
.product_container .filter h4{
    font-weight: 400;
}

.product_container  .frame .countour-block{
    border: 5px solid #e6e6e6;
    display: inline-block;
    height: 100%;
    margin-bottom: 38px;
}
.product_container  .section {
    padding: 15px 0;
}
.product_container  .frame .countour-block{
    border: 5px solid #e6e6e6;
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product_container .section .frame img {
    border: initial;
    max-height: 280px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: scale-down;
}
.product_container .section .frame:hover img {
    object-fit: scale-down;
    opacity:0.8;
}
.product_container .section .description-card label{
    color: #009999;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
}
.product_container .section .description-card span{
    color: black;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
}
.product_container .section .description-card {
    padding-bottom: 5px;
    padding-top: 37px;
    position: relative;
    background: white;
    height: 100%;

}
.product_container .section .description-card>div {

    max-width: 80%;

}
.product_container .center-block {
    height: 400px;
    padding: 17px 34px;
    max-width: 380px;
}

.d-end-block{
    
    display: flex!important;
}
.product_container .section .description-card>div{
    text-align: left;
    padding: 0 0 0 10px;
}
.product_container .section .description-card span:before{
    /*padding: 0 2px 0 0px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    content: '>';*/
}
.price-absolute{
    position: absolute;
    right: 18px;
    bottom: -2px;
    border-radius: 85px;
    background-color: black;
    width: 70px;
    height: 70px;
    color: white;
}
.article .price-absolute{
right: -7px;
    bottom: 17px;
}

.price-absolute .price{
    text-align: left;
    padding: 3px 0 0 7px;
}

.price-absolute .price span{
    font-size: 45px;
    text-align: left;
    line-height: 59px;
    font-weight: 800;
}
.price-absolute .price label{
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 18px;
    font-weight: 800;
}
.price-absolute .text-price span{
    font-weight: 800;
    font-size: 9px;
    text-transform: uppercase;
}




/* The container */
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 19px;
    font-weight: 500;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 0;
    background-color: white;
    border: 1px solid #aaa;
    height: 18px;
    width: 18px;
    top: 6px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 8px;
    height: 18px;
    border: solid #0b0b0b;
    border-width: 0 4px 4px 0;
}

.circle-block{
    width: 100%;
    /*height: 140px;
	border: 1px solid #f5f5f5;
    max-width: 120px;
	*/
    border-radius: 50%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    max-height: 120px;
}
.circle-block img{
    object-fit: scale-down;
   /* width: 100%;
    height: 100%;
	max-width: 120px;
	*/
    padding: 10px;
    
}

.center-content{
    display: flex!important;
    justify-content: center!important;
    margin-bottom: 14px;
}
@media (max-width: 760px) {
    .center-content {
        display: block !important;
    }
    .circle-block {
        max-width: 160px;
        max-height: 160px;
        margin-bottom: 15px;
    }
}
.footer .inner-footer .form-postal{
    padding: 0;
}

#product .image-left-right>div{
    margin-top: 20px;

}
#product .image-left-right>div:first-child{
    padding: 0;
    padding-right: 10px;

}
#product .image-left-right>div:last-child{
    padding: 0;
    padding-left: 10px;

}
#product .product figure{
    position: relative;
    text-align: center;
}
#product .product figure .price-absolute{
    right: -30px;
    bottom: -30px;
    top: initial;
}
#product .frame .countour-block,.article .frame .countour-block{
    border: 5px solid #e6e6e6;
    display: inline-block;
    height: 260px;
    width: 100%;
    margin-bottom: 38px;
    background: white;
}
#product .frame .countour-block,.article .frame .countour-block{
    height: 100%;
    overflow: hidden;
    position: relative;
}
#product .frame .countour-block .price-absolute,.article .frame .countour-block .price-absolute,.article .frame .countour-block .price-absolute,.article .frame .countour-block .price-absolute {
    right: 20px;
    bottom: 119px;
    width: 70px;
    height: 70px;
}
#product .frame .countour-block img,.article .frame .countour-block img{
    border: initial;
    max-height: 280px;
    width: 100%;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#product .frame .countour-block:hover img,.article .frame .countour-block:hover img{
    opacity:0.8;

}
#product .frame .countour-block .description-card, .frame .countour-block .description-card{
    padding-bottom: 5px;
    padding-top: 27px;
    position: relative;
    background: white;
    height: 100%;
	
	min-height: 100px;
}
#product .frame .countour-block .description-card>div:first-child, .frame .countour-block .description-card>div:first-child{
    text-align: left;
    padding: 0 0 0 10px;
}
#product .frame .countour-block .description-card>div:first-child label, .frame .countour-block .description-card>div:first-child label{
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 16px;
    margin: 0;
	width:90%;
}
#product .frame .countour-block .description-card .category-product,.article .frame .countour-block .description-card .category-product {
    text-align: left;
    padding: 0 0 0 10px;
}
#product .frame .countour-block .description-card .category-product span, .frame .countour-block .description-card .category-product span{
    background: #009999;
    color: #fff;
    padding: 3px 6px 3px 1px;
    text-transform: uppercase;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}
.article .list-product{
    padding: 0px 0 80px 0;
}
.product-home .frame .countour-block .description-card{
padding-top: 0px;
height: initial;
    min-height: auto;
}

.frame.product-moment .countour-block.img-actualite  .description-card{
    padding-bottom: 5px;
    position: relative;
    background: white;
}
.frame.product-moment .countour-block.img-actualite  .description-card>div:first-child{
    text-align: left;
}
.frame.product-moment .countour-block.img-actualite  .description-card>div:first-child label{
    color: black;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 18px;
    margin: 0;
    width: 80%;
}
.frame.product-moment .countour-block.img-actualite  .description-card .category-product {
    text-align: left;
}
.frame.product-moment .countour-block.img-actualite  .description-card .category-product span{
    background: #009999;
    color: #fff;
    padding: 3px 6px 3px 1px;
    text-transform: uppercase;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}
.frame.product-moment   .price-absolute {
    position: absolute;
    right: -3px;
    bottom: -2px;
    border-radius: 85px;
    background-color: black;
    width: 70px;
    height: 70px;
    color: white;
    top: initial;
}
.frame.product-moment .countour-block.img-actualite  {
     padding: 0;
}
.frame.product-moment  {
     padding: 10px 15px;
}

.section .frame  .countour-block.img-actualite img{
    border: initial;
max-height: 161px;
    object-fit: scale-down;
}
.section .frame  .countour-block.img-actualite {
    border: 5px solid #e6e6e6;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#product .see-also .more-product {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding: 40px 0;
}
.price-absolute{
     z-index: 9;
}
.price-absolute .text-price{
    text-align: center;
	position: absolute;
    bottom: 4px;
    right: 16px;
} 

@media (max-width: 991px) {
    #product .image-left-right>div{
        padding:0 0  10px 0 !important;
    }
    .see-also .row-univers{
        display: block;
    }
}
@media (max-width: 768px) {
    .frame.product-moment .countour-block.img-actualite  {
        max-width: 350px;
    }
    .frame.product-moment  .price-absolute {
        right: -5px;
    }
}
.price-absolute.medium-size .price label {
    font-size: 17px;
}
.price-absolute.medium-size .price span {
    font-size: 34px;
}
.price-absolute.smaal-size .price label {
    font-size: 13px;
}
.price-absolute.smaal-size .price span {
    font-size: 27px;
}
span.oi{
    margin: 20px 10px;
    font-size: 41px;
    color: black;
}
.social-btm-1 {
    background-size: cover;
    display: inline-block;
    background: url(../img/facebook.png) no-repeat center;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin: 20px 10px 0 10px;
    background-color: #009999;
}
.social-btm-1:hover {
    background-image: url(../img/facebook-hover.png);
}
.social-btm-2 {
    background-size: cover;
    display: inline-block;
    background: url(../img/instagram.png) no-repeat center;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin: 20px 10px 0 10px;
    background-color: #009999;
}
.social-btm-2:hover {
    background-image: url(../img/instagram-hover.png);
}
.price-absolute.small-circle{
    width: 70px !important;
    height: 70px !important;
}

.left-content-product>div{
    /*height: 290px;*/
    position: relative;
    overflow: hidden;
}
.left-content-product>div>a{
    height: 100%;
}
.frame.product-moment{
    height: 297px;
}
.product-home .frame.product-moment{
height: 400px;
}
.section .frame.product-moment .countour-block.img-actualite img{
    max-height: 310px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section .frame.product-moment .countour-block.img-actualite:hover img,.block-offers img:hover,.gallery img:hover {
    opacity:0.8;
}
.categories-item{
    float: right;
    margin: 0;
}
.arrivage img.fl-right{
    float: right;
	display:none;
}

.see-also .row-product .frame{
    height: 400px;
    padding: 10px;
    max-width: 320px;
	margin-right: 20px;
}
#product .see-also .frame .countour-block{
margin-bottom: 0;
}
#product .see-also .frame .countour-block img{

max-height: 280px;
}
.see-also .row-product .frame .price-absolute{
    right: -10px;
    bottom: -2px;
}
.arrivage_container .gallery>div{
    position: relative;
    overflow: hidden;
}
.arrivage_container .gallery>div img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.arrivage_container .gallery>div img:hover{
    opacity:0.8;
}
.footer .inner-footer .social-network a,.footer .inner-footer .social-network a:hover{
    background: transparent;
}
@media (max-width: 1999px) {
    .arrivage img.fl-right{
    float: initial;
    }
}
.no-offre h2,.no-actualite h2{
    font-size: 30px;
    font-weight: 600;

}
.footer .inner-footer .form-postal .btn{font-size: 1.1rem;
    padding: 6px 8px;
        margin: 5px 0 5px 35%;
    width: 40%;}
.image_news{float: left;
    margin-right: 20px;}		@media (min-width: 1500px) {    .magasin-destockage p {        max-width: 1360px;    }}
/* @media (max-width: 767px) {
    .img-260 {
        max-width: initial;
    }
} */

@media only screen and (max-width: 767px){
header.header .fixed-header-mobile {
background: #009999;
}
.hamburger--elastic.is-active .hamburger-box .hamburger-inner,.hamburger--elastic.is-active .hamburger-inner::after,.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
background-color: #fff;
}
.header .menu{
z-index:1;
}
.header .fixed-header-mobile .menu .hamburger .labeled{
color: #fff;
}
.header .quick-links.visible-xs{
    width: 100%;
    margin-right: 0;
}
.headerstore-2,.headerstore{
width: 60px;
    margin: 0 auto;
}
.header .fixed-header-mobile .my-account{
float: right;
    position: relative;
    top: -46px;
    right: 11px;
}

}

@media (min-width: 768px) {
.product-home .frame.product-moment{width: 50%;}
}
@media (min-width: 1200px) {
.col-lg-7.product-home{
width: 50%;
}
}
.header .menu .main-nav .nav-newsletter a{ color: #fc3;}
.header .menu .main-nav .nav-newsletter img{    width: 36px; top: -2px;position: relative;}
.header .menu .main-nav .nav-newsletter:hover {background-color: #fff !important;}
.header .menu .main-nav .nav-newsletter:hover  a{color: #099 !important;}
.article.actualite ul{list-style: disc;padding-left:40px;}
#modalfirstvisit .slick-slider .slick-next, #modalfirstvisit .slick-slider .slick-prev{width: 60px;    height: 60px;}#modalfirstvisit .slick-slider .slick-next:before, #modalfirstvisit .slick-slider .slick-prev:before{    font-size: 2rem !important;}
.page-univer,.page-products {

    width: 100%;
    height: 100%;
}
.page-univer:hover,.product_container .section .frame:hover .page-products {

   opacity: 0.8;
}
.page-univer {
    background-size: cover !important;
    display: block;
}
.page-products {
    background-size: contain !important;
    display: table-cell;
}
.page-univer img,.page-products img{
    visibility: hidden;
}
@media (max-width:768px) {

    #modalfirstvisit .slick-slider .slick-next, #modalfirstvisit .slick-slider .slick-prev {
        width: 30px !important;
        height: 30px !important;
    }
    #modalfirstvisit .slick-slider .slick-next:before, #modalfirstvisit .slick-slider .slick-prev:before {
        font-size: 1.4rem !important;
    }
    #modalfirstvisit .close {
        right: 47px;
		font-size: 26px;
    top: 57px;
    width: 30px;
    padding-bottom: 5px;
    }
	.slick-slider .slick-next{right: -3px;}
	.slick-slider .slick-prev{left: -3px;}
	#focus .section .section-description{margin-bottom: 0;}
	
}
#focus{margin-bottom:-30px !important;padding-bottom:0;}
.article ul{
	list-style: inherit;
    padding-left: 40px;
}