/* Page Index */

h1{
   font-family: 'CinzelDecorative', Georgia, Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
}

/* Bannière */

#accroche{
   position: relative;
   margin: 70px auto 20px;
   width: 80%;
   height: 30vw;
   border: 1px solid #181818;
   border-top: 20px solid #000;
   border-radius: 7px;
   box-shadow: 3px 3px 10px gray;

}

#canvas{
   overflow: hidden;
   margin: 0;
   width: 100%;
   height: 100%;
}

#accroche_description{
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 0px 0px 5px 5px;
  width: 70%;
  border: solid rgba(256, 256, 256, 0.7) 2px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  background-color: rgba(256, 256, 256, 0.7);
  color: black;
  font-family: Poppins, Roboto, Cambria, sans-serif;
  font-size: 1.7em;
  box-shadow: 1px -4px 10px #DDD;
}

#accroche_description::selection{
   background-color: salmon;
   color: white;
}

/*section{
  margin-top: 60px;
}

section p, ul, li{
   font-size: 1.5em;
}
   
section p{
   margin-bottom: 60px;

}

section h2{
   text-align: center;
}
*/


section h1{
    font-size: 1.4em;
    text-decoration: none;
    text-align: left;
    margin: 20px;
    transition: transform 0.4s ease-in;
    font-family: Roboto, Cambria, serif;
    font-weight: bold;
    transition: all 0.7s ease-in;
}

section p, p{
    text-align: left;
    font-size: 1.3rem;
    padding: 20px;
}

/*
section h1::before{
   content: " ";
   display: inline-block;
   width: 0px;
   height: 10px;
   line-height: 20px;
   background-color: black;
   vertical-align: middle;
   margin-right: 20px;
}

section h1:hover::before{
   width: 30px; 
   background-color: #641e16;
   transition: all 0.7s ease-in;
   
}

section h1:hover{
   transform: translate(30px);
   color: #641e16;
}


#apres_creation{
   border: 3px solid #181818;
   background-color: rgb(208,208,208);
   padding: 20px;
   margin-bottom: 50px;
}

#btn{
    font-size: 1.3em;
    background-color: blue;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px;
    margin-left: 10px;
    border: 2px solid rgb(34, 66, 124);
}

#btn:hover{
   box-shadow: 2px 5px 10px black;
}

#btn:active{
   background-color: red;
}


#liste_formules{
   list-style-type: square;
}

#zone_clientele{
    text-align: center;
}
*/



/* Panneaux de tarifs */


.flexContainer {

  width:100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}


.fourCards {
  width: 300px;
  height: 520px;
  margin: 30px;
  position: relative;
  transition:  0.2s ease-in;
  box-shadow:0px 10px 30px black;
}

.fourCards:hover {
  transform: scale(1.1);
}

.header {
  height: 200px;
  width: 300px;
  position: relative;
  background: rgba(137, 196, 244,0.5);
  background: red;
}

.header h2 {
    margin: 0;
    position: relative;
    top: 130px;
    text-align: center;
    font-family: 'Lato';
    font-size: 15px;
}

.h0{
   background: rgb(231, 62, 1);
   background: linear-gradient(to left, red, rgb(241, 100, 100));

}

.h0 .price{
   background: rgba(231, 62, 1, 0.5);
}

.h1{
   background: rgb(127, 221, 76);
   background: linear-gradient(to right, rgb(127, 221, 76), green);
}

.h1 .price{
   background: rgba(127, 221, 76, 0.5);
}

.h2{
     background: rgb(255, 228, 54);
    background: linear-gradient(to right, rgb(255, 228, 54), yellow);

}

.h2 .price{
   background: rgba(255, 228, 54, 0.5);
}

.h3{
   background: rgb(120, 50, 200);
   background: linear-gradient(to right, rgb(120, 50, 200), violet);
}

.h3 .price{
   background: rgba(120, 50, 200, 0.5);

}

#spanPrix {
  font-size: 30px;
  text-shadow: 1px 0 0 #FFF, 1px 1px 0 #FFF, 0 1px 0 #FFF, -1px 1px 0 #FFF, -1px 0 0 #FFF, -1px -1px 0 #FFF, 0 -1px 0 #FFF, 1px -1px 0 #181818;
}

.price {
  height: 120px;
  width: 300px;
  background: rgba(137, 196, 244,0.5);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  position: absolute;
  top: 0;
  font-size: 'CinzelDecorative', Georgia, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.price h1 {
  margin: 0;
  text-align: center;
 /*font-family: 'Francois One';*/
 font-size: 30px;
 position: relative;
 top: 30px;
 color: white;
 text-shadow: 2px 0 0 #181818, 1px 1px 0 #181818, 0 1px 0 #181818, -1px 1px 0 #181818, -1px 0 0 #181818, -1px -1px 0 #181818, 0 -1px 0 #181818, 1px -1px 0 #181818;
}


.details {
  background: white;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-family: 'Lato';
  transition: all 0.2s ease-in;
}

.details:hover {
 background: rgba(181, 208, 230,0.1);
}


#btn {
  background: white;
  height: 80px;
  
}

