.social-buttons-container {
  margin-top: -10px;
  margin-bottom: 30px;	
}
/* Style des boutons sociaux */
.social-button {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background: var(--ruki-menu-pill-background);
  color: var(--ruki-menu-pill-color);
  border-radius: var(--default-border-radius);
  text-decoration: none;
  font-weight: 800;
}

/* Style des icônes */
.social-button i {
    margin-right: 5px; /* Espace entre l'icône et le texte du bouton */
    font-size: 24px; /* Ajustez la taille de l'icône selon vos besoins */
}

/* Au survol des boutons */
.social-button:hover {
    background-color: #005bab; /* Couleur d'arrière-plan au survol */
	color: var(--ruki-menu-pill-color);
}

.icon-direction::before, .icon-snapchat-ghost::before, .icon-phone-squared::before, .icon-chat::before {
font-family: "fontello" !important;
}

/* Cacher le formulaire + effets défilement et shake */
.social-buttons-container .hidden {
    display: none;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.social-buttons-container .shake-effect {
    animation: shake 0.4s;
    animation-iteration-count: 3;
}

#formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner .ptprelinker-register-form .ptprelinker-buttons {
                    width: 100%;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner {
                    width: 100%;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner {
                    padding: 0px;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner .ptprelinker-register-form .ptprelinker-buttons .ptprelinker-button {
                    padding: 0px 20px !important;
                    border-radius: 20px !important;
					background: #3acb82;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-button-success:hover {
    			background-color: #00b16c !important;
    			border-color: #00b16c !important;
  				}
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner .ptprelinker-register-form .ptprelinker-input-group-prepend .ptprelinker-input-group-text {
                    border-top-left-radius: 20px;
                    border-bottom-left-radius: 20px;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner .ptprelinker-register-form .ptprelinker-input, #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner .ptprelinker-register-form .ptprelinker-select {
                    border-top-right-radius: 20px !important;
                    border-bottom-right-radius: 20px !important;
					margin: 0px;
                }
                #formthreefieldsocialbuttonsplugin * {
                    --ptprelinker-css-border-input-focus: none;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .ptprelinker-content-inner {
                    background-color: white;
                }
                #formthreefieldsocialbuttonsplugin .ptprelinker-contents-register-form-default .ptprelinker-content .error-register {
                    margin-bottom: 1rem;
                }
                #formsidebar-button .form-container {
                    
                }
                #formsidebar-button .form-container h2, #formsidebar-button .features h3 {
                    color: red;
                    text-align: center;
                    margin-top: 0px;
					font-size: 16px;
                }
                #formsidebar-button .features {
                    margin-top: 30px;
                }
                #formsidebar-button .features p {
                    color: black;
                    margin: 0px;
                }
                #formsidebar-button .features ul {
                    list-style-type: none;
                    padding: 0;
                    color: #000; /* Couleur du texte en noir */
                    margin: 0px;
                }
                #formsidebar-button .features li {
                    margin-bottom: 10px;
                    display: flex;
                    align-items: center;
                    padding-left: 0px;
                    font-size: 16px;
					border-bottom: 0px !important;
                }
                #formsidebar-button .features ul li img {
                    width: 24px; /* Ajustez la largeur et la hauteur selon vos besoins */
                    height: 24px;
                    margin-right: 10px; /* Ajoutez de la marge à droite pour l'espacement */
                    vertical-align: middle; /* Alignement vertical au milieu du texte */
                }
                #formsidebar-button .features ul li span {
                    color: #f67280;
                }


@font-face {
      font-family: 'icon-return';
      src: url('/wp-content/themes/date/css/fontello/font/icon-return.eot?74627838');
      src: url('/wp-content/themes/date/css/fontello/font/icon-return.eot?74627838#iefix') format('embedded-opentype'),
           url('/wp-content/themes/date/css/fontello/font/icon-return.woff?74627838') format('woff'),
           url('/wp-content/themes/date/css/fontello/font/icon-return.ttf?74627838') format('truetype'),
           url('/wp-content/themes/date/css/fontello/font/icon-return.svg?74627838#icon-return') format('svg');
      font-weight: normal;
      font-style: normal;
    }

/* Style du bouton "Retour aux résultats" */
.button-return {
  width: fit-content;
  margin: 20px auto;
  font-weight: 900;
  background-color: #fff;
  color: var(--entry-title-link-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: calc( var(--button-border-radius));
  box-shadow: var(--default-box-shadow);
  background: var(--widget-background);
}

/* Style de l'icône Fontello */
.button-return .return-icon {
  margin-right: 10px; /* Ajustez l'espacement entre l'icône et le texte */
}

/* Au survol du bouton "Retour aux résultats" */
.button-return:hover {
  background-color: #fff;
  color: var(--entry-title-link-color);
}

/* Styles pour l'icône Fontello */
.return-icon {
  font-family: "icon-return";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px !important;
  color: #f8b195;
  line-height: 1.5rem;
}