/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* GENERAL */
a{
	transition: all .5s;
}

img{
	max-width: 100% !important;
}


@font-face {
	font-family: "Straight";
	src: url(_fonts/Straight.otf) format("opentype");
}

@font-face {
	font-family: "Averta";
	src: url(_fonts/Averta-Regular.otf) format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: "Averta";
	src: url(_fonts/Averta-Bold.otf) format("opentype");
	font-weight: bold;
}

body{
	font-family: "Averta";
}

.back-to-top{
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #2D2D2B;
	border: solid 2px #2DB8C5;
	padding: 10px 12px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top i{
	font-size: 30px;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #2DB8C5;
}

.vetfornut-bg-dark{
	background-color: #2D2D2B;
}

.vetfornut-bg-white{
	background-color: #FFFFFF;
}

.vetfornut-bg-blue{
	background-color: #2DB8C5;
}

.tabs .nav-tabs .nav-link.vetfornut-bg-blue{
	background-color: #2DB8C5;
}

.vetfornut-bg-blue-light{
	background-color: #A2DCE2;
}

.vetfornut-bg-gray-light{
	background-color: #F0F0F0;
}

.vetfornut-dark{
	color: #2D2D2B !important;
	border-color: #2D2D2B !important;
}

.vetfornut-blue{
	color: #2DB8C5 !important;
	border-color: #2DB8C5 !important;
}

.vetfornut-blue-light{
	color: #A2DCE2 !important;
	border-color: #A2DCE2 !important;
}

.vetfornut-orange{
	color: #F39200 !important;
	border-color: #F39200 !important;
}

.vetfornut-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.vetfornut-flex{
	display: flex;
}

#wrapper{
	padding-top: 0;
	background-color: #FFFFFF;
}

#content-wrapper.vetfornut-no-p{
	padding-left: 0;
	padding-right: 0;
}

#main .page-content, #main .page-footer, #main .page-header{
	margin-bottom: 0;
}

.vetfornut-title{
	font-family: "Straight";
	font-weight: normal;
	font-size: 80px;
	line-height: 82px;
	color: #2D2D2B;
	margin-top: 58px;
}

.vetfornut-introduction{
	font-family: 'Averta';
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 50px;
}

.vetfornut-normal-title{
	font-family: "Averta";
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
/* GENERAL */

#header{
	box-shadow: none;
}

#header .header-nav{
 	max-height: initial;
 	padding-top: 30px;
 	padding-bottom: 30px;
 	background-color: #FFFFFF;
 	border-bottom: none;
 }

 #header .header-top{
 	padding: 0;
 }

 #header .header-top .menu{
 	padding: 0;
 }

/* NAVBAR */
.vetfornut-left-nav{
	padding-left: 70px;
	padding-right: 70px;
	display: flex;
	align-items: center;
}

.vetfornut-right-nav{
	padding-right: 70px;
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 70px;
}

.vetfornut-nav-item{
	display: flex;
	align-items: center;
	column-gap: 12px;
	width: max-content;
}

.vetfornut-nav-item-icon img{
	width: 79px;
	height: 79px;
	max-width: 79px;
	max-height: 79px;
}

.vetfornut-nav-item-title{
	font-family: "Averta";
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
}

.vetfornut-pet-link .vetfornut-nav-item:hover .vetfornut-nav-item-title{
	color: #F39200;
}

.vetfornut-nav-item-avatar img{
	width: 79px;
	height: 79px;
	max-width: 79px;
	max-height: 79px;
	border-radius: 50%;
	object-fit: cover;
}

.vetfornut-nav-item-animal-link{
	font-family: "Straight";
	font-size: 20px;
	line-height: 28px;
	transition: all .2s;
}

.vetfornut-nav-item-animal-link a{
	transition: all .2s;
}

.vetfornut-nav-item-animal-link a:hover{
	color: #F39200 !important;
}

.vetfornut-nav-item-title-switch{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.vetfornut-nav-item-title-switch-selected{
	background: #FFFFFF;
	padding: 5px 20px 5px 0;
}

.vetfornut-nav-item-title-switch-selected:after{
	content: " \25BC";  /* ▼ */
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #F39200;
}

.vetfornut-nav-item-title-switch-content{
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: max-content;
	z-index: 9999;
	font-size: 16px;
	line-height: 16px;
}

.vetfornut-nav-item-title-switch-item{
	border-bottom: solid 1px #CCCCCC;
}

.vetfornut-nav-item-title-switch-item, .vetfornut-nav-item-title-switch-item a{
	padding: 8px;
	cursor: pointer;
	display: flex;
	column-gap: 5px;
	align-items: center;
	transition: all .2s;
}

.vetfornut-nav-item-title-switch-item a{
	padding: 0;
	color: #2D2D2B !important;
	border-bottom: none;
}

.vetfornut-nav-item-title-switch-item:hover, .vetfornut-nav-item-title-switch-item:hover a{
	color: #F39200 !important;
}

.vetfornut-nav-item-title-switch-item img{
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	border-radius: 100%;
	object-fit: cover;
}
/* NAVBAR */

/* LINKLIST */
.vetfornut-link-list{
	position: fixed;
	bottom: 30px;
	left: 0;
	z-index: 999;
}

.vetfornut-link-list ul li a{
	width: 44px;
	height: 44px;
	max-width: 44px;
	max-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
	transition: all .3s;
	font-family: "Averta";
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.vetfornut-link-list ul li:first-child a{ 
	background-color: #2D2D2B;
	color: #FFFFFF !important;
	height: auto;
	max-height: initial;
	padding-top: 20px;
	padding-bottom: 20px;
	writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.vetfornut-link-list ul li a img{
	filter: initial;
	transition: all .3s;
}

.vetfornut-link-list ul li:first-child a:hover{
	background-color: #E5007A;
}

.vetfornut-link-list ul li a:hover img{
	filter: invert(100%) sepia(19%) saturate(0%) hue-rotate(58deg) brightness(106%) contrast(101%);
}

.vetfornut-link-list ul li a:hover{
	background-color: rgba(45, 45, 43, 0.7);
}
/* LINKLIST */

/* CUSTOMER SIGNIN */
.user-info .vetfornut-nav-item-icon img{
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
}

#header .header-nav .language-selector, #header .header-nav .user-info{
	margin: 0;
	text-align: left;
}

.user-info .vetfornut-nav-item:hover .vetfornut-nav-item-animal-link{
	color: #F39200 !important;
}

.vetfornut-nav-item .logout{
	transition: all .2s;
}

.vetfornut-nav-item .logout:hover{
	color: #F39200 !important;
}

#header .header-nav .user-info .account{
	margin: 0;
}
/* CUSTOMER SIGNIN */

/* SHOPPING CART */
#header .header-nav .cart-preview{
	background: transparent !important;
}