#btn a {
  text-decoration: none;
  font-family: 'lato';
  height: 50px;
  width: 120px;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 50px;
  position: relative;
  top: 10px;
  border-radius: 30px;
  border:1px solid #22A7F0;
  transition: all 0.2s ease-in;
}


#btn a:hover   {
  background: rgba(34, 167, 240, 0.8);
  color: white;
}

/* Zone Page Facebook SC Web Actus */

#paragraphe_facebook{
   text-align: center;
   font-size: 1.3em;
   margin-bottom: 30px;
}

#paragraphe_facebook img{
   vertical-align: -19px;
   margin: 10px;
   width: 40px;
   height: 40px;
   transition: transform 0.4s ease-out;
   
}

#paragraphe_facebook img:hover{
   transform: rotate(360deg);
}

/*  BNs animés */

/*body{
  background-color: #f1f1f1;
}*/

#conteneur_bns{
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px;
}

.bn{
  color: red;
  background-color: #fff;
  height: 300px;
  width: 300px;
  border: thick double salmon;
  border-radius: 10px;
  font-size: 28px;
  box-shadow: 2px 3px 10px grey, -2px 3px 10px grey, 3px -3px 10px grey;
  text-align: center;
  margin: 20px;
}

.bn p{
  position: relative;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b1::before, .b1::after{
  content: "Rêve d'entreprise";
  display: block;
  opacity: 0;
  color: white;
  background-color: #1b728c;
  height: 150px;
  line-height: 150px;
  width: 300px;
  text-align: center;
  
  position: absolute;
  transition: transform 1s ease-in, opacity 1s ease-in;
  z-index: 10;
}

.b1::before{
    content: "Rêve d'entreprise";
    transform: translateY(-156px) translateX(-10px);
    opacity: 1;
}

.b1:hover::before{
  opacity: 1;
  transform: translateX(-10px) translateY(-5px);
}

.b1::after{
  content: "70€ HT";
  opacity: 1;
  transform: translateY(230px) translateX(-10px);
}

.b1:hover::after{
  opacity: 1; 
  transform: translateX(-10px) translateY(78px);
}

.b2::before, .b2::after{
  content: "1 Page complète";
  display: block;
  opacity: 1;
  color: white;
  background-color: #1b728c;
  height: 150px;
  line-height: 150px;
  width: 300px;
  text-align: center;
  
  position: absolute;
  transition: transform 1s ease-in, opacity 1s ease-in;
  z-index: 10;
}

.b2::before{
    content: "1 Page complète";
    transform: translateY(-156px) translateX(-10px);
    opacity: 1;
}

.b2:hover::before{
  opacity: 1;
  transform: translateX(-10px) translateY(-5px);
}

.b2::after{
  content: "300€ HT";
  opacity: 1;
  transform: translateY(264px) translateX(-10px);
}

.b2:hover::after{
  opacity: 1; 
  transform: translateX(-10px) translateY(112px);
}

.b3::before, .b3::after{
  content: "Site Classique";
  display: block;
  opacity: 1;
  color: white;
  background-color: #1b728c;
  height: 150px;
  line-height: 150px;
  width: 300px;
  text-align: center;
  
  position: absolute;
  transition: transform 1s ease-in, opacity 1s ease-in;
  z-index: 10;
}

.b3::before{
    content: "Site Classique";
    transform: translateY(-156px) translateX(-10px);
    opacity: 1;
}

.b3:hover::before{
  opacity: 1;
  transform: translateX(-10px) translateY(-5px);
}

.b3::after{
  content: "700€ HT";
  opacity: 1;
  transform: translateY(264px) translateX(-10px);
}

.b3:hover::after{
  opacity: 1; 
  transform: translateX(-10px) translateY(112px);
}

.b4::before, .b4::after{
  content: "Rêve d'entreprise";
  display: block;
  opacity: 0;
  color: white;
  background-color: #1b728c;
  height: 150px;
  line-height: 150px;
  width: 300px;
  text-align: center;
  
  position: absolute;
  transition: transform 1s ease-in, opacity 1s ease-in;
  z-index: 10;
}

.b4::before{
    content: "Identité propre";
    transform: translateY(-156px) translateX(-10px);
    opacity: 1;
}

.b4:hover::before{
  opacity: 1;
  transform: translateX(-10px) translateY(-5px);
}

.b4::after{
  content: "800€ HT";
  opacity: 1;
  transform: translateY(230px) translateX(-10px);
}

.b4:hover::after{
  opacity: 1; 
  transform: translateX(-10px) translateY(78px);
}

.scrollActif{
    background-color: red;
}

@media all and (max-width: 1500px){
    #accroche_description{
      left: 10%;
      top: 10%;
      width: 70%;
      height: 30px;
      line-height: 30px;
      /*padding-left: 20px;*/
      font-size: 1.2em;
    }
    
}


