html {
  scroll-behavior: smooth;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

a:hover{
	text-decoration: none;
}

.navbar{
	z-index: 99;
	font-family: nexa-bold, kufi-bold;
}

.navbar .nav-item{
	padding: 8px 25px;
	font-size: 19px;
	color: #fff;
}

.navbar .nav-link{
	color: #fff;
}

.navbar .nav-link.active{
	text-decoration: underline;
}

.navbar-brand{
	margin: 0 25px;
}

.navbar-brand img{
	width: 95px;
}

.navbar.scrolled, .product-nav .navbar{
	background: #fff;
	color: #000;
	box-shadow: 0 2px 9px 0px #444;
}

.navbar.scrolled .nav-link, .product-nav .navbar .nav-link{
	color: #444;
}

.navbar.scrolled .navbar-brand img, .product-nav .navbar .navbar-brand img{
	box-shadow: 3px 3px 9px 0px #444;
	border-radius: 50%;
	/*width: 90px;*/
}

.nav-bar-section.product-nav .first-content{
	margin-top: 121px;
}

.nav-link.lang{
	display: inline-block;
	position: relative;
	width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
}

.nav-link.lang:hover{
	background: #fff;
	color: #000;
	box-shadow: 0 0 5px 0 #333;
}

.nav-item.fr .nav-link.lang.fr{
	background: #fff;
	color: #000;
	box-shadow: 0 0 5px 0 #333;
}

.nav-item.ar .nav-link.lang.ar{
	background: #fff;
	color: #000;
	box-shadow: 0 0 5px 0 #333;
}

.nav-item.en .nav-link.lang.en{
	background: #fff;
	color: #000;
	box-shadow: 0 0 5px 0 #333;
}

.carousel-indicators {
    bottom: 7%;
}

.carousel-indicators .egg-1{
	background: #FFFFFF;
	width: 20px;
	height: 28px;
	margin-top: 11px;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(15deg);
}


.carousel-indicators .egg-2{
	background: #FFFFFF;
	width: 32px;
	height: 45px;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(-5deg);
}


.carousel-indicators .egg-3{
	background: #FFFFFF;
	width: 20px;
	height: 28px;
	margin-top: 11px;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(-15deg);
}


.carousel-indicators .egg-4{
	background: #FFFFFF;
	width: 32px;
	height: 45px;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(12deg);
}

.carousel-indicators .egg-5{
	background: #FFFFFF;
	width: 20px;
	height: 28px;
	margin-top: 11px;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(-15deg);
}

.carousel-indicators li.active{
	background: #fdad29;
	box-shadow: 0px 0px 9px 0px #000;
}

.carousel-caption{
    bottom: 20%;
}

.carousel-caption .miamello{
    background: #fff;
    padding: 10px 20px 15px 35px;
    border-radius: 30px;
    display: inline;
}

.carousel-caption .miamello span{
    background: linear-gradient(90deg, #f00 50%, #000 50%);
  	background-clip: text;
  	-webkit-background-clip: text;
  	color: transparent;
}

.carousel-caption .d-2{
	font-size: 3.5rem;
}

.carousel-caption .d-3{
	font-size: 4rem;
}

.carousel-caption .d-4{
	font-size: 6.5rem;
    line-height: 0.5;
}

.carousel-caption .decouvrir{
    background: url('./../imgs/grande-tache.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	font-size: 40px;
    padding: 10px 30px 7px;
    margin-top: 60px;
}

.shine-effect:after{
    position: relative;
  	overflow: hidden;
}

.shine-effect:after{
    content: '';
    width: 20%;
    height: 75%;
    position: absolute;
    left: auto;
    top: 13%;
    bottom: 0;
    right: 5%;
    background-image: linear-gradient(132deg, rgba(255,255,255,0), rgba(230,231,230,0), rgba(255,255,255,0) ); 
}

.shine-effect:hover:after{
    transition: all .4s ease-out;
  	right: 100%;
  	background-image: linear-gradient(132deg, rgba(255,255,255,0), rgba(230,231,230,0.3), rgba(255,255,255,0) );
}

.divider-img-1{
	margin-top: -38px;
    position: relative;
    height: 55px;
}

.divider-img-2{
	margin-bottom: -33px;
    position: relative;
    height: 55px;
}

.carousel-control{
	width: 50%;
    min-width: 50px;
    max-width: 100px;
}

.h-0{
	font-size: 60px;
	font-size: 5vw;
	font-size: max(5vw, 60px);
}

.h-1{
	font-size: 40px;
	font-size: 3vw;
	font-size: max(3vw, 40px);
}

.h-2{
	font-size: 35px;
	font-size: 2.5vw;
	font-size: max(2.5vw, 35px);
}

.products-tabs{
	justify-content: center;
}

.products-tabs li{
	font-size: 33px;
    font-size: 2.5vw;
    font-size: max(2.5vw, 33px);
    padding: 2.5vw;
    color: #000;
}

.products-tabs li a{
    position: relative;
  	color: #000;
}

.products-tabs li a:hover{
  	color: #fdad29;
}

.products-tabs li a.active{
    color: #fdad29;
}

/*.products-tabs li a.active:after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-width: 0 0 1px;
    border-bottom-width: max(0.3vw, 4px);
    border-style: solid;
    transition: 500ms;
}*/

.products-tabs li a:after{
    content: '';
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -5px;
    border-width: 0 0 1px;
    border-bottom-width: max(0.3vw, 4px);
    border-style: solid;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.products-tabs li a:hover:after{
    width: 100%;
    left: 0;
}

.pastille img{
	display: block;
	max-width: 350px;
	margin: auto;
}

.pastille .titre{
	position: relative;
  	color: #000;
}

.pastille .titre:after{
    content: '';
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-width: 0 0 1px;
    border-bottom-width: max(0.3vw, 4px);
    border-style: solid;
    border-radius: 0 0 3px 3px;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.pastille:hover .titre{
    color: #fdad29;
}

.pastille:hover .titre:after{
    width: 100%;
    left: 0;
}

.div-ou-acheter{
	background: url('./../imgs/bg-ou-achter.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}

.div-ou-acheter .radius, .div-newsletter .radius{
	border-radius: 60px;
}

.div-ou-acheter .div-search{
	border: 3px solid #c4a37f;
	width: 80%;
	margin: 30px auto;
}

.div-ou-acheter .div-result{
	width: 95%;
	margin: 70px auto 30px;
}

.div-ou-acheter .div-result .head{
	background: #c4a37f;
	padding: 20px 18px 15px;
	color: #fff;
	font-family: nexa-bold, kufi-bold;
	font-size: 20px;
}

.div-ou-acheter .div-result .head .bttn{
	display: inline-block;
	position: relative;
    background: #c4a37f;
    margin: 5px 10px;
    font-size: 25px;
    padding: 5px 17px;
    color: #fff;
    width: 140px;
    border-radius: 10px;
    text-align: left;
}

.div-ou-acheter .div-result .head .bttn.active{
    background: #fff;
    color: #c4a37f;
}

.div-ou-acheter .div-result .head .bttn .fas{
	position: absolute;
	right: 15px;
	font-size: 30px;
	top: 8px;
}

.div-ou-acheter .div-result .content{
	border: 1px solid #c4a37f;
}

.div-ou-acheter .div-result .superette{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 30px 0;
}

.div-ou-acheter .div-result .superette .div-photo-commerce{
	position: relative;
}

.div-ou-acheter .div-result .superette .div-photo-commerce .link{
	position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px 2px 2px 8px;
    border-radius: 20px 0 0 0;
}

.div-ou-acheter .div-result .superette .div-photo-commerce .link .fa-instagram{
    color: #C13584;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-ou-acheter .div-result .superette .div-photo-commerce .link .fa-facebook-f{
    color: #4267B2;
}

.div-ou-acheter .div-result .superette img{
	width: 140px;
}

.div-ou-acheter .div-result .superette .details{
	min-width: 150px;
}

.div-ou-acheter .superette .itineraire{
	display: block;
	font-family: nexa-bold, kufi-bold;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #c4a37f;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.div-newsletter{
	background: url('./../imgs/bg-newsletter.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 80px;
  	padding-bottom: 10vw;
}

.bg-form-newsletter{
	background: url('./../imgs/bg-form-newsletter.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	padding: 80px 9%;
	margin: 4%;
}

.btn-newsletter{
	background: #c4a37f;
	color :#fff;
	font-family: nexa-bold, kufi-bold;
	font-size: 30px;
	width: 88px;
	height: 123px;
	border-color: transparent;
	border-radius: 50% / 60% 60% 45% 45%;
	transform: rotate(12deg);
	cursor: pointer;
}

.btn-newsletter span{
	transform: rotate(-12deg);
    display: inline-block;
    margin-top: 10px;
}

.input-newseletter{
	width: 100%;
	border: transparent;
	font-family: nexa-light, kufi-light;
	font-size: 25px;
	padding: 10px 15px 7px;
	border-radius: 0;
	font-style: italic;
}


.bg-marron{
	background: #c4a37f;
}

.text-marron{
	color: #c4a37f;
}

.text-marron-2{
	color: #7d4334;
}

.text-marron-3{
	color: #683b11;
}

.text-marron-4{
	color: #906713;
}

.text-marron-5{
	color: #cb7231;
}

input:focus, button:focus, textarea:focus{
  outline: 0 none;
}

.input-lg{
	font-size: 1.5rem;
}

.tab-head .tab-link{
	font-family: handsomebold, kufi-bold;
	color: #828282;
	font-size: 6.5vw;
}

.tab-head .tab-link.active{
	color: #c4a37f;
	position: relative;
}

.tab-head .tab-link.active:after {
    content: '';
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 4px;
    border-width: 0 0 1px;
    border-bottom-width: 0.5vw;
    border-style: solid;
}

.tab-pane.desc p{
	font-family: nexa-light, kufi-light;
	font-size: 16px;
    font-size: 1.5vw;
    font-size: max(1.5vw, 16px);
}

.div-contact{
	background: url('./../imgs/bg-contact.jpg');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	padding-top: 6vw;
}

.div-contact .sac-chocolat{
	position: absolute;
	width: 25vw;
	right: 0;
	top: -13vw;
}

.div-contact .title{
	font-family: handsomebold, kufi-bold;
	color: #fff;
	font-size: 6.5vw;
}

.div-contact .btn-contact{
	font-family: nexa-light, kufi-light;
	color: #fff;
	background: #fdad29;
	font-size: 25px;
	padding: 7px 15px 3px;
	border-radius: 12px;
}

.contact-form input, .contact-form textarea{
	font-family: nexa-light, kufi-light;
	color: #000;
	width: 100%;
	font-size: 23px;
	padding: 10px 15px 5px;
	margin-bottom: 7px;
	border-radius: 15px;
	border: none;
}

.div-footer{
	background: #c4a37f;
    padding: 40px 5vw 20px;
    color: #fff;
}

.div-footer .logo-footer{
	width: 180px;
}

.social-links{
    min-width: 295px;
}

.social-links a {
    display: inline-block;
    font-size: 36px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #c4a37f;
    margin: 10px;
}

.product-desc{
	padding: 4vw 6vw;
	font-size: 16px;
	font-size: 1.1vw;
	font-size: max(1.1vw, 16px);
}

.product-desc .logo{
	width: 120px;
}

.product-desc .grammage{
	margin-top: 10px;
	font-size: 20px;
	font-family: nexa-bold, kufi-bold;
}

.product-desc .div-title{
	max-width: 30vw;
}

.product-desc .sub-title{
	display: block;
	font-size: 17px;
	font-family: nexa-light, kufi-bold;
}

.product-desc .italo.display-2{
	line-height: 1;
}

.product-desc .miamello{
	font-size: 2.5rem;
    line-height: 1;
	background: linear-gradient(90deg, #f00 50%, #000 50%);
  	background-clip: text;
  	-webkit-background-clip: text;
  	color: transparent;
}

.product-desc .delice{
	margin-top: -15px;
	font-size: 23px;
}

.product-desc .btn-valeur{
	background: url('./../imgs/products/v-nutritionnelle.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	font-size: 33px;
	padding: 17px 50px 13px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: markerfelt, kufi-bold;
}

.product-desc .btn-ou-achter{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	font-size: 35px;
	padding: 20px 50px 11px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: markerfelt, kufi-bold;
	background-image: var(--background);
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.product-desc .btn-ou-achter.btn1{
	background: url('./../imgs/products/tache-mousse.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.product-desc .btn-ou-achter.btn2{
	background: url('./../imgs/products/tache-gateau.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.product-desc .btn-ou-achter.btn3{
	background: url('./../imgs/products/tache-moka.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.product-desc .btn-ou-achter.btn4{
	background: url('./../imgs/products/tache-caramel.png');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.modal-v-n .modal-content{
	border: 0;
	background-color: transparent;
}

.modal-v-n .modal-content .close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	box-shadow: -2px 3px 5px 0px #444;
}

.modal-v-n .modal-content .close:hover{
	opacity: 1;
}


.social-page{
	background: url('./../imgs/social-bg.jpg');
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	min-height: 56.25vw;
}

.social-page .links{
	list-style: none;
	padding-left: 0;
}

.social-page .links li a{
	color: #fff;
	font-family: nexa-bold, kufi-bold;
	font-size: 25px;
}

.social-page .links li a .icon{
	display: inline-block;
    text-align: center;
    font-size: 50px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    color: #c4a37f;
    padding: 6px;
}

.social-page .links li a .link-text{
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	float: left;
}

.social-page .links li:hover a .link-text{
	-webkit-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
	width: 100%;
	height: auto;
}

.social-page .links li:hover a .icon{
    background: #c4a37f;
    color: #fff;
    box-shadow: 5px 6px 9px -1px #444;
}

.social-page .horizontal-text{
	writing-mode: tb-rl;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.social-page .text{
	transform: rotate(180deg);
	text-align: center;
	font-size: 65px;
	color: #fff;
	font-family: handsomebold, kufi-bold;
}



/* responsive */

@media (max-width: 1470px) and (min-width: 1199px){
	.navbar .nav-item{
		padding: 8px 10px;
		font-size: 16px;
	}

	.navbar-brand {
	    margin: 0 10px;
	}

	.navbar-brand img{
		width: 85px;
	}

	.nav-bar-section.product-nav .first-content{
		margin-top: 111px;
	}

	.carousel-caption .d-2{
		font-size: 3rem;
	}

	.carousel-caption .d-3{
		font-size: 3.5rem;
	}

	.carousel-caption .d-4{
		font-size: 5rem;
	    line-height: 1;
	}

	.carousel-caption .decouvrir{
		font-size: 35px;
	    padding: 10px 25px 7px;
	    margin-top: 30px;
	}

	.product-desc{
		padding: 2vw 3vw;
		font-size: 16px;
	}

	.product-desc .btn-valeur{
		font-size: 23px;
		padding: 17px 30px 13px;
	}

	.product-desc .btn-ou-achter{
		font-size: 24px;
		padding: 17px 33px 14px;
	}

}

@media (max-width: 1199px) and (min-width: 991px){
	.navbar .nav-item{
		padding: 8px 3px;
		font-size: 15px;
	}

	.navbar-brand {
	    margin: 0 5px;
	}

	.navbar-brand img{
		width: 70px;
	}

	.nav-bar-section.product-nav .first-content{
		margin-top: 96px;
	}

	.carousel-caption .d-2{
		font-size: 2.5rem;
	}

	.carousel-caption .d-3{
		font-size: 3rem;
	}

	.carousel-caption .d-4{
		font-size: 4.5rem;
	    line-height: 1;
	}

	.carousel-caption .decouvrir{
		font-size: 30px;
	    padding: 10px 25px 7px;
	    margin-top: 25px;
	}

	.product-desc .div-title{
		max-width: 80vw;
	}
}

@media (max-width: 991px){

	.navbar{
		background: #fff;
	}

	.navbar .nav-link{
		color: #444;
	}

	.navbar .nav-item{
		padding: 0px 3px;
		font-size: 15px;
	}

	.navbar-brand{
		margin: 0 10px;
	}

	.navbar-brand img{
		width: 60px;
		box-shadow: 3px 3px 9px 0px #444;
		border-radius: 50%;
	}

	.nav-bar-section .first-content{
		margin-top: 86px;
	}

	.nav-bar-section.product-nav .first-content{
		margin-top: 86px;
	}

	.carousel-indicators .egg-1{
		width: 15px;height: 21px;
		margin-top: 7px;
	}

	.carousel-indicators .egg-2{
		width: 24px;height: 33px;
	}

	.carousel-indicators .egg-3{
		width: 15px;height: 21px;
		margin-top: 7px;
	}

	.carousel-indicators .egg-4{
		width: 24px;height: 33px;
	}

	.carousel-caption .miamello{
	    padding: 7px 15px 10px 25px;
	    border-radius: 25px;
	}

	.carousel-caption .d-2{
		font-size: 1.7rem;
		line-height: 4;
	}

	.carousel-caption .d-3{
		font-size: 2.5rem;
	}

	.carousel-caption .d-4{
		font-size: 3.5rem;
	    line-height: 1.2;
	}

	.carousel-caption .decouvrir{
		font-size: 22px;
	    padding: 10px 20px 7px;
	    margin-top: 15px;
	}

	.h-0{
		font-size: 40px;
		font-size: 6vw;
		font-size: max(6vw, 40px);
	}

	.h-1{
		font-size: 30px;
		font-size: 5vw;
		font-size: max(5vw, 30px);
	}

	.h-2{
		font-size: 25px;
		font-size: 4vw;
		font-size: max(4vw, 25px);
	}

	.divider-img-1, .divider-img-2{
	    height: 40px;
	}

	.div-ou-acheter .div-search{
		width: 95%;
		margin: 25px auto;
	}

	.bg-form-newsletter{
		background: url('./../imgs/bg-form-newsletter-phone.png');
		background-repeat: no-repeat;
	  	background-size: 100% 100%;
		padding: 80px 10%;
		margin: 2%;
	}

	.div-contact .title{
		font-size: 43px;
		font-size: 8vw;
		font-size: max(8vw, 43px);
	}

	.modal-v-n .modal-content .close{
		top: 5px;
		right: 5px;
	}

	.social-page{
		background: url('./../imgs/social-bg-phone.jpg');
		background-repeat: no-repeat;
	  	background-size: 100% 100%;
		min-height: 111vw;
	}

	.social-page .links li a{
		font-size: 18px;
	}

	.social-page .links li a .icon{
	    font-size: 35px;
	    width: 55px;
	    height: 55px;
	    padding: 6px;
	}

	.social-page .text{
		font-size: 55px;
	}

	.social-page .links li:hover a .link-text{
		width: 0;
	}

	.product-desc .div-title{
		max-width: 80vw;
	}

}

@media (max-width: 600px){

	.div-ou-acheter{
		background: url('./../imgs/bg-ou-acheter-phone.jpg');
		background-repeat: no-repeat;
	  	background-size: cover;
	  	background-attachment: scroll;
	}

	.bg-form-newsletter {
	    padding: 38px 10%;
	}

	.bg-form-newsletter .h5{
	    font-size: 16px;
	}

	.bg-form-newsletter .input-newseletter{
	    font-size: 17px;
	}

	.h-0 {
	    font-size: 37px;
	    font-size: 6vw;
	    font-size: max(6vw, 37px);
	}

	.bg-form-newsletter .h-0 {
		margin-bottom: -3px;
	}

	.bg-form-newsletter .btn-newsletter {
		width: 75px;
    	height: 105px;
    	font-size: 27px;
	}

	.bg-form-newsletter .btn-newsletter span{
		margin-top: 7px;
	}

	.bg-form-newsletter .mb-4{
		margin-bottom: 15px !important;
	}

	.div-contact{
		background: url('./../imgs/bg-contact.jpg');
		background-repeat: no-repeat;
	  	background-size: cover;
	  	background-attachment: scroll;
		padding-top: 9vw;
	}

	.div-contact .sac-chocolat{
		width: 30vw;
		top: -15vw;
	}

	.product-desc .btn-valeur{
		font-size: 26px;
		padding: 17px 30px 13px;
	}

	.product-desc .btn-ou-achter{
		font-size: 27px;
		padding: 20px 38px 15px;
	}

	.product-desc .grammage{
		font-size: 15px;
	}

	.product-desc .italo.display-2{
		font-size: 4.5rem;
	}

	.product-desc .miamello{
		font-size: 2rem;
	}

	.social-page .links li a{
		font-size: 15px;
	}

	.social-page .links li a .icon{
	    font-size: 25px;
	    width: 40px;
	    height: 40px;
	    padding: 4px;
	}

	.social-page .text{
		font-size: 35px;
	}

}
