/*
 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
------------------------------------------------------- */
details{
  display:inline;
}
details {
  position:relative;
}
details summary {
    display: block;
    cursor: pointer;
    color: black;
    font-size: 18px !important;
    font-weight: bold;
	margin-top: 15px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 12px;
	
}
details #open{padding-left:5px;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Fin lire plus*/

.upper-title .et_pb_text_inner {
    text-transform: uppercase;
    color: #7fae29;
    font-family: 'Amatic SC', handwriting;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2em;
    margin-bottom: -24px !important;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0% 0% !important;
}
.et-pb-controllers {
    bottom: -20px !important;
}
@media (min-width: 981px) {
    .col2 {
        width: 48%;
        float: left;
        margin: 0 1% 0px;
        margin-bottom: 10px;
	}}
@media (min-width: 981px) {
    .col1 {
        width: 98%;
        float: left;
        margin: 0 1% 0px;
        margin-bottom: 10px;
    }
}
.dsm_contact_form_7 input.text, .dsm_contact_form_7 input.title, .dsm_contact_form_7 input[type=date], .dsm_contact_form_7 input[type=email], .dsm_contact_form_7 input[type=number], .dsm_contact_form_7 input[type=password], .dsm_contact_form_7 input[type=tel], .dsm_contact_form_7 input[type=text], .dsm_contact_form_7 input[type=url], .dsm_contact_form_7 select, .dsm_contact_form_7 textarea {
    background-color: #f6f6f6 !important; 
    border: 1px solid #eee !important;
    padding: 16px !important;
    border-radius: 15px !important;
}
button.wpcf7-form-control.wpcf7-submit.has-spinner.et_pb_button.et_pb_bg_layout_light {
    color: #ffffff !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700 !important;
    background-color: #7fae29 !important;
    padding-top: 15px !important;
    padding-right: 40px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
}
.column.one.aligncenter {
    float: right;
}
.wpcf7-spinner {
    display: none;
}

.fixed-button {
    position: fixed;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
    transition: opacity 1s ease;
    display: flex;
    align-items: stretch;
}
.fixed-button {
    top: 35%;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #7fae29 !important;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.icon-phone {
    background: #7fae29;
    padding: 20px;
	border-radius: 40px 0px 0px 40px;
}
.menu-item-179 a {
    color: #fff !important;
    background-color: #7fae29 !important;
    padding: 13px 40px !important;
    border-radius: 50px;
    margin-top: -6px;
}
@media (max-width: 980px) {
    .col2 {
        margin-bottom: 10px;
	}}
@media (max-width: 980px) {
    .col1 {
        margin-bottom: 10px;
    }
	.et_pb_slide_title a {
    font-size: 63px !important;
    line-height: 1.2em !important;
}
}
.mobile_menu_bar:before {
    color: #7fae29 !important;
}
.et_mobile_menu {
    border-top: 0px solid
}