/* FONTS */

@font-face {
    font-family: "Avenir Next";
    src: url('../fonts/Avenir/AvenirNext-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Avenir Next";
    src: url('../fonts/Avenir/AvenirNext-UltraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: "Avenir Next";
    src: url('../fonts/Avenir/AvenirNext-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url('../fonts/Avenir/AvenirNext-DemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "Avenir Next";
    src: url('../fonts/Avenir/AvenirNext-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "meatloaf";
    src: url('../fonts/Meatloaf.ttf');
}

/******* ALL ********/

* {
    font-family: "Montserrat", Arial;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #3A3A3A;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.w-33 {
    width: 33.32%;
}

#wrapper {
    background-color: #fbfbfb;
}

.content-wrapper {
    max-width: 1500px;
    margin: auto;
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
  }

.btn-perso {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 20px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-light-big {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    border: 1px solid #3A3A3A;
    color: #3A3A3A;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    position: relative;
    letter-spacing: 1px;
    color: #3A3A3A;
}


.btn:disabled {
    cursor: not-allowed;
}


.btn-light-big:hover {
    background: #3A3A3A;
    color: #fff;

}

.btn-arrow {
    position: relative;
    padding-right: 35px;
}

.btn-arrow:after {
    position: absolute;
    top: 0;
    right: 15px;
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="#FFFFFF" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>');
    width: 19px;
}

.btn-perso:hover {
    background: #3cb0fd;
    text-decoration: none;
    color: #fff;
}

.btn-account-mobile {
    padding: 10px;
}

.btn-account-mobile a {
    font-size: 0.7em;
    color: rgba(0,0,0,.5);
}

.btn-account-mobile a:hover {
    color: rgba(0,0,0,.8);
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#fff;
}

.dropdown-menu.show{
    z-index: 1000;
}

.form-control {
    border-radius: 2px;
}

.control-label {
    line-height: 35px;
}

.blockSignature {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.customselect {
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 180px;
    margin: 0 auto;
    border: none;
    background-color: #F1EFEF;
    z-index: 10;
    }
    
    .customselect select {
      border: none;
      outline: none;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 2px;
      margin: 0;
      display: block;
      width: 100%;
      padding: 8px 55px 10px 35px;
      font-size: 18px;
      color: #545454;
      box-shadow: 0px 2px 6px 1px #00000023;
        text-transform: uppercase;
    font-weight: 300;
    }

    .customselect:hover {
        filter: brightness(96%);
    }
    
    .customselect:after {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%;
      line-height: 38px;
      content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="#676767" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>');
      text-align: center;
      color: #545454;
      font-size: 24px;
      z-index: -1;
      width: 13px;
      transform: rotate(90deg);
    }
    
    .custominput {
      position: relative;
    }
    
    .custominput input {
      height: 45px;
      font-weight: 600;
    }

    .custominput input::placeholder {
        font-size: 18px;
        font-weight: 400;
    }
    
    .custominput .input-button {
      position: absolute;
      top: 0;
      right: 0px;
    }
    
    .custominput .input-button * {
      width: 40px;
      text-align: center;
      line-height: 45px;
      color: #545454;
    }

/********* HOME BLOC CENTRAL ***********/

.home-bloc-central {
    max-width: 1220px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

.catalog-bloc-central {
    max-width: 1600px;
    margin: 0 auto 40px;
}

/* BLOC1 */

.bloc-1,
.bloc-3 {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

/* BLOC 4 : Coup de coeur */
.topgift-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.topgift-title>h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
}

.top-gifts {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
}
.top-gift {
    width: calc(25% - 10px);
    padding: 10px;
    background: #F2F1F1;
    border-radius: 5px;
    cursor: pointer;
    
}
.top-gift:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.27);
    -moz-box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.27);
    box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.27);
    margin-top:-3px;
}
.top-gift-img img {
    width: 100%;
    border-radius: 5px;
    background: white;
}
.top-gift-univers {
    color: #908F8F;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
}
.top-gift-title {
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 45px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.top-gift-infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-gift-points {
    color:#3A3A3A;
    font-weight: 500;
    font-size: 14px;
}
.top-gift-cta>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgb(108, 240, 108);
    text-align: center;
    line-height: 30px;
    color: white;
}
.top-gift-cta>a>svg {
    margin-top:4px;
}

.mobile-topgift-cta {
    display: none;
}

@media screen and (max-width:880px) {
    .top-gifts {
        flex-wrap: wrap;
    }
    .top-gift {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:680px) {
    .topgift-cta {
        display: none;
    }
    .topgift-cta.mobile-topgift-cta {
        display: block;
        text-align: center;
        margin: 20px 0 0 0;
    }
}



.bloc {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    -moz-box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    box-shadow: 0px 2px 10px 0px rgba(133,133,133,0.27);
    padding: 30px;
}

.bloc-1 .bloc-home-connexion {
    flex: 3;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.edito-3 {
    margin: 20px 0;
}

.bloc-home-connexion label {
    margin-bottom: 0;
}

.btn-forgot-password {
    color: #474747;
    display: block;
    margin: 5px auto;
    text-align: center;
}

.bloc-home-news {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bloc-home-news-short {
    width: 67%;
}

.bloc-home-news hr {
    width: 30%;
    border-color: #adadad;
    margin-left: auto;
    margin-right: auto;
        height: 1px;
}

.bloc-home-news>div {
    flex-wrap: wrap;
    display: flex;
}

.bloc-home-news>div.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.bloc-home-news>div>div {
    height: 175px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex: 1;
    min-width: 348px;  
}

.bloc-home-news>div {
    margin: auto;
    flex-wrap: wrap;

}

.arrow-left:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    clear: both;
    position: absolute;
    left: -15px;
    top: calc(50% - 10px);
}

.arrow-right:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    clear: both;
    position: absolute;
    right: -15px;
    top: calc(50% - 10px);
    z-index: 10;
}

.content-home-bloc-news{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    }

.bloc-home-news>div>hr {
    width: 33%; 
    margin-left: auto;
    margin-right: auto;
    border-color: #474747;
}

/* BLOC1 - WHEN CONNECTED */

.bloc-1 .bloc-connected {
    text-align: center;
    padding: 10px 30px;
}

.bloc-1 .bloc-connected h2,
.bloc-1 .bloc-connected h3 {
    text-transform: uppercase;
}

.bloc-1 .bloc-connected h2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
}

.bloc-1 .bloc-connected h3 {
    font-weight: 400;
    margin-bottom: 0.6em;

}

.bloc-1 .bloc-connected p {
    font-size: 22px;
}

.bloc-1 .bloc-connected .btn-bloc-connected {
    font-size: 27px;
    font-weight: 600;
}



/* BLOC3 */

.bloc-3 .bloc-home-univers {
    flex: 7;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bloc-3 .bloc-home-univers li {
    line-height: 45px;
    margin-bottom: 14px;
}
.bloc-3 .bloc-home-univers li>a {
    font-weight: 500;
    font-size: 1.3em;
    color: #474747;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bloc-3 .bloc-home-univers li>a:hover {
    text-decoration: none;
    font-weight: bold;
    
}


.bloc-3 .bloc-home-univers li>a>img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.bloc-3 .bloc-home-collection {
    flex: 3;
    text-align: center;
}

.bloc-3 .bloc-home-collection ul {
    max-height: 235px;
    overflow-y: auto;
    margin: 0;
}

.bloc-3 .bloc-home-collection ul>li>a {
    color: #3A3A3A;
    display: block;
    list-style-type: none;
    line-height: 40px;
    background: #F1EFEF;
    padding-left: 30px;
    color: #676767;
    text-align: left;
}

.bloc-3 .bloc-home-collection ul>li>a:hover {
    background: #0099DC;
    color: #FFFFFF;
    text-decoration: none;

}
.bloc-3 .bloc-home-collection ul>li>a.all-collection {
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 1px solid #d0d0d0;
}


/* width */
.bloc-3 .bloc-home-collection ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.bloc-3 .bloc-home-collection ul::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
    
}

/* Handle */
.bloc-3 .bloc-home-collection ul::-webkit-scrollbar-thumb {
    background: #888; 
    box-shadow: outset 0 0 5px rgba(124, 124, 124, 0.4); 
    border-radius: 5px;
}

/* Handle on hover */
.bloc-3 .bloc-home-collection ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


/***************** FOOTER ****************/

body.force-footer-bottom {
    height: 100%;
    position: relative;
}

.force-footer-bottom #wrapper {
    min-height: 100%;
}

.force-footer-bottom .content-all-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer.footer-fix {
    background-color: #3A3A3A;
    color: #fff;
}

footer.footer-fix h3,
footer.footer-fix h1,
footer.footer-fix h2,
footer.footer-fix hp {
    color: #fff;
}

footer.footer-fix .footer-columns {
    max-width: 1220px;
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer.footer-fix .footer-columns .footer-single-columns {
    flex: 1;
    min-width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}

footer.footer-fix .footer-columns .footer-single-columns h3 {
    margin-bottom: 1em;
    font-size: 19px;
}

footer.footer-fix .footer-nav-item{
    
}

footer.footer-fix ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 300;
}

footer.footer-fix .btn-white{
    color:#3A3A3A;
    background-color: #fff;
    width: 211px;
    text-transform: initial;
    text-align: left;
    font-weight: 500;
    
}

.footer-single-column-contact .btn-white{
        margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    font-size: 14px;
}

.mobile-footer-title {
    display: none;
}

/***** PAGE INTERSTICIELLE *****/

.page-intersticielle{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50vh;
    transform: translateY(-65%);
}
.page-intersticielle .img-content{
    text-align: center;
}

/***** PAGE CONTACT *****/

.form-contact-content{
    max-width: 750px;
    width: 100%;
}

.form-contact-content .bouton-envoyer{
    width: 400px;
}

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

   .form-contact-content .bouton-envoyer{
    width: 100%;
}
    
}



