.font-pathway {
  font-family: Pathway Gothic One, sans-serif;
}
.font-fira {
  font-family: Fira Sans Extra Condensed,sans-serif;
}
.font-sans-serif {
  font-family: sans-serif;
  font-size: 18px;
}
.button-isotope-group {
  color: white;
}
.font-pathway.h2 {
  color: white;
}
.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row), .ui.centered.grid > .row > .column:not(.aligned):not(.justified), .ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  margin-bottom: 5%;
}
.ui.menu .dropdown.item .menu {
  min-width: max-content;
}

#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#menu, #menu a {
  background-color: #00345a;
  color: white;
  border-color: white;
}
#menu * {
  color: white !important;
  background-color: #001f36 !important;
}
.sanitas{
  font-family:'Qwitcher Grypen', cursive;
  font-size: 4rem;
  padding: 0.4em 0.142857em !important;
}
/*barre de recherce produit*/
.ui.negative.button, .ui.negative.buttons .button {
  background-color: #0e346e87 !important;
}

.ui.primary.button {
  background-color: rgba(0, 52, 90, 0.9);
}
.ui.primary.button:hover {
  background-color: #002b49;
}
.ui.primary.button:active, .ui.primary.button:focus {
  background-color: #002f50;
}

button.isotope-filter-button {
  border: 1px solid #00345a;
  background-color: inherit;
  border-radius: 10px;
  padding: 3px 6px;
  transition: 0.2s;
}
button.isotope-filter-button:hover,
button.isotope-filter-button:focus {
  background-color: #00345a;
  color: white;
}

header .ui.menu {
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
}
header .ui.menu>.item:first-child {
  border-left: 1px solid rgba(34,36,38,.1);
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-banner {
  background-image: url(../img/homepage-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#searchbarButtons .ui.buttons {
  flex-wrap: wrap;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
  background: rgba(0,0,0,.4);
  cursor: pointer;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.hover_bkgr_fricc .helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

#footer {
  margin: 0 !important;
  padding: 1em 4em;
  background-color: #e1e1e1;
  color: black;
}
#footer a {
  color: #0c0000;
}
.footer-element h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer-element p {
  font-size: 1.1rem;
}

.sylius-product-name {
  text-decoration: none;
}
.sylius-product-name span {
  text-decoration: underline;
}
.sylius-product-name:hover span {
  text-decoration: none;
}
/*test_megamenu*/

/*z-index*/
.backheader{
  background-image: url(../img/bandeau-accueil.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1%;
  margin-top: -1%;
  height: auto;
}
p {
  margin: 0;
}


#burger-toggle.active ~ .menuu {
  opacity: 1;
  visibility: visible;
}
#burger-toggle.active ~ .menuu .menuu-nav-link span div,
#burger-toggle.active ~ .menuu img,
#burger-toggle.active ~ .menuu .title p {
  transform: translateY(0);
  transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
}
#burger-toggle.active ~ .menuu .image-link:nth-child(1) img {
  transition-delay: 0.18s;
}
#burger-toggle.active ~ .menuu .image-link:nth-child(2) img {
  transition-delay: 0.26s;
}
#burger-toggle.active ~ .menuu .image-link:nth-child(3) img {
  transition-delay: 0.34s;
}
#burger-toggle.active ~ .menuu .image-link:nth-child(4) img {
  transition-delay: 0.42s;
}
#burger-toggle.active .line::after {
  transform: translateX(0);
}
#burger-toggle.active .line:nth-child(1) {
  transform: translate(-50%, calc(var(--burger-menuu-radius) / 5)) rotate(45deg);
}
#burger-toggle.active .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle.active .line:nth-child(3) {
  transform: translate(-50%, calc(var(--burger-menuu-radius) / -5)) rotate(-45deg);
}

.burger-menuu {
  --burger-menuu-radius: 4em;
  background-color: rgb(0 52 90);
  border-radius: 50%;
  position: fixed;
  top: 15vh;
  z-index: 100;
  display: block;
  width: var(--burger-menuu-radius);
  height: var(--burger-menuu-radius);
  outline: none;
  cursor: pointer;
  z-index: 9999999;
}
.burger-menuu .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 4px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.burger-menuu .line:nth-child(1) {
  top: 30%;
}
.burger-menuu .line:nth-child(2) {
  top: 50%;
}
.burger-menuu .line:nth-child(3) {
  top: 70%;
}
.burger-menuu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-darker);
  transform: translateX(-100%);
  transition: 0.25s;
}
.burger-menuu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menuu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger-menuu:hover .line::after {
  transform: translateX(0);
}

