@font-face {
    font-family: "louisgeorgecafebold";
    src: url("../fonts/louis_george_cafe/Louis_George_Cafe_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "louisgeorgecafe";
  src: url("../fonts/louis_george_cafe/Louis_George_Cafe.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background-color: aliceblue;
  }
  
  
  #h1nav {
    font-family: 'louisgeorgecafebold';
    font-size: 2.5rem;
    text-align: left;
    padding-left:3%;
    color: #FFFFFF;
  }
  
  #h2nav {
    position: relative;
    top: 10px;
    font-size:1rem;
    text-align: left;
    padding-left: 1%;
    color: #FFFFFF;
  }
  
  
  nav {
    background:  #140dbe;
    /*pas toucher en dessous*/
    display: flex;
    margin-bottom: 0;
    
  }
  
  nav ul {
    position: relative;
    top: 25px;
    padding: 0;
    list-style-type: none;
    flex: 2;
    display: flex;
  }
  
  nav li {
    display: inline;
    text-align: center;
    flex: 1;
  }
  
  nav a {
    font-family: 'louisgeorgecafebold';
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: none;
    color: #FFFFFF;
  }
  
  #h1nav a{
    color:inherit;
    text-decoration: none;
  }
  
  /*bouton*/

  button {
    font-size: 18px;
    color: #e1e1e1;
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  button:focus,
  button:hover {
    color: #fff;
  }
  
  button:focus:after,
  button:hover:after {
    width: 100%;
    left: 0%;
  }
  
  button:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

  /*bouton contact*/

  .animated-button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #FFFFFF;
    box-shadow: 0 0 0 2px #1910f1;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    font-family: 'louisgeorgecafebold';

  }
  
  .animated-button span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .animated-button span:first-child {
    position: relative;
    z-index: 1;
  }
  
  .animated-button:hover {
    color: #1910f1;
    font-family: 'louisgeorgecafebold';

  }
  
  .animated-button:active {
    scale: 0.95;
  }
  
  .animated-button:hover span:last-child {
    width: 150px;
    height: 150px;
    opacity: 1;
  }
  
  /*premiere grosse div*/

  .l1box1h1 {
    font-family: 'louisgeorgecafebold';
    font-size: 4rem;
    text-align: left;
    padding-left:3%;
  }

  .largebox1 {
  margin-top: 0; 
  display: flex;

  }

  .l1box1{
    flex: 3 1 200px;
    background-color: aliceblue;
    background-image: radial-gradient(rgba(0, 0, 0, 0.171) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
  }

  .l1box1p1 {
    font-family: 'louisgeorgecafebold';
    font-size: 2.8rem;
    text-align: justify;
    margin-right: 1%;
    margin-left: 1%;
  }

  .pblue {
    color: #140DBE;
    text-decoration: underline;
  }

  .l1box2{
    background: #140DBE;
    flex: 1 1 200px;

  }


  #codeimg {
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 6%;
    margin-bottom: 6%;

  }

  /*deuxieme grosse div*/


  .largebox2 {
    margin: 2%;
    display: flex;
  }
  /*box1*/

  .l2box1 {
    flex: 4 1 13%;
    height: 100%;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
  }

 #l2box1i1{
  transition: filter 0.1s ease;
  width: 100%;
  height: auto;
 }

 .image-floue {
  filter: blur(3px);
 }
  

  .l2box1p1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 2.5rem;
    position: absolute;
  }
  
  #l2box1p2 {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    position: absolute;
    margin-left: 2%;
    margin-right: 2%;
  }
  