/***** MODAL *****/
/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
  }
  .modal-dialog {
    z-index: 2200;
  }
  .modal-body {
    padding: 20px 30px 30px 30px;
  }
  .inmodal .modal-body {
    background: #f8fafb;
  }
  .inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
  }
  .animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .inmodal .modal-title {
    font-size: 26px;
  }
  .inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
  }
  .modal-footer {
    margin-top: 0;
  }

  .modal {
      opacity: 0;
      transition: 400ms;
  }

  .modal.show {
      opacity: 1;
  }



/* QUIZ REPLY */

.quiz-answers {
  
    list-style: none;
    margin-bottom: 70px;
  }
  
  .quiz-answers li {
      padding-bottom: 12px;
  }
  
  .quiz-answers > li > label{
      font-weight: normal;
  }
  
  .quiz-title {
    word-wrap: break-word;
  }
  
  .quiz > .table td:first-child {
    max-width: 250px;
    white-space: normal !important;
    overflow: hidden;
    word-wrap: break-word;
  }
  
  .time-remaining {
    border-top: 1px solid #EDEDED;
    padding-top: 14px;
    width: 250px;
    margin: auto;
    text-align: center;
  }


  /* Statement */
.btn-add-element {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 0 auto;
  }
  
  #template-statement {
    display: none;
  }

  /* CHOSEN PLUGIN */
  .chosen-container a.chosen-single {
    line-height: 38px;
    border-radius: 2px;
    font-size: 1.2em;
    height: 38px;
    border: 1px solid #ced4da;
  }

  .chosen-container  {
      width: 100%;
  }

  /***** BOARD STATEMENT & SPONSOR ****/
  .plain-box, a>.border-box:hover, a.border-box:hover {
	text-align: center;
	border-radius: 10px;
	width: 100%;
	font-size: 35px;
	font-variant-caps: small-caps;
	line-height: 35px;
	padding: 35px 0px;
	color: white;
	font-weight: bold;
}