.menuu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a1e23;
  opacity: 0;
  overflow-x: hidden;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999999;
}
@media screen and (max-width: 750px) {
  .menuu {
    display: block;
  }
}
.menuu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
@media screen and (max-width: 750px) {
  .menuu-nav {
    flex-direction: column;
  }
}
.menuu-nav-item {
  flex: 1;
}
.menuu-nav-link {
  position: relative;
  display: inline-flex;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}
.menuu-nav-link span {
  overflow: hidden;
}
.menuu-nav-link span div {
  transform: translateY(102%);
}
.menuu-nav-link::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.menuu-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menuu .gallery {
  margin-top: 60px;
  text-align: center;
}
.menuu .images {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .menuu .images {
    justify-content: center;
  }
}
.menuu .images .image-link {
  width: 24vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .menuu .images .image-link {
    width: 100vw;
    margin: 0 12px 12px 0;
  }
}
.menuu .images .image-link .image {
  position: relative;
  transition: 0.6s;
}
.menuu .images .image-link .image::before {
  position: absolute;
  content: attr(data-label);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
}
.menuu .images .image-link:hover .image {
  transform: scale(1.2);
}
.menuu .images .image-link:hover .image::before {
  opacity: 1;
}
.menuu .images img {
  height: 250px;
  transform: translateY(102%);
}
/*fin megamenu*/


