@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://use.typekit.net/tty1osr.css");
@font-face {
  font-family: "MINEA";
  src: url("../fonts/MINEA.eot");
  src: url("../fonts/MINEA.eot?#iefix") format("embedded-opentype"), url("../fonts/MINEA.woff2") format("woff2"), url("../fonts/MINEA.woff") format("woff"), url("../fonts/MINEA.ttf") format("truetype"), url("../fonts/MINEA.svg#MINEA") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "MINEA";
    src: url("../fonts/MINEA.svg#MINEA") format("svg");
  }
}
.icons8-shopping-bag:before,
.icons8-drop-down-arrow:before,
.icons8-collapse-arrow:before,
.icons8-plus:before,
.icons8-wash-your-hands:before,
.icons8-leaf-outline:before,
.icons8-fabric:before,
.icons8-pram:before,
.icons8-sun:before,
.icons8-foam-bubbles:before,
.icons8-leaf:before,
.icons8-air:before,
.icons8-simple-arrow:before,
.icons8-circled-arrow-right:before,
.icons8-visa:before,
.icons8-paypal:before,
.icons8-layers:before,
.icons8-rainy-weather:before,
.icons8-registered-trademark:before,
.icons8-baby-bed:before,
.icons8-facebook-entour-:before,
.icons8-instagram:before,
[data-icons8]:before {
  display: inline-block;
  font-family: "MINEA";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.icons8-shopping-bag:before {
  content: "";
}

.icons8-drop-down-arrow:before {
  content: "";
}

.icons8-collapse-arrow:before {
  content: "";
}

.icons8-plus:before {
  content: "";
}

.icons8-wash-your-hands:before {
  content: "";
}

.icons8-leaf-outline:before {
  content: "";
}

.icons8-fabric:before {
  content: "";
}

.icons8-pram:before {
  content: "";
}

.icons8-sun:before {
  content: "";
}

.icons8-foam-bubbles:before {
  content: "";
}

.icons8-leaf:before {
  content: "";
}

.icons8-air:before {
  content: "";
}

.icons8-simple-arrow:before {
  content: "";
}

.icons8-circled-arrow-right:before {
  content: "";
}

.icons8-visa:before {
  content: "";
}

.icons8-paypal:before {
  content: "";
}

.icons8-layers:before {
  content: "";
}

.icons8-rainy-weather:before {
  content: "";
}

.icons8-registered-trademark:before {
  content: "";
}

.icons8-baby-bed:before {
  content: "";
}

.icons8-facebook-entour-:before {
  content: "";
}

.icons8-instagram:before {
  content: "";
}

body {
  text-align: justify;
  text-justify: inter-word;
}

p, h1, h2, h3, h4, a, span {
  font-family: "proxima-soft";
}

p {
  font-size: 16px;
}

h1, h2 {
  font-weight: 700;
}

.clear {
  clear: both;
}

.under-center {
  position: relative;
}
.under-center:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 47px;
  background-color: #38A3FF;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
}

.under-left {
  position: relative;
}
.under-left:after {
  content: "";
  content: "";
  position: absolute;
  height: 6px;
  width: 47px;
  background-color: #18244e;
  bottom: -17px;
  left: 0;
  border-radius: 6px;
}

.img-logo {
  width: 50% !important;
  margin: auto;
}

.background-light-blue {
  background: #D4EBFF;
}

.bold {
  font-weight: bold;
}

.navbar.navbar-default {
  background-color: #fff;
  border: none;
}
.navbar.navbar-default .logo img {
  padding-left: 0px;
  width: 160px;
}
.navbar.navbar-default .menu-main-menu-home-container #main-menu li a, .navbar.navbar-default .menu-menu-header-container #main-menu li a {
  font-family: "proxima-soft";
  font-weight: 600;
  color: #18244e;
  text-transform: none;
  font-size: 17px;
}
.navbar.navbar-default .menu-main-menu-home-container #main-menu li a .glyphicon.glyphicon-shopping-cart:before, .navbar.navbar-default .menu-menu-header-container #main-menu li a .glyphicon.glyphicon-shopping-cart:before {
  content: "";
  font-family: MINEA;
  color: #18244e;
  line-height: 0;
  font-size: 30px;
}
.navbar.navbar-default .menu-main-menu-home-container #main-menu li a .count-product, .navbar.navbar-default .menu-menu-header-container #main-menu li a .count-product {
  background-color: #38A3FF;
  color: #FFF;
  padding: 3px 6px 0px;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 4px;
  margin-left: 4px;
  border-radius: 50%;
  height: 17px;
  right: 7px;
  width: 17px;
}

