@import url('https://fonts.googleapis.com/css?family=poppins:400,500,600,700,800,900&display=swap');
*

{
    margin: 0;
    padding: 0;
    
    font-family: 'poppins', sans-serif;
}



#titre_formulaire{

    font-size: 3vw;
    color: #710c19;
    font-weight: 700;

}


/*style du profil*/


.banniere_image{

  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
#titre_form{
  position: relative;
  top: -320px;
  text-align: center;
  background-color: rgba(13, 192, 236, 0.5);
  border-radius: 10px;
  width: 800px;
  left: 300px;
  
  font-size: 7vw;
  color: rgb(238, 239, 241);
  font-weight: 500;
  z-index: 10;  
}

.text-center{
  position: relative;
  top: -70px;
}

.p-5{
  font-weight: 700;
  font-size: 60px;
}
.p-4{
  font-size: 25px;
  font-family: 'poppins';
  margin-top: -80px;
}
.btn-danger{

  position: absolute;
  top: -450px;
  left: -90px;
}
.btn-info{

  position: absolute;
  top: -450px;
  right: -80px;
}

#message{

  position: relative;
  top: -230px;
  left: 200px;
  width: 880px;
  text-align: center;
}

.table{
	width: 100%;
	border-collapse: collapse;
}

.table td,.table th{
  padding:12px 15px;
  border:1px solid #ddd;
  text-align: center;
  font-size:16px;
}

.table td{
    color: mediumvioletred;
    font-size: 25px;
}

.table th{
	background-color: darkblue;
	color:#ffffff;
}

.table tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

/*responsive*/

@media(max-width: 500px){
	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
		width: 100%;
	}
	.table tr{
		margin-bottom:15px;
	}
	.table td{
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}

.modifier h2{
  position: relative;
  background-color: rgb(13, 192, 236);
  color: rgb(238, 239, 241);
  width: 100px;
  font-size: 25px;
  border-radius: 4px;
  left: 600px;
  top: -80px;
  padding: 5px;
  
}
#modif{
  text-decoration: none;
}

section{
  position: relative;
  top: -70px;
}
.Hvcontainer h2{
  font-size: 25px;
  color: #710c19;
  position: relative;
  top: -10px;
}

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 1200px) {
  .rt-container {
    width: 1000px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

.Hvcontainer {
    margin : 0 auto;
  }
  
  
  
  @media (min-width: 1200px) {
    .Hvcontainer {
      width: 1000px;
    }
  }
  
  @media (min-width: 1200px) {
    .Hvcontainer {
      width: 1000px;
    }
  }
  
  
  
  
  .Hvcontainer:after{
    clear   : both;
    display : table;
    content : '';
  }
  
  .bg-items {
      cursor: pointer;
      display: inline-block;
      float: left;
      width: 50%;
      
  }
  #img_hover1{
    position: relative;
    left: -36px;
  }

  #img_hover2{
    position: relative;
    right: -35px;
  }

  #img_hover3{
    position: relative;
    right: 36px;
    top: 60px;
  }

  #img_hover4{
    position: relative;
    right: -36px;
    top: 60px;
  }
  
  .items {
      background-color: #C97131;
      background-size: cover;
      height: 286px;
      overflow: hidden;
      position: relative;
      width: 100%;
  }
  
  .details {
      color: #fff;
      font-family: "Jaldi",sans-serif;
      font-size:25px;
      height: 286px;
      left: 0;
      opacity: 0;
      padding: 5%;
      top: 0;
      transition: opacity 0.8s ease 0s;
      width: 90%;
  }
  .opticy{
       background-color : rgba(0,0,0,0.5);	
  }
  .details h3 {
    margin-bottom : 20px;
    font-weight: bold;
    font-size: 25px;
  }
  
  .details h6 {
    text-align : right;
    margin-top : 140px;
    color:yellow;
    border-radius: 2px;
    background-color: rgba(1, 1, 87, 0.8);
    width:230px;

    text-align:center;
    margin-left:100px;
    padding: 10px;
    font-size: 18px;
  }
  .details a{
      text-decoration:none;
  }
  
  .details p {
    font-size : 20px;
    font-style: italic;
    text-align: center;
    line-height : 30px;
     font-family: 'Lora', serif;
     color: white;
     margin-top: -100px;
  }
  
  .items:hover .details {
    opacity : 1;
    -webkit-transition: opacity .2s .3s;
    transition : opacity .2s .3s;
  }
  
  .items div {
    position : absolute;
  }

  /* fifteen */

