/*
 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
------------------------------------------------------- */
.cls_head_button a {
  margin-top: 10px !important;
}
.page-id-25 .display-contact{
	display:none;
}
.dark a{
	color:white !important;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #ffffff00;
    /* border: 1px solid #bbb; */
    padding: 2px;
    color: #4e4e4e;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.4);
    padding: 22px;
    margin-bottom: 22px !important;
}


.uacf7-col-12 label, .uacf7-col-6 label, .uacf7-col-3 label, .uacf7-col-4 label, .uacf7-col-12 .wpcf7-form-control, .uacf7-col-6 .wpcf7-form-control, .uacf7-col-3 .wpcf7-form-control, .uacf7-col-4 .wpcf7-form-control {
    width: 100% !important;
    display: block;
    color: white !important;
}
::placeholder {
    color: white !important;
  opacity: 1; 
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 18px !important;
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 0px;
    text-transform: uppercase !important;
    background-color: #000000;
    margin-top: 21px;
	  cursor: pointer;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 18px;
}
span.wpcf7-list-item.first {
  margin-left: 0px;
}
input, textarea, select {
  font-weight: 500;
  font-size: 16px;
}
@media(min-width:981px){
.middle{
	 display: flex;
    align-items: center;
}}
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse !important;
		display:flex !important;
	}}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: rgba(255,255,255,0.6) !important;
}

.et_mobile_menu {

    border-top: 3px solid #000 !important;
}

h2,h3{
    line-height: 1.5em !important;
	}


.wpcf7-response-output {
    color: white !important;
}

body #page-container .et_pb_section .et_pb_button_0:hover, body #page-container .et_pb_section .et_pb_button_1:hover, body #page-container .et_pb_section .et_pb_button_2:hover, body #page-container .et_pb_section .et_pb_button_3:hover {
    border-radius: 0px !important;
    letter-spacing: 1px !important;
    background: #666;
}

@media only screen and (min-width: 981px) and (max-width:1128px){
    #logo {
        max-height: 44% !important;
    }
	#top-menu li {
    padding-right: 17px !important;
		    font-size: 13px !important;
}
}
@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed !important;
    }
}

@media only screen and (min-width: 981px) {
    .et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
    color: rgba(255,255,255,0.6) !important;
	}}



.cls-liste ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cls-liste li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
	font-weight: 400;
    line-height: 1.5;
}

.cls-liste li::before {
    content: '\2713'; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #AD9369; 
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
.cls_head_button a {
	  /*box-shadow: 0px 12px 50px -12px #AD9369;*/
	  background-color: #AD9369;
	  border-color: #AD9369;
	  border-radius: 0px;
	  letter-spacing: 3px;
	  margin-top: -20px;
	  text-align: center;
	  color: #ffffff !important;
	  padding: 20px 25px !important;
}
.wpls-logo-showcase-slider-wrp ul.slick-dots {
  display: none !important;
}