/* 
Theme name: Lalanco
*/


a{
    color: inherit!important;
    text-decoration: inherit!important;
}
.navigation-verdol {
    text-align: center;
    list-style-type: none;
}
.navigation-verdol ul
{
    display: flex;
    
}
button{
    color: white!important;
}
.elementor-button-text{
    color: white!important;
}
.logo
{
    width: 130px;
}
.logo_reverse
{
    display: none;
}
.reseaux-sociaux img
{
    width: 30%;
}
.reseaux-sociaux
{
    padding-bottom: 10px;
}

/*****************   NAVBAR******************/

.lalanco-nav{
    text-align: center;
    color: #e46e4a;
}
.lalanco-nav ul{
    display: flex;
    list-style-type: none!important;
}
.lalanco-nav ul li{
    padding-right: 20px;
}
.lalanco-nav ul li{
    font-family: 'Rosarivo', serif;
    color:#4D4D4D;
}
.lalanco-nav ul li:hover{
    font-family: 'Rosarivo', serif;
    color:#e46e4a;
}
.lalanco-toggler{
    position: absolute;
    right: 16px;
}
.navbar-lalanco-icon{
    background: url(https://www.lalanco.com/wp-content/themes/lalanco/img/nav_icon.svg);
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: "";
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.navigation-verdol .navbar
{
   height: 100px;
   font-size: 1.2em;
}
.verdol-nav
{
    display: flex;
    justify-content: center;
    width: 100%;
}

footer{
    width: 100%;
    padding: 100px;
    background-color: #3a1713;
    background-size: cover;
    background-repeat: no-repeat;
    color: white!important;

}
footer .logo-lalanco-footer
{
    width: 8%;
    margin: auto;
    text-align: center;
    display: inherit;
    margin-bottom: 36px;
}
footer ul{
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
footer > p{
    text-align: center;
}
footer .intro 
{
    width: 80%;
    margin: auto;
    text-align: center;
}
.micro_form{
    width: 100%;
    margin: auto;
    display: flex;
    
}
.micro_form form
{
    width: 100%;
    text-align: center;

}
.micro_form input
{
    
    background-color: darkorange;
    border-radius: 30px;
    border: none;
    color: white;
    padding: 12px 64px;
    width: 100%;
    margin-top: 20px;
}
.micro_form input:first-child, .micro_form textarea
{
    
    background-color: white;
    border-radius: 30px;
    border: none;
    color: black;
    padding: 12px 64px;
}
.micro_form textarea
{   
    height: 151px;
    width: 100%;
    margin-top: 20px;

}
.footer_nav
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px auto;
    /*border-top: 1px solid #fff;*/
    padding-top: 30px;
}

/** Page secondaires **/
.navigation-verdol_secondary {
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verdol-nav_secondary
{
    display: flex;
    justify-content: center;
    width: 100%;
}
#wpforms-180 .wpforms-submit {
    background-color: #3a1713 !important;
    border-radius: 25px;
    border: none;
    color: white;    
    padding: 10px 43px;
}
#wpforms-180 label {
    font-family: 'Rosarivo', serif!important;
    color: #3a1713;
}
/*#wpforms-180 label {
    font-family: 'Quicksand',Arial, Helvetica, sans-serif;
    color: #3a1713;
}*/
#wpforms-180 input, #wpforms-180 textarea,  #wpforms-180 select {
    border-radius: 20px;
    border: none;
}
#wpforms-180 select {
    background-color: #3a1713;
    color: white;
}

@media (max-width: 780px){
    .navigation-verdol .navbar {
        height: auto;
        background-color: white;
        display: flex;
        justify-content: space-around;
        width: 100%;
        text-align: center;
    }
    .navigation-verdol .navbar .reseaux-sociaux img{
        width: 9%;
        padding: 30px auto;
    }
    .navigation-verdol .navbar .hight_light_contact {
        padding: 17px 6px;
        border: 2px solid white;
        margin: 30px auto;
        width: 50%;
    }
    
    .verdol-nav_secondary .reseaux-sociaux {
        display: none;
    }
    .verdol-nav, .verdol-nav_secondary {
        /*background-color: black;*/
    }
}
 
@media (max-width: 450px) {



    .logo_reverse
{
    display: block;
    width: 74%;
}
    .logo
{
    display: none;
}
   
footer {
    width: 100%;
    padding: 60px 40px;
    background-image: url(img/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}
.footer_nav {
    flex-direction: column;
}
footer .logo-lalanco-footer
{
    width: 25%;
}

}