/*
 Theme Name:   Axess Videosurveillance
 Theme URI:    https://solutionwebpro.com
 Description:  Thème propre pour pic-consultants.fr
 Author:       SolutionWeb
 Author URI:   https://solutionwebpro.com
 Template:     hello-elementor
 Version:      2.0.11
*/
header.sticky {
    background-color: #fff;
    position: fixed !important;
    z-index: 9999 !important;
    left: 0 !important;
    right: 0!important;
    top: 0 !important;
	padding: 0 !important;
}
header.sticky img {
    max-width: 90px !important;
}
#main-ellipse-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 70px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
}
.ellipse-element {
    position: absolute !important;
    width: 200px !important; 
    height: auto !important; 
    border-radius: 5px !important; 
    overflow: hidden !important;
    opacity: 0.8 !important;
    border: 1px solid #ddd !important;
}
.ellipse-element h5{
    font-size: 14px;
    line-height: 15px;
}
.ellipse-element h6{
    font-size: 11px;
    line-height: 12px;
}
.ellipse-element p{
    font-size: 11px;
    line-height: 12px;
}

@media (max-width: 768px) {
.ellipse-element {
    width: 120px; 
}
.ellipse-element h5{
    font-size: 14px;
    line-height: 15px;
}
.ellipse-element h6{
    font-size: 11px;
    line-height: 12px;
}
}

@media screen and (max-width: 1024px) {

}
 