html {
    font-family:"Poppins"
}
/** START HEADER **/
header {
    background: url('../img/hero.jpg') center;
    height: 790px;
    position: relative;
}

header img {
    height: 70px;
    margin: 30px 25px;
}

h1 {
    font-weight: 600;
    font-size: 80px;
    color: white;
}

.header-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.btn {

    border: 2px solid #ffffff ;
    padding: 10px 30px ;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.btn:before  {

    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    margin-right: 10px;
}
/** END HEADER **/

/** START MAIN **/
.half{
    width: 50%;
    display: inline-block;
    position: relative;
}

/* Images */
.half--img{
    background-size: cover;
    background-position: center;

    height: 380px;    
}
.life-and-tech .half--img{
    background-image:url(../img/phone2.jpg);
    height: 680px;  
}

.mix-match-swap .half--img{
    background-image:url(../img/2.jpg);

}
.built-to-last .half--img{
    background-image:url(../img/03.jpg);
}
/* Contenu life & tech */
.life-and-tech .half:nth-of-type(1) {
    vertical-align: top;
}
.life-and-tech__content {
    height: 380px;
}

/* Specs */
.frame{
    background: #6bd3cc;
    height: 300px;
    vertical-align: top;
}
.modules{
    background: #ff4f42;
    height: 300px;
    vertical-align: top;
}

.frame:before {
    content: "";
    background: url(../img/illy1.png);
    background-size: cover;
    display: block;
    width: 34px;
    height: 59px;
    margin:50px 0 0 50px  ;
}
.modules:before {
    content: "";
    background: url(../img/illy2.png);
    background-size: cover;
    display: block;
    width: 34px;
    height: 59px;
    margin:50px 0 0 50px  ;
}

.mix-match-swap .half:first-of-type, .built-to-last .half:first-of-type {
    height: 380px;
}
.life-and-tech__content {
    position: relative;
}
.content {
    position: absolute;
    top:50%;
    left:50px;
    transform:translateY(-50%);
    width: 60%;
}
h2 {
    margin:0;
    font-size: 25px;
}

.mix-match-swap .half {
    float: right;
}

main {
    font-size: 0;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}


/** END MAIN **/

/* footer */

footer{
    background: #000;
    padding: 45px 30px;
}
small{
    float:left;
    color:white;
}
nav{
    float:right;
}
[alt="Google ATAP"]{
    width:50%;
    vertical-align:middle;
    margin-left:10px;
}

nav a{
    text-decoration: none;
    color:#fff;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left:10px;
}

footer::after{
    content:'';
    display:block;
    clear:both;
}

/* RWD */
@media screen and (max-width:1200px) {
    .frame:before {
        display: none;
    }
    .modules:before {
        display: none;
    }
    .content {
        width: 60%;
    }
}
@media screen and (max-width:900px) {
    header {
        height: 500px;
    }
    header:before {
        content:'';
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
    }
    header img {
        position: relative;
        z-index:1;
    }
    .header-content {
        bottom: auto;
        left: 50%;
        top:50%;
        transform:translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 65px;
    }
    .half {
        width:auto;
        display: block;
        height:auto;
    }
    .content {
        position: static;
        transform:none;
        padding:25px;
        text-align: center;
        width:auto;
    }
    p.content {
        margin:0;
    }
    .life-and-tech__content, .mix-match-swap .half:first-of-type, .built-to-last .half:first-of-type {
        height:auto;
    }
    .mix-match-swap .half {
        float:none;
    }
    .mix-match-swap .half--img, .built-to-last .half--img {
        height: 200px;
    }
    footer {
        text-align: center;
    }
    footer small {
        float:none;
        display: inline-block;
    }
    footer nav {
        float:none;
    }
    footer nav a {
        display: block;
        margin-top: 20px;
    }
    [alt="Google ATAP"]  {
        width: 120px;
    }
}