#header .header-nav .blockcart{
	height: initial;
    padding: initial;
    margin-left: initial;
    text-align: initial;
}

.vetfornut-nav-item-animal-link span{
	transition: all .2s;
}

.blockcart.active .vetfornut-nav-item:hover .vetfornut-nav-item-animal-link span{
	color: #F39200 !important;
}
/* SHOPPING CART */

/* MENU */
.vetfornut-header{
	padding: 0;
	display: flex;
}

.vetfornut-reassurance{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-family: "Averta";
	font-size: 15px;
	line-height: 16px;
	flex-grow: 1;
	padding: 0 20px;
}

.vetfornut-reassurance-item{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

#header .header-top a[data-depth="0"]{
	font-family: "Averta";
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #2DB8C5;
	padding: 18px 30px;
	transition: all .2s;
}

#header .header-top a[data-depth="0"]:hover, #header .header-top  li.current a[data-depth="0"]{
	background-color: #95C11F; 
	color: #FFFFFF;
}

#header .header-top .top-menu li:nth-child(5) a[data-depth="0"], #header .header-top .top-menu li:nth-child(6) a[data-depth="0"]{
	background-color: #A2DCE2;
}

#header .header-top .top-menu li:nth-child(5):hover a[data-depth="0"], #header .header-top .top-menu li:nth-child(6):hover a[data-depth="0"], #header .header-top .top-menu li:nth-child(5).current a[data-depth="0"], #header .header-top .top-menu li:nth-child(6).current a[data-depth="0"]{
	background-color: #575755;
	color: #FFFFFF;
}
	

#header .menu, #header .menu>ul{
	display: flex;
}

#header .menu, #header .menu>ul>li{
	display: initial;
}

#search_widget form input{
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: solid 1px #E4007A;
}

#search_widget form input, #search_widget form input::placeholder, #search_widget form i{
	color: #E4007A;
	opacity: 1;
}
/* MENU */

/* HOME SLIDER */
.vetfornut-slider-container{
	height: calc(100vh - 227px);
    max-height: calc(100vh - 227px);
    min-height: 750px;
    overflow: hidden;
    position: relative;
}

.vetfornut-slider .slick-track, .vetfornut-slider .slick-list, .vetfornut-slider, .vetfornut-slider-slide-container{
	max-height: 100%;
	height: 100%;
}

.vetfornut-slider-slide[data-slick-index="0"], .vetfornut-slider-slide[data-slick-index="4"], .vetfornut-slider-slide[data-slick-index="8"]{
	background-color: #F39200;
}

.vetfornut-slider-slide[data-slick-index="1"], .vetfornut-slider-slide[data-slick-index="5"], .vetfornut-slider-slide[data-slick-index="9"]{
	background-color: #95C11F;
}

.vetfornut-slider-slide[data-slick-index="2"], .vetfornut-slider-slide[data-slick-index="6"], .vetfornut-slider-slide[data-slick-index="10"]{
	background-color: #E5007A;
}

.vetfornut-slider-slide[data-slick-index="3"], .vetfornut-slider-slide[data-slick-index="7"], .vetfornut-slider-slide[data-slick-index="11"]{
	background-color: #2DB8C5;
}

.vetfornut-slider-slide[data-slick-index="0"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="4"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="8"] .vetfornut-slider-slide-link a{
	color: #F39200;
}

.vetfornut-slider-slide[data-slick-index="1"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="5"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="9"] .vetfornut-slider-slide-link a{
	color: #95C11F;
}

.vetfornut-slider-slide[data-slick-index="2"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="6"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="10"] .vetfornut-slider-slide-link a{
	color: #E5007A;
}

.vetfornut-slider-slide[data-slick-index="3"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="7"] .vetfornut-slider-slide-link a, .vetfornut-slider-slide[data-slick-index="11"] .vetfornut-slider-slide-link a{
	color: #2DB8C5;
}

.vetfornut-slider-slide-link a:hover{
	background-color: #2D2D2B;
}

.vetfornut-slider-slide-image{
	padding-left: 0;
	padding-right: 0;
	clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
}

.vetfornut-slider-slide-image img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.vetfornut-slider-slide-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.vetfornut-slider-slide-title{
	font-family: "Averta";
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}

.vetfornut-slider-slide-description *{
	font-family: "Averta";
	font-size: 50px !important;
	line-height: 58px !important;
	color: #FFFFFF;
}

.vetfornut-slider-slide-description small{
	font-size: 40px !important;
}

.vetfornut-slider-slide-description strong small{
	font-weight: bold !important;
}

.vetfornut-slider-slide-link a{
	font-family: "Straight";
	font-size: 40px;
	line-height: 58px;
	display: inline-block;
	margin-top: 30px;
	background-color: #FFFFFF;
	border-radius: 50px;
	border-bottom: none;
	text-decoration: none;
	padding: 10px 50px 0 50px;
	transition: all .5s;
}

