/*
 Theme Name:   Divi-Child
 Theme URI:    https://miguelmsm.com
 Description:  A Child Theme built for Divi
 Author:       Miguel Munoz
 Author URI:   https://miguelmsm.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.entry-content .transparent-table table,
.entry-content .transparent-table tr td{
	border: none;
    padding: 0;
}


/* HEADER */

#top-menu li {
    padding-right: 42px;
}

#top-menu>li:last-child {
    padding-right: 22px;
}

.nav li ul,
#top-menu li li a{
	width: 260px;
}

.mobile_menu_bar:before{
	color: #FFF !important;
}

#main-header .et_mobile_menu{
	border: none !important;
	background-color: #FFF !important;
}




/* IMAGE HOTSPOT */

.dih-tooltip{
	border: 1px solid #DFDFED;
}

.no-title .dih-container .dih-tooltip h3{
	display: none;
}

.image_hotspot_child .dih-container .dih-tooltip{
	width: 250px !important;
}

/*--------- SLIDER - OFFRES ---------*/

.offre-services.et_pb_row .et_pb_column.et-last-child,
.offre-services.et_pb_row .et_pb_column{
	margin-right: 30px !important;
}

@media(max-width:980px){
	.offre-services.et_pb_row .et_pb_column.et-last-child,
	.offre-services.et_pb_row .et_pb_column{
		width: 300px !important;
		margin-right: 30px !important;
	}
}

@media only screen and (max-width: 960px){
	.offre-services.et_pb_row .et_pb_blurb {
   		height: 470px !important;
	}
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    font-size: 60px;
}


/* BULLET - BLURB */

.bullet-blurb.et_pb_blurb .et_pb_blurb_container{
	padding-left: 0;
}
/* CONTACT FORM */

.contact_form_big_button .et_contact_bottom_container,
.contact_form_big_button .et_contact_bottom_container .et_pb_contact_submit.et_pb_button{
	width:100%;
}

.contact_form_big_button .et_contact_bottom_container .et_pb_contact_submit.et_pb_button{
	margin-left: 10px;
}

.et_pb_contact_form .input[type="checkbox"]:checked+label i:before{
	color: #1e498b !important;
}

/* MAP */

.dwd_map_extended{
	height:900px !important;
}

/* DIVI FILTER */

body #page-container .et_pb_section .et_pb_button.df-activebutton {
	color: #fd4502!important;
}

/* MONARCH */

.et_monarch .et_pb_section .et_social_inline_bottom{
	margin-top: 30px !important;
}