.plain-box>strong {
	font-size: 55px;
}


.bordcontrol td{
	padding: 10px;
}
.flex-board {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.flex-board-item {
	flex: 1;
	min-width: 200px;
	max-width: 500px;
	margin: 10px;
}

@media (max-width: 768px) {
	.bordcontrol *{
		font-size: 28pt !important;
	}

	.plain-box, a>.border-box:hover {
		font-size: 28pt;
		height: auto;
		padding: 15px 0;
	}
}





@media screen and (max-width: 1540px) {
    .content-wrapper {
      margin-left: 20px;
      margin-right: 20px;
    }
  }

@media screen and (max-width: 1080px) {
    .bloc-1, .bloc-3 {
        margin: 0px;
    }

    .bloc-1 .bloc-home-connexion, .bloc-home-news, .bloc-home-news-short, .bloc-3 .bloc-home-collection, .bloc-3 .bloc-home-univers {
      width: 100%;
      margin: 10px auto;
      height: auto;
            flex: inherit;
    }
  }

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

    .menu-mobile{
        display: none !important;
    }
    
}


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

    .bloc {
        padding: 15px;
    }
      

    .bloc-3 .bloc-home-univers li {
        line-height: 40px;
    }

    .bloc-3 .bloc-home-collection, .bloc-3 .bloc-home-univers {
        padding: 10px;
    }

    .bloc-3 .bloc-home-univers li {
        padding: 0;
    }

    .bloc-home-news .arrow-left:after, .bloc-home-news .arrow-right:after {
        top: auto;
        bottom: -15px;
        left: calc(50% - 7px);
        border-bottom-width: 15px;
        border-top: 15px solid white;
        border-bottom: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }


  }

  @media screen and (max-width: 580px) {
    .bloc-1 .bloc-home-connexion {
      width: 100%;
    }
      
      .bloc-1 .bloc-connected {
      margin-right: 0;
    }


    .bloc-home-news, .bloc-home-news-short {
        width: 100%;
    }



    .bloc-home-news>div>div {
        min-width: 260px;
    }



    
  }

