/*
Theme Name: CSE - STARTER (Child)
Theme URI: http://solutionce.fr/
Description: Thème enfant de CSE - STARTER
Author: Solution ce
Author URI: http://solutionce.fr/
Template: cse-starter
Version: 1.0.0
Text Domain: solutionce
*/


.switchtheme {
    position: fixed;
    left: 22px;
    bottom: 22px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
    z-index: 2147482000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35), 0 0 0 0 rgba(0, 0, 0, .2);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.switchtheme:hover{
    transform: scale(1.2);
}