body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.img-accueil {
    width: 25%;
    text-align: center ;
    margin-left: auto ;
    margin-right: auto ;
    margin-top : 100px;
    
}

.pleinepage{
  width: 100%;
  text-align: center ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top : 20px;
  
}

#bing{
     
     -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
  
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
     animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  

@media screen and (max-width: 1000px){
    .img-accueil{
        width: 50%;
    }}

    @media screen and (max-width:519px){
      .img-accueil{
          width: 60%;
      }
    }
    @media screen and (max-width: 450px){
        .img-accueil{
            width: 70%;
            margin-top: 30px;
        }}
    


nav{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 20px;
    
}


nav a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.477);
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 979px){
nav a{
  padding-left: 20px;
  padding-right: 20px;
}
}
@media screen and (max-width: 780px){
  nav a{
    padding-left: 10px;
    padding-right: 10px;
  }

}
 nav a:hover{
     color: rgb(255, 0, 115);
 }


 footer p{
   font-family: 'Raleway', sans-serif;
     text-align: center;
     margin-right: auto;
     margin-left: auto;
     font-size: 18px;
     font-weight: 200;
     padding-left: 20px;
     padding-right: 20px;
     color: rgb(0, 0, 0, 0.477);
     
 }
 
 footer{
 padding-top: 100px;
 padding-bottom: 40px;}

 .active a{
     color: rgb(255, 0, 115);
 }

 h1{
   color: #353232;
   padding-top: 20px;
   text-align: center;
   padding-left: 20px;
   padding-right: 20px;
   
   
 }
 

.space{
  height: 100px;
}
 h2{
   font-size: 20px;
   text-align: center;
   padding-left: 20px;
   padding-right: 20px;
   color: rgba(0, 0, 0, 0.477);
 }
 
 /*---------contact--------------*/

 .small{
     width: 200px;
     margin-top: 70px;
 }
 @media screen and (max-width: 450px){
   .small{
     margin-top: 30px;
   }
 }

 #contact{
    width: 550px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 120px;
    text-align: center;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

#contact h1{
    padding-bottom: 30px;
}


form{
    margin-top: 30px;
}

.champ{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    margin-bottom: 15px;
    height: 45px;
    color: rgb(0, 0, 0);
}

.bouton{
    width: 45%;
    margin-top: 45px;
    background: rgb(255, 0, 115);
    color: #fff;
    border-color: transparent;
    font-size: 21px;
    height: 45px;
    font-weight: bold;
    border-radius: 10px;
}

.bouton:hover{
    background: rgb(170, 4, 79);
    cursor: pointer;
}
.msg{
    height: 40px;
    border-radius: 20px;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.red{
    background: rgb(235, 187, 187);
}
.green{
    background: rgb(190, 224, 140);
}

@media screen and (max-width: 499px){
    #contact{
        width: 90%;
        
    }
}
/*----------illustration----------*/
p{
  font-family: 'Raleway', sans-serif;
  font-size: larger;
  font-weight: bold;
  text-align: center;
}
/*_________parallax____________*/

.parallax{
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/monkey.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px){
    .parallax{
       display: none;
        }

}

/*____________galerie_____________________________________________*/

* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    
  }
  
  .header {
    text-align: center;
    padding: 32px;
  }
  
  .row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    padding: 150px 20px 50px 20px;
  }

  @media screen and (max-width:1024px){
    .row {padding: 0px 5px 60px 0px;
      
  }}
  
  
  .column {
    -ms-flex: 33%; 
    flex: 33%;
    max-width: 33%;
    padding: 0 15px;
  }
  
  .column img {
    margin-top: 30px;
    vertical-align: middle;
    width: 100%;
    padding: 10px;
  }
  
  @media screen and (max-width: 1152px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.791);
  }
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 800px;
    
  }
  
  @media screen and (max-width: 991px){
      .modal-content{
      width: 70%;}
  }
  
  @media screen and (max-width: 767px){
      .modalcontainer{
          display: none;
      }
  }
  
  .close {
    color: white;
    background-color: rgb(255, 0, 115);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    z-index: 333;
    border-radius: 5px;
  }
  @media screen and (min-width: 991px){
    .close{
        right: 100px;
    }}
    @media screen and (min-width: 1280px){
      .close{
          right: 200px;
      }}
      @media screen and (min-width: 1400px){
        .close{
            right: 300px;
        }}
        @media screen and (min-width: 1650px){
          .close{
              right: 400px;
          }}
          @media screen and (min-width: 1860px){
            .close{
                right: 500px;
            }}
            @media screen and (min-width: 2100px){
              .close{
                  right: 600px;
              }}
              @media screen and (min-width: 2200px){
                .close{
                    right: 700px;
                }}
 
      
  
  
  .close:hover,
  .close:focus {
    color: rgb(210, 29, 110);
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 400px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(255, 255, 255);
    background-color: rgba(16, 15, 15, 0.451);
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  @media screen and (max-width: 700px){
      .prev,
  .next {top: 270px;
      
  }
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgb(255, 0, 115);
    color: #ffffff;
  }

  .numbertext {
    color: #fe01ae;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 2px 16px;
    color: rgb(255, 255, 255);
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
    
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


.icone{
  width: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  animation-name: pound;}

  #bum{
    animation-name: pound;
	-webkit-animation-name: pound;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;	
}
@keyframes pound {
	to { transform: scale(1.2); }
}
@-webkit-keyframes pound {
	to { transform: scale(1.2); }
}

.icone img{
  max-height: 50px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
}

  /*--------------------------cadeaux-------------------------------------------*/


  .conditions{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: rgb(0, 0, 0);
    font-size: 10px;
  }

  .minotaure {
    padding-top: 10px;
width: 35%;
text-align: center;
margin-left: auto;
margin-right: auto;
animation-name: zoomer;}

  @media screen and (max-width: 1335px){
    .minotaure{ width: 45%; 
    }
  }

  @media screen and (max-width: 1068px){
    .minotaure{ width: 50%; 
    }
  }

  @media screen and (max-width: 870px){
    .minotaure{ width: 60%; 
    }
  }

  @media screen and (max-width: 520px){
    .minotaure{ width: 70%; 
    }
  }

  .minotaure img{
    border-radius: 20px;
  }

  .download a{
text-decoration: none;
color: #fefefe;
font-family: 'Raleway', sans-serif;
background-color: rgb(255, 0, 115);
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
}

.download a:hover{
  background-color: rgb(175, 6, 82);
  color: #fefefe;
  }
.download{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 25px;
}

.kif{
  width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 6px 6px 3px #625c5c4c;
  border-radius: 10px;
}

@media screen and (max-width: 1335px){
  .kif{ width: 55%; 
  }
}

@media screen and (max-width: 1068px){
  .kif{ width: 70%; 
  }
}

@media screen and (max-width: 870px){
  .kif{ width: 80%; 
  }
}

@media screen and (max-width: 520px){
  .kif{ width: 90%; 
  }
}

.kif img{
  border-radius: 10px;

  
}

h3{
  padding-top: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Raleway', sans-serif;
  color: rgb(255, 0, 115);
}
@media screen and (max-width: 1335px){
  h3{ padding-top: 50px;
  }
}

@media screen and (max-width: 500px){
  h3{ padding-top: 30px; 
  }
  p{
    font-size: 15px;
  }
  footer p{
    font-size: 12px;
  }
  .conditions p{
    font-size: 10px;
  }
}
#floater{
	animation-name: floater;
	-webkit-animation-name: floater;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;	
}

@keyframes floater {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floater {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}


/*_______________________________menu pour téléphone_______________________*/


@media screen and (min-width: 769px){
  .mobile-container{
    display: none;
  }
}
@media screen and (max-width: 768px){
  nav{
    display: none;
  }
.topnav {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.41);
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  font-family: 'Raleway', sans-serif;
  color: rgb(0, 0, 0, 0.477);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  text-align: center;
  
}
.topnav a:hover{
  color:rgb(150, 92, 118);
}

.topnav a.icon {
  background:url(images/menu.svg);
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 70px;
 background-repeat: no-repeat;
  }

.active {
  background-color: rgb(255, 0, 115);
  color: white;
  height: 80px;
}
.encours a{
 font-weight: bolder;
 color: rgb(255, 0, 115);
}
}



/*__________________________________DESIGN ET WEB_________________________________*/


.overlay-image {
  position: relative;
  width: 100%;
  
 }
 .overlay-image .image {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 30px;
 }
.overlay-image .hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  
  
 }
 .overlay-image:hover .hover {
  opacity: 1;
 }

 .grid{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin-top: 200px;
  text-align: center;
  margin-right: 250px;
  margin-left: 250px;
 }

 @media screen and (max-width: 1625px){
.grid{
  margin-top: 150px;
  margin-right: 150px;
  margin-left: 150px;
}
.overlay-image .image{
  padding: 10px;
}


 }
 @media screen and (max-width: 1200px){
   .grid{
     grid-template-columns: 50% 50%;
     margin-top: 100px;
     margin-right: 100px;
  margin-left: 100px;
   }
 }
 @media screen and (max-width: 1050px){
   .grid{
    margin-right: 30px;
    margin-left: 30px;

   }
 }

 @media screen and (max-width: 767px){
   .grid{
     grid-template-columns: 100%;
   }
 }

 .warning{
   font-family: 'raleway', sans-serif;
   font-size: 30px;
   color: rgba(255, 0, 115, 0.224);
   font-weight: bold;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
 }
 
 .coeur{
   width: 100%;
 }
 
 

