@font-face {
    font-family: 'roboto';
    src: url('fonts/ArchivoNarrow-Bold.ttf');
}
body{
    padding: 0;
    margin: 0;
    background: url('../images/pizza.jpg') fixed center center no-repeat;
    background-size: cover;
}

blockquote{
    border-left: solid 5px #0c4360;
    padding-left: 15px;
    border-right: solid 5px #0c4360;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-top: 1px;
    background: #51788c4d;
}
.cv{
    width: 50%;
    margin-left: 22%;
    border:solid 20px #E97218;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    text-align: center;
    margin-top: 100px;
    border-radius:10px;
    background: url('../images/bg-cv.jpg') center center no-repeat;
    background-size: cover;
}
.cv div{
    background: rgba(0,0,0,.4);
    padding: 30px 0;
}


.cv h1{
    text-align: center;
    color: #ffffff;
    font-size: 3pc;
    padding: 20px 0;
    font-family: roboto;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
}
.cv h2{
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 2pc;
    font-family: calibri;
    padding: 10px 0;
    margin: 0;

}
.cv h3{
    font-size: 2.2pc;
    font-family: calibri;
    color: #ffffff;
    font-weight: 900;
    padding: 10px 0;
    margin: 0;
}
.cv button, .button{
    padding: 10px 20px;
    background: #39393B;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20pt;
    font-family: calibri;
    font-weight: 700;
}
.cv button:hover, .button:hover{
    background: rgb(220, 146, 66);
    color: #fff;
    transition: all .5s;
}
#prestation a[class='lien']{
    padding: 5px 10px;
    border: solid 1px #E97218;
    border-radius:3px;
    font-family: Calibri;
    margin: 20px 0;
}
#prestation a[class='lien']:hover{
    background: #E97218;
    color: #fff;
    transition: all .4s;
}


.weweb{
    margin-left: 22%;
    color: #ccc;
    text-decoration: none;
    font-family: arial;
}

#content{
    width: 80%;
    margin-left: 8%;
    background:whitesmoke;
    padding: 30px 2% 100px 2%;
}
#revenirCV{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.box img{
    margin-bottom: 10px;
    box-shadow: 0 5px 3px rgba(0,0,0,.2);
    width: 40%;
    float: left;
    margin-top: 10px;
}
.box div{
    width: 58%;
    float: right;
}
.box{
    float: left;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: 5px;
    margin: 10px 1%;
    width: 96%;
    padding: 20px 1%;

}
.img2{
    float: right;
}
#content p{
    font-family: Calibri;
    font-size: 13pt;
    line-height: 25px;
    text-align: justify;
}
#content h1, #content h2{
    font-family: roboto;
    font-size: 1.6pc;
    color: #E97218;
    text-align: center;
}
#content #prestation h1,#content h2{
    font-size: 1.2pc;
    text-align: left;
}
.clear{
    clear: both;
}
#content ul{
    list-style: url('../images/check.png');
    font-family: calibri;
    font-size: 13pt;
    color: #333;
    line-height: 25px;
}
.input{
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    height: 50px;
    font-family: Lato;
    font-size: 14pt;
    text-indent: 10px;
    width: 46%;
    margin-top: 10px;
    margin-right: 2%;
}
.textarea{
    min-width: 94.5%;
    max-width: 94.5%;
    height: 150px;
    max-height: 300px;
    padding-top: 10px;
    margin-top: 10px;
}
.infos, .adresse{
    width: 45%;
    margin: 10px 2%;
    float: left;
    text-align: center;
}
#content .infos p, #content .adresse p{
    text-align: center;
}
#content .infos strong, #content .adresse strong{
    font-family: roboto;
    font-size: 16pt;
    font-weight: 800;
    color: #5b5b5b;
}
#prestation a{
    text-decoration: none;
    color: #d71a1e;
}
form{
    text-align: center;
    margin: 10px 0;
}
form button{
    padding: 10px 30px;
    background: #E97218;
    color: #ffffff;
    font-size: 14pt;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
form button:hover{
    box-shadow: 0 5px 5px rgba(240, 101, 98, 0.84);
    background: rgb(240, 129, 44);
    transition: all .5s;
}
header{
    width: 80%;
    margin-left: 10%;
    height: 100px;
    background: url('../images/bg-cv.jpg');
    background-size: cover;
    opacity: 0.8;

}
#menu{
    float: right;
    margin-right: 30px;
}
#menu ul{
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
#logo{
    float: left;
    margin-left: 30px;
    margin-top: 8px;
    cursor: pointer;
}