@media all and (max-width: 1000px){
    #canvas{
        display: none;
    }
    
    #accroche_description{
        display: none;
    }
    
    #accroche{
        display: none;
    }
    
    /*.btn{
       height: 50px;
       width: 50px;
       background: crimson;
       border-radius: 50%;
       display: flex;
       justify-content: center;
       align-items: center;
       position: fixed;
       right: 20px;
       bottom: 20px;
       cursor: pointer;
   }*/

   .icone{
       width: 25px;
   }

}


/* Rajout au samedi 12 janvier */

/* Sur Code Pen Version finalisée */

/* Resets */

/**, html, body, ::after, ::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/



/* Page Web */

/*body{
  font-family: "Times New Roman", Cambria, serif;
  color: #181818;
  width: 80%;
  margin: auto;
}*/

/* Page Index */

section #apres_creation p::selection {
    color: white;
    background-color: black;
}

/* Section */
.premiere_lettre{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 5rem;
	font-weight: bold;
	color: #2c0404;
	text-shadow: -4px 5px 0px #DDD;
	vertical-align: middle;
	line-height: 5rem;
}

section{
  /*margin-top: 60px;*/
}

section p, #apres_creation p{
   font-size: 1.6rem;
   margin-bottom: 20px;
   text-align: left;
   
}

section p{
    line-height: 3.5rem;
}

/*section:not(#site_one_page section){
  margin-top: 60px;
}

section p, ul:not(#site_one_page ul), li:not(#site_one_page li){
   font-size: 1.5em;
}*/


section h2, #apres_creation h2{
   text-align: center;
   font-family: 'Roboto', serif;
   font-size: 1.3em;
   padding: 20px;
   text-align: center;
}

#etapes_projet_web, #apres_creation h2{
   border: 10px solid white;
   border-radius: 5px;
   box-shadow: 3px 3px 5px black, 3px -3px 5px gray;
   padding: 20px;
   background-color: salmon;
   color: white;
   text-shadow: 3px 3px 3px black;
   font-size: 2.3rem;
}

#p_etapes_projet_web:first-child{
  margin-top: 30px;
}

.titres_etapes{
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: underline;
}

#apres_creation h2{
   font-size: 2.3rem;
}

section h1{
    transition: transform 0.4s ease-in;
    font-family: "Quick Sand Light", Roboto, Cambria, serif;
    transition: all 0.7s ease-in;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(#2bc2b8, #16606e);
    /*background: linear-gradient(#0f427e, #1a2027);*/
    color: white;
    box-shadow: 2px 2px 2px black;
}

section{
    background-color: #EDF2F4;
    border-radius: 10px;
}

section:first-child h1{
    /*background: linear-gradient(#0f427e, #1a2027);*/
    background: linear-gradient(red, salmon);
}

section h1::before{
   content: " ";
   display: inline-block;
   width: 0px;
   height: 10px;
   line-height: 20px;
   background-color: black;
   vertical-align: middle;
   margin-right: 20px;
}  

#apres_creation{
   border: 3px solid salmon;
   background-color: white;
   padding: 20px;
   margin-bottom: 50px;
   box-shadow: 2px 2px 5px black, -2px 2px 5px black, 2px -2px 5px black;
   
}

#btn{
    font-size: 1.3em;
    background-color: blue;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px;
    margin-left: 10px;
    border: 2px solid rgb(34, 66, 124);
}

#btn:hover{
   box-shadow: 2px 5px 10px black;
}

#btn:active{
   background-color: red;
}

/*
section p:nth-child(even){
  margin-bottom: 30px;
  text-align: right;
  position: relative;
  left: -1000px;
  opacity: 0;
  transition: transform 1s;
}

section p:nth-child(odd){
  text-align: left;
  position: relative;
  left: 1000px;
  opacity: 0;
  transition: transform 1s, opacity 3s;
}
*/

section{
    margin-top: 20px;
}

#liste_formules{
   list-style-type: square;
}

#zone_clientele{
    text-align: center;
}


.images_sites{
    text-align: center;
    margin: 10px;
}

/* Tableau Etapes Site Web */

table{
  margin: auto;
  padding: 10px;
  margin-top: 50px;
}

th{
  font-size: 1.5em;
}

td{
  width: 150px;
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.3em;
}

td:hover{
  transform: scale(1.2);
}