@media screen and (max-width:820px){
    .footer-single-column-contact h3{
        display: none;
    }
    
    .navbar-nav-contact{
            margin-top: 1.5em;
    }
    
    footer.footer-fix .btn-white{
        font-size: 1.2em;
        width: 250px;
    }
}

@media screen and (max-width: 556px) {
    .simple-footer-title {
        display: none;
    }

    .mobile-footer-title {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-align: left;
    }

    .mobile-footer-title>i {
        float: right;
    }

    footer.footer-fix .footer-columns .footer-single-columns {
        max-width: 360px;
    }

    footer.footer-fix .footer-columns .footer-single-columns>.navbar-nav {
        display: none;
    }

    footer.footer-fix .footer-columns .footer-single-columns>.navbar-nav.opened {
        display: inline-block;
    }

    footer.footer-fix .footer-columns .footer-single-columns.footer-single-column-contact>.navbar-nav {
        display: inline-block;
    }

    footer.footer-fix .footer-columns .footer-single-columns h3 {
        margin-bottom: 10px;
    }

    footer.footer-fix .footer-columns .footer-single-columns.footer-single-column-contact {
        margin-top: 20px;
    }

    footer.footer-fix .footer-columns .footer-single-columns.footer-compte-column {
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid #FFFFFF;
    }
}

/* points bonus */

.modal-dialog .points{
    font-family: "meatloaf",cursive;
    font-size: 180px;
    text-align: center;
    margin: 0;
}

.modal-dialog .points-text{
    text-align: center;
    font-size: 25px;
}

.points svg {
    vertical-align: middle;
}

/* expiration points */

.info-points-exp, .bloc-menu-compte .compte-content-menu .info-points-exp{
    font-size: 13px;
    line-height: normal;
    width: 200px;
    display: inline-block;
}

.info-points-exp-lg {
    font-size: 20px;
    font-weight: lighter;
}

.font-12 {
    font-size: 12px;
}

