/* 
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 */

.title-bold{
	font-weight:bold;
}
.title-italic{
	font-style:italic;
}
.elementor-icon-wrapper{
	display:flex;
}

/* Bordure en bas */
.border-bottom-gradient {
    position: relative;
}

.border-bottom-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
	background: linear-gradient(
    to right,
    rgba(66, 66, 66, 0) 0%,
    rgba(66, 66, 66, 1) 50%,
    rgba(66, 66, 66, 0) 100%
);
}

/* Bordure en haut */
.border-top-gradient {
    position: relative;
}

.border-top-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
	background: linear-gradient(
    to right,
    rgba(66, 66, 66, 0) 0%,
    rgba(66, 66, 66, 1) 50%,
    rgba(66, 66, 66, 0) 100%
);
}

/**FORM NEWS**/
#wpforms-form-15 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#wpforms-form-15 .wpforms-container{
	padding: 0px!important;
    margin: 0px!important
}

#wpforms-form-15 .wpforms-field-container{
	width:100%
} 

#wpforms-15-field_2-container{
	padding:0px
}
#wpforms-15{
	margin:0px!important
}
#wpforms-form-15 .wpforms-submit-container{

	width:100%
}

#wpforms-submit-15{
	margin-top:8px;
	    min-width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

/* Style de base pour le bouton */
.elementor-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #8F030B; /* Couleur de fond */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

/* Animation autour du bouton */
.elementor-button::before {
  content: '';
  position: absolute;
  top: -2px; /* Décalage pour espacer l'animation */
  left: -2px; /* Décalage pour espacer l'animation */
  width: calc(100% + 4px); /* Ajout de 2px de chaque côté */
  height: calc(100% + 4px); /* Ajout de 2px de chaque côté */
  border-radius: 10px; /* Ajusté pour inclure l'espacement */
  border: 2px solid transparent;
  background: linear-gradient(120deg, #8F030B, #F80101, #8F030B);
  background-size: 300% 300%;
  animation: animate-border 3s infinite;
  z-index: -1;
}

/* Pour éviter que l'arrière-plan déborde à l'intérieur */
.elementor-button::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #8F030B; /* Couleur de fond interne */
  border-radius: 25px;
  z-index: -2;
}

/* Animation de gradient fluide */
@keyframes animate-border {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


div.wpforms-container-full .wpforms-confirmation-container-full{
	background: #1e1e1e!important;
    border: 1px solid #121212!important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #ffffff!important;
}
