/* your styles go here */

#adresseutiles h2 { 
	font-size:  calc(1.125rem + 0.9vw);
}

#adresseutiles h3 { 
	font-weight: normal;
	font-size:  1.10rem 
}

#article h2, #article h3 { margin-top: 0 }

#messengerfooter {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: inline;
    -webkit-backface-visibility: hidden;
    z-index: 99999999999999999999999;
}

#messengerfooter a {
    margin: 0;
    padding: 7px 20px;
    float: right;
    color: #fff;
    text-align: center;
    font-size: clamp(1.1rem, -.875rem + 1.333vw, 1.3rem);
    background-color: #333;
    height: 100%;
    width: auto
}

#mainmessengerfooter a:hover,#messengerfooter a:hover {
    background-color: #222; text-decoration: none;
}

#mainmessengerfooter .Whatsapp,#messengerfooter .Whatsapp {
    background-color: #2ab540
}

#mainmessengerfooter .Messenger,#messengerfooter .Messenger {
    background-color: #0080f8
}