/*slider_home*/
.blog-slider {
  width: 100%;
  position: relative;
  max-width: 980px;
  margin: auto;
  box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
  padding: 103px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  padding-top: 95px;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #df7b00fc 0%, #df7b006e 74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
  .flex-centered {
    margin: 0 0 5% 0%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 271px;
  }
  .footer-element h2 {
    font-size: 1.3rem;
  }
  .flex-centered {
    margin: 0 0 5% 0%;
  }
  .blog-slider__content {
    padding: 0;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
  .flex-centered {
    margin: 0 0 5% 0%;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
  .flex-centered {
    margin: 0 0 5% 0%;
  }
}

.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*vidéo*/
.containerr {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 23%;
}
.hammsau{
  margin: 5%;
  font-size: 18px;
}
#qisonous{
  width: 65%;
  margin-left: 20%;
}
.plyr {
  border-radius: 4px;
  margin-bottom: 15px;
}

/*menuburger*/
.titrem{
  text-align: center;
  color: white;
  margin: 5%;

}

/*section categories*/
.flats-categories {
  display: flex;
  justify-content: space-around;
}
.flats-categories .link-category:hover .ruban span {
  background-color: #f4323e;
  color: white;
}
.flats-categories figure.flat-category {
  text-align: center;
  display: flex;
  justify-content: center;
  transform: scale(1);
  transition: 0.5s ease;
}
.flats-categories figure.flat-category .img-flat {
  opacity: 1;
  transition: 0.5s ease;
  max-width: 100%;
}
.flats-categories figure.flat-category .img-flat-traits {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.flats-categories figure.flat-category:hover .img-flat {
  opacity: 0;
}
.flats-categories figure.flat-category:hover .img-flat-traits {
  opacity: 1;
}
.flats-categories figure.flat-category .ruban {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.flats-categories figure.flat-category .ruban.left {
  top: -10px;
  left: -10px;
}
.flats-categories figure.flat-category .ruban.left::before {
  top: 0;
  right: 0;
}
.flats-categories figure.flat-category .ruban.left::after {
  bottom: 0;
  left: 0;
}
.flats-categories figure.flat-category .ruban.left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.flats-categories figure.flat-category .ruban::before, .flats-categories figure.flat-category .ruban::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #000;
}
.flats-categories figure.flat-category .ruban span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 11px 0;
  background-color: #df7b00;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: black;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.font-pathway {
	font-family: 'Pathway Gothic One', sans-serif;
}
.h2home{
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
#bckg{
	background-color: #e1e1e1;
}
.reseth2{
  margin-top: 0% !important;
  margin-bottom: 0% !important;
  text-align: center;
  font-size: 40px;
  color: white;
}
/* .ui.breadcrumb .section {
  color: white;
}
.ui.hidden.divider {
  border-color: #fffefe!important;
}
.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgb(241 242 243);
  border-bottom: 1px solid rgb(255 255 255);
}
.ui.header {
  color: rgb(247 243 243 / 87%);
}
.ui.basic.segment {
  color: white;
}
.ui.tabular.menu .item {
  color: rgb(251 249 249 / 87%);
}
.ui.header .sub.header {
  color: rgb(255 255 255 / 60%);
}
.ui.text.menu .item {
  color: rgb(255 255 255);
}
.ui.star.rating .icon {
  color: rgb(251 248 248 / 37%);
}
.ui.four.cards {
  margin-bottom: 1%;
}
.ui.dividing.header .sub.header {
  color: white;
} */
.line-height-32 {
	line-height: 32px;
}
.font-size-24 {
	font-size: 24px;
}
.font-size-28 {
	font-size: 28px;
}
.font-size-32 {
	font-size: 32px;
}
.h22{
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.down-p {
  margin-bottom: 2rem;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-400 {
	font-weight: 400;
}
hr {
  margin: 2rem 0;
}
.our-story {
  color: #000;
}
.our-story h2 {
  margin: 100px 0px;
}
.our-story span {
  display: block;
  text-align: center;
  margin-top: 5%;
}
.our-story hr {
  margin: 2rem 0;
}
.our-story .down-p {
  margin-bottom: 2rem;
}
.font-fira {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.h2 {
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.our-story span {
  display: block;
  text-align: center;
  margin-top: 5%;
}



/* Page "Mon Sac" */
.bag-race-list,
.race-list {
    height: auto;
    max-height: 600px;
    overflow: auto;
}
.bag-races {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.bag-races img {
  width: 250px;
}
.button-isotope-group span {
    margin-top: 1rem;
    display: block;
}
.button-isotope-group .bloc-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filters-isotope p {
    color: #f4323e;
}
.spec-filter {
    opacity: 0;
    transition: 0.2s;
}
.button-isotope {
    font-family: Pathway Gothic One, sans-serif;
    font-size: 24px;
    line-height: 32px;
    background: rgba(223, 123, 0, 0.5);
    border: 2px solid #f4323e;
    line-height: 1;
    margin: 0.5rem;
    padding: 0.5rem;
    color: #000;
    transition: 0.25s;
}
.button-isotope.is-checked,
.button-isotope:focus,
.button-isotope:hover {
    border-color: #df7b00;
    color: #fff;
    background: rgba(244, 50, 62, 0.5);
    box-shadow: 0 0.5em 0.5em -0.4em #df7b00;
    transform: translateY(-0.25em);
}
.row.products-to-filter-grid {
    height: 750px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.row.products-to-filter-grid .bag-products {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    padding: 0.5rem 0;
}
.my-bag-product-image {
    position: relative;
}
.my-bag-product-image img {
    transition: 0.2s;
}
.my-bag-product-image img.my-bag-illustration {
    opacity: 1;
}
.my-bag-product-image img.my-bag-table,
.my-bag-product-image.active-on-table .my-bag-illustration {
    opacity: 0;
}
.my-bag-product-image.active-on-table .my-bag-table {
    opacity: 1;
}
.my-bag-product-image .my-bag-table {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}




img#main-image {
  max-width: 100%;
}

/* Back to top */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: transparent;
  border: none;
}
#back-to-top:hover {
  cursor: pointer;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.ui.vertical.menu .item>.menu {
  margin: 0.5em -0.142857em 0 !important;
}
.ui.inverted.menu {
  background: #001f36 !important;
}






/*Responsive*/
@media (min-width: 1200px) and (max-width: 1300px){
  .blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 9px 45px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgb(252 56 56 / 40%);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
  }
  .blog-slider__title {
    font-size: 15px;
  }
}
@media (min-width: 300px) and (max-width: 699px){
  .flats-categories {
      display: grid;
      justify-content: space-around;
      margin-top: 5%;
  }
  #footer {
    padding: 1em 1em;
  }


}
@media (min-width: 992px) {
  .bandeau-eleveurs {
    transform: translateY(10rem);
  }
}
@media (max-width: 767px) {
  .burger-menuu {
    right: 1vw;
    top: 5vw;
  }
}
@media (min-width: 768px) {
  .burger-menuu {
    left: 1vw;
  }
}

.margr{
  margin: auto;
  margin-right: 1%;
}

/*DISPLAY PRIX*/
.sylius-product-price {
  display: none;
}
span#product-price {
  display: none;
}
/*DISPLAY PRIX*/

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 5%;
  margin-bottom: 3%;
}

.small-padding-right {
  padding-right: 0.5rem !important;
}
.no-padding-left {
  padding-left: 0rem !important;
}
.primary-background {
  background-color: #00345a !important;
  color: white !important;
}

#respo {
    display: none;
}

@media only screen and (max-width: 850px) {
        #reseaux {
          display: none !important;
        }
        #following{
          display: none !important;
        }
        .ui.large.stackable.menu.mt-5 {
          display: none;
        }
        #respo {
          display: block;
          font-size: 1.7rem;
        }
        .sanitas{
          font-size: 33px;
          padding: 0.6em 0.142857em !important;
        }
        .homepage-banner {
          margin-top: 15%;
        }
        #menu{
          position: fixed;
          top: 0%;
          width: 100%;
        }
        .ui.container{
          margin-top: 20% !important;
        }
    }