#accueil {
  position: relative;
}
@media screen and (max-width: 1635px) {
  #accueil .img-container {
    max-width: 350px;
    margin: 0 auto;
  }
}
#accueil .baseline-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1245px) {
  #accueil .baseline-container {
    top: 18%;
  }
}
@media screen and (max-width: 535px) {
  #accueil .baseline-container {
    top: 11%;
  }
}
#accueil .baseline-container .text-container p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center !important;
}
@media screen and (max-width: 1635px) {
  #accueil .baseline-container .text-container p {
    font-size: 17px;
  }
}

.woocommerce.woocommerce-page #container {
  width: 1170px;
  margin: 0 auto;
}

#accueil .panel-group > .panel:first-child {
  border-bottom: none;
}

#accueil .content {
  max-width: 420px;
  background: rgba(255, 255, 255, 0.8);
  min-height: 74%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1635px) {
  #accueil .content {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1245px) {
  #accueil .content {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 25px 22px;
  }
}
@media screen and (max-width: 1048px) {
  #accueil .content {
    border: none;
  }
}
#accueil .content h2 {
  font-size: 46px;
  color: #38A3FF;
  font-weight: 700;
}
#accueil .content h3 {
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2e2e2;
}
#accueil .content h3.panel-title {
  position: relative;
  font-size: 24px;
}
#accueil .content h3.panel-title a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#accueil .content h3.panel-title:after {
  right: 8px;
  top: -3px;
  z-index: 0;
}
#accueil .content h3.panel-title a:hover, #accueil .content h3.panel-title a:focus {
  color: #18244e;
}
#accueil .content h3:after {
  content: "";
  position: absolute;
  right: 30px;
  font-family: MINEA;
  font-size: 18px;
  line-height: 2;
}
#accueil .content .version {
  margin: 0 -15px;
  font-size: 0;
}
#accueil .content .version .input-container {
  display: inline-block;
  padding: 0 15px;
}
#accueil .content .version .input-container input {
  display: inline-block;
}
#accueil .content .version .input-container .img-content {
  display: inline-block;
  vertical-align: middle;
}
#accueil .content .version .input-container .img-content .img-container {
  max-width: 125px;
}
#accueil .content .version .input-container .img-content .img-container img:hover {
  cursor: pointer;
}
#accueil .content #tailles h3 {
  border-bottom: none;
}
#accueil .content #tailles h3:after {
  content: none;
}
#accueil .content #tailles a {
  border: 2px solid #38A3FF;
  font-family: "proxima-soft";
  font-weight: 700;
  color: #38A3FF;
  min-width: 46%;
  padding: 12px 0;
}
#accueil .content #tailles a:nth-of-type(3n+2) {
  margin: 0 3% 10px;
}
#accueil .content #tailles a.active {
  background-color: #38A3FF;
  color: #fff;
}
#accueil .content .price-container {
  text-align: right;
  margin-top: 20px;
}
#accueil .content .price-container #price {
  color: #38A3FF;
  font-size: 55px;
  font-family: "prxima-soft";
}
#accueil .content .price-container #eco-tax {
  color: #18244e;
}
#accueil .content .price-container #add_to_cart {
  text-transform: none;
  font-size: 20px;
  background-color: #38A3FF;
  border-color: #38A3FF;
  margin-top: 0;
  margin-bottom: 10px;
  border-width: 2px;
}
#accueil .content .price-container #add_to_cart:hover {
  background-color: #fff;
  color: #38A3FF;
}
#accueil .content .price-container #add_to_cart:focus {
  color: #fff;
}
#accueil .content .price-container #add_to_cart:after {
  content: "";
  position: relative;
  right: -10px;
  top: 4px;
  font-family: MINEA;
  font-size: 27px;
  line-height: 0;
}
#accueil .content .price-container #info-add-to-cart {
  color: #38A3FF;
  border-bottom-color: #38A3FF;
}

