/*
Theme Name: Divi Child
Description: Divi Child par Cosmic Web
Author: Cosmic Web
Date: 2017
Template: Divi
*/

/*
CSS Perso
*/

.grey{ color: #EDEDED; }
.orange{ color: #E94E1B; }

/* NAVIGATION */
#et-top-navigation{ margin-top: 70px; }
ul.sub-menu, .menu-item.menu-item-type-custom.menu-item-object-custom {
    padding: 0px !important;
}
.sub-menu {
    top: 30px;
}
.et_mobile_menu{
    color: #E94E1B !important;
    border-color: #E94E1B !important;
}
span.mobile_menu_bar:before {
    color: #E94E1B !important;
}
#top-menu li ul li{
    width: 400px !important;
}

/* FOOTER */
#footer-bottom a{
    transition-duration: 0s !important;
}

/* SERVICES */
.et-pb-icon.et-waypoint.et_pb_animation_top.et-pb-icon-circle.et-animated {
    border-radius: 10px;
    cursor: pointer;
}
.et-pb-icon.et-waypoint.et_pb_animation_top.et-pb-icon-circle.et-animated:hover {
    border-color: #E94E1B !important;
}


/* CONTACT FORM */
.input.et_pb_contact_captcha{
	min-width: 60px;
}
/* CONTACT */
.wpcf7-list-item-label{
    font-family: Helvetica, sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, .wpcf7-captchar{
    font-family: Helvetica, sans-serif;
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 10px !important;
    font-size: 16px;
    color: #000 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    color: #e94e1b !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #eee;
    border-color:#eee;
    padding: 6px 20px !important;
}