.vetfornut-slider-dots{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.vetfornut-slider-dots .slick-dots{
  position: initial;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}

.vetfornut-slider-dots li button{
    text-indent: -9999px;
    overflow:hidden;
    border: none;
    background-color: #FFFFFF;
    width: 10px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
  	border-radius: 50px;
  	transition: all .2s;
}

.vetfornut-slider-dots li button:hover,.vetfornut-slider-dots li.slick-active button{
    background-color: #FFFFFF;
}

.vetfornut-slider-dots li button:focus{
    outline: none;
}
/* HOME SLIDER */

/* HOME - QUI SUIS JE */
.vetfornut-who{
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 145px;
}

.vetfornut-who-image{
	padding-right: 3rem;
}

.vetfornut-who-content-title{
	font-family: "Straight";
	font-size: 70px;
	line-height: 98px;
	margin-bottom: 5px;
}

.vetfornut-who-content-description{
	font-family: "Averta";
	font-size: 25px;
	line-height: 35px;
}

.vetfornut-who-content-link a{
	display: inline-block;
	font-family: "Straight";
	font-weight: normal;
	font-size: 26px;
	line-height: 36px;
	color: #F39200;
	background-color: #FFFFFF;
	border-radius: 50px;
	padding: 12px 30px 0px 30px;
	transition: all .2s;
	border: solid 2px #F39200;
	cursor: pointer;
	outline: none !important;
	margin-top: 38px;
}

.vetfornut-who-content-link a:hover{
	background-color: #F39200;
	color: #FFFFFF;
}
/* HOME - QUI SUIS JE */

/* HOME */
.vetfornut-categories-title{
	margin-top: 115px;
	margin-bottom: 50px;
}

.vetfornut-category-title{
	font-family: "Averta";
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}

.vetfornut-category-title b{
	text-transform: uppercase;
}

.vetfornut-category-description p{
	font-family: "Averta";
	font-size: 20px;
	line-height: 25px;
	color: #2D2D2B;
	margin-bottom: 0;
}

.vetfornut-category-separator{
	height: 2px;
	background-color: #2D2D2B;
	margin-top: 50px;
	margin-bottom: 50px;
}

/*
.vetfornut-category-row{
	display: flex;
}
*/

.vetfornut-category-header-col{
	padding-left: 0;
}

.vetfornut-category-header{
	padding: 38px 30px;
	height: 100%;
}

.vetfornut-category-1 .vetfornut-category-header{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) -40%, rgba(247, 178, 214, 1) 100%);
}

.vetfornut-category-2 .vetfornut-category-header{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) -40%, rgba(224, 237, 188, 1) 100%);
}

.vetfornut-category-3 .vetfornut-category-header{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) -40%, rgba(251, 222, 178, 1) 100%);
}

.vetfornut-category-4 .vetfornut-category-header{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) -40%, rgba(162, 220, 226, 1) 100%);
}

.vetfornut-category-bottom{
	padding-bottom: 115px;
}

.vetfornut-category-cat{
	padding-left: 0;
}

.vetfornut-category-dog{
	padding-right: 0;
}

.vetfornut-home-animal-image{
	position: relative;
}

.vetfornut-home-animal-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Averta";
	font-size: 20px;
	line-height: 24px;
	color: #2D2D2B;
}

.vetfornut-home-animal-title b{
	font-family: "Straight";
	font-size: 70px;
	line-height: 80px;
	font-weight: normal;
	display: block;
}

.vetfornut-category-cat .vetfornut-home-animal-title{
	left: 70px;
}

.vetfornut-category-dog .vetfornut-home-animal-title{
	right: 70px;
	text-align: right;
}

.vetfornut-home-animal-links{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.vetfornut-home-animal-links a{
	font-family: "Averta";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #2D2D2B;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #95C11F;
	transition: all .5s;
	text-transform: uppercase;
}

.vetfornut-home-animal-links a:hover{
	background-color: #2D2D2B;
	color: #FFFFFF;
}
/* HOME */

/* FOOTER */
#footer, .footer-container{
	padding-top: 0;
}

body#checkout #footer{
	padding: 0;
}

.vetfornut-footer{
	padding-top: 75px;
	padding-bottom: 85px;
}

.vetfornut-footer-row{
	display: flex;
	align-items: center;
}

.vetfornut-footer-name{
	font-family: "Averta";
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}