#concept {
  padding: 20px 0 50px;
}
#concept .head-container {
  margin-bottom: 30px;
  color: #18244e;
}
#concept .head-container h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
#concept .concept-content .img-container {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  #concept .concept-content .img-container {
    height: auto;
  }
}
#concept .concept-content .img-container .text-container {
  width: 100%;
  max-width: 600px;
  background-color: rgba(56, 163, 255, 0.9);
  height: 100%;
  margin: 0 auto;
  padding: 50px 60px;
  color: #fff;
}
#concept .concept-content .img-container .text-container h3 {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 600;
}
#concept .concept-content .img-container .text-container p {
  font-weight: 200;
  line-height: 1.9;
}

#complet-kit {
  position: relative;
  margin-bottom: 30px;
}
#complet-kit h2 {
  font-size: 46px;
  color: #18244e;
}
#complet-kit h2:after {
  background-color: #38A3FF;
}
#complet-kit .container {
  position: relative;
  z-index: 1;
}
#complet-kit .container button {
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 50%;
}
#complet-kit .container button#tooltype1 {
  right: 18%;
  bottom: 9.4%;
  height: 20%;
  width: 15.3%;
}
#complet-kit .container button#tooltype2 {
  right: 19.1%;
  top: 10.7%;
  height: 14%;
  width: 10.8%;
}
#complet-kit .container button#tooltype3 {
  right: 2.9%;
  top: 25%;
  height: 14.3%;
  width: 10.8%;
}
#complet-kit .container button#tooltype4 {
  left: 28.5%;
  top: 20.2%;
  height: 14.3%;
  width: 10.7%;
}
#complet-kit .container button#tooltype5 {
  left: 37.1%;
  bottom: 2.7%;
  height: 14.1%;
  width: 10.8%;
}
#complet-kit .container button#tooltype6 {
  left: 14.9%;
  top: 46.8%;
  height: 21.2%;
  width: 16.2%;
}
#complet-kit .right-down {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 340px;
  z-index: 0;
}
@media screen and (max-width: 1135px) {
  #complet-kit .right-down {
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}

#avantages {
  background: url(../img/fond_bleu_avantage.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 50px;
}
#avantages h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 60px;
}
#avantages h2:after {
  background-color: #18244e;
}
#avantages .item {
  margin-bottom: 30px;
}
#avantages .item img {
  max-width: 190px;
  margin: 0 auto;
  position: relative;
  left: -8px;
}
#avantages .item h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 22px 0 15px;
}
#avantages .item p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

#housse {
  margin-bottom: 60px;
}
#housse .background-grey {
  background-color: #F6F6F6;
  height: 700px;
}
@media screen and (max-width: 700px) {
  #housse .background-grey {
    height: auto;
  }
}
#housse .rSlider_1 {
  max-width: 100% !important;
  margin: 0 !important;
}
#housse .rSlider_1 .rSlider--bg-color_1 {
  background: none !important;
}
#housse .rSlider_1 > .rSlider--arrow-controls_1 {
  display: none;
}
#housse .rSlider_1 > .rSlider--dots-controls_1 {
  left: unset;
  right: 0;
  -webkit-transform: none !important;
          transform: none !important;
}
#housse .rSlider_1 > .rSlider--dots-controls_1 button {
  background-color: #fff;
  border: 2px solid #e8e8e8 !important;
  height: 13px;
  width: 13px;
}
#housse .rSlider_1 > .rSlider--dots-controls_1 button.active {
  border-color: #38A3FF !important;
  background-color: #38A3FF;
}
#housse .housse-container {
  height: 700px;
  position: relative;
  background-image: url(../img/la_housse.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#housse .housse-container .housse-content {
  margin: 0 auto;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 60px 50px 0;
}
#housse .housse-container .housse-content h3 {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 36px;
  color: #38A3FF;
}
#housse .housse-container .housse-content h3:after {
  background-color: #18244e;
}
#housse .housse-container .housse-content ul {
  list-style: none;
  padding-left: 0;
}
#housse .housse-container .housse-content ul li {
  font-family: "proxima-soft";
  margin-left: 12px;
  color: #18244e;
  font-size: 16px;
}
#housse .housse-container .housse-content ul li:before {
  content: "•";
  color: #38A3FF;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
}
#housse .housse-container .housse-content ul li span {
  margin-left: 10px;
  font-weight: 400;
}
#housse .housse-container .housse-content p {
  font-weight: 700;
  color: #38A3FF;
  margin: 30px 0;
}
#housse .housse-container .housse-content .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#housse .housse-container .housse-content .icon-container .item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
#housse .housse-container .housse-content .icon-container .item .img-container {
  max-width: 80px;
}