.commande-produit {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.commande-produit img {
    width: 100%;
    height: auto;
}



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

.commande-details-bouton {
    display: inline-block;
    width: 100%;
}

.commande-details-texte {
    vertical-align: middle;
    width: 210px;
    display: inline-block;
}

.commande-details-bouton .btn-light-big {
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    border: 1px solid #3A3A3A;
    color: #3A3A3A;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    position: relative;
    letter-spacing: 1px;
    color: #3A3A3A;
    width: 100%;
    display: inline-block;
}

.commande-details-bouton .btn-light-big:hover {
    background: #3A3A3A;
    color: #fff
}

.mes-commandes:last-child {
    margin-bottom: 50px;
}

.commande-separateur {
    border-width: 2px;
}

.commande-details-texte.points_depenses {
    margin: 0px 0px 10px 0px;
}



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

    .mes-commandes {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bloc-commandes {
        width: 100%;
    }

    .commande-produit {
        margin: 20px auto;
    }
}



@media screen and (min-width: 993px) and (max-width: 1335px) {
    .bloc-commandes {
        width: 100%;
    }

    .commande-produit {
        margin: auto;
    }

    .commande-details:first-child {
        text-align: center;
    }
}

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

    .commande-details-texte.points_depenses {
        margin: 0;
    }

    .commande-produit {
        max-width: 100px;
        max-height: 100px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

    }

    .bloc-commandes {
        font-size: 13px;
    }


    .commande-details-bouton, .commande-details-texte {
        margin: 0;
        width: auto;
    }


    .commande-details-bouton .btn-light-big {
        font-size: 0.8em;
        width: 200px;
    }

    .mes-commandes {
        margin-top: 2px !important;
    }

}

.points_header {
    text-align: center;
}

.points_header p {
    margin: 0;
    height: 45px;
}

.points_header .points_name {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.points_border_left {
    border-left: 1px solid #D7D7D7;
}

.points_text {
    font-weight: 500;
}

.arrow_up {
    background-color: #119F29;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}

.arrow_up:before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg id="Layer_1" fill="white" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M413.1,327.3l-1.8-2.1l-136-156.5c-4.6-5.3-11.5-8.6-19.2-8.6c-7.7,0-14.6,3.4-19.2,8.6L101,324.9l-2.3,2.6  C97,330,96,333,96,336.2c0,8.7,7.4,15.8,16.6,15.8v0h286.8v0c9.2,0,16.6-7.1,16.6-15.8C416,332.9,414.9,329.8,413.1,327.3z"/></svg>');
    height: 25px;
    width: 25px;

}

.arrow_down {
    background-color: #E52A35;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}


.arrow_down:before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg id="Layer_1" style="enable-background:new 0 0 512 512;" fill="white" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M98.9,184.7l1.8,2.1l136,156.5c4.6,5.3,11.5,8.6,19.2,8.6c7.7,0,14.6-3.4,19.2-8.6L411,187.1l2.3-2.6  c1.7-2.5,2.7-5.5,2.7-8.7c0-8.7-7.4-15.8-16.6-15.8v0H112.6v0c-9.2,0-16.6,7.1-16.6,15.8C96,179.1,97.1,182.2,98.9,184.7z"/></svg>');
    height: 25px;
    width: 25px;
}

.historique_title {
    font-weight: 500;
}


.fs-12 {
    font-size: 12px;
}


.shipping_to_company_input {
    display: none;
}

@media screen and (max-width: 767px) {
    .points_border_left {
        border-left: none;
    }
}

.hidden {
    display: none;
}

.bloc-menu-compte .compte-content-menu .point-s,
.bloc-menu-compte .compte-content-menu .my-points span {
    font-size: inherit;
    font-weight: inherit;
}

body {
    height: 100%;
}
.brand {
    display: inline-block;
}

.made_in_france:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNDgwIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMXB0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY0MHY0ODBIMHoiLz48cGF0aCBmaWxsPSIjMDAyNjdmIiBkPSJNMCAwaDIxMy4zdjQ4MEgweiIvPjxwYXRoIGZpbGw9IiNmMzE4MzAiIGQ9Ik00MjYuNyAwSDY0MHY0ODBINDI2Ljd6Ii8+PC9nPjwvc3ZnPg==);
    width: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    opacity: 0.5;
}

