/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 20:28:56 */
/* GENERAL */

body{
margin:0!Important;
margin:0!Important;
}
header,footer, body.home main{
display:none;
}
main {
margin: 0!Important;
padding: 0!Important;
}
.entry-content,
.has-global-padding > .alignfull,
.wp-block-group.has-global-padding,
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
margin:0!Important;
padding: 0!Important;
}
form.wpcf7-form {
width: 100%;
max-width:700px;
margin:0!important;
padding:0 0 0 2px!important;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"] {
width: 100%!important;
}
form.wpcf7-form input{
font-size:16px!important;
line-height:24px!important;
height:28px!important;
}
form.wpcf7-form input,
form.wpcf7-form textarea{
width: 100%;
padding-left:8px!important;
}
form.wpcf7 textarea{
font-size:16px!important;	
}
form.wpcf7-form input.wpcf7-submit{
width: 50%!important;
}

/* Custom: Adrien */

body.page-id-22 {
background:#0B0D10;
}
body.page-id-22 form.wpcf7-form {
width: 85%;
max-width:85%;
margin:0!important;
padding:0 0 0 2px!important;
}
.form-informatiqueaf{
background:#0B0D10;
color:white;
}
.form-informatiqueaf p{
font-size:14px;
text-transform:uppercase;
}
.form-informatiqueaf input[type="text"],
.form-informatiqueaf input[type="email"]{
color:white!important;
background:#191A1D!important;
}
.form-informatiqueaf input,
.form-informatiqueaf textarea{
color:white!important;
border-radius: 10px 10px 10px 10px;
border-width: 0px 0px 3px 0px;
border-color:#319ED8;
background:#191A1D!important;
font-size:16px!important;
}
.wpcf7 form.sent .wpcf7-response-output {
color:white!important;
}


/* Media Queries Générales */

@media (max-width: 767px) {
main {
    margin: 0!Important;
}
form.wpcf7-form {
    width: 100%;
	max-width:88%;
}
}