<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

img .avatar{
float:left;
 }

/* formulaire candidature */
#photo[id="photo"] {
position: relative;
top: 20px;
text-align: center;
}

#validation
{
width: 1300px;
border-radius: 5px;
padding: 11px;
box-shadow: 3px 3px 5px black;
}
#validation  fieldset {
 padding:0px;
 }

.sectionadmin
{
display: inline-block;
vertical-align: top;
width: 595px;
border-radius: 5px;
padding: 19px;

background-color: #FFF;

margin : auto;
margin-top : 0px;
box-shadow: 3px 3px 5px #ded9d7;
}
.mailpost{
color: white;
    background-color: #3da5ca;
    padding: 18PX;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Poppins, "Avant Garde", Avenir, sans-serif;
    font-size: 18px;
    font-weight: 900;
}
.rouge{
color:#DF3F3F;
font-size:18px;
}

.erreur{
color:white;
background-color:#ffb460;
padding-left :20PX;
border-radius : 10px;
margin-left:10px;
margin-right:10px;
font-family: Poppins, "Avant Garde", Avenir, sans-serif;
font-size:18px;margin-top: 20px;
font-weight: 900;
}
.erreur_eleve{
color:white;
background-color:#ffb460;
padding-left :20PX;
border-radius : 10px;

font-family: Poppins, "Avant Garde", Avenir, sans-serif;
font-size:12px;
}

 #ok{
background:#D6EFA1;
color:#4F7307;

padding : 5px;
margin:10px;
border-radius : 25px;
-webkit-border-radius : 25px;
-moz-border-radius : 25px;
text-align : center;
font-family: Poppins, "Avant Garde", Avenir, sans-serif;
}

#erreur{
background:#ffb460;font-size:12px;
color:white;

padding : 5px;
margin:5px;
border-radius : 25px;
-webkit-border-radius :25px;
-moz-border-radius : 25px;
text-align : center;
font-family: Poppins, "Avant Garde", Avenir, sans-serif;
}
.erreurbleu{
background:#ffb460;
color:white;
border : 1px solid #C1D779;
padding : 5px;
margin:5px;
border-radius : 5px;
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
text-align : center;
}
.erreurradio{
    color: white;
    font-size: 15px;
    border-radius: 10px;
    background-color: #ffb460;
    font-family: Poppins, "Avant Garde", Avenir, sans-serif;
    padding: 5px;
    font-weight: 900;
}

fieldset.field {
    
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: 90%;
 
}
fieldset
{
	margin-top: 70px;
    
}


legend {
	font-family: Montserrat, "Century Gothic", "Avant Garde", Avenir, sans-serif;
    color: #6c6c6c;
    font-size: 1.5em;
    
}

form {
  
    font-family: Poppins, "Century Gothic", "Avant Garde", Avenir, sans-serif;
 
}


form label {
   display: block;
    margin: 15px 0 5px;
    color: #6c6c6c;
    font-family: Poppins, "Century Gothic", "Avant Garde", Avenir, sans-serif;
    font-weight: bold;
}

form input[type="text"], form input[type="email"], form select, form textarea, form input[type="password"] {
    width: 90%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
	line-height: 1.5;
}

form input[type="radio"] {
    margin-right: 5px;
}

form textarea {
    resize: vertical;
}

form input[type="submit"] {
     background-color: #4792a3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 900;
	font-size: 17px;
}


form input[type="submit"]:hover {
    background-color: #0056b3;
}

form input[type="file"] {
    border: none;
}

span.secondaire {
    font-size: 0.8em;
    color: #6c757d;
}

span.oblig {
    color: #dc3545;
}

span.gauchereseau {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

span.captcha {
    background-color: #e9ecef;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: "Courier New", Courier, monospace;
}

#message_attente {
    color: #dc3545;
    font-weight: bold;
}

 .menu-sommaire-inscription {
  margin: 2em 0;
  overflow-x: auto;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 0.5em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.menu-sommaire-inscription ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8em;
  padding: 0;
  margin: 0;
}

.menu-sommaire-inscription li {
  white-space: nowrap;
}

.menu-sommaire-inscription a {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.95em;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s ease;
}

.menu-sommaire-inscription a:hover {
  background: #ff5722;
  color: white;
  border-color: #ff5722;
}

.menu-sommaire-inscription .cta a {
  background: #ff5722;
  color: white;
  font-weight: bold;
}

 
 
 </pre></body></html>