@font-face 
{
    font-family: "comfortaa";
    src: url(font/comforta/Comfortaa-Bold.ttf);
    src: url(font/comforta/Comfortaa-Light.ttf);
    src: url(font/comforta/Comfortaa-Regular.ttf);
}
  
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a 
{
    text-decoration: none;
    color:black;
}

body 
{
    font-family: 'comfortaa', sans-serif;
}

#intellagence_section_glassmorphism
{
    width: 100%;
    height: 72vh;
}

header
{
    height: 12vh;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
    text-align: center;
}

header h1 
{ 
    font-weight: 400;
}

header h1 a
{ 
    color:#6bb5ff;
    font-size: 26px;
}


#slogan-intellagence
{
    height: 10vh;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
    text-align: center;
}

#slogan-intellagence h2 
{ 
    font-weight: 400;
    font-style: italic;
}

#slogan-intellagence h2 a
{ 
    color:#78ceb5;
    font-size: 26px;
}


footer
{
    height: 6vh;
    display:flex; 
    justify-content:end; 
    align-items: end;
}


#intellagence
{
    color:#222000;
}

/* #mentions-legales-intellagence
{
    position:absolute;
    bottom:5px;
    right: 5px;
    width: 40px;
} */

#mentions-legales-intellagence
{
    padding:10px; 
    border:1px solid black
}

#mentions-legales-intellagence:hover
{
    border:1px solid #6bb5ff;
    color:#6bb5ff;
}

#donnees-personnelles-intellagence
{
    padding:10px; 
    border:1px solid black;
}

#donnees-personnelles-intellagence:hover
{
    border:1px solid #6bb5ff;
    color:#6bb5ff;
}


.flexbox-intellagence
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section-carte-visite 
{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    padding : auto 0
}

.section-carte-visite .carte-visite 
{
    position: relative;
    width: 400px;
    height: 280px;
    margin: 60px;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(4deg) rotateY(18deg) scale3d(1,1,1);
    -webkit-backdrop-filter: blur(5px);
}


.section-carte-visite .carte-visite .content 
{
    padding: 20px;
    text-align: center;
    opacity: 1;
}

.forme-intellagence
{
    width: 600px;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

#forme-left-intellagence
{
    margin-top: -15px;
    margin-left: -30px;
}

#forme-right-intellagence
{
    margin-top: 280px;
    margin-right: 50px;
}

#forme-left-intellagence_image
{
    width:220px;
}

#forme-right-intellagence_image
{
    width:150px;
}

.logo_carte_visite
{
    width:300px;
}




.container-glass-intellagence
{
    display: none;
}




@media (max-width: 950px)
{
    footer{
        position: absolute;
        bottom:0;
        right:0
    }
    #mentions-legales-intellagence
    {
        padding:10px; 
        border:1px solid white;
        color:white;
    }

    #mentions-legales-intellagence:hover
    {
        border:1px solid #6bb5ff;
        color:#6bb5ff;
    }

    #donnees-personnelles-intellagence
    {
        padding:10px; 
        border:1px solid white;
        color:white;
    }

    #donnees-personnelles-intellagence:hover
    {
        border:1px solid #6bb5ff;
        color:#6bb5ff;
    }

    #intellagence_section_glassmorphism, header, #slogan-intellagence
    {
        display: none;
    }



    body {
        font-size: 13px;
        height: 100vh;
        background: url("images/background-intellagence.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background-blend-mode: overlay;
      }
      
      .container-glass-intellagence{
        display: block;
        border-radius: 14px;
        background-color: rgba(255, 255, 255, .2);
        backdrop-filter: blur(5px);
        box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
        position: relative;
        padding: 2rem 1.5rem;
        width: 80%;
        margin: 0 auto;
        max-width: 280px;
      }

      
      .container-glass-intellagence .img-intellagence {
        width: 100%;
        border-radius: 7px;
      }
      
      .container-glass-intellagence .text-first-intellagence {
        font-size: 1.01rem;
        color: #DDD;
        margin: 2rem 0;
        text-align: justify;
      }

      .container-glass-intellagence .text-second-intellagence {
        font-size: 1.01rem;
        color: #DDD;
        margin: 2rem 0;
        font-style: italic;
      }

      
      .container-glass-intellagence .btn-intellagence {
        display: block;
        margin: auto;
        font-family: 'PT Sans', sans-serif;
        font-size: 1.02rem;
        width: 80%;
        max-width: 200px;
        padding: .6rem 1rem;
        background-color: transparent;
        border: 1px solid #FF00FE;
        border-radius: 5px;
        color: #FF00FE;
        cursor: pointer;
        transition: all .2s linear;
      }
      .btn-intellagence h1
      {
        font-size: 24px;
        text-align: center;
      }
      .container-glass-intellagence .btn-intellagence:hover {
        background-color: #FF00FE;
        color: #333;
      }

}



@media screen and (min-width: 667px) and (max-width: 950px)
{



      .container-glass-intellagence{
        width: 80%;
        max-width: 480px;
        text-align: center;
      }

      
      .container-glass-intellagence .img-intellagence {
        width: 50%;
        margin: 0 auto;
      }
      
      .container-glass-intellagence .text-first-intellagence {
        font-size: 0.95rem;
        margin: 1rem 0;
      }

      .container-glass-intellagence .text-second-intellagence {
        font-size: 0.95rem;
        margin: 1rem 0 2rem 0;
      }

      



}