*{
    padding: 0;
    margin: 0;
}

/* page1 menu  */
#headercontainer{
    height: 51px;
    background:#2C3E50;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 50px; 
}

#headercontainer .headermenu a{
    text-decoration: none;
    color:white;
    margin-right: 56px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;  
}

#homecontainer{
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    height: 662px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#homecontainer .titre h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    font-size: 64px;
    line-height: 75px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#homecontainer .titre p{
    padding-top: 3%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    width: 392px;
    height: 111px;
}

#homecontainer .homeimage img{
    width: 580px;
    height: 303px;
}
#cicretmenu h1{
    height: 43px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    color: #2C3E50;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center; 
    background: white;  
}

#cicretmenu p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #293F46;
}

#cicretmenu .cicretimage{
    display: flex;
    justify-content: flex-end;
}

#cicretmenu .cicretimage img{
    width: 1155px;
    height: 506px;
}

#cicretmenu .imageposition{
    display: flex;
    justify-content: space-around;
}

#imageposition .menuimg {
    width: 100%;
    height: 401px;
    background: url("images/0c46e621-quel-smartphone-choisir.jpeg") no-repeat 35%;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imageposition .menuimg img{
    width: 117px;
    height: 148px;
}

#imageposition .textmenu {
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:2%;
}

#imageposition .textmenu p{
    border:white  4px solid;
    text-align: center;
    width: 871px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: white;
}

#iconefin{
    display: flex;   
    justify-content: space-around;
    align-items: center;
    background:#2C3E50;
    padding-top:2%;
}
#iconefin a img{
    width: 41px;
    height: 44px;
}

/* page2 design */

.designcontainer{
    width: 100%;
    height: 401px;
    background: url("images/Rectangle\ 23.png") no-repeat  100%;
    background-size: 100%;  
}

.designcontainer h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#designcontainer2{
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    height: 70%;
    display: flex;
    justify-content: space-around;
}

#designcontainer2 .designtext{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#designcontainer2 .designtext h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #4CA1AF;
}

#designcontainer2 .designtext p{
    width: 496px;
    height: 172px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;

}

#designcontainer2 .designimage img{
    justify-content: flex-start;
    width: 593px;
    height: 593px;
}

/* page3 fonction */

#fonctioncontainer{
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    height: 662px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

#fonctioncontainer h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#fonctioncontainer .fonctionimage img{
    width: 842px;
    height: 420px;
}

#fonctioncontainer2 .fonctionGIF {
    background: url("images/DLNMyL7.gif")  no-repeat 100%;
    background-size: 100%;
    width: 100%;
    height: 527px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fonctioncontainer2 .textpage3 {
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:2%;
}

#fonctioncontainer2 .textpage3 p{
    border: white 4px solid;
    text-align: center;
    width: 871px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: white;
}

#containerprojector{
    background: url("images/Cicret-Bracelet-Projector-and-Sensors.jpg") no-repeat 20%;
    background-size: 100%;
    width: 100%;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items:flex-start;
}

#containerprojector p{
    padding-top:2%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: white;
}
/* page4 futur */

#futurcontainer .futuricone{
    background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
    height: 662px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#futurcontainer .futuricone img{
    width: 500px;
    height: 500px;
}

#bloc1 .futurimage img{
    width: 100%;
    height: 323px;
}

#bloc2 .futurimage1 p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}

#bloc2 .futurimage1 img{
    height: 500px;
    width: 100%;
}


@media screen and (max-width:650px){
    /* menu page1 */

    #headercontainer img{
        display: block;
    }

    nav{
        position: absolute;
        top: 70px;
        transition: 0.9s; 
        transition: transform .25s;
        will-change: transform;
    }
    
    .nav-open {
        transform: translateY(60vw);
    }

    nav a {
        display: block;
        padding: 20px;
    }

    #homecontainer{
        width: 100%;
        height: 301px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }
    
    #homecontainer .titre h1{
        width: 184px;
        height: 60px;
        font-size: 48px;
        line-height: 56px;
    }
    
    #homecontainer .titre p{
        font-size: 18px;
        line-height: 21px;
        width: 342px;
        height: 47px;
    }
    
    #homecontainer .homeimage img{
        width: 200px;
        height: 103px;
    }

    #cicretmenu h1{
        display: none;
    }

    #cicretmenu{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row-reverse;
    }
    
    #cicretmenu p{
        font-size: 13px;
    }

    #cicretmenu .cicretimage img{
        width: 248px;
        height: 110px;
    }

    #imageposition .menuimg{
        background-image: none;
        height:0;
        width: 0;
        display: flex;  
        justify-content: flex-start;
        align-items: flex-start;
    }

    #imageposition .menuimg img{
        width: 66px;
        height: 84px;
    }

    #imageposition {
        padding-top: 30%;
        background:#2C3E50;
        width: 410px;
        height: 122px;
        
    }
    
    #imageposition .textmenu p{
        border: black solid 2px;
        border: none;
        font-size: 13px;
        width: 400px;
    }  

    /* design page 2 */

    .designcontainer{
        width: 100%;
        height: 137px;
    }
    
    .designcontainer h2{
        font-size: 24px;
        line-height: 28px;
    }

    #designcontainer2{
        width: 100%;
        height: 505px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    
    #designcontainer2 .designtext h2{
        font-size: 24px;
        line-height: 28px;
    }
    
    #designcontainer2 .designtext p{
        font-size: 13px;
        width: 228px;
        height: 109px;
    }
    
    #designcontainer2 .designimage img{
        width: 146px;
        height: 144px;
    }

    #iconefin a img{
        width: 17px;
        height: 17px;
    }

    /* fonction page3 */
    #fonctioncontainer{
        width: 100vw;
        height: 216px;
    }
    
    #fonctioncontainer h2{
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);

    }

    #fonctioncontainer .fonctionimage{
        display: flex;
        justify-content: flex-end;
        align-items: center;

    }

    #fonctioncontainer .fonctionimage img{
        width: 279px;
        height: 140px;
    }

    #fonctioncontainer2 .fonctionGIF {
    width: 100%;
    height: 137px;
    }

    #fonctioncontainer2 .textpage3 {
        background: radial-gradient(50% 50% at 50% 50%, #4C5F73 0%, #2C3E50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fonctioncontainer2 .textpage3 p{
        border: none;
        text-align:justify ;
        font-size: 13px;
        width: 269px;
    }

    #containerprojector{
        width: 100%;
        height: 111px;
    }
    
    #containerprojector p{
        font-size: 24px;
        line-height: 28px;
    }

    #futurcontainer .futuricone img{
        width: 216px;
        height: 203px;
    }

    #futurcontainer .futuricone{
        width: 100%;
        height: 216px;
    }

    #bloc1 .futurimage img{
        width: 100%;
        height: 127px;
    }

    #bloc2 .futurimage1 p{
        font-size: 13px;
        width: 341px;
        
    }

    #bloc2 .futurimage1 img{
        width: 100%;
        height: 186px;
    }

}

