/*
Theme Name: Neos
Theme URI: https://neospharma.com/
Description: Child Theme
Author: Mohamed Habib Mesbah
Author URI: https://mesbah.art/
Template: Divi
Version: Updated for Divi 3+
*/

* {
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

/** PRELOADER **/

.preloader {
	position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fff;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
} 

.preloader .sprite {
width: 128px;
height: 128px;
position: absolute;
left: 50%;
top: 50%;
margin: -64px 0 0 -64px;
background-image : url(../../uploads/preloader.png);
transform: scale(.5);
transform-origin: center center;
animation: spriteIt 2s steps(21) infinite;
}

@keyframes spriteIt {
  from { background-position: -10px -10px; }
  to { background-position: -10px -3118px; }
}

@keyframes slideIn {
  from {
	  background-position: 0 0;
  }

  to {
    background-position: 0 100%;
  }
}

.animate__sloww {
	animation-duration: 20s !important;
}

@keyframes rotIt {
	from {transform: rotate(0deg); }
	to {transform: rotate(359deg); }
}

.rotation {
	animation: rotIt 20s infinite linear;
}
/** HEADER **/

.et-fixed-header #logo {
	content: url(../../uploads/logo-neos-pharma-white.svg);
}

/** HERO **/
.et_pb_gallery .et-pb-arrow-prev, .et_pb_gallery .et-pb-arrow-next {
	background: white;
	border-radius: 50%;
	color: #00592f !important;
}

.et_pb_gallery .et-pb-controllers a {
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
	border: solid 1px #00592f;
	border-radius: 5px;
	transition: all .3s ease-out;
}
.et_pb_gallery .et-pb-controllers a.et-pb-active-control {
	width: 30px;
	background: #00592f;
}

.et_pb_gallery_image {
	pointer-events: none;
}

/** SLIDER **/

.flickity-page-dots {
	bottom: 50px;
}
.flickity-page-dots .dot {
	background: transparent;
	opacity: 1;
	border: solid 1px #0c71c3;
	border-radius: 5px;
	transition: all .3s ease-out;
}
.flickity-page-dots .dot.is-selected {
	background: #0c71c3;
	width: 30px;
}
.flickity-button {
	color: #0c71c3;
}
.flickity-prev-next-button .flickity-button-icon {
	left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}

/** PAGE PRODUIT **/
.specs li:before {
	content: "\4e";
	font-family: ETmodules;
    display: inline;
    line-height: 1;
    font-size: 1em;
    padding-right: 10px;
    margin-left: -28px;
    color: rgba(255,255,255,.5);
}

.chevron li:before {
	content: "\35";
	font-family: ETmodules;
    display: inline;
    line-height: 1;
    font-size: 1em;
    padding-right: 10px;
    margin-left: -28px;
    color: #999;
}

/** FOOTER **/
footer li:before, footer .adress:before, footer .phone:before, footer .mail:before {
	font-family: ETmodules;
    display: inline;
    line-height: 1;
    font-size: 1em;
    padding-right: 10px;
    margin-left: -28px;
    color: rgba(255,255,255,.5);
}
footer li:before {content: "\35"}
footer .adress:before {content: "\e01d"}
footer .phone:before {content: "\e090"}
footer .mail:before {content: "\e010"}
footer .et_pb_social_media_follow li {margin-left: 1em}
footer .et_pb_social_media_follow li:before {content:""}