/*-----------------------------------------------------------GÉNÉRALITÉ------------------------------------------------------------*/
            /*colors: Purple = #8C1243;
            Red = #C0213E;
            Orange = #E6863C; 
            Blue = #49B3BF*/
* {
  font-family: Made Tommy Soft;
 width: 100%;
}
*:focus{
  -moz-appearance:none;
  outline:0px none transparent;}

html {
  height:100%;
}

body{
  min-height: 100%;
  background-color: #C0213E;
  margin:0;
  padding: 0;
  box-sizing: 100%;
  position: relative;
}

header::after {
  content:'';
  display: table;
  clear: both;
  }
header{
  margin-bottom: 5%;
}
nav {
  text-transform: uppercase;
  justify-content: center;
  

}
a{
  text-decoration: none;
  color: transparent;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
}
h1 {
font-size: 4vw;
text-transform: uppercase;
text-align: center;
color: transparent;
text-shadow: 1px 1px 5px rgba(255, 255, 255, .4),
0 0 0 black;
}
/*------------------------------------------------------Nav-bar de l'accueil-----------------------------------------------------*/

.nav-bar-accueil ul {
  text-align: center;
  justify-content: center;
  padding: 0;
}

.nav-bar-accueil  ul li{
  text-decoration: none;
  list-style: none;
  display: inline-block;
  margin:1%;
  border-radius: 5mm;
  padding: 1%;
  height: 25px;
  width: 125px;
  vertical-align: middle;
  background: #C0213E;
  box-shadow:  5px 5px 10px #a31c35,
            -5px -5px 10px #dd2647;
}
.nav-bar-accueil  ul li:hover{
border-radius: 5mm;
background: #C0213E;
box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;

}
.nav-bar-accueil ul li a {
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
}
/*------------------------------------------------------Nav-bar ds pages-----------------------------------------------------*/
.nav-bar-page ul {
  text-align: center;
  justify-content: center;
  padding: 0;

}
.nav-bar-page .home{
  float: left;
  margin-left: 2%;
  border-radius: 50%;
  background: #C0213E;
  width: 25px;
  box-shadow:  5px 5px 10px #a31c35,
               -5px -5px 10px #dd2647;
  }


.home a i{
  color: transparent;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
}

.nav-bar-page .home:hover{
  border-radius:50%;
  background: #C0213E;
  box-shadow: inset 5px 5px 10px #a31c35,
              inset -5px -5px 10px #dd2647;
  }

.nav-bar-page ul li{
  float: right;
  text-decoration: none;
  list-style: none;
  margin-top: 1%;
  margin-right:3%;
  margin-bottom: 3%;
  border-radius: 5mm;
  padding: 1%;
  height: 25px;
  width: 125px;
  vertical-align: middle;
  background: #C0213E;
  box-shadow:  5px 5px 10px #a31c35,
            -5px -5px 10px #dd2647;
}
.nav-bar-page ul li:hover{
border-radius: 5mm;
background: #C0213E;
box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;

}
.nav-bar-page ul li a {
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
}


/*------------------------------------------------------Page d'accueil-----------------------------------------------------*/
.accueil{
  padding-bottom:20em;
  display: inline-block;
  margin: auto;
}
#bonjour{
  margin: 0 auto 3% auto;
  width:40%;
  text-align: center;
  font-size: 2.4em;
  border-radius: 5mm;
  background: #C0213E;
  box-shadow:  5px 5px 28px #961a30,
               -5px -5px 28px #ea284c;
padding:3%
}

#bonjour span{
  font-family: AsianPride;
}


/*------------------------------------------------------Page A Propos-----------------------------------------------------*/

.a_propos{
  padding-bottom:20em;
}
#a_propos {
max-width: 2000px;
width:70%;
height: 300px;
margin: auto;
margin-top: 40px;
border-radius: 5mm;
background: #C0213E;
box-shadow:  18px 18px 37px #a31c35,
             -18px -18px 37px #dd2647;
padding-bottom:20em ;
text-align: center;
}

#a_propos h1{
  padding-top: 10px;
}

#a_propos p{
  width:80%;
  margin:auto;
  padding-top:4%;
  font-size: 1.5em;
  color: transparent;
  text-shadow: .5px .5px 2px rgba(255, 255, 255, .25),
              0 0 0 black;
}
#plus_dinspi{
  font-size: .5em;
  color: transparent;
  text-shadow: .5px .5px 2px rgba(255, 255, 255, .25),
              0 0 0 black;
}

