/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.dsm_image_accordion_img{
	width:300px !important;
}

.et_pb_module.dsm_pricelist_child {
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}
.et_caracteristiques .et_pb_row {
    display: flex;
    align-items: center;
}
.single-product .et_pb_button {
    color: #fff !important;
}
.et_caracteristiques .et_pb_row:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.et_caracteristiques .et_pb_row .et_pb_column {
    width: 50%;
}
.et_caracteristiques .et_pb_row {
    width: 100%;
	padding: 0px;
}
.et_caracteristiques .et_pb_column {
    margin: 0px !important;
}
.et_caracteristiques .et_pb_column {
    padding: 20px;
}
/******************************/
.single-product .et_pb_tabs .et_pb_tab_active {
    background: #18b89d;
}
.single-product .et_pb_tabs li a{
    color: #fff !important;
}
.single-product .et_pb_tabs li {
	background:#58595b;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
}
.single-product ul.et_pb_tabs_controls.clearfix {
    background: transparent;
}
.single-product .et_pb_tabs {
    border: none;
}






/********************************/
.hidden{
    display: none !important;
}

.one.column {
    width: 100%;
}
.wpcf7-form .column {
    padding: 3px 3px 25px 3px;
    margin: 0 0 0;
    position: relative;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.one-second.column {
    width: 47%;
}
.left.column {
    float: left;
}
.right.column {
    float: right;
}

.column label,.column legend {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    line-height: 14px;
}

.wpcf7-form-control-wrap {
    position: initial !important;
}

.column input, .column  textarea {
    border: 1px solid #d4d4d4!important;
    background: #fff!important;
    -webkit-appearance: none;
    background-color: #eee;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    width: 100%;
    font-weight: 600;
}
.column label {
    font-size: 15px;
    line-height: 2;
}

.wpcf7-response-output {
    display: flex;
}

.column.one button {
    cursor: pointer;
}