/*box2*/

  .l2box2 {
    flex: 4 1 13%;
    height: 100%;
    margin: 1px; 
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
  }

  #l2box2i1{
    transition: filter 0.1s ease;
    width: 100.5%;
   }

  .l2box2p1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 2.5rem;
    position: absolute;
  }

  #l2box2p2 {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    position: absolute;
  }

  /*box3*/
  
  .l2box3 {
    flex: 4 1 13%;
    height: 100%;
    margin: 1px;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
  }

  #l2box3i1{
    transition: filter 0.1s ease;
    width: 100%;
    height: auto;
   }

   .l2box3p1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 2.5rem;
    position: absolute;
  }

  #l2box3p2 {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    position: absolute;
    margin-left: 23%;
    margin-right: 23%;
  }

   /*box4*/
  
   .l2box4 {
    flex: 4 1 13%;
    height: 100%;
    margin: 1px;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
  }

  #l2box4i1{
    transition: filter 0.1s ease;
    width: 100%;
    height: auto;
   }

   .l2box4p1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 2.5rem;
    position: absolute;
  }

  #l2box4p2 {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    position: absolute;
    margin-left: 23%;
    margin-right: 23%;
  }

  /*troisieme grosse div*/

  .largebox3{
    background-color: #140DBE;
    display: flex;
  }

  /*box1*/

  .l3box1 {
    flex: 1 5 15%;
    margin-right: -8%;
  }

  #l3box1i1 {
    width: 70%;
    margin: 1%;
  }

  /*box2*/

  .l3box2 {
    flex: 5 4 0;
    background-image: radial-gradient( rgb(27, 27, 27) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
  }

  .l3box2h2 {
    font-family: 'louisgeorgecafebold';
    font-size: 4rem;
    color: #fff;
    margin-top: 1%;
    margin-left: 1%;

  }

  .l3box2p1 {
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    color: #fff;
    text-align: justify;
    margin-top: -2%;
    margin-left: 1%;
    margin-right: 50%;
  }

          /*bouton réseau*/

.card {
  width: fit-content;
  height: fit-content;
  display: flex;
  position: relative;
  left: 63%;
  top: -35%;
  padding: 25px 25px;
  gap: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

/* for all social containers*/
.socialContainer {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 60px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

  .l3box2p2 {
    font-family: 'louisgeorgecafebold';
    font-size: 1.8rem;
    color: #fff;
    text-align: justify;
    margin-left: 50%;
    margin-right: 1%;
    margin-top: -13%;
  }

  /*bouton nous rejoindre*/

  .l3box2b1 {
    width: 300px;
    height: 80px;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 1.5em;
    font-family: 'louisgeorgecafebold';
    color: #140DBE;
    top: -25%;
    left: 15%;
  }
  
  .l3box2b1:hover {
    background: #fff;
    color: #140DBE;
    font-size: 1.5em;
  }

 



  /*responsivité*/
  
  @media only screen and (min-width: 600px) {
    /*premire grosse div*/
   .l1box1h1{
    font-size: 1.7rem;
  }
  .l1box1p1{
    font-size: 1.4rem;
  }
  
  /*deuxieme grosse div*/
  .l2box1p1{
    font-size: 1.7rem;
  }
  .l2box1p2{

  } 
  
  .l2box2p1{
    font-size: 1.7rem;
  }
  .l2box2p2{
    
  }

  .l2box3p1{
    font-size: 1rem;
  }
  .l2box3p2{
    
  }

  .l2box4p1{
    font-size: 1.2rem;
  }
  .l2box4p2{
    
  }

  /*troisieme grosse div*/
  .l3box2h2{
    font-size: 1.5rem;
  }

  .l3box2p1{
    font-size: 1rem;
  }

  .card{
    padding: 10px 10px;
    gap: 30px;
  }
  .socialContainer{
    width: 60px;
    height: 60px;
  }
  .socialSvg{
    width: 30px;
  }
  .l3box2p2{
    font-size: 1rem;
  }
  .l3box2b1{
    width: 125px;
    height: 50px;
    font-size: 0.8rem;
  }
  }
  
  @media only screen and (min-width: 768px) {
    /*premire grosse div*/
   .l1box1h1{
    font-size: 1.7rem;
  }
  .l1box1p1{
    font-size: 1.4rem;
  }
  
  /*deuxieme grosse div*/
  .l2box1p1{
    font-size: 1.7rem;
  }
  .l2box1p2{

  } 
  
  .l2box2p1{
    font-size: 1.7rem;
  }
  .l2box2p2{
    
  }

  .l2box3p1{
    font-size: 1.3rem;
  }
  .l2box3p2{
    
  }

  .l2box4p1{
    font-size: 1.7rem;
  }
  .l2box4p2{
    
  }

  /*troisieme grosse div*/
  .l3box2h2{
    font-size: 1.5rem;
  }

  .l3box2p1{
    font-size: 1rem;
  }
  .socialContainer{
    width: 60px;
    height: 60px;
  }
  .socialSvg{
    width: 30px;
  }
  .l3box2p2{
    font-size: 1rem;
  }
  .l3box2b1{
    width: 175px;
    height: 50px;
    font-size: 1rem;
  }
 
      
  }
  
  @media only screen and (min-width: 992px) {
   /*premire grosse div*/
   .l1box1h1{
    font-size: 2rem;
  }
  .l1box1p1{
    font-size: 1.8rem;
  }
  
  /*deuxieme grosse div*/
  .l2box1p1{
    font-size: 2rem;
  }
  .l2box1p2{

  } 
  
  .l2box2p1{
    font-size: 2rem;
  }
  .l2box2p2{
    
  }

  .l2box3p1{
    font-size: 1.6rem;
  }
  .l2box3p2{
    
  }

  .l2box4p1{
    font-size: 2rem;
  }
  .l2box4p2{
    
  }

  /*troisieme grosse div*/
  .l3box2h2{
    font-size: 2rem;
  }

  .l3box2p1{
    font-size: 1.2rem;
  }
  .socialContainer{
    width: 90px;
    height: 90px;
  }
  .socialSvg{
    width: 40px;
  }
  .l3box2p2{
    font-size: 1.2rem;
  }
  .l3box2b1{
    width: 200px;
    height: 50px;
    font-size: 1rem;
  }
  } 
  

  @media only screen and (min-width: 1200px) {
    /*premire grosse div*/
    .l1box1h1{
      font-size: 3rem;
    }
    .l1box1p1{
      font-size: 2.3rem;
    }
    
    /*deuxieme grosse div*/
    .l2box1p1{
      font-size: 2.2rem;
    }
    .l2box1p2{

    } 
    
    .l2box2p1{
      font-size: 2.2rem;
    }
    .l2box2p2{
      
    }

    .l2box3p1{
      font-size: 1.8rem;
    }
    .l2box3p2{
      
    }

    .l2box4p1{
      font-size: 2.2rem;
    }
    .l2box4p2{
      
    }

    /*troisieme grosse div*/
    .l3box2h2{
      font-size: 3rem;
    }

    .l3box2p1{
      font-size: 1.5rem;
    }
    .socialContainer{
      width: 100px;
      height: 100px;
    }
    .socialSvg{
      width: 50px;
    }
    .l3box2p2{
      font-size: 1.5rem;
    }
    .l3box2b1{
      width: 250px;
      height: 60px;
      font-size: 1.2rem;
    }

  }
  
  @media only screen and (min-width: 1500px) {
    /*premire grosse div*/
    .l1box1h1{
      font-size: 4rem;
    }
    .l1box1p1{
      font-size: 2.8rem;
    }
    
    /*deuxieme grosse div*/
    .l2box1p1{
      font-size: 2.4rem;
    }
    .l2box1p2{

    } 
    
    .l2box2p1{
      font-size: 2.4rem;
    }
    .l2box2p2{
      
    }

    .l2box3p1{
      font-size: 2.2rem;
    }
    .l2box3p2{
      
    }

    .l2box4p1{
      font-size: 2.4rem;
    }
    .l2box4p2{
      
    }

    /*troisieme grosse div*/
    .l3box2h2{
      font-size: 4rem;
    }

    .l3box2p1{
      font-size: 2rem;
    }
    .socialContainer{
      width: 150px;
      height: 150px;
    }
    .socialSvg{
      width: 60px;
    }
    .l3box2p2{
      font-size: 2rem;
    }
    .l3box2b1{
      width: 300px;
      height: 70px;
      font-size: 1.5rem;
    }

  }


















  