| Server IP : 118.139.160.155 / Your IP : 216.73.217.130 Web Server : Apache System : Linux sg2plmcpnl504228.prod.sin2.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : twll3xqyaqrh ( 9725459) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/twll3xqyaqrh/public_html/ |
Upload File : |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ecrire au ministre</title>
<style>
.conteneur-lightbox{
display: flex;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
z-index: 1000;
}
.lightbox{
position: relative;
width: 460px;
height: auto;
max-width: 98%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5pxpx;
z-index: 1005;
}
.close_ligh_box {
height: 20px;
width: 20px;
border-radius: 50% 50%;
background-color: rgba(0,0,0,.5);
color: #c25519;
font-size: 11px;
cursor: pointer;
position: absolute;
right: 7px;
top: 7px;
text-align: center;
font-stretch: expanded;
border: none;
}
.titre-lightbox{
width: auto;
text-align: center;
padding: 20px 25px;
color: #FFFFFF;
background-color: #c25519;
text-transform: uppercase;
font-size: 23px;
}
.acroche-lightbox{
font-size: 16px;
color: #4b4b4b;
padding: 15px 0;
text-align: center;
width: 90%;
margin: 0 auto;
}
form{
width: auto;
height: auto;
padding: 0 15px;
display: flex;
flex-direction: column;
}
form label{
display: flex;
flex-direction:column;
width: 100%;
font-size: 16px;
color: #4b4b4b;
margin-top: 10px;
}
form input, form textarea{
padding: 0 15px;
height: 35px;
border: 1px solid #B4BBC6;
border-radius: 3px;
font-size: 16px;
margin-top: 15px;
}
textarea{
padding: 0 15px;
height: auto;
padding: 15px 0;
min-height: 90px;
}
#sendMail{
width: auto;
height: auto;
font-size: 18px;
color: #FFFFFF;
background-color: #c25519;
padding: 8px 30px;
border: none;
margin: 0;
cursor: pointer;
}
.conteneur-btn-form{
width: auto;
height: auto;
text-align: center;
padding: 15px 0;
margin-top: 20px;
border-top: 1px solid #CDCFD2;
}
</style>
</head>
<body>
<div id="conteneur-lightbox-contact" class="conteneur-lightbox">
<divi id="lightbox-contact" class="lightbox">
<div id="entete-lightbox-contact" class="entete-lightbox">
<div class="titre-lightbox">Ecrire à la coordonatrice</div>
<div class="close_ligh_box" onClick="Cacher_opaciter('opacite')">x</div>
</div>
<div class="acroche-lightbox">Cet espace est mis à votre disposition pour adresser un message à Marie Madelaine NGA, coordonnatrice nationale du PNDP.</div>
<div class="contenu-light-box">
<form id="mailcoodonateur" method="POST">
<div id="resultat-form">
</div>
<!--<label for="textfield">Votre nom:</label>-->
<input type="text" name="nom" placeholder="Votre nom" id="nom">
<!--<label for="nom">Votre E-mail:</label>-->
<input type="email" name="email" placeholder="Votre adresse e-mail" id="email">
<!--<label for="objet">Objet:</label>-->
<input type="text" name="textfield3" placeholder="L'objet de votre message" id="textfield3">
<!--<label for="textarea">Votre message:</label>-->
<textarea name="textarea" id="textarea" placeholder="Votre message"></textarea>
<div class="conteneur-btn-form">
<input type="submit" name="submit" id="sendMail" onClick="ecrire_au_coordonateur()" value="Envoyer">
</div>
</form>
</div>
</divi>
</div>
<script>
/
</script>
</body>
</html>