@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@font-face {
    font-family: "Flaticon";
    src: url("font/Flaticon.eot");
    src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"), url("font/Flaticon.woff") format("woff"), url("font/Flaticon.ttf") format("truetype"), url("font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    height: 65px;
    position: fixed;
    width: 100vw;
}

header img {
    width: 125px;
    height: auto;
    margin: 0px;
}

nav {
    padding: 35px;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}

.rubrique {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: black;
    text-decoration: none;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    padding: 20px 0px;
    margin: 0 15px;
}

.focus {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #3498db;
    padding: 6px 0;
    margin: 0 15px;
}

.rubrique:hover {
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
    padding: 6px 0;
}

.tel {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #f39c12;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
}

.tel:hover {
    background-color: #e67e22;
}

.tel:before {
    content: "\f103";
    font-family: "Flaticon";
    color: white;
    font-size: 1rem;
}


/*NAV*/

.pres {
    padding-top: 80px;
    background-image: url("img/ordinateur-de-bureau-pc-1456070535WEH.jpg");
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    background-position: top;
}

.pres img{
    height: 100px;
    width:auto;
    
}

.slider figure {
    margin: 35px 25px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    width: 200px;
}

.icon {
    height: 100px;
    width: auto;
    padding: 0px 50px;
    margin: 35px 0px;
    margin-bottom: 12px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider h2 {
    color: black;
    text-align: center;
    margin: 0px;
    padding-top: 35px;
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.slider figcaption {
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.25rem;
    color: black;
    font-weight: 500;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center img {
    margin-top: 150px;
}

h1 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 30px 0px;
    font-size: 3rem;
    line-height: 0.8;
    color: white;
}

h1 span {
    font-size: 2rem;
}

.button {
    border: 0px;
    color: white;
    background-color: #f39c12;
    font-family: 'Questrial', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 7.5px;
    padding: 12px 17px;
    margin-bottom: 150px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.button {
    color: white;
    text-decoration: none;
}

.button:hover {
    background-color: #e67e22;
}

.appel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f39c12;
    font-family: 'Questrial', sans-serif;
    color: white;
    padding: 15px 0px;
}

.appel em {
    font-style: normal;
    font-size: 1.5rem;
}

.appel strong {
    font-size: 3rem;
    font-weight: normal;
}

.appel a {
    text-decoration: none;
    margin-left: 180px;
    font-size: 3rem;
    color: white;
    padding: 15px 0px;
}

.appel a:before {
    content: "\f103";
    font-family: "Flaticon";
    font-size: 2.5rem
}

.boutique {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3498db;
    font-family: 'Questrial', sans-serif;
    color: white;
    padding: 15px 0px;
}

.boutique em {
    font-style: normal;
    font-size: 1.5rem;
    margin-left: 140px;
    text-align: right;
}

.boutique strong {
    font-size: 3rem;
    font-weight: normal;
}

.boutique a {
    text-decoration: none;
    font-size: 3em;
    color: white;
    padding: 15px 0px;
}

.boutique a:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 2.5rem
}

footer {
    background-color: rgba(0, 0, 0, 0.9);
    font-family: 'Lato', sans-serif;
    color: grey;
    padding: 35px 0px;
}

.footr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer ul {
    margin: 0 50px;
    padding: 0;
    list-style: none;
}

footer ul a {
    text-decoration: none;
    color: grey;
}

footer ul a:hover {
    color: white;
}

footer h3 {
    margin-top: 0;
    color: white;
}

footer .phone:before {
    content: "\f103";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .mail:before {
    content: "\f102";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .loca:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .site:before {
    content: "\f100";
    font-family: "Flaticon";
    font-size: 0.8rem;
}