.t {
    border-style : solid;
    border-width : 84px 120px 0 120px;			
    border-color : #FEDB1D transparent transparent transparent;
    -webkit-transition: all .3s;
    transition   : all .3s;
    top : -84px;
  }
  
  .r {
    border-style : solid;
    border-width : 81px 120px 81px 0;	
    border-color : transparent #FEDB1D transparent transparent;
    right : -120px;
    -webkit-transition: all .3s;
    transition   : all .3s;
  }
  
  .b {
    border-style : solid;
    border-width : 0 121px 81px 121px;
    border-color : transparent transparent #FEDB1D transparent;
    bottom : -80px;
    -webkit-transition: all .3s;
    transition   : all .3s;
  }
  
  .l {
    border-style : solid;
    border-width : 81px 0 81px 120px;	
    border-color : transparent transparent transparent #FEDB1D;
    left : -120px;
    -webkit-transition: all .3s;
    transition   : all .3s;
  }
  
  
  .items:hover .t {
    top : 0px;
    -webkit-transition: all .3s;
    transition : all .3s;
  }
  
  .items:hover .r {
    right : 0px;
    -webkit-transition: all .3s;
    transition : all .3s;
  }
  
  .items:hover .b {
    bottom : 0px;
    -webkit-transition: all .3s;
    transition : all .3s;
  }
  
  .items:hover .l {
    left : 0px;
    -webkit-transition: all .3s;
    transition : all .3s;
  }

  /* style pour l'inscription_form*/

  #titre_form2{
    position: relative;
    top: -320px;
    text-align: center;
    background-color: rgba(13, 192, 236, 0.5);
    border-radius: 10px;
    width: 1000px;
    left: 200px;
    
    font-size: 5vw;
    color: rgb(238, 239, 241);
    font-weight: 500;
    z-index: 10;  
}
.form-inscription{

  position: relative;
  top:-150px;
  left:15%;
  width: 1000px;
  height: 100vh;
  padding: 20px;
  background-color: rgb(32, 178, 170, 0.5);
  border-radius: 15px 15px 0px 0px;

}

.form-inscription2{

  position: relative;
  top: 50px;
  left:15%;
  width: 1000px;
  height: 100vh;
  padding: 20px;
  background-color: rgb(32, 178, 170, 0.5);
  border-radius: 15px 15px 0px 0px;

}

.form_control{
  line-height: 35px;
  border-radius: 6px;
  padding-left: 10px;
  width: 450px;

}

select option{
  line-height: 35px;
  border-radius: 6px;
  padding-left: 10px;

}
#user-name{
  position: relative;
 
 
}

#user-firstname{
  position: relative;
  left: 45px;
 
  
}

#user-mail{

  position: relative;
  top: 30px;
  
}

#user-contact{

  position: relative;
  top: 30px;
  left: 45px;
  
}

#user-ong{

  position: relative;
  top: 55px;
  
   height: 40px;
}
#user-nameong{
  position: relative;
  top: 55px;
  
  left: 45px;
}
#user-numbercni{

  position: relative;
  top: 80px;
 
}

#user-profession{
  position: relative;
  top: 80px;
 
  left: 45px;
}
#user-etude{
  position: relative;
  top: 105px;
 

}

#user-projet{

  position: relative;
  top: 105px;

  left: 45px;
}

#user-lieu{
  position: relative;
  top: 130px;
 
}

#user-montant{

  position: relative;
  top: 130px;
 
  left: 45px;

}

