/*
Theme Name: Divi Child Theme Fumées Blanches
Description: Theme enfant de Divi
Author: Mediacrossing
Author URI: https://www.mediacrossing.fr/
Template: Divi
Version: 1.1
*/

/* Style Search Result Page */

@media (min-width: 981px){

    .search #main-content .container:before {
        display: none;
    }
    .search #left-area{
        width: 100%;
    } 
}

/* Style Formulaire */
.gform_wrapper input, .gform_wrapper textarea{
    padding: 16px !important ;
    font-size: 1.5vh;
    background-color: rgba(0,0,0,0.05) !important ;
    border: none;
    color: #999 !important ;
    font-family: 'Quattrocento',Georgia,"Times New Roman",serif !important ;
}
.gform_wrapper input[type=submit]{
    color: #ffffff!important;
    background-color: #1c3051 !important;
    border-width: 12px!important;
    border-color: #1c3051;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 1.3em 2em !important;
    cursor: pointer;
    transition: all .2s;
}
.gform_wrapper input[type=submit]::after{
    margin-left: -1em;
    left: auto;
    content: attr(data-icon);
    position: absolute;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    font-variant: none;
    text-transform: none;
    transition: all .2s;
}
.gform_wrapper input[type=submit]:hover {
    padding: 1.3em 3em 1.3em 1.7em !important;
}
.gform_wrapper input[type=submit]:hover::after {
    left: auto;
    margin-left: .3em;
    opacity: 1;
}

.gform_wrapper .gform_footer{
    text-align: right;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea{
    font-size: 20px !important;
}
/* Newsletter */
#gform_1 input{
    background-color: #dddddd !important;;
    width: 100%;
    font-size: 16px !important;
    border-radius: 3px;
}
#gform_1 input[type=submit]{
    background-color: #1c3051 !important;
    width: 97%
}
@media only screen and (max-width:980px){
    #gform_1 input[type=submit]{
        width: 100%;
    }
}
.menu-plan-du-site-container ul {
    text-align: center;
    font-size: 24px;
    padding: 0 0 30px;
}
.menu-plan-du-site-container ul li {
    list-style: none;
    text-transform: uppercase;
    margin-top: 10px;
}
.menu-plan-du-site-container ul li ul li {
    text-transform: capitalize;
}

/* modif page login */
.login h1 a{
    background-image: url(./img/logo-domaine-les-fumees-blanches.png);
    background-size: cover;
    width: 100%;
    height: 165px;
}

.et_pb_text_24 a{
    color: #666 !important;
}
.et_pb_section_8 .et_pb_text_inner a{
    
    color: #666 !important;
}

.error404 #sidebar{
    display: none;
}