/**
 * Par défaut le style sous dessous s'applique au plus petits écrans
 *
 *
 */


.top_panel_default .top_panel_navi {
    background-color: transparent !important;
}

.sc_layouts_row_delimiter {
    border-bottom:none !important;
}

.sc_layouts_logo_text, .sc_layouts_logo .logo_text {
    color: #ff675b !important;
}


.wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding:5px;
}

.sc_layouts_title_breadcrumbs .breadcrumbs{
    display:none !important;
    
}  

.sc_layouts_title_breadcrumbs {

}

@media(min-width:576px){}
@media(min-width:768px){}

/**
 *  Grands écrans
 */
@media(min-width:992px){

}
@media(min-width:1200px){

}