/**
 * Theme Name:     Julieweb's Template
 * Author:         Julieweb_
 * Template:       Divi
 * Text Domain:	   julieweb
 * Description:    Enfant légitime de Julieweb_
 * Author URI:     https://www.julieweb.fr
 * Version:        1.0
 * Tags:           Julieweb
 */

Style inline{
	padding-left:0px!important;
}

.custom--overlay {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,143,193,0.95); /* MODIFIER COULEUR DU FOND DE LA MODALE */
    width: 100%;
    height: 100%;
 }

.custom--overlay.visible {
    display: block;
}

.custom--modal {
    z-index: 150000;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.custom--modal.visible, .custom--close.visible {
    display: block;
}

.custom--trigger {
    cursor: pointer;
}

.custom--close {
    display: none;
    font-family: "ETmodules";
    font-size: 70px;
    color: white;
    z-index: 150000;
    position: fixed;
    top: 5%;
    right: 2%;
    cursor: pointer;
}

.et_pb_row#modal_1,
.et_pb_row#modal_2{
display: none;
}

.btn-envoi-form div input{
    color: #ffffff!important;
    border-color: #3cd4e5;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #3cd4e5;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0);
	position: relative;
    padding: .3em 1em;
    border: 2px solid;
}

.btn-envoi-form div input:hover{
	box-shadow: 0px 2px 18px 0px #3cd4e5;
	border: 2px solid #3cd4e5;
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0,0,0,0);
}

