/*
Theme Name:        	Village Saint Joseph : Thème principal
Description:       	Fabriqué sur-mesure par Efficience Web. 
Version:            1.0
Author:             Efficience Web: Création de sites internet Morbihan
Author URI:         https://www.efficienceweb.com/
*/

input.sib-email-area {
	 display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    background-color: #f1f9f9;
    border: none;
}

.widget-cta-droite li.instagram{
	background-color: #021525;
}