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

.skip-link {
    display: none !important;
}

/** BASE **/
.title{
	color:#003EDF;
}

/** SVG **/
.elementor-icon-wrapper{
	display:flex;
}
/** RM **/
.rank-math-breadcrumb a{
    font-size: 11px;
    transition: 0.3s;
}
.separator{
    color: #2078FF;
}

/** **/

.author-profile-pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
	margin-right:6px;
}


/* Style de base pour le bouton */
.elementor-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #000514; /* Couleur de fond */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  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: 27px; /* Ajusté pour inclure l'espacement */
  border: 2px solid transparent;
  background: linear-gradient(120deg, #000514, #2078FF, #EEF3FF);
  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: #000514; /* 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%;
  }
}

.linka a{
	font-weight:bold
}
.linka {
	font-weight:bold!important;
  text-decoration: none;
  background: linear-gradient(120deg, #000514, #2078FF, #EEF3FF);
  background-size: 200% 200%;
  -webkit-background-clip: text; /* Nécessaire pour Safari et Chrome */
  -webkit-text-fill-color: transparent; /* Nécessaire pour Safari */
  background-clip: text; /* Nécessaire pour Firefox */
  color: transparent; /* Rend le texte transparent */
  animation: gradientTextMove 3s infinite linear; /* Animation du fond */
}

@keyframes gradientTextMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}




/* 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(226, 226, 226, 0) 0%,
        rgba(226, 226, 226, 1) 50%,
        rgba(226, 226, 226, 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(226, 226, 226, 0) 0%,
        rgba(226, 226, 226, 1) 50%,
        rgba(226, 226, 226, 0) 100%
    );
}

/* Bordure à gauche */
.border-left-gradient {
    position: relative;
}

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

/* Bordure à droite */
.border-right-gradient {
    position: relative;
}

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



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

#wpforms-form-355 .wpforms-field-container{
	width:100%
} 
#wpforms-355-field_2{
	border: 0px;
    border-bottom: 1px solid #6E6E6E;
	background:none;
}
#wpforms-355-field_2-container{
	padding:0px
}
#wpforms-355{
	margin:0px!important
}
#wpforms-form-355 .wpforms-submit-container{
	margin-top:0px;
	margin-left:15px;
}