@charset "UTF-8";
/*------------------------------------------------------------------

Project        :   Pharmaffaire
Version        :   V.1.0
Create Date    :   23/09/23
Copyright      :   Nomad Informatique 
Author         :   NOMAD INFORMATIQUE™

-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Muli:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);


.flagsize{
	width: 15px !important;
}
.desktoplogo-1 img {
  width: 80%;
}
@media (min-width: 400px){
	.horizontalMenu > .horizontalMenu-list > li.catego{
		display: none !important;
	}
}
.sticky-wrapper.is-sticky .horizontalMenu > .horizontalMenu-list > li.catego{
	display: block !important;
}
.sticky-wrapper.is-sticky .horizontalMenu > .horizontalMenu-list > li.catego #catego{
	text-transform: uppercase !important;
	font-weight: 700;
}
@media (max-width: 460px){
	.ad-annonce{
		margin: 10px 0 0 0 !important;
	}
}
.premiumAds {
  margin-top: -130px;
  /* margin-bottom: 35px; */
}

.miniature{
	width: 128px;
	height: 128px;
}

/* Texte défilant */

.bodyMovingText {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    background-color: transparent;
}
.containerMovingText {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
	border: 10px solid #F0F0FF;
	box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC;
}

.movingText {
    display: inline-block;
	padding-right: -2em;
    padding-left: 100%;
    animation: defilement 30s linear infinite;
    font-size: 14px;
    color: #fff;
	will-change: transform;
}