.vetfornut-footer-address{
	font-family: "Averta";
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.vetfornut-footer-phone{
	font-family: "Averta";
	font-size: 35px;
	line-height: 38px;
	font-weight: bold;
	margin-top: 20px;
}

.vetfornut-footer-links{
	font-family: "Averta";
	font-size: 15px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vetfornut-footer-links a{
	color: #2D2D2B;
}

.vetfornut-footer-links a:hover{
	color: #2DB8C5;
}
/* FOOTER */

/* HOME - EXPERIENCE */
.vetfornut-experience{
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
}

.vetfornut-experience .col-lg-2{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vetfornut-experience-title{
	font-family: "Averta";
	font-size: 35px;
	line-height: 42px;
	font-weight: bold;
}

.vetfornut-experience-subtitle{
	font-family: "Straight";
	font-size: 40px;
	line-height: 56px;
}

.vetfornut-experience-step{
	display: flex;
	height: 100%;
}

.vetfornut-experience-step-number{
	font-family: "Straight";
	font-size: 25px;
	line-height: 42px;
	writing-mode: tb-rl;
    transform: rotate(-180deg);
    text-align: center;
    padding-right: 5px;
}

.vetfornut-experience-step-content{
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vetfornut-experience-step-title{
	font-family: "Averta";
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.vetfornut-experience-step-description{
	font-family: "Averta";
	font-size: 15px;
	line-height: 21px;
}
/* HOME - EXPERIENCE */

/* HOME - EXPERTISES */
.vetfornut-expertises{
	display: flex;
}

.vetfornut-expertises-titles{
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vetfornut-expertises-title{
	font-family: "Averta";
	font-size: 60px;
	line-height: 42px;
	font-weight: bold;
	text-transform: uppercase;
}

.vetfornut-expertises-subtitle{
	font-family: "Straight";
	font-size: 60px;
	line-height: 70px;
}

.vetfornut-expertises-elements{
	padding-top: 53px;
	padding-bottom: 53px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.vetfornut-expertises-element{
	display: flex;
	align-items: center;
	justify-content: center;
}
/* HOME - EXPERTISES */

/* HOME - DECOUVRIR */
.vetfornut-discover-element a{
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center;
	display: block;
	overflow: hidden;
}

.vetfornut-discover-title{
	font-family: "Straight";
	font-size: 100px;
	line-height: 82px;
	transform: scale(1);
	transition: all .5s;
}

.vetfornut-discover-element a:hover .vetfornut-discover-title{
	transform: scale(1.2);
}

.vetfornut-discover-subtitle{
	font-family: "Averta";
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
/* HOME - DECOUVRIR */

/* FAQ */
.vetfornut-faq-category-row{
	margin-bottom: 100px;
}

.vetfornut-faq-category{
	font-family: "Averta";
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.vetfornut-faq-category-row .card{
	border-bottom: solid 2px #2D2D2B;
	background-color: transparent;
}

.vetfornut-faq-category-row .card-header{
	background-color: transparent;
	padding: 0;
	border: none;
}

.vetfornut-faq-category-row .card-header button{
	padding: 20px 0;
	font-family: "Averta";
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #2D2D2B;
	text-decoration: none;
	outline: none !important;
	position: relative;
}

.vetfornut-faq-category-row .card-header button:after{
	content: '+';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transform-origin: center center;
	transition: all .3s;
	font-size: 20px;
	line-height: 20px;
}

.vetfornut-faq-category-row .card-header button:not(.collapsed):after{
	content: '-';
}
/*
.vetfornut-faq-category-row .card-header button:hover:after{
	transform: translateY(-50%) rotate(180deg);
}
*/

.vetfornut-faq-category-row .card-body{
	font-family: "Averta";
	font-size: 15px;
	line-height: 18px;
	color: #2D2D2B;
	padding-left: 16%;
}
/* FAQ */

.breadcrumb{
	font-family: "Averta";
	font-size: 15px;
	line-height: 18px;
	color: #2D2D2B;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* PRODUCTS MINIATURE */
.product-miniature .product-price-and-shipping{
	font-family: "Averta";
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	color: #2DB8C5;
}

.vetfornut-category-1 .product-miniature .product-price-and-shipping{
	color: #E5007A;
}

.vetfornut-category-2 .product-miniature .product-price-and-shipping{
	color: #95C11F;
}

.vetfornut-category-3 .product-miniature .product-price-and-shipping{
	color: #F39200;
}

.product-miniature .product-title{
	font-family: "Averta";
	font-size: 20px;
	line-height: 17px;
	color: #2D2D2B;
	text-transform: initial;
	min-height: 36px;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{
	display: none;
}

.vetfornut-product-miniature-cart{
	margin-top: 3px;
	text-align: center;
}

.vetfornut-product-miniature-cart a{
	font-family: "Straight";
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #2DB8C5;
	border: solid 2px;
	border-radius: 50px;
	outline: none;
	padding: 5px 30px 0px 30px;
	display: inline-block;
	transition: all .5s;
}

.vetfornut-product-miniature-cart a:hover{
	background-color: #2DB8C5;
	border-color: #2DB8C5;
	color: #FFFFFF;
}

.vetfornut-category-1 .vetfornut-product-miniature-cart a{
	color: #E5007A;
}

.vetfornut-category-1 .vetfornut-product-miniature-cart a:hover{
	background-color: #E5007A;
	border-color: #E5007A;
	color: #FFFFFF;
}

.vetfornut-category-2 .vetfornut-product-miniature-cart a{
	color: #95C11F;
}

.vetfornut-category-2 .vetfornut-product-miniature-cart a:hover{
	background-color: #95C11F;
	border-color: #95C11F;
	color: #FFFFFF;
}

.vetfornut-category-3 .vetfornut-product-miniature-cart a{
	color: #F39200;
}

.vetfornut-category-3 .vetfornut-product-miniature-cart a:hover{
	background-color: #F39200;
	border-color: #F39200;
	color: #FFFFFF;
}
/* PRODUCTS MINIATURE */

.vetfornut-veterinarian-row{
	display: flex;
	align-items: center;
}

/* CATEGORIES */
#products .products, .featured-products .products, .product-accessories .products{
	row-gap: 40px;
}

.vetfornut-content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.block-category{
	min-height: initial;
}

.block-category h1{
	font-family: "Straight";
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 5px;
    color: #2DB8C5 !important;
    text-transform: initial;
    font-weight: normal;
}

.product-flag.new{
	display: none;
}

li.product-flag.out_of_stock{
	background-color: #F39200;
}

#subcategories{
	border: none;
}

#subcategories .subcategory-heading{
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Averta";
    font-size: 18px;
    line-height: 18px;
}

.subcategory-image{
	display: none;
}

#subcategories ul li .subcategory-name{
	font-family: "Averta";
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #2DB8C5;
	min-height: 80px;
	text-decoration: none;
	transition: all .3s;
}

#subcategories ul li .subcategory-name:hover{
	background-color: #2DB8C5;
	color: #FFFFFF;
}

.products-selection{
	font-family: "Averta";
}

.products-sort-order{
	border: solid 2px #2DB8C5;
	border-radius: 50px;
	margin-left: 10px;
}

.products-sort-order button{
	border: none !important;
	background-color: transparent !important;
}

#search_filters .facet .facet-title{
	font-family: "Averta";
	color: #2D2D2B;
}

#search_filters .facet .facet-label a{
	font-family: "Averta";
}

#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6{
	font-family: "Averta";
	font-weight: bold;
}

#products .active_filters{
	background-color: rgba(45, 184, 197, 0.2);
}

#products .active_filters p.h6{
	color: #2D2D2B;
}
/* CATEGORIES */

/* PRODUITS */
.product-container h1{
	font-family: "Straight";
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 5px;
    color: #2DB8C5 !important;
    font-weight: normal;
}

.product-actions{
	margin-top: 20px;
}

.product-actions .control-label{
	font-weight: bold;
}

.product-actions .add-to-cart{
	display: inline-block;
    font-family: "Straight";
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    color: #F39200;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 8px 30px 0px 30px !important;
    transition: all .2s;
    border: solid 2px #F39200;
    cursor: pointer;
    outline: none !important;
}

.product-actions .add-to-cart .material-icons{
	display: none;
}

.product-actions .add-to-cart:hover, .product-actions .add-to-cart:focus{
	color: #FFFFFF;
	background-color: #F39200;
}

.product-quantity .qty{
	margin-right: 20px;
}

.product-quantity #quantity_wanted{
	border: solid 2px #2D2D2B;
	text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
	border: solid 2px #2D2D2B;
	border-left: none;
}

