/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2024 | 17:09:17 */
/* Style slider */
.retour-text::before {
    content: '\2190';
    margin-right: 5px;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    /* color: #fff; */
    font-weight: 800;
}
.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .country .dial-code{
	position: relative;top: -5px;margin-bottom: 0;
}
.intl-tel-input .country-list .country{
	display:flex
}
.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel{
	padding-left: 60px !important;
}
.owl-stage-outer .slider-content .title{
	font-family: "Niramit", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "Niramit", Sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: rgba(6, 41, 81, 0.3) !important;
    padding: 10px 20px;
    text-shadow: 0px 0px 2px #000;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Styles de base pour les champs */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="file"] {
    background-color: #fff;
    color: #062951;
    border: none;
    padding: 15px !important;
    width: 100%;
    box-sizing: border-box;
	border-radius: 0 !important;
	border-bottom: 5px solid #47CCC8 !important
}
.retour-text a{
	color:white!important;
	font-family: Roboto, sans-serif;
    font-weight: 400;
}
.retour-text .elementor-heading-title{
	background: #062951;
	border-radius: 3px;
    padding: 10px 20px 10px 20px;
}
.codedropz-upload-handler {
	border: none;
	border-bottom: 5px solid #47CCC8 !important;
	background: #fff;
	border-radius: 0px
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #fff;
}

/* Style du bouton d'envoi */
.wpcf7 input[type="submit"] {
    background-color: #47CCC8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.9;
}

.wpcf7 textarea {
	height: 105px
}

.wpcf7 textarea:focus {
	border-color: #b3f3a2
}


.flex-container span {
	margin-bottom: 10px;
	display: block;
}

.flex-container .wpcf7-form-control-wrap {
	flex: 1
}

/* Assurer que les autres champs sont en une seule colonne */
.wpcf7 .full-width {
    width: 100%;
    margin-bottom: 10px;
}

.flex-container p,
.full-width p {
	margin: 0px
}

.codedropz-upload-inner span {
	font-size: 20px;
}

/* Changer la couleur du texte de la case à cocher */
.wpcf7-checkbox .wpcf7-list-item {
    color: #fff !important; /* Couleur du texte en blanc */
}

/* Assurez-vous que la case à cocher a une certaine largeur et hauteur */
.wpcf7-checkbox input[type="checkbox"] {
    width: 20px;  /* Ajustez la largeur de la case */
    height: 20px; /* Ajustez la hauteur de la case */
}

.elementor-element-f3c0e3b img {
	display: block !important;
    height: 100px !important;
    width: 100% !important;
    object-fit: cover !important;	
	position: none !important;
	transform: none !important
}

