↑ ');
$("#compHeaderContent1 > div.dataContentComposants > a.lienAccueilHeader").after('');
$("#langageEN #compHeaderContent1 > div.dataContentComposants > a.lienAccueilHeader").after('');
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 165) {
$("#MenuVersailles .MenuVersailles").toggleClass("StickyNav", true);
$("body").addClass("scrollConpens");
}
else {
$("#MenuVersailles .MenuVersailles").toggleClass("StickyNav", false);
$("body").removeClass("scrollConpens");
}
});
});
$("#langageFR #pageCompte .compMentionsLegales .headerComposants .footerComposants .contentComposants .dataContentComposants .mentionsLegales .title ").html('Mes données personnelles');
$("#langageEN #pageCompte .compMentionsLegales .headerComposants .footerComposants .contentComposants .dataContentComposants .mentionsLegales .title ").html('My personal data');
$(".renommageBillet .libelle").each(function() {
texteLibelle = $(this).html();
$(this).html(texteLibelle.replace('Mail : ','E-mail : '));
});
if ($("#langageFR").length > 0) {
$(".compCompteInformation .label").each(function() {
texteLabel = $(this).html();
$(this).html(texteLabel.replace('Numéro de téléphone mobile :','Téléphone mobile :'));
});
}
if ($("#langageEN").length > 0) {
$(".compCompteInformation .label").each(function() {
texteLabel = $(this).html();
$(this).html(texteLabel.replace('Mobile number :','Mobile phone :'));
});
}
if ($("#langageFR").length > 0) {
$(".oubliMDP td.tableColonne1 ").each(function() {
texteLibelle = $(this).html();
$(this).html(texteLibelle.replace('Email* :','E-mail* :'));
});
}
if ($("#langageEN").length > 0) {
$(".oubliMDP td.tableColonne1 ").each(function() {
texteLibelle = $(this).html();
$(this).html(texteLibelle.replace('Email* :','E-mail*:'));
});
}
if ($("#langageEN").length > 0) {
$(".oubliMDP td.tableColonne1 ").each(function() {
texteLibelle = $(this).html();
$(this).html(texteLibelle.replace('New password* :','New password*:'));
});
}
if ($("#langageEN").length > 0) {
$(".oubliMDP td.tableColonne1 ").each(function() {
texteLibelle = $(this).html();
$(this).html(texteLibelle.replace('Password confirmation* :','Password confirmation*:'));
});
}
$("#pageEtape2 #nouveaucivilite option[value='7']").remove();
$("#langageFR #pageEtape2 #nouveaucivilite option:eq(0)").text("M.");
$("#langageFR .etat10").attr( "title", "Complet" );
$("#langageEN .etat10").attr( "title", "Sold Out" );
$("#langageFR .etat10 span").html("Complet");
$("#langageEN .etat10 span").html("Sold-out");
$("#langageFR .compObjet .descEtat10").html("Complet");
$("#langageEN .compObjet .descEtat10").html("Sold-out");
notification = new Notification(
{
position: "bottom",
type : "information",
message: "L’établissement public du château de Versailles n'utilise que des cookies nécessaires au bon fonctionnement de la vente en ligne sur laquelle vous êtes en train de naviguer. OK En savoir plus
"
});
} );
// -->