/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       alto
 Author URI:   http://haveasite.fr
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/***** Slider height ****/
.et_pb_slider, .et_pb_slider .et_pb_container {
height: 600px !important;
}
.et_pb_slider, .et_pb_slider .et_pb_slide {
max-height: 600px;
}

/***** NAV font ****/
.nav li a{
    font-size: 14px!important;
    font-weight: 200!important;
    text-transform: uppercase;
}

/***** GENERAL RULES ****/
.far,.fas,.fab,.svg-inline--fa{
    color:#DFD75B;
}
h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #DFD75B;
    font-weight: 500;
    line-height: 1em;
}
h1::before{
    background-color: #DFD75B;
    width: 3px;
    height: 36px;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
}
h1>span{
   color: #DFD75B; 
   font-size: 16px!important;
   font-family: 'Lato'!important;
}


.et_pb_contact_submit{
    color: #DFD75B;
    border:2px solid #DFD75B;
}

.theme-color{
    color: #DFD75B;
    font-size: 15px!important;
    font-family: 'Lato'!important;
}
img{
    border-radius: 5px;
}
.more-link{
    color: #DFD75B;
    border: 2px solid #DFD75B;
    padding: .3em 1em;
    line-height: 1.7em!important;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
}
.more-link:hover{
    color: #fff;
    background-color: #DFD75B;
}

/* for new contact form with invisible recaptcha  (22/04/2020) */
.et_pb_contact p input, .et_pb_contact p textarea, .wpcf7-form p input[type="text"], .wpcf7-form p input[type="email"], .wpcf7-form p input[type="tel"], .wpcf7-form p textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}
input.text, input.title, input[type=text], select, textarea {
    margin: 0;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 2px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}

.et_pb_contact_submit, .wpcf7-form input[type="submit"] {
    color: #DFD75B;
    border: 2px solid #DFD75B;
    min-height: 50px;
    width: 20%;
    font-size: 1em;
    margin-bottom: 10px;

}

/***** bootstrap Like ****/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-primary .svg-inline--fa{
    color:#004085;
}
.alert-warning .svg-inline--fa{
    color:#856404;
}
.alert-danger .svg-inline--fa{
    color:#721c24;
}
.alert-info .svg-inline--fa{
    color:#0c5460;
}