body,html{
    margin:0;
    padding:0;
    
}

body {
   
    background-color:#93C5C7; 
    width: 100%;
    height: 1000px;
}

header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
}

/* TITRE */

header section{
    margin-top: 20px;
    background-color:#C9E4E7;
    border-radius: 15px;    
    width: 80%;
	box-shadow: 10px 10px 10px rgba(0,0,0,.15);
}    
header section article h1 {
    margin: 0;
    font-size: 100px;
    width: 100%;
    text-align: center;
	font-weight:bold;
 }

 /*-----------------------------*/


main {
background-color: #C9E4E7;
width: 80%;
height: 1650px;
border-radius: 15px;
text-align: center;
margin-top: 20px;
align-items: center;
margin-left: 10%;
}

main form section article {
    float: left;
    width :95%;
    height: 50px;
    border-radius: 12px;
    margin-left: 2%;
    margin-top: 2%;
  
}
/*--------------ZONE TEXTE------------------*/

/*Date de naissance texte et Cv à transmettre*/
main form section article p {
    margin-top: 10px;
    margin-left: 2%;
    float: left;
    width: 95%;
    font-size: 25px;
    text-align: left;
}

/*-------------------INPUT-------------------*/

/* nom */
main form section article:first-child{
    float: left;
    width: 45.4%;
    margin-left: 3%;
}
main form section article:first-child input:first-child {
  height: 45px;
  width: 95%;
  border-radius: 12px;
  background-color: rgba(248, 229, 193, 0.452);
  font-size: 20px;
}

/*prénom*/
main form section article:nth-child(2){
    float: left;
    width: 45.4%;
}
main form section article:nth-child(2) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
  
/*date*/
main form section article:nth-child(5) {
      float: left;
      width: 95%;
      margin-top: 0;
}

main form section article:nth-child(5) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*Adresse*/
main section article:nth-child(6) {
     float: left;
     width: 95%;
}

main section article:nth-child(6) textarea:first-child{
    height: 40px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*complement d'adresse*/
main section article:nth-child(7) {
    float: left;
     width: 95%;
    }
    
    main section article:nth-child(7) textarea:first-child{
    height: 40px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*CP*/

main section article:nth-child(8){
    float: left;
    width:45.4%;
    margin-left: 3%;
}

main section article:nth-child(8) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*Ville*/
main section article:nth-child(9){
    float: left;
    width:45.4%;
}
main section article:nth-child(9) input:first-child {
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;

}
/*Mail*/
main section article:nth-child(10) {
    float: left;
    width: 95%;
}
main section article:nth-child(10) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/*téléphone fixe*/
main section article:nth-child(11) {
    float: left;
    width: 45.4%;
    margin-left: 3%;
}
main section article:nth-child(11) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/*téléphone portable*/
main section article:nth-child(12) {
    float: left;
    width: 45.4%;
}
main section article:nth-child(12) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*Profil*/
main section article:nth-child(13) {
    float: left;
    width: 95%;
    
}
main section article:nth-child(13) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/* Compétence*/
.competence {
    float:left;
    width:44.3%;
    margin-left: 4%;
}

.competence input{
    float:left;
    width:95%;
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/*Site Internet*/
main section article:nth-child(24){
    float: left;
    width: 95%;
    margin-left: 2%;
    margin-top: 2%;
}
main section article:nth-child(24) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/*Linkedin*/
main section article:nth-child(25){
    float: left;
    width: 95%;
    margin-left: 2%;
    margin-top: 2%;
}
main section article:nth-child(25) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/*Viadeo*/
main section article:nth-child(26){
    float: left;
    width: 95%;
    margin-left: 2%;
    margin-top: 2%;
}
main section article:nth-child(26) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}
/*Facebook*/
main section article:nth-child(27){
    float: left;
    width: 95%;
    margin-left: 2%;
    margin-top: 2%;
}
main section article:nth-child(27) input:first-child{
    height: 45px;
    width: 95%;
    border-radius: 12px;
    background-color: rgba(248, 229, 193, 0.452);
    font-size: 20px;
}

/* Upload Fichier*/
main section article:nth-child(29){
    float: left;
    width: 95%;
 margin: 0;
 margin-left: 2%;
}
main section article:nth-child(29) input:first-child{
    height: 45px;
    font-size: 20px;
}

/* Submit */
main section article:nth-child(30){
    float: left;
    width: 95%;
    margin-left: 10%;
}
main section article:nth-child(30) input:first-child{
    height: 45px;
    width: 40%;
    border-radius: 12px;
    background-color: rgba(0, 128, 0, 0.671);
    font-size: 20px;
    color: white;
}

main > form > section > article:last-child{
	position: fixed;
	top: 80px; 
	left: 5px;
	width:0%;
	margin:0;
}
button{
	background-color: rgba(248, 229, 193, 0.452);
	border-radius: 15px;
	width:80%;
	height:50px;
	cursor: pointer;
	display:flex;
	justify-content:center;
}

button p{
	color:black;
	font-size:18px;
}
