/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.crop-border{
	overflow-x: clip!important;
}



/********HEADER*******/

.site-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding:0!important;
}

.site-header.scrolled {
	background-color: #fff5f3a8 !important;
	backdrop-filter: blur(6px);
}




/*Curved carousel*/

[class^='cwp-curved-slider'],
[class*=' cwp-curved-slider'] {
    height: var(--min-height, 100vh);
}
[class^='cwp-curved-slider'] canvas,
[class*=' cwp-curved-slider'] canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.elementor-widget-image-gallery{
  display:none;
}



/*************CONTACT FORM 7***************/

#short-contact-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2), #short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4){
	width: 48%;
    display: inline-block;
}

#short-contact-form p:nth-child(5), #short-contact-form p:nth-child(6){
    width:100%;
}

input[type=email], input[type=text], select, textarea, input[type=tel]{
	width: 100%;
	border:none;
	background-color:#ffffff;
  color: #000;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all .3s;
	font-weight: 300;
	padding: 15px;
    margin-bottom: 20px;
	outline : none;
	font-size : 14.5px;
	font-family : var(--e-global-typography-text-font-family);
}


a.politique-lien{
	color: var(--e-global-color-accent)!important;
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}

     

.wpcf7 form.sent .wpcf7-response-output {
    border: none!important;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #EEA48D;
    border-radius: 10px;
}

#bouton{ 
  background-color: #EEA48D!important; 
  color: #ffffff!important; 
	border: none!important;
	border-radius:20px;
	font-family: var(--e-global-typography-673b904-font-family);
  font-size: 15px;
	font-weight:600;
  text-decoration: none;
  margin-top: 30px;
} 

#bouton:hover{
    color: #2F4558!important;
    background-color: #F4D7CE!important;
} 



/*TARIFS*/


.suffixe{
  font-size: 12px;
  color: #a9a9a9;
}

.titre-offre{
  font-size: 18px;
  text-transform: uppercase;
  color :#757e8c;

}

.e-n-tabs-heading {
    background-color: white;
    width: fit-content;
    padding: 10px;
    border-radius: 50px;
    align-self: center;
    border: 2px solid #F4D7CE;
}

/*more info*/

.mip-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #aaa;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  color: #aaa;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.15s;
}

.mip-btn:hover,
.mip-btn.active {
  border-color: #333;
  color: #fff;
  background: #333;
}

.mip-popover {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  background: #222;
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  width: 220px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 100;
}

.mip-popover.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mip-popover::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border: 6px solid transparent;
  border-top-color: #222;
}

.mip-title {
  font-size: 13px;
  font-weight: 600;
}

.mip-body {
  font-size: 12px;
  opacity: 0.75;
  line-height: 1.5;
}

span.more-info.assistant{
	margin-right: 5px;
}


/*cookies*/

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #eea48d !important;/*CHANGER LA COULEUR*/
    background: #eea48d !important;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2026/03/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}

.grecaptcha-badge { display : none!important; }


@media screen and (max-width: 768px) {
  /*CONTACT*/
    #short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2), #short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4){
	    width: 100%!important;
    }

    span.wpcf7-form-control-wrap{
    	display: flex;
    	flex-direction: column;
	}

	input[type=email], input[type=text], select, textarea{
		width:auto;
	}
}