.made_in_france:hover:before {
    -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    opacity: 1;
}

.product-tags {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    line-height: 26px;
    font-size: 12px;
    color: #5e5e5e;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
}

.made_in_france_text {
    display: inline-block;
    vertical-align: middle;
    color: #676767;
    font-weight: 500;
}

.made_in_france_picto {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K');
    background-repeat: no-repeat;
    background-size: 30px 20px;
    width: 25px;
    height: 20px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    opacity: 1;
}

.ecofriendly-picto {
    display: inline-block;
    margin-right: 10px;
}

#basketTable a img {
    width: 100%;
    max-width: 64px;
    height: auto;
}


#bandeau_ie {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1060;
    position: fixed;
    top: 0;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 25px;
    font-weight: 400;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 16px;
}

#bandeau_ie p {
    color: #ffffff;
    line-height: 20px;
    margin: 0;
}

#bandeau_ie .text-small {
    font-size: 14px;
}

.bandeau_content a {
    color: #49cbff;
}

.bandeau_content a:hover {
    color: #3bb1e0;
}

.bandeau_close{
    position: absolute;
    right: 0; 
    top: 0; 
    padding: 10px; 
    cursor: pointer;
}


@media screen and (max-width: 560px) {
    #bandeau_ie p, #bandeau_ie .text-small {
        font-size: 14px;
    }
}

@media screen and (max-width: 660px) {
    #bandeau_ie {
        padding: 10px;
    }
    
    #bandeau_ie p, #bandeau_ie .text-small {
        font-size: 12px;
    }
}

/* Quiz > Répondre */

.quiz-upload {
    width: 500px;
}

.quiz-upload > .custom-file > .custom-file-label::after {
    content: "Parcourir";
}

.quiz-free-answer {
    width: 100%;
    max-width: 500px;
}

.question-answers > .custom-control { padding-left: 0; }

.question-answers > .custom-control .custom-control-label 
{
    vertical-align: middle;
    position: relative;
    width: 24px;
    height: 24px;
}

.question-answers > .custom-control .answer-content {
    vertical-align: middle;
    margin-bottom: 0px;
}

#file_label
{
    white-space: nowrap;
    overflow: hidden;
}

#file_label::after{
    content: "Parcourir";
}

/* Quiz > Aperçu */

.question-hasError { border-left: 5px solid #dd3535; }
.question-errorMessage { color: #dd3535; font-weight: 500; }

#honeypot_antispam { display: none; }

.loading-page {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding-top: 30vh;
    display: none;
    z-index: 101;
}

.pdf-flip {
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin:auto;
  }
  #pdf-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    font-size: 16px;
  }
  .btn-pdf {
    border: 1px solid #CFCFCF;
    border-radius: 20px;
    width: 125px;
    background: none;
    color: #666666;
    cursor: pointer;
    font-weight: 500;
    padding: 1px 10px;
    margin: 10px;
  }
  .btn-pdf:hover {
    color: #3A3A3A;
    font-weight: 600;
    border-color: #666666;
  }
  .btn-pdf:focus {
    outline: none;
  }
  .pdf-pages {
    color: #666666;
    font-size: 12px;
  }
  .pdf-pages .page_num {
    font-size: 19px;
  }

  .captcha-is-invalid { border: 1px solid #dc3545; }
.captcha-error { 
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/** WE DOO GIFT **/

.custom-card-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ececec;
    border-radius: 3px;
}

.custom-card-container label {
    font-weight: 500; 
}

.leftColumn, .middleColumn, .rightColumn {
    display: inline-block;
    text-align: center;
    min-height: 70px;
}

.leftColumn, .rightColumn {
    width: 40%;
    vertical-align: middle;
}

.middleColumn {
    width: 10%;    
    font-weight: 800;
    font-size: 36px;
    color: #565656;
}

.leftColumn select, .leftColumn input { 
    width: 100px;
    margin: auto;
}

.cardAmount {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}