    

*
{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}



.bulle
{
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-shadow: inset 0 0 25px  rgba(255, 255, 255, 0.25);  
	animation: animate 8s ease-in-out infinite;
}
.bulle:nth-child(2)
{
  position:relative;
  zoom: 0.45;
  left: -10px;
  top: -100px;
  animation-delay: -4s;
}
.bulle:nth-child(3)
{
  position:relative;
  zoom: 0.25;
  right: -80px;
  top: -300px;
  animation-delay: -6s;
}
.bulle:nth-child(4)
{
  position:relative;
  zoom: 0.25;
  right: -120px;
  bottom: -90px;
  animation-delay: -3s;
}
.bulle:nth-child(5)
{
  position:relative;
  zoom: 0.5;
  right: 20px;
  bottom: -150px;
  animation-delay: -5s;
}

@keyframes animate 
{
	0%,100%
	{
		transform: translateY(-20px);
  }
  50%
  {
  	transform: translateY(20px);
  }
}  

.bulle::before
{
	content: '';
	position: absolute;
	top: 25%;
	left: 25%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffff;
	z-index: 10;
	filter: blur(2px);
}
.bulle::after
{
	content: '';
	position: absolute;
	top: 45%;
	left:40%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffff;
	z-index: 10;
	filter: blur(2px);

}

.bulle span 
{
	position: absolute;
	border-radius: 50%;
}
.bulle span:nth-child(1)
{
	inset: 10px;
	border-left: 15px solid #0fb4ff;
	filter: blur(8px); 
}
.bulle span:nth-child(2)
{
	inset: 10px;
	border-right: 15px solid #ff4484;
	filter: blur(8px);
}
.bulle span:nth-child(3)
{
	inset: 20px;
	border-top: 15px solid #ffeb3b;
	filter: blur(8px);
}
.bulle span:nth-child(4)
{
	inset: 30px;
	border-left: 15px solid #ff4484;
	filter: blur(12px);
}

.bulle span:nth-child(5)
{
	inset: 10px;
	border-bottom: 10px solid #ffff;
	filter:blur(8px);
	transform: rotate(330deg);
	
}
 
.side_bar{
    background-color: #1031ec;
    height: 120px;
}
header{
    width: 1350px;
    height: auto;
    
}
.banner{
    margin: 0;
    background-image: url(Produits-courriers-la-poste.jpg);
    background-repeat: no-repeat;
    background-size: cover ;
    filter: contrast(100%);
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.footer1{
   margin: 0;
   height: 330px;
   display: flex;
   
   justify-content: space-around;
   background-color: #005BAA;
    
}
.footer1 a{
    color: #ffff;
    text-decoration: none;
}
.footer1 li{
    color: #ffff;
    
    font-size: 1.1em;
    margin-bottom: 20px;
   
}
.log{
    margin-top: 20px;
}
.image{
    margin-top: 60px;
}

.footer2{
    background-color: #eeff00;
    padding: 25px;
    text-align: center;
}
.footer2 p{
    font-size: 1.3em;
    color: #00008B;
    filter: contrast(1.75);
    
}
.footer2 a{
    color: #000;
    filter: contrast(1.75)
    
    
}

h1{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    font-size: 40px;
	font-weight: bold;
	background: linear-gradient(50deg, #005baa 30%,#eeff00 70%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

h3{
   
    color: #005baa;
    font-size: 1.5em;
    margin-top: 20px;
    text-align: center;
    
}
span{
    color: #ffff;
    font-size: 1.3em;
    font-weight: 600;
    margin-left: 15px;
    
    
}


.intra_urbaine p{
    color: #ffff;
    margin-left: 20px;
    width: 230px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
  
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
}
h2{
    text-align: center;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    color: #005baa;
    text-decoration: dashed;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 5px;
    border-color:#005baa;
    
}

.categorie_colis_postaux{
   height: 450px;
   background-image: url(font.jpg);
   display: flex;
   justify-content: space-around;
   border-radius: 30px;
   margin-bottom: 40px;
}

.posteclaire{
   display: flex;
   justify-content: space-around;
   background-image: url(font.jpg);
   border-radius: 30px;
   margin-bottom: 40px;

}


form{
    background-color: #005baa;
    height: 340px;
    width: 280px;
    border-radius: 25px;   
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px;
    box-shadow: 0 0 15px #252121;
    margin-top: 30px;
    border: 3mm ridge rgba(224, 235, 8, 0.932);
    filter: contrast(1.75);
    
}
.affichage{
    width: 290px;
    height: 320px;
    position: relative;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    background-color: rgb(252, 253, 253);
    text-align: center;
    border-radius: 20px;
    color: #134979;
    margin-top: 90px;
    border: 3mm ridge #005baa;
    filter: contrast(1.75);
    
}

#country{
    position: relative;
    padding: 9px;
    width: 180px;
    border-radius: 5px;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    margin-left: 10px;
    margin-top: 20px;
}
#ville{
   
    padding: 9px;
    width: 180px;
    border-radius: 5px;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    margin-top: 10px;
    margin-left: 10px;
   
}
.ville{
    display: flex;
    flex-direction: column;
}

#poids{
    position: relative;
    width: 100px;
    padding: 9px;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 0px;
    
}
#poid{
    
    width: 100px;
    padding: 9px;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}
.poids{
    
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 20px;
}
input{
    position: relative;
    padding: 5px;
    width: 110px;
    font-style: italic;
    font-weight: 700px;
    font-family: Robot, sans-serif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    border-radius: 25px;
    margin-left: 100px;
    color: rgb(242, 247, 252);
    background-color: #7e8603;
    border-color: #eeff00;
  
}

input:hover{
    background-color: rgb(184, 187, 1);
    border-color: rgb(184, 187, 1);
    color: rgb(247, 247, 248);
}


.formulaire{
    height: auto;
}
.def {
    margin-top:20px;
}
.def p{
    float: bottom;
    
}

.intra_urbain p{
     color: #fff;
}


/* Smartphone*/
 @media screen and (max-width: 600px) {
    header{
        width: 100%;
        height: auto;
    }
    .banner{
        height: 100%;
      
    }
    .formulaire{
	     display: flex;
	     flex-direction: column;
    }
  
      .categorie_colis_postaux{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .posteclaire{
       display: flex;
       justify-content: space-around;
	   flex-direction: column;
       background-image: url(font.jpg);
	   text-align: center;
       margin-bottom: 20px;
    }
  
    form{
	  margin-left: 70px;
    }
   
    .def p{
	  text-align: center;
	 filter: contrast(1.0);
    }
	
   .poids{
	  margin-left: 10px;
	
   }
   
   .footer1{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
         
    }
    .log{
 	     position: relative;
	     text-align: center;
	    
    }
   
    
    .footer1 li{
        text-align: center;
    }
     
    span{
	  margin-left: 5px;
    }
    
    #poids{
	   margin-left: 70px;
    }
    #ville{
	   margin-left: 20px;
    }
    .affichage{
	    text-align: center;
	     position: relative;
    }
  
   
 }