.product-prices{
	margin-top: 0;
	display: flex;
}

.product-price{
	font-family: "Averta";
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #F39200;
    margin-bottom: 0;
}

.product-prices .tax-shipping-delivery-label{
	font-family: "Averta";
	margin-bottom: 0;
	padding-left: 5px;
	font-weight: bold;
	color: #F39200;
	font-size: 20px;
    line-height: 20px;
}

.product-information .tabs{
	padding: 0;
}

.tabs .nav-tabs{
	border: none;
}

.tabs .nav-tabs .nav-item{
	margin-bottom: 0;
}

.product-description{
	margin-top: 1.25em;
}

.tabs .nav-tabs .nav-link{
	border: none !important;
	background-color: #BFBFBF;
	color: #FFFFFF !important;
	padding: 1em 1.5em;
}

.tabs .tab-pane{
	padding-top: 0;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
	/*
	color: #F39200;
	border-color: #F39200;
	*/
	background-color: #656565;
}

.tab-content{
	border: solid 1px #656565;
	padding: 0 1.5em 1em 1.5em;
}

#product-details .product-reference{
	font-family: "Averta";
	font-size: 17px;
	line-height: 20px;
}

#product-details .product-reference .label{
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-features{
	margin-left: 0;
}

.product-features .h6{
	font-family: "Averta";
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.product-features>dl.data-sheet{
	/*border: solid 2px #2D2D2B;*/
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
	text-transform: initial;
	font-family: "Averta";
	font-size: 16px;
	line-height: 16px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 15px 20px;
	/*border-bottom: solid 1px #2D2D2B;*/
}

.product-features>dl.data-sheet dt.name{
	/*background-color: rgba(243, 146, 0, 0.2) !important;*/
	background-color: #E6E6E6;
	font-weight: bold;
}

.product-features>dl.data-sheet dd.value{
	background-color: #FFFFFF !important;
}

.product-discounts{
	margin-top: 30px;
}

.table-product-discounts{
	border: solid 2px #2D2D2B;
	border-collapse: initial;
	border-spacing: initial;
}

.product-discounts>.table-product-discounts thead tr th{
	background-color: rgba(45, 184, 197, 0.2);
	border: none;
}

.product-discounts>.table-product-discounts tbody tr{
	background-color: #FFFFFF;
}

.product-discounts>.table-product-discounts tbody tr td{
	border: none;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover, #product-modal .modal-content .modal-body .product-images img:hover{
	border-color: #F39200;
}

#product-modal .modal-content .modal-body .product-cover-modal, .product-cover img, #product-modal .modal-content .modal-body .product-images img{
	object-fit: contain;
}

.vetfornut-product-dscription-title{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* PRODUITS */

body#checkout section.checkout-step.-reachable.-current .step-number{
	background-color: #95C11F;
}

.done{
	color: #95C11F;
}

.form-footer{
	display: flex;
	justify-content: center;
}

/* PAGES */
.page-header h1{
	font-family: "Straight";
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 5px;
    color: #2DB8C5 !important;
    font-weight: normal;
}

.page-footer a{
	display: inline-block;
    font-family: "Straight";
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    color: #F39200;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 12px 30px 0px 30px;
    transition: all .2s;
    border: solid 2px #F39200;
    cursor: pointer;
    outline: none !important;
    margin-top: 38px;
    text-decoration: none;
}

.page-footer a i{
	display: none;
}

.page-footer .account-link span{
	font-size: inherit;
}

.page-footer a:hover{
	background-color: #F39200;
	color: #FFFFFF;
}

a.btn, .btn[type="submit"]{
	display: inline-block;
    font-family: "Straight";
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    color: #2DB8C5;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 12px 30px 0px 30px;
    transition: all .2s;
    border: solid 2px #2DB8C5;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    text-transform: initial;
}

.btn[type="submit"]:hover{
	color: #FFFFFF;
	background-color: #2DB8C5;
}
/* PAGES */

/* MON COMPTE */
.page-my-account #content .links{
	margin-top: 30px;
}

.page-my-account #content .links a span.link-item{
	/*border: solid 2px rgba(45, 184, 197, 1);
	color: rgba(45, 184, 197, 1);
	*/
	border: solid 2px #2D2D2B;
	color: #2D2D2B;
	padding: 2rem;
	transition: all .3s;
	text-decoration: none !important;
	outline: none !important;
}