#housse-icons {
  margin-bottom: 70px;
}
#housse-icons .item .icon {
  font-size: 110px;
  color: #38A3FF;
  line-height: 1;
  margin-bottom: 23px;
}
#housse-icons .item h4 {
  color: #18244e;
  font-weight: 600;
  font-size: 23px;
}
#housse-icons .item p {
  color: #18244e;
}

#les-plus .img-container {
  height: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  #les-plus .img-container {
    height: 270px;
  }
}
#les-plus .les-plus-content {
  padding: 40px 5%;
}
#les-plus .les-plus-content h3 {
  color: #38A3FF;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
}
#les-plus .les-plus-content .item .icon, #les-plus .les-plus-content .item p {
  display: inline-block;
  vertical-align: middle;
}
#les-plus .les-plus-content .item .icon {
  font-size: 40px;
  color: #38A3FF;
  margin-right: 20px;
}

#avis {
  color: #fff;
  background-color: #38A3FF;
  padding: 20px 0 60px;
}
#avis h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}
#avis h2:after {
  background-color: #18244e;
}
#avis .carousel.slide .carousel-caption {
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  #avis .carousel.slide .carousel-caption {
    padding: 0 10px;
    width: 89%;
    left: 6%;
  }
}
#avis .carousel.slide .carousel-caption p {
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  #avis .carousel.slide .carousel-caption p {
    line-height: 1.4;
    font-size: 14px;
  }
}
#avis .carousel.slide .carousel-caption p span {
  font-style: initial;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
#avis .carousel.slide .carousel-control {
  opacity: 1;
}
#avis .carousel.slide .carousel-control .glyphicon-chevron-right, #avis .carousel.slide .carousel-control .glyphicon-chevron-left {
  background: transparent;
  text-shadow: none;
}
#avis .carousel.slide .carousel-control .glyphicon-chevron-right:before {
  content: "";
  font-family: MINEA;
  color: #fff;
  font-size: 45px;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  #avis .carousel.slide .carousel-control .glyphicon-chevron-right:before {
    font-size: 25px;
    left: -13px;
  }
}
#avis .carousel.slide .carousel-control .glyphicon-chevron-left:before {
  content: "";
  font-family: MINEA;
  color: #fff;
  font-size: 45px;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  #avis .carousel.slide .carousel-control .glyphicon-chevron-left:before {
    font-size: 25px;
    left: -7px;
  }
}

#footer {
  background-color: #18244e;
  padding: 50px 0;
}
#footer p.title-footer {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#footer p.content-footer {
  color: white;
  font-size: 14px;
}
#footer .logo img {
  width: 100px !important;
  padding: 5px 0;
}
#footer .links-footer {
  text-align: left;
}
#footer .links-footer ul {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
#footer .links-footer ul li {
  display: inherit;
  text-align: left;
}
#footer .links-footer ul li a {
  color: #fff;
}
#footer .links-footer .icon {
  font-size: 30px;
  line-height: 0;
  color: #fff;
  text-align: right;
  display: inline-block;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.d-none {
  display: none;
}

