@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*/

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1rem;
}

.pres {
    padding-top: 80px;
    background-image: url("img/entreprise.jpg");
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    background-position: top;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 150px;
}

.pres img {
    height: 100px;
    width: auto;
}

.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;
}

.pres h2 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 30px 0px;
    font-size: 3rem;
    line-height: 0.8;
    color: white;
}

.pres h2 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;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.button {
    color: white;
    text-decoration: none;
}

.button:hover {
    background-color: #e67e22;
}

.solution span {
    font-weight: 700;
}

section h2 {
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-size: 2.5rem;
    margin: 35px 0;
    font-weight: normal;
    margin: 0px;
}

.solution {
    padding-top: 85px;
    margin-top: -85px;
    margin-bottom: 70px;
}

.container {
    width: 1024px;
    font-family: 'Lato', sans-serif;
    margin: 35px 0px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.solution figure {
    width: 300px;
    margin: 0;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.solution h3 {
    margin: 0;
    color: white;
    font-size: 2rem;
}

.solution ul {
    margin: 15px;
}

.solution li {
    margin: 0;
    padding: 5px;
}

#software {
    margin: 0 75px;
}

.background {
    width: 300px;
    height: 300px;
    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: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}

#hardware .background {
    background-image: url("img/materiel.jpg");
    background-size: cover;
    background-position: center;
}

#software .background {
    background-image: url("img/logiciel.png");
    background-size: cover;
    background-position: center;
}

#securite .background {
    background-image: url("img/securite.jpg");
    background-size: cover;
    background-position: center;
}

.partenaire img {
    height: 50px;
    width: auto;
    margin: 0px 50px;
}

.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;
}