#menu ul li{
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    font-family: calibri;
    font-size: 16pt;
    text-transform: capitalize;
    float: left;
    font-weight: 900;
}
#menu ul li:hover{
    background: #fff;
    color: #333;
    transition: all .4s;
}
#iconMenu{
    float: right;
    margin-right: 5px;
    display: none;
}
#iconMenu img{
    height: 50px;
    width: 50px;
    margin-top: 25px;
    cursor: pointer;
}
#logo img{
    width: 180px;
    height: 70px;
    margin-top: 10px;
    float: left;
}
#logo h1{
    float: left;
    margin-left: 20px;
    color: whitesmoke;
    font-size: 2pc;
    font-family:roboto;

    font-weight: 500;
}
footer{
    height: 60px;
    width: 100%;
    background:#39393B;
    font-size: 12pt;
    color: whitesmoke;
    font-family: Calibri;
    cursor: pointer;
    opacity: 0.8;
}
footer a{
    text-decoration: none;
    color: whitesmoke;
}
footer a:hover{
    text-decoration: underline;
    color: #fff;
}
.elbayass{
    float: left;
    margin-left: 20px;
    padding: 10px 0;
    margin-top: 10px;
}
.subMenu{
    float: right;
}
.subMenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}
.subMenu ul li{
    float: left;
    padding: 10px 20px;
    border-right: solid 1px #ffffff;

}
.subMenu ul li:hover{
    text-decoration: underline;

}
.content #contact h2{
    color: #333;
    text-align: center;
    font-family: Calibri;
    font-size: 1.2pc;
}
@media screen and (min-width: 901px){
    footer{
        position: fixed;
        bottom: 0;
        left:0;
        z-index: 1000;
    }
}
@media screen and (max-width: 900px){
    #iconMenu{
        display: block;
    }
    .cv{
        width: 90%;
        margin-left: 2%;
        border:solid 5px #b00612;
    }
    header{
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 1000000;
    }
    #content{
        width: 96%;
        margin: 0;
    }
    #menu{
        position: absolute;
        z-index: 100000000;
        width: 200px;
        background: #333;
        right: 0;
        top:100px;
        margin-right: 0;
        display: none;
    }
    #menu ul{
        margin: 0;
        padding: 0;
    }
    #menu ul li{
        float: none;
    }
    .box{
        width: 98%;
        margin: 10px 1%;
    }
    .box img, .box div{
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    .cv h1{
        text-align: center;
        color: #ffffff;
        font-size: 2pc;
        font-family: roboto;
        font-weight: 800;
    }
    .cv h2{
        text-align: center;
        color: #e1e1e1;
        font-size: 1.5pc;
        font-family: calibri;
    }
    .cv h3{
        font-size: 1.2pc;
        font-family: calibri;
        color: #e1e1e1
    }
    .cv button{
        font-size: 15pt;
    }
    #content h1{
     font-size: 1pc;
    }
    #logo{
        margin-left: 0;
    }
    #logo h1{
        font-size: 1pc;
        margin-top: 30px;
        margin-left: 5px;
    }
    .infos, .adresse{
        width: 98%;
        margin: 10px 1%;
        float: none;
        text-align: center;
    }
    .input, .textarea{
        width: 98%;
        margin-left: 1%;
        max-width: 98%;

    }
    footer{
        width: 100%;
        background: rgba(214, 59, 59, 0.58);
        font-size: 12pt;
        color: whitesmoke;
        font-family: Calibri;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        height: auto;
    }
    footer a{
        text-decoration: none;
        color: whitesmoke;
    }
    footer a:hover{
        text-decoration: underline;
        color: #fff;
    }
    .elbayass{
        margin-left: 20px;
        padding: 10px 0;
        width: 100%;
        margin: 0;
    }
    .subMenu{
        float: none;
    }
    .subMenu ul{
        padding: 0;
        list-style: none;
        margin-top: 10px;
    }
    .subMenu ul li{
        float: none;
        padding: 10px 0px;
        border-right: none;
        width: 100%;


    }
    .subMenu ul li:hover{
        text-decoration: underline;

    }
}