/*
 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
------------------------------------------------------- */
.clr{
	clear:both;
}
h1, h2, h3{
	font-weight:900 !important;
}
.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul, 
.et_pb_menu--style-centered .et_pb_menu__wrap {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.et_pb_menu_0_tb_header.et_pb_menu {
    background-color: RGBA(255, 255, 255, 0) !important;
}
.et_pb_sticky img,
.et_pb_section_1_tb_header img{
    filter: brightness(0) invert(0);
}
.greenbtpressed{
	color: #fff;
}
.greenbtpressed:active{
	color: #64b22e !important;
    background-color: #fff !important;
}
.et_pb_contact_field_half {
    float: left;
    padding: 0 !important;
	margin-bottom:28px;
}
.et_pb_contact_field_0{
	margin-right:32px;
}
.wpcf7-text{
	width: 255px;
	background-color:#F3D6DE !important;
	border:0px solid #fff !important;
	border-radius:11px;
	padding:15px 24px !important;
	color: #2B2B2B !important;
	font-size:12px !important;
}
.obli{
	font-size:10px;
	display:block !important;
	text-align:right;
	color: #2B2B2B;
	opacity: 0.4;
}
.fakeoption{
	width: 255px;
	background-color:#F3D6DE !important;
	border:0px solid #fff !important;
	border-radius:11px;
	padding:15px 24px !important;
}
.fakelabel{
	color: #2B2B2B !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: bold;
    display: inline-block;
}
.cttext{
	background-color:#fff !important;
	border-radius: 7px;
	width: 142px;
	padding:6px 8px !important;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-submit{
	font-size:16px;
	font-weight:500;
	background-color:#EB5E9E;
	color:#fff;
	border-radius: 16px;
	padding:13px 32px !important;
	width:128px;
	border:none !important;
}
.wpcf7-submit:after{
	display:none !important;
}
.wpcf7-submit:hover{
	background-color:#D95692 !important;
}
.wpcf7-submit:active{
	background-color:#fff !important;
	color:#EB5E9E;
}
.imgombre img{
	box-shadow: 0px 8px 15px #00000033;
	border-radius:16px;
}
#menu-main-menu li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: .1em;
  bottom: 4px;
  left: 0;
  background: #64B22E;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#menu-main-menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.et-menu a:hover {
    opacity: 1 !important;
}
.autre-container {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}
.autre-container label {
    margin-right: 5px;
}
.autre-text {
	font-size:10px;
	color:#2B2B2B;
  background-color:#fff !important;
	border-radius: 7px;
	width: 142px !important;
	padding:6px 8px !important;
	position:absolute;
	left:72px;
	bottom:4px;
}
.listblock .wpcf7-list-item{
	display:block;
	margin-bottom:8px !important;
}
::placeholder,
.wpcf7-list-item-label{
	color: #2B2B2B !important;
	font-size:12px !important;
}
.wpcf7-list-item input{
	vertical-align:middle;
}

/* --- Style the checkbox wrapper --- */
.et_pb_contact_field input[type="checkbox"] {
    appearance: none; /* Remove default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #fff; /* Default background color */
    border:0px solid #fff; /* Border for the checkbox */
    border-radius: 4px; /* Rounded corners (optional) */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* --- On hover, change the border and background --- */
.et_pb_contact_field input[type="checkbox"]:hover {
    background-color: #E5E5E5; /* Background color on hover */
}

/* --- When the checkbox is checked --- */
.et_pb_contact_field input[type="checkbox"]:checked {
    background-color: #2B2B2B; /* Background color when checked */
}
	header .et_mobile_nav_menu{
		background:#64B22E !important;
		border-radius:5px;
		width:47px;
		height:42px;
	}
	header .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{
		color:#fff !important;
		top: 0px !important;
		font-size: 40px !important;
	}
	header .mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d';
	}
	header .et_mobile_menu {
		border-top:0;
	}
	header .pa-fullscreen-menu .opened #mobile_menu2 {
	width: 101vw !important;
        position: absolute;
        top: 57px !important;
        left: -51vw !important;
	height: auto !important;
	display: flex !important;
	/*justify-content: center !important;*/
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
		background:#fff !important;
		box-shadow:rgba(0, 0, 0, 0.12) 0px 0px 10px 0px inset;
}
	header .pa-fullscreen-menu .closed #mobile_menu2 {
	background-color: #fff !important;
	text-align: center !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}
	header .pa-fullscreen-menu .opened #mobile_menu2 li{
		text-align:center;
	}
	header .pa-fullscreen-menu .opened #mobile_menu2 li a{
		width:100%;
		height:57px;
		padding:20px 0 16px 0;
		font-size: 17.05px;
		font-weight:500;
		text-decoration:none !important;
		display:inline-block;
		color:#64B22E !important;
	}
	header .pa-fullscreen-menu .opened #mobile_menu2 li a:hover,
	header .pa-fullscreen-menu .opened #mobile_menu2 li a:active
{
		background-color:#64B22E !important;
		color:#fff !important;
	    opacity: 1 !important;
	}
	header .pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}
	header .pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
	/*header .et_mobile_menu li a:hover {
	background-color: transparent;
	opacity: 1;
}*/
	header .pa-fullscreen-menu .et_mobile_menu li a {
	border-bottom: none;
}
header .et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
        color: #fff !important;
        top: 0px !important;
            font-size: 39px !important;
    left: 4px;
    }
header .et_pb_menu_1_tb_header .mobile_nav.opened .mobile_menu_bar:before{
	color:#64B22E !important;
	left: 2px;
	top: -1px !important;
}
header .et_mobile_nav_menu>.mobile_nav.opened {
    background: #fff !important;
	border-radius: 5px;
    width: 100%;
    height: 42px;
    border: 2px solid #64B22E;
}
.et_pb_row_1_tb_header.et_pb_row {
        display: flex !important;
    }
#ct-ultimate-gdpr-cookie-popup{
	width:515px !important;
}
.et_pb_contact_field_full .wpcf7-text{
	width:100% !important;
}
/*** MOBILE ***/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.wpcf7-text {
    	width: 100%;
		font-size: 16px !important;
	}
	.et_pb_contact_field_0 {
		margin-right: 0;
	}
	.et_pb_contact_field_half {
		width:100%;
	}
	.wpcf7-submit{
		float:right;
		margin-top: 25px;
		padding: 13px 24px !important;
	}
	.obli{
		position: absolute;
    	bottom: 15px;
    	right: 0;
		font-size: 14px;
	}
	::placeholder{
		font-size:16px !important;
	}
	.wpcf7-list-item-label{
		font-size:14px !important;
	}
	.fakelabel {
		font-size: 16px !important;
		line-height: 20px !important;
		width: 250px;
        margin-bottom: 12px;
	}
	.autre-text,
	.autre-text::placeholder{
		font-size: 12px !important;
	}
	.autre-text{
		bottom: 12px;
	}
	.listblock .wpcf7-list-item {
		margin-bottom: 15px !important;
	}
	.swiper-pagination-bullet{
		width:40px !important;
		height:5px !important;
		border-radius:4px !important;
	}
	dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet, 
	.et-db #et-boc .et-l .dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 !important;
	}
	div.et_pb_section.et_pb_section_1 {
		background-position: left 1% bottom -3% !important;
	}
	#ct-ultimate-gdpr-cookie-popup{
		width:100%;
	}
}