@import url("../fonts/avenir/stylesheet.css");

/*---------------------------------------------*/
/*---------------STYLES GÉNÉRAUX---------------*/
/*---------------------------------------------*/


.loveyou{
    font-size: 10em!important;
    max-width: none!important;
    font-family: 'AvenirNextLTPro-Bold';
    position: absolute;
    margin:0!important;
    margin-top:30vh!important;
}

html, body, * {
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'AvenirNextLTPro-Regular';
    margin: 0;
    padding: 0;
}

.transition{
    transition: all 300ms ease-in-out;
}

.transition.smooth{
    transition-timing-function: cubic-bezier(0, 0, 0, 1)!important;

}

a {
    cursor: pointer;
}

.hide{
    display: none;
}

*:focus {
    outline: none;
}

.clear{
    clear: both;
}

body{
    background: black;
}

.loader{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    z-index: 90;
}

.loader video{
    width:300px;
    pointer-events: none;
}

.wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
/*
    background-image: url(../videos/background.jpg);
*/
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top right;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.wrapper .video, .wrapper .darkOverlay{
    position:fixed;
    z-index: 0;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    object-fit: cover;
    pointer-events: none;
}

.wrapper .darkOverlay{
    z-index: 1;
    background: black;
    opacity: .8;
    transition:opacity 400ms ease-in-out;
}

.wrapper .darkOverlay.hidden{
    opacity: 0!important;
}

.wrapper .inner{
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1rem;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,.7);
    backdrop-filter: blur(3px);
    align-items: center;
    margin-right: 60%;

}

.wrapper section.about{
    position: absolute;
    z-index: 3;
    width: calc(100% - 50px);
    height:calc(100% - 50px);
    background: #eee;
    border-radius: 20px;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    transform: translateY(0vh);
    transition: all 900ms cubic-bezier(0.13, 0.27, 0, 1);
    padding: 15vh 2em 2em 2em;
    overflow: hidden;
}

.about.closed{
    transform: translateY(100vh)!important;
/*
    transition: all 1300ms cubic-bezier(0, 0.94, 1, 1);
*/
}

.about img.ppHD{
    border-radius: 100%;
    max-width: 200px;
    margin-bottom: 1em;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

.about img.logoName{
    max-width: 150px;
}

.about>p{
    margin:2em 0em;
    font-size: 1.1em;
    max-width: 500px;
    line-height: 1.5rem;
}

.about .CTA p{
    margin: 2em 0em;
}

.about .CTA a{
    font-family: 'AvenirNextLTPro-Bold';
    text-align: center;
    color:black;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5em;
    }

.wrapper .inner h1{
    font-family: 'AvenirNextLTPro-Bold';
    color: black;
    font-size: 1.5rem;
/*    background-color: black;
    margin: 1rem;*/
/*
    letter-spacing: .1rem;
*/
    border-radius: 3px;
    padding: .5rem 2rem;
    text-align: left;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

.wrapper .inner img.logo{
    display:inline-flex;
    width:50%;
}

img.logoout{
    display:none;
    width:50%;
}

.wrapper .inner .tagline{
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: white;
    text-align: center;
    margin-top: 0;
    text-align: center;
    margin-top: .5rem;
}

.wrapper .inner .smaller{
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 15px;
}

.wrapper .reseaux{
    display: flex;
    justify-content: space-evenly;
}

.wrapper .about .clients{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 5em;
}

.wrapper .about .clients p{
    font-family: 'AvenirNextLTPro-Bold';
    margin-bottom: 1em;
    font-weight: 800;
    color: rgb(100,100,100);
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
}

.wrapper .about .clients .logos{
    display: flex;
/*
    height:100px;
*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 67%;
}

.wrapper .about .clients .logos img{
    width:100%;
    height:100%;
    object-fit:contain;
    margin: 1em 1em;
    max-width: 130px;
    max-height: 50px;
    filter: grayscale(1);
    transition: all 300ms ease-in-out;
    flex-basis: content;
}

.wrapper .about .clients .logos img:hover{
    filter: grayscale(0);
    transform: scale(1.2);

}

a.moreInfo{
    position: absolute;
    bottom:-14px;
    z-index: 3;
    background: white;
    border-radius: 20px;
    cursor:pointer;
    padding: 7px 15px;
    font-weight: 900;
    font-size: 1.1em;
}

.mdi{
    border-radius: 100%;
    font-size: 1.5rem;
    background-color: black;
    color: white;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0rem .4rem;
}

.mdi:hover, a.moreInfo:hover, .CTA a:hover{
    transform: scale(1.05);
}

.buttons{
    position: fixed;
    top: 3em;
    right:3em;
    z-index: 20;
    transform: translateY(0vh);
    transition: all 900ms cubic-bezier(0.13, 0.27, 0, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.buttons *{
    transition: all 900ms cubic-bezier(0.13, 0.27, 0, 1);
}

.buttons .mdi{
    margin:0!important;
    margin-bottom: .5em!important;
    color: white!important;
}

.buttons a{
    filter: opacity(.5);
}

.buttons a:hover{
    filter: opacity(1);
}

.buttons.hidden{
    transform: translateY(100vh);
}

/*.mdi-twitter{
    background-color: #50A5E6;
}

.mdi-facebook{
    background-color: #4267B2;
}

.mdi-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}

.mdi-gmail{
  background:black;
    }


.mdi-linkedin{
  background-color:#0a66c2;
}

.mdi-youtube-play{
    background-color: #FF0000;
}

.mdi-camera{
    background-color: #26d37d;
}*/



@media only screen and (max-width: 900px) {
    
    .loader video{
        width:200px;
    }
    
    .wrapper{
        padding-right: 0;
        padding-bottom: 0rem;
        background-position: top center;
    }
    
    .wrapper .inner{
        padding: 3rem 1rem 2rem 1rem;
        margin-right: 0%;
        margin-bottom: 4rem;
        position:absolute;
        bottom: 0;
    }
    
    .wrapper .inner img.logo {
        display: none;
        width:15%;
        position: absolute;
        top: -15px;
    }
    
    img.logoout {
        display: flex;
        width:25%;
        position: absolute;
        top: -30px;
    }
    
    .wrapper .inner h1{
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .wrapper .inner .tagline{
        display: none;
        font-size: 1rem;
    }
    
    .wrapper .inner .mdi{
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
    }
    
    .wrapper .about{
/*
        justify-content: flex-start!important;
*/
        width: calc(100% - 25px)!important;
        height:calc(100% - 25px)!important;
        padding-top: 7.5vh!important;

    }
    
    .wrapper .about img.ppHD{
        max-width: 150px;
    }
    .wrapper .about img.logoName{
        max-width: 120px;
    }
    
    .wrapper .about a{
        display: block;
    }
    
    .wrapper .about span.dot{
        display: none;
    }
    
    .wrapper .about .clients .logos{
        width: 100%;
    }
    
    .wrapper .about .clients .logos img{
    margin: .5em .5em;
        max-width: 100px;
    max-height: 50px;
    }
    
    .wrapper .about .clients p{
        margin-bottom: 2em;
    }
    
    .buttons{
        top:1.5em;
        right:1.5em;
    }
    
    .buttons .mdi{
        margin-bottom:.25;
        font-size: 1.2rem;
        width:2rem;
        height:2rem;
    }
}

@media only screen and (max-width: 700px) {
    .wrapper{
        background-image: url(../images/bg-mobile.jpg);
        background-position: top center;
    }
}