body{
	margin:1%;
}

.contenant{
	background-color: #FF21BB  ;
	padding: 1% 1% 10% 1%;
	width:98%;
	height:100px
	display:inline-block;
	vertical-align:top;
}

.p{
   position: absolute;
  text-align: left;
  text-align: top;
}

.lien  {
	color: blue;
	  }
.lien a {
	   text-decoration:none;
	   color:blue;
	}
.lien a:hover{
	color: orange;
	}


h1{
	font-family: raleway, sans-serif;
    font-size: 2000%;
    font-style: normal;
    text-align: center ;
    display:flex;
    color:#2843E5;
    position: relative;
    width: 300px;
   height: 300px;
   margin: 10px;
    position:right;
    animation-duration: 0.3s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
    }

    .h1:hover{
      animation: none;
       }

    @keyframes clignoter {
      0%  {opacity:0,5;  }
      50%  {opacity:0;  }
      100% {opacity:0,5;  }
    }

    h2{
	font-family:raleway, sans-serif;
    font-size: 100%;
    font-style: normal;
    text-align: center ;
    display:flex;
    color:#2843E5;
    position:right;
    }



   .boitemenue{
	background-color:#3651D6 ;
	display:inline-block;
	vertical-align:top;
	margin-left:17%;
	padding:1%;
	width:40%;
	font-family: raleway, sans-serif;
    font-size: 150%;
	font-weight: 400;
    font-style: normal;
    padding-left:10%;
    padding-right:10%;
    border-radius: 20px;
    position:center;
    text-align: center;
    margin-bottom: 70px;
}


 .boitemenue a {
	text-decoration: none;
	    color:white;
	}
.boitemenue a:hover{
	color: orange;
	}


.contenant2{
	background-color:#9821FF ;
	padding:1%;
	width:85%;
	display:flex;
	text-align: center;
}


.colonne1{
	color:#red;
	background-color:#52FFB5  ;
    flex: 1 1 10px;
    margin:1%;
    padding: 1% 1% 1% 1%;
    text-align: center;
    margin-left: 9%;
    animation-duration: 5s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}

.colonne1:hover{
  animation: none;
   }

@keyframes clignoter {
  0%  {opacity:1;  }
  50%  {opacity:0;  }
  100% {opacity:1;  }
}

.colonne2{
	color:#2843E5;
	background-color:#E3821  ;
    flex: 1 1 10px;
    margin:1%;
    padding: 1% 1% 1% 1%;
    text-align: center;
	margin-right: 9%

}

.conteneur-image{
	line-height:1;
  width:1000px;
	background-color:#E5678  ;
    border-radius: 20px;
    overflow:hidden;
	transition-duration:1s;
	transition-delay:0.5s;
	padding: 12px;

}

.texte{
	line-height:1,2;
    background-color:white ;
	padding:12 px;
	margin:2%;
    font-family: raleway, sans-serif;


}

.collages{
        width:1000px;

}

p{
	font-weight: 500;
	font-size: 20px ;
    font-style: normal;
    text-align: left;
	padding: 12px;
}

.baniere img{
	width: 100%;
	height: 30%;
	}


  .boitefin {
  	color: white;
  	font-family: raleway, sans-serif;
      font-style: normal;
      border-radius: 25px;
      position:center;
      text-align: center;
      background-color:#3651D6 ;
  	width: 98%;
  	height: 50%;
     display:inline-block;
     margin-top:20px;
     font-size: 15px;
     animation-duration: 3s;
     animation-name: clignoter;
     animation-iteration-count: infinite;
     transition: none;
   }

  .boitefin:hover{
  	animation: none;
  	 }

  @keyframes clignoter {
  	0%  {opacity:1;  }
  	50%  {opacity:0;  }
  	100% {opacity:1;  }
  }