#a_propos p a{
text-decoration: underline;
color: transparent;
text-shadow: .5px .5px 2px rgba(255, 255, 255, .25),
              0 0 0 black;
}
#a_propos p a:hover{
opacity:50%;
text-decoration: none;
  }

/*------------------------------------------------------Page Galerie-----------------------------------------------------*/


#grid{
  max-width: 1300px;
  width: 90%;
  height: auto;
  margin: 30px auto;
  display: grid;
  padding-bottom:20em ;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  grid-gap: 30px;
  
}
.grid-items{
  width: 300px;
  height: 225px;
  border-radius: 10mm;
  padding: 10px;
  background: #C0213E;
  box-shadow: inset 5px 5px 10px #a31c35,
              inset -5px -5px 10px #dd2647
}

/*------------------------------------------------------Page Contact-----------------------------------------------------*/


#formulaire{
  padding:0 5% 80em 0;
  margin:auto;
  width: 50%;
}


.opt{
all: none;
float: right;
border-radius: 36px;
background: #C0213E;
box-shadow: inset 5px 5px 15px #a31c35,
            inset -5px -5px 15px #dd2647;
width: 80%;
padding: 5%;
}
input{
  caret-color: white;
}

::placeholder {
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
  font-size: 1em;
}
:focus::placeholder {
  opacity: .3;
}
.champ{
  width: 50%;
  margin:1% 22.5% 1% 22.5%;
  padding: 2.5%;
  border:none;
  border-radius: 5mm;
    text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
  background: #C0213E;
  box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;
}

#mess{

    text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
  width:60%;
  height: 200px;
  margin:1% 17.5% 6% 17.5%;
  padding: 3.5%;
  border:none;
  border-radius: 5mm;
  background: #C0213E;
  box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;
}

textarea{
    text-decoration: none;
  font-size: 1.3em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
  resize:none;

  border-radius: 5mm;
  border:none;
  background: #C0213E;
  box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;
}
textarea:focus{
  cursor:text;
  outline:0px none transparent;
  caret-color: white;
}
#send{
  width:80%;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 500;
  color: transparent;
  text-shadow: .5px .5px 5px rgba(255, 255, 255, .4),
                0 0 0 black;
  border:none;
  border-radius:5mm;
  background: #C0213E;
  box-shadow:  5px 5px 10px #a31c35,
            -5px -5px 10px #dd2647;
  padding:2%;
  margin-left: 10%;
}
#send:hover{
border-radius: 5mm;
background: #C0213E;
box-shadow: inset 5px 5px 10px #a31c35,
            inset -5px -5px 10px #dd2647;
}


.popup {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.4);
}

.popup-content {

  background-color: #49B3BF;
  margin:20% auto; 
  padding: 1% 2%;
  border: none;
  width: 50%;
  justify-content: center;
  align-self: center;
}

#merci{
  text-align: center;
  font-size: 2em;
  margin:0 0 7% 0;

}
.close {
  margin: 0;
  text-align: left;
  color: #f0f0f0;
  text-shadow: 1px 2px 4px #555;
  font-size: 3em;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color:transparent;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .3),
  0 0 0 black;
  text-decoration: none;
  cursor: pointer;
}
/*------------------------------------------------------FOOTER-----------------------------------------------------*/


footer {
  position:relative;
}

footer div{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E6863C;
  height: 4em;
  width: 100vw;
  padding-top: 40px;
}
.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 40% 3rem 38%;
}
.socials li{
  margin: 0 10px;
}
.socials a{
  text-decoration: none;
}
.socials a i{
  font-size: 2rem;
  border-radius: 5mm;
  padding-top:10px;
  width:50px;
  height:40px;
 
  vertical-align: middle;
  background: #E6863C;
  color:transparent;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, .3),
  0 0 0 black;
  box-shadow:  5px 5px 10px #c47233,
               -5px -5px 10px #ff9a45;           
}
.socials a:hover i{
  border-radius: 5mm;
  background: #E6863C;
  box-shadow: inset 5px 5px 10px #c47233,
              inset -5px -5px 10px #ff9a45;
}