.tex-blue-dark {
  color: #18244e;
}

.text-blue-dark {
  color: #18244e;
}

.mv50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pv20 {
  padding: 20px 0;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-categ {
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-l {
  font-size: 46px;
  margin-bottom: 40px;
  position: relative;
}
.title-l::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 47px;
  background-color: #38A3FF;
  bottom: -17px;
  border-radius: 6px;
  left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.title-m {
  font-size: 20px;
  font-weight: bold;
  color: #18244e;
}
.title-m::after {
  content: "";
  background-image: url("../../assets/img/arrow.svg");
  height: 21px;
  width: 30px;
  display: inline-block;
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.btn {
  border-radius: 0px;
}
.btn.btn-primary {
  background: #38A3FF;
  font-size: 16px;
  border: #38A3FF;
  color: white;
  padding: 10px 30px;
}

.block-rea p {
  margin-bottom: 0px;
}

.read-more {
  font-weight: bold;
  text-decoration: underline !important;
  color: #38A3FF;
  font-size: 18px;
}

.bg-avis {
  background-image: url("../../assets/img/bg-avis.jpg");
  background-position: center;
  padding: 30px 0;
}
.bg-avis__title {
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bg-avis__title {
    font-size: 20px;
  }
}
.bg-avis__author {
  font-size: 22px;
  color: white;
  text-align: center !important;
}

.btn-secondary {
  background: white;
  border: white;
  font-size: 16px;
  padding: 10px 30px;
}
.btn-secondary:hover {
  background-color: #18244e;
  border: #18244e;
  color: white;
}

.background-blue {
  background: #38A3FF;
}

.text-white {
  color: white;
}

.mv10 {
  margin: 10px 0;
}

.current-menu-item a {
  color: #18244e !important;
}
.current-menu-item a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #38A3FF;
  border-radius: 6px;
  margin-top: 7px;
}

.box-avis {
  padding: 20px;
}

.woocommerce ul.products li.product .price {
  color: #38A3FF;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce ul.products li.product h3 {
  color: #18244e;
  font-size: 14px;
}
.woocommerce ul.products li.product .button {
  background: #38A3FF;
  font-size: 16px;
  border: #38A3FF;
  color: white;
  padding: 10px 30px;
}

.woocommerce-result-count {
  font-style: italic;
  color: #18244e;
}

.page-title {
  font-size: 46px;
  margin-bottom: 40px;
  position: relative;
}
.page-title::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 47px;
  background-color: #38A3FF;
  bottom: -17px;
  border-radius: 6px;
  left: 0px;
}

.page-description, .term-description {
  margin: 20px 0px 5px 0px;
}

.orderby {
  border: none;
  font-style: italic;
  color: #18244e;
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}

.lh-26 {
  line-height: 26px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .lh-26 {
    margin-top: 20px;
  }
}

#main-menu li a {
  text-align: center;
}

.text-intro {
  font-size: 20px;
  line-height: 28px;
  color: #18244e;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .text-intro {
    margin-top: 15px;
  }
}

.line-in-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .line-in-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text-blue-light {
  color: #38A3FF;
}

.line-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .line-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-menu .menu-item:last-child {
  min-width: 60px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #main-menu .menu-item:last-child {
    width: 60px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mt20-mobile {
    margin-top: 20px;
  }
}

.home img {
  width: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mt20-mobile {
    margin-top: 20px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .img-bg-home {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .baseline-container {
    top: 50% !important;
    width: 100% !important;
  }

  .text-container p {
    text-align: center !important;
  }

  .home img {
    width: auto !important;
  }

  .block-rea p {
    text-align: center !important;
  }

  .navbar-brand {
    margin-bottom: 20px;
  }

  .baseline-container .img-container .img-logo {
    width: 50% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #main-menu {
    text-align: center !important;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

.picto-rs {
  width: 100px;
}

.img-bg-home {
  width: 100% !important;
}

.summary.entry-summary .price .eco_tax{
  font-size: 12px;
  color: #333;
}