.page-my-account #content .links a i{
	/*color: rgba(45, 184, 197, 1); */
	color: #2D2D2B; 
	font-size: 60px;
	margin-bottom: 10px;
	transition: all .3s;
	text-decoration: none !important;
	outline: none !important;
}

.page-my-account #content .links a span.link-item:hover{
	background-color: rgba(45, 184, 197, 1);
	color: #FFFFFF;
	border-color: rgba(45, 184, 197, 1);
}

.page-my-account #content .links a span.link-item:hover i{
	color: #FFFFFF;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
	border: solid 2px #2D2D2B;
	text-align: center;
}
/* MON COMPTE */

.vetfornut-answers-with-img .starteopetmanager_pets-answers label{
	text-align: center !important;
	width: 100%;
}

.block-categories .category-sub-menu{
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a{
	border: solid 2px rgb(45, 184, 197);
	color: rgb(45, 184, 197);
	padding: 12px;
	transition: all .5s;
	text-transform: uppercase;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover{
	background-color: rgb(45, 184, 197);
	border-color: rgb(45, 184, 197);
	color: #FFFFFF;
}

.block-categories .collapse-icons{
	top: 50%;
	transform: translateY(-50%);
	height: 1.2em;
}

.vetfornut-custom-content .page-header{
	text-align: center;
}

.vetfornut-custom-content .page-cms{
	padding-top: 0;
}

.vetfornut-page-content{
	padding: 0;
	font-size: 20px;
	line-height: 28px;
}

.vetfornut-content-blue{
	padding: 60px;
	transform: translateY(-60px);
}

.text-center{
	text-align: center;
}

.vetfornut-page-content small{
	font-size: 15px;
	line-height: 18px;
}

.vetfornut-page-content a{
	background-color: #FFFFFF;
	color: #2DB8C5;
	border: solid 2px #2DB8C5;
	border-radius: 50px;
	padding: 13px 20px 0 20px;
	font-family: "Straight";
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
}

.vetfornut-page-content a:hover{
	background-color: #2DB8C5;
	color: #FFFFFF;
	border-color: #2DB8C5;
}

/* RESPONSIVE */
@media(max-width:575px){
	.vetfornut-footer-row img{
		max-width: 200px !important;
	}

	.product-price{
		font-size: 20px;
		line-height: 20px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-veterinarian-row{
		display: block;
	}

	.vetfornut-faq-category-row .card-header button{
		white-space: normal;
		padding: 20px 20px 20px 0;
	}

	.vetfornut-faq-category-row .card-body{
		padding-left: 30px;
	}

	.starteopetmanager_pets-title{
		margin-top: 0;
	}

	.page-header h1{
		font-size: 50px;
		line-height: 50px;
	}

	.starteopetmanager_pets-form input[type="text"]{
		max-width: 100%;
		display: block;
	}

	.starteopetmanager_pets-answers-type{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.starteopetmanager_pets-answers-diseases{
		grid-template-columns: 1fr;
		row-gap: 15px;
	}

	.starteopetmanager_pets-answers{
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	.starteopetmanager_pets-question-label{
		margin-bottom: 30px;
	}

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

	.no-margin-bottom{
		margin-bottom: 0px;
	}

	.starteopetmanager_pets-answers label{
		font-size: 16px;
		line-height: 16px;
	}

	.starteopetmanager_pets-answers-label img{
		width: 75px;
		height: 75px;
	}

	#header .header-nav{
		padding-top: 15px;
		padding-bottom: 0px;
	}

	#header .top-logo{
		justify-content: center;
		margin-bottom: 20px;
	}

	#header .top-logo img{
		max-height: 60px;
	}

	#mobile_top_menu_wrapper{
		padding-top: 0;
	}

	.float-xs-right{
		float: initial !important;
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 15px;
	}

	.products-sort-order .float-xs-right{
		float: right !important;
		display: initial;
		width: initial;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}

	.products-selection .filter-button{
		padding-left: 20px;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 40px;
		height: 40px;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 10px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 10px;
	}

	.vetfornut-home-animal-links{
		grid-template-columns: 1fr;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-category-row, .vetfornut-experience, .vetfornut-footer-row, .vetfornut-expertises, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-elements{
		grid-template-columns: 1fr;
	}

	.vetfornut-expertises-element{
		margin-bottom: 50px;
	}

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 45px;
		line-height: 45px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		grid-template-columns: 1fr;
		row-gap: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		display: none;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-page-content{
		font-size: 16px;
		line-height: 20px;
	}

	.vetfornut-content-blue{
		padding: 20px;
		transform: translateY(0);
		margin-top: 30px;
	}
}

@media(min-width:576px) and (max-width:767px){
	.float-xs-right{
		float: initial !important;
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 15px;
	}

	.products-sort-order .float-xs-right{
		float: right !important;
		display: initial;
		width: initial;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}

	.products-selection .filter-button{
		padding-left: 20px;
	}

	.vetfornut-footer-row img{
		max-width: 200px !important;
	}

	.product-price{
		font-size: 22px;
		line-height: 22px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-faq-category-row .card-header button{
		white-space: normal;
		padding: 20px 20px 20px 0;
	}

	.vetfornut-faq-category-row .card-body{
		padding-left: 30px;
	}

	.starteopetmanager_pets-title{
		margin-top: 0;
	}

	.page-header h1{
		font-size: 50px;
		line-height: 50px;
	}

	.starteopetmanager_pets-form input[type="text"]{
		max-width: 100%;
		display: block;
	}

	.starteopetmanager_pets-answers-type{
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.starteopetmanager_pets-answers{
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	.starteopetmanager_pets-answers-diseases{
		grid-template-columns: 1fr 1fr;
		row-gap: 15px;
	}

	.starteopetmanager_pets-question-label{
		margin-bottom: 30px;
	}

	.starteopetmanager_pets-answers label{
		font-size: 16px;
		line-height: 16px;
	}

	.starteopetmanager_pets-answers-label img{
		width: 75px;
		height: 75px;
	}

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

	.no-margin-bottom{
		margin-bottom: 0px;
	}

	#header .header-nav{
		padding-top: 15px;
		padding-bottom: 0px;
	}

	#header .top-logo{
		justify-content: center;
		margin-bottom: 20px;
	}

	#header .top-logo img{
		max-height: 60px;
	}

	#mobile_top_menu_wrapper{
		padding-top: 0;
	}

	.float-xs-right{
		float: initial !important;
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 15px;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 40px;
		height: 40px;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 50px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 50px;
	}

	.vetfornut-home-animal-links a{
		font-size: 14px;
		line-height: 18px;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-category-row, .vetfornut-experience, .vetfornut-footer-row, .vetfornut-expertises, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-elements{
		grid-template-columns: 1fr;
	}

	.vetfornut-expertises-element{
		margin-bottom: 50px;
	}

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 80px;
		line-height: 64px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		grid-template-columns: 1fr;
		row-gap: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		display: none;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-content-blue{
		padding: 20px;
		transform: translateY(0);
		margin-top: 30px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.vetfornut-footer-row img{
		max-width: 350px !important;
	}

	.product-price{
		font-size: 24px;
		line-height: 24px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-faq-category-row .card-header button{
		white-space: normal;
		padding: 20px 20px 20px 0;
	}

	.vetfornut-faq-category-row .card-body{
		padding-left: 30px;
	}

	.starteopetmanager_pets-question-label{
		margin-bottom: 30px;
	}

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

	.no-margin-bottom{
		margin-bottom: 0px;
	}

	.vetfornut-header{
		display: block;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 50px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 50px;
	}

	.vetfornut-home-animal-links a{
		font-size: 14px;
		line-height: 18px;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-experience, .vetfornut-footer-row, .vetfornut-expertises, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-elements{
		grid-template-columns: 1fr;
	}

	.vetfornut-expertises-element{
		margin-bottom: 50px;
	}

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 80px;
		line-height: 64px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
		line-height: 14px;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-slider-slide-link a{
		font-size: 25px;
		line-height: 35px;
		margin-top: 15px;
	}

	#header .header-top a[data-depth="0"]{
		font-size: 13px;
		line-height: 13px;
		padding: 18px 27px;
	}

	#header .menu>ul{
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#header .menu>ul li{
		flex: 1 1 auto;
		text-align: center; /* Optionnel */
		min-width: max-content; /* Permet de ne pas écraser le contenu */
	}

	.vetfornut-flex{
		display: block;
		float: initial;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 65px;
		height: 65px;
	}

	.vetfornut-left-nav{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.vetfornut-right-nav{
		justify-content: center;
		padding-right: 15px;
		flex-wrap: wrap;
		width: 100%;
	}

	#search_widget{
		display: block;
		width: 100%;
		float: initial;
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 30px;
	}

	.vetfornut-content-blue{
		padding: 20px;
		transform: translateY(0);
		margin-top: 30px;
	}
}

@media(min-width: 992px) and (max-width:1330px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.product-price{
		font-size: 20px;
		line-height: 20px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-faq-category-row .card-header button{
		white-space: normal;
		padding: 20px 20px 20px 0;
	}

	.vetfornut-faq-category-row .card-body{
		padding-left: 30px;
	}

	.starteopetmanager_pets-answers-diseases{
		row-gap: 30px;
	}

	.vetfornut-header{
		display: block;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 50px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 50px;
	}

	.vetfornut-home-animal-links a{
		font-size: 14px;
		line-height: 18px;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-experience, .vetfornut-footer-row, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-elements{
		padding-top: 23px;
    	padding-bottom: 23px;
	}

	.vetfornut-expertises-element{
		text-align: center;
	}

	.vetfornut-expertises-element img{
		max-width: 70% !important;
	}

	/*
	.vetfornut-expertises-element:nth-child(3) img{
		max-width: 55% !important;
	}
	*/

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 80px;
		line-height: 64px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
		line-height: 14px;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-slider-slide-link a{
		font-size: 25px;
		line-height: 35px;
		margin-top: 15px;
	}

	#header .header-top a[data-depth="0"]{
		font-size: 13px;
		line-height: 13px;
		padding: 18px 27px;
	}

	#header .menu>ul{
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#header .menu>ul li{
		flex: 1 1 auto;
		text-align: center; /* Optionnel */
		min-width: max-content; /* Permet de ne pas écraser le contenu */
	}

	.vetfornut-flex{
		display: block;
		float: initial;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 65px;
		height: 65px;
	}

	.vetfornut-left-nav{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.vetfornut-right-nav{
		justify-content: center;
		padding-right: 15px;
		flex-wrap: wrap;
		width: 100%;
	}

	#search_widget{
		display: block;
		width: 100%;
		float: initial;
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 30px;
	}

	.vetfornut-experience-title{
		font-size: 24px;
		line-height: 30px;
	}

	.vetfornut-experience-step-title, .vetfornut-experience-step-description{
		font-size: 12px;
		line-height: 16px;
	}

	.vetfornut-content-blue{
		padding: 20px;
	}
}

@media(min-width: 1200px) and (max-width:1399px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.vetfornut-category-header{
		padding: 20px 15px;
	}

	.vetfornut-category-title{
		font-size: 16px;
		line-height: 22px;
	}

	.vetfornut-category-description p{
		font-size: 16px;
		line-height: 18px;
	}

	.starteopetmanager_pets-answers-diseases{
		row-gap: 30px;
	}

	.product-miniature .product-price-and-shipping{
		font-size: 30px;
		line-height: 35px;
	}
}

@media(min-width: 1331px) and (max-width:1399px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.product-price{
		font-size: 26px;
		line-height: 26px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-header{
		display: block;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 50px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 50px;
	}

	.vetfornut-home-animal-links a{
		font-size: 16px;
		line-height: 20px;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-category-row, .vetfornut-experience, .vetfornut-footer-row, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-element{
		margin-bottom: 50px;
	}

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 80px;
		line-height: 64px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
		line-height: 14px;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-slider-slide-link a{
		font-size: 25px;
		line-height: 35px;
		margin-top: 15px;
	}

	#header .header-top a[data-depth="0"]{
		font-size: 13px;
		line-height: 13px;
		padding: 18px 27px;
	}

	#header .menu>ul{
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#header .menu>ul li{
		flex: 1 1 auto;
		text-align: center; /* Optionnel */
		min-width: max-content; /* Permet de ne pas écraser le contenu */
	}

	.vetfornut-flex{
		display: block;
		float: initial;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 65px;
		height: 65px;
	}

	.vetfornut-left-nav{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.vetfornut-right-nav{
		justify-content: center;
		padding-right: 15px;
		flex-wrap: wrap;
		width: 100%;
	}

	#search_widget{
		display: block;
		width: 100%;
		float: initial;
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 30px;
	}

	.vetfornut-experience-title{
		font-size: 24px;
		line-height: 30px;
	}

	.vetfornut-experience-step-title, .vetfornut-experience-step-description{
		font-size: 12px;
		line-height: 16px;
	}

	.vetfornut-expertises-element img{
		max-width: 80% !important;
	}

	/*
	.vetfornut-expertises-element:nth-child(3) img{
		max-width: 55% !important;
	}
	*/

	.starteopetmanager_pets-answers-diseases{
		row-gap: 30px;
	}
}

@media(min-width: 1400px) and (max-width:1696px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.product-price{
		font-size: 28px;
		line-height: 28px;
	}

	.bootstrap-touchspin{
		display: flex;
	}

	.vetfornut-header{
		display: block;
	}

	.vetfornut-category-cat, .vetfornut-category-dog{
		padding-left: 15px;
		padding-right: 15px;
	}

	.vetfornut-category-cat{
		margin-bottom: 50px;
	}

	.vetfornut-home-animal-title b{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-category-cat .vetfornut-home-animal-title{
		left: 50px;
	}

	.vetfornut-category-dog .vetfornut-home-animal-title{
		right: 50px;
	}

	.vetfornut-home-animal-links a{
		font-size: 16px;
		line-height: 20px;
	}

	.vetfornut-category-header-col{
		padding-left: 15px;
	}

	.vetfornut-experience, .vetfornut-footer-row, .vetfornut-who{
		display: block;
	}

	.vetfornut-categories-title{
		margin-top: 50px;
	}

	.vetfornut-experience .col-lg-2{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px;
	}

	.vetfornut-footer-row .col-lg-2{
		margin-bottom: 30px;
	}

	.vetfornut-experience-step-number{
		padding-top: 10px;
    	padding-bottom: 10px;
	}

	.vetfornut-expertises-element{
		margin-bottom: 50px;
	}

	.vetfornut-expertises-title{
		font-size: 35px;
		line-height: 38px;
	}

	.vetfornut-expertises-subtitle{
		font-size: 50px;
		line-height: 55px;
	}

	.vetfornut-discover-title{
		font-size: 80px;
		line-height: 64px;
	}

	.vetfornut-who-content-title{
		font-size: 50px;
	}

	.vetfornut-who{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vetfornut-reassurance{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
		line-height: 14px;
	}

	.vetfornut-reassurance-item{
		justify-content: start;
	}

	.vetfornut-slider-container{
		min-height: initial;
		height: initial;
		max-height: initial;
	}

	.vetfornut-slider-slide-title{
		margin-top: 30px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.vetfornut-slider-slide-description *{
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.vetfornut-slider-slide-link{
		margin-bottom: 50px;
	}

	.vetfornut-slider-slide-link a{
		font-size: 25px;
		line-height: 35px;
		margin-top: 15px;
	}

	#header .header-top a[data-depth="0"]{
		font-size: 13px;
		line-height: 13px;
		padding: 18px 27px;
	}

	#header .menu>ul{
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#header .menu>ul li{
		flex: 1 1 auto;
		text-align: center; /* Optionnel */
		min-width: max-content; /* Permet de ne pas écraser le contenu */
	}

	.vetfornut-flex{
		display: block;
		float: initial;
	}

	.user-info .vetfornut-nav-item-icon img, .vetfornut-nav-item-icon img, .vetfornut-nav-item-avatar img{
		width: 65px;
		height: 65px;
	}

	.vetfornut-left-nav{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.vetfornut-right-nav{
		justify-content: center;
		padding-right: 15px;
		flex-wrap: wrap;
		width: 100%;
	}

	#search_widget{
		display: block;
		width: 100%;
		float: initial;
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 30px;
	}

	.vetfornut-experience-title{
		font-size: 24px;
		line-height: 30px;
	}

	.vetfornut-experience-step-title, .vetfornut-experience-step-description{
		font-size: 12px;
		line-height: 16px;
	}

	.vetfornut-expertises-element img{
		max-width: 80% !important;
	}

	/*
	.vetfornut-expertises-element:nth-child(3) img{
		max-width: 55% !important;
	}
	*/

	.vetfornut-category-header{
		padding: 20px 15px;
	}

	.vetfornut-category-title{
		font-size: 20px;
		line-height: 25px;
	}

	.vetfornut-category-description p{
		font-size: 16px;
		line-height: 18px;
	}

	.starteopetmanager_pets-answers-diseases{
		row-gap: 30px;
	}
}

@media(min-width: 1697px){
	.vetfornut-slider-slide-container .row{
		display: flex;
	}

	.starteopetmanager_pets-answers-diseases{
		row-gap: 30px;
	}
}
/* RESPONSIVE */