

@font-face {
font-family: 'Helvetica 73 Bold Extended';
font-style: normal;
font-weight: normal;
src:  url('../fonts/HelveticaNeue-BoldExt.woff') format('woff');
}

@font-face {
font-family: 'Helvetica 35 Thin';
font-style: normal;
font-weight: normal;
src:  url('../fonts/HelveticaNeue-Thin.woff') format('woff');
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeDownSmall {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDownSmall {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeDownSmall, .dropdown-menu.show.animate, .twitter-typeahead .show.animate.tt-menu, .dropdown-submenu:hover > .dropdown-menu.animate, .twitter-typeahead .dropdown-submenu:hover > .animate.tt-menu {
  -webkit-animation-name: fadeDownSmall;
  animation-name: fadeDownSmall;
}

.delay-1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.delay-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-6 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.duration-half, .dropdown-menu.show.animate, .twitter-typeahead .show.animate.tt-menu, .dropdown-submenu:hover > .dropdown-menu.animate, .twitter-typeahead .dropdown-submenu:hover > .animate.tt-menu {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.duration-1 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.duration-2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.duration-3 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.duration-4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-5 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.duration-6 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

body::before {
  display: none;
}

@media (max-width: 575.98px) {
  body::before {
    content: 'xs';
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: 'sm';
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: 'md';
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: 'lg';
  }
}

@media (min-width: 1200px) {
  body::before {
    content: 'xl';
  }
}



body,
.tooltip,
.popover {
 /* font-family: "Roboto", sans-serif;*/
  font-family: 'Helvetica 35 Thin', 'Helvetica 73 Bold Extended', sans-serif;

}

/*TITRES*/
.title {

    width: 100%;
    font-size: 1.7rem;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 3px solid #2b53a0;
    font-family: 'Helvetica 73 Bold Extended';

}
.title > span {

    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px;
    color: #303030;
    border-bottom: 3px solid #e73c3c;

}
.title > span > strong {

    font-weight: bold;
    color: #000000;

}

.title2 {
    width: 100%;
    font-size: 0.8rem;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 3px solid #2b53a0;
    font-family: 'Helvetica 73 Bold Extended';
}
.title2 > span {
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px;
    color: #303030;
    border-bottom: 3px solid #e73c3c;
}

    .title2 > span > strong {
        font-weight: bold;
        color: #000000;
    }


/*top bar*/
.icone {
  width:20%;
}

/*NAVIGATION*/

.middle-header .nav-link {
    padding-top: 1rem;
    padding-bottom: .4rem;
    -webkit-transition: color .1s;
    transition: color .1s;
    color: rgba(33,37,41,.7);
}
.middle-header .logo {
    height: 72px;
}

.middle-header .nav-link:focus, .middle-header .nav-link:hover {

    color: #d41217;
    outline: 0;

}

.p-0 {
    padding-top: 20 !important;
       
}

.middle-header .nav-item.dropdown > .dropdown-menu, .middle-header .twitter-typeahead .nav-item.dropdown > .tt-menu, .twitter-typeahead .middle-header .nav-item.dropdown > .tt-menu {
    margin-top: -33px;
}
.top-header .nav-link:focus, .top-header .nav-link:hover {

    color: #ed9519;
    outline: 0;
    /*background-color: #00897b;*/

}

/*niveau2 et3*/

élément {

    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;

}
.list-group-no-border .list-group-item {

    border: 0;
    margin-bottom: 0;

}
.list-group-sm .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    color: #000;
}

/*zoom*/
.btn-zoom {

    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    color: #2b53a0;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-transition: .1s color;
    transition: .1s color;

}
/*page accueil nouveautés*/
.nouveau{
margin-top: 30px;}

/*.style2:hover {
    border-color: #024786;
    -webkit-box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgba(43, 83, 160, 0.5);
    box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgba(43, 83, 160, 0.5);
}*/


  .card-product {
    overflow: hidden;
    margin-bottom: 15px;
    border-color: transparent;
    width: auto;
    margin-right: 0;
    
}

.card-product .card-title {

    line-height: 1.2;
    overflow: hidden;
    height: auto;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Helvetica 73 Bold Extended';

}
.card-product .card-title h4 {

    line-height: 1.2;
    overflow: hidden;
    height: auto;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Helvetica 73 Bold Extended';

}

.slide h4{
  font-family: 'Helvetica 73 Bold Extended';
   font-size: 1em;
   text-align: right;
    font-weight: bold;
     height: auto;
     padding: 10px 10px 0 0;
}

#carouselExampleControls{
margin: 50px 0}

/*mon compte*/


.devcom {
    width: 100%;
    font-size: 1.3rem;
    padding: 5px 5px 0px 5px;
    font-family: 'Helvetica 73 Bold Extended';
}
/*page contact*/

.contact h6{

  font-size:1.2rem;

}
.contact strong{
  color:#363434;
}

.message textarea {

    overflow: auto;
    resize: vertical;
    /*min-height: 300px;*/

}

.message > div{
  padding-top: 30px;
}

.message p{
  font-size:.8rem;
}

.message .form-group{
margin-bottom:0;
}


/*fiche produit*/

.options {

    padding: .5rem .5rem;
    -webkit-transition: background-color .1s,color .1s;
    transition: background-color .1s,color .1s;
   

}

.options a:hover {

  color: #ed9519;

}
.produit h5 span{
      font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #e73c3c;
}
.produit h5 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: -.3rem;
}
.produit .block-sidebar {
    margin-bottom: 5px;
}

.produit {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   
    border-radius: .25rem;

}

.produit-body {

    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
        padding-top: 1.25rem;

}
.form-dimension {

    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.form-group {
   
    margin-bottom: 25px;
}

.sous-panier > span {

    display: inline-block;
    margin-top: 50px;
    padding-top: 10px;
    color: #000000;
    border-top: 3px solid #2b53a0;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 10px;

}
.sous-panier .d-flex .mt-3{
background-color: #e9ecef;
padding: .5rem;}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(43, 83, 160, 0.3);

}

.detail-produit{
font-size: .9rem;
color:#363636;}


.detail-produit h6 {
  font-size: 1.3rem;
  color:#000000;
  font-weight:bold;}

  .detail-produit p {
  color:#363636;
  font-size:.8rem}




/*popover*/

.popover-body {
    padding: .5rem .75rem;
    color: #2b53a0;
    border: 1px solid #2b53a0;
}

/*page produit unique*/

.card-title h5 {
    color: #333333;
    font-size: 0.9rem;
}

.card strong{
  font-weight: bolder;
 /* font-family: 'Helvetica 73 Bold Extended';*/
  font-size: 1.5rem;
}

#description {
    margin-bottom: .5rem !important;
}

.hover-style2 {
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .hover-style2 {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .hover-style2:hover {
    border-color: #024786;
    -webkit-box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgba(43, 83, 160, 0.5);
    box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem rgba(43, 83, 160, 0.5);
  }
}

/*BOUTONS*/

.btn-theme:hover {
    color: #fff;
    background-color: #E73C3C;
    border-color: #E73C3C;
}

.btn-select.focus, .btn-select:focus, .btn-select[aria-expanded="true"] {

    border-color: #2b53a1;
    -webkit-box-shadow: 0 0 0 .2rem rgba(43, 83, 160, 0.3);
    box-shadow: 0 0 0 .2rem rgba(43, 83, 160, 0.3);
}

.bouton {
  padding:1rem;
}

.btn-color-grey{
    color:lightgrey;
}

/*FOOTER*/

.footer {

    background-color: #e8e4e2;
    color: #000000;
    font-size: .875rem;
    margin-top: 10rem;

}
.footer .col:last-child, .footer [class*="col-"]:last-child {

    background-color: #e8e4e2;

}
}
.footer h6 {

    color: #000000;

}
.footer .media {

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 10px 0;
    padding: 0;
    color: #2b53a0;
    border: none;
    border-radius: .25rem;
    line-height: 1.2;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
  
}
.footer .media:hover {

   /* border: 1px solid #d41217;
  
   color:#2b53a0;*/
   

}
.footer .list-group-item {
    padding: 8px 0;
    color: #666666;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    background-color: transparent;
    -webkit-transition: color .1s;
    transition: color .1s;
}
.footer .list-group-item:hover {
   
    color: #2b53a0;
    border-bottom-color: currentcolor;
    background-color: transparent;
    -webkit-transition: color .1s;
    transition: color .1s;
}



/*COPYRIGHT*/

.copyright a {

    text-align: center;
    color: #c1c1c1;

}
.copyright a:hover {

    text-align: center;
    color: #666666;
    text-decoration: none;

}