#user-date{

  position: relative;
  top: 150px;
  
}
#date_forme{
  font-family: 'poppins';
  color: #C97131;
  position: relative;
  top: 190px;
  font-size: 18px;
  left: -400px;
  font-weight: bold;
}
#sexe{
  font-family: 'poppins';
  color: #C97131;
  position: relative;
  top: 140px;
  font-size: 23px;
  font-weight: bold;
  left: -160px;
}
#femme{
  position: relative;
  top: 165px;
  left: -260px;
  color: black;
  z-index: 5;
}
#fe{
  position: relative;
  top: 165px;
  left: -300px;
  color: #710c19;
  font-weight: 'poppins';
  font-weight: 700;
  font-size: 21px;

}
#homme{
  position: relative;
  top: 165px;
  left: -100px;
  color: black;
  z-index: 5;
}
#ho{
  position: relative;
  top: 165px;
  left: -150px;
  color: #710c19;
  font-weight: 'poppins';
  font-weight: 700;
  font-size: 21px;

}
#envoyer{
  position: relative;
  top: 220px;
  left: 400px;
  width: 150px;
  font-family: 'poppins';
  font-size: 20px;
}

#envoyer2{
  position: relative;
  top: 220px;
  left: 400px;
  width: 300px;
  font-family: 'poppins';
  font-size: 20px;
}

.lesliens2{

  position: relative;
  top: 300px;
  left: 100px;
 
  text-align: center;
  display: block;
  z-index: 12;

}

.lesliens2 h4{

  border-radius: 6px;
  color: #fff;
  background: #710c19;
  padding: 10px 15px ;
  float: left;
  margin-right: 200px ;
  font-size: 20px;

}

#lien_form{
  text-decoration: none;
}



  






















section h2{

    position: relative;
    top: 70px;    
    text-align: center;
    
    font-size: 10vw;
    color: #fff;
    font-weight: 700;
    z-index: 10;

}

section p{

    position: relative;
    top: 100px;
    
    
    text-align: center;
    
    font-size: 2vw;
    color: rgb(58, 92, 241);
    font-weight: bold;
    z-index: 30;           
}

/* style de l'indexe*/

.lesliens{

    position: relative;
    top: 300px;
    left: 100px;
   
    text-align: center;
    display: block;
    z-index: 12;

}

.lesliens h3{

    border-radius: 6px;
    color: #fff;
    background: #710c19;
    padding: 10px 15px ;
    float: left;
    margin-right: 200px ;

}

a{
    text-decoration: none;
}
.banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    flex-wrap: wrap;
}

.banner .blocks{
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../image/img.jpg);
    background-size: cover;
  }

  /* style de la page image formation*/

   
.navigation{
  position: fixed;
  margin:0;
  padding: 0;
  z-index: 10;
}
  
.menu{
  position: fixed;
  display: inline;
  
  background-color: rgba(13, 192, 236, 0.5);
  box-shadow: 0 6px 15px #333;
  width: 100%;
  padding-left: 0px;
  margin: 0;
  
}
 


.menu li{
  display: inline;
  list-style: none;
  margin-left: 35px;
  
  
}
.menu a {
  display: inline-block;
  font-weight: bold;
  color:rgb(1, 1, 87) ;
  text-decoration: none;
  padding:  5px 7px;
  margin: 3px 2px;
  
}
.menu a:hover{
  
  color: rgb(241, 243, 243);
  
}
.menu li:hover{
  background-color:rgb(1, 1, 87) ;
  border-radius: 4px;
  padding: 2px 2px;
}
.menu_connexion a{
display:inline-block;
color: #FFF;
border-radius:2px;
}
.menu_connexion li{
display:inline;
margin-left: 5px;
background-color:rgb(1, 1, 87);
border-radius:3px;
padding: 2px 2px;
}
.menu_connexion {
display:inline;
}
.menu_connexion a:hover{
color: rgb(1, 1, 87) ;
}
.menu_connexion li:hover {
background-color:rgb(241, 243, 243);
}
form{
display:inline;
margin-left:30px;

}
#search{
padding:5px;
border-radius: 30px;
  outline:none;
  padding-left:30px;
border:3px solid rgb(1, 1, 87);
margin-bottom:2px;
 width: 40px;
background:url(../image/boutonrecherche.png) right no-repeat;
transition: width 2s;
}
#search:hover{
width: 300px;

}

.media{
display:inline;
margin-left:15px;
transition: margin-top 2s;
}

#media1{
display:inline;
vertical-align:middle;
}
#media2{
display:inline;
vertical-align:middle;
margin-left:-5px;
}
#media3{
display:inline;
vertical-align:middle;
margin-left:-5px;
}
#media4{
display:inline;
vertical-align:middle;
margin-left:-5px;
}
#media5{
display:inline;
vertical-align:middle;
margin-left:-5px;
}


