/*
Theme Name: Optime Child
Theme URI:  https://www.wpserveur.net
Author:     Odiens
Author URI: https://odiens.com
Template:   optime
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Styles pour les écrans mobiles uniquement */
#contact-section {
	display:none;
}
@media only screen and (max-width: 767px) {
	#contact-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999 !important;
    background-color: white;
    padding: 10px;
    text-align: center;
    display: block !important;
	}
	.suivis {
        position: fixed;
        bottom: 0;
        width: 100%;
		z-index:99999 !important;
        background-color: white;
        padding: 10px;
        text-align: center;
		display:block !important;
	}
	.contact-number {
		margin-bottom:5px !important;
	}
	.number {
		color:rgb(255, 94, 20);
		margin-bottom:5px !important;
	}
}