/* RESET --------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL ------------------------------------------ */
/*@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
}*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background-color:#1F2833;
    margin: 0;
    text-align:center;
    width: 100%;
    height: 100%;
}
.wrap {
    max-width: 1300px;
    width: 100%;
    padding: 0 40px;
}
header {
    background-color:rgba(11,12,16,0.82);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#header-content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
#header-left{
    padding: 16px 0;
    display: flex;
    align-items: center;
    flex: 0 0 450px;
    text-align: left;
    line-height: 1.3;
}
#header-left h1, #header-left h2 {
    color: #c5c6c7;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: bold;
}
#left-title h1 {
    font-size: 36px;
}
#left-title h2{
    font-size: 18px;
    text-transform: uppercase;
}
#header-left img{
    height: 66px;
    width: 66px;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: inherit;
}
nav ul li a {
    font-family: 'Montserrat';
    color: #c5c6c7;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px
}
nav {
    align-items: center;
    flex: 0 1 500px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%
}
#picture-top {
    height: 100%;
    background-image: url("/img/motherboard.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
}
#picture-shadow {
    background-image: linear-gradient(to left, black, rgba(0,0,0,0.8), transparent);
    padding-top: 100px;
    display: flex;
    justify-content: center;
    height: 100%;
}
#picture-title-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
}
#picture-title {
    margin: 0;
    color: #c5c6c7;
    text-align: right;
    flex: 0 1 675px;
    font-family: 'Montserrat';
}
#picture-top h2 {
    font-size: 36px;
}
#picture-top h5 {
    font-size: 34px;
    padding-top: 20px;
    font-weight: bold;
}
#slogan {
    color: #c5c6c7;
    font-family: 'Montserrat';
    background-color: rgb(152, 15, 0);
}
#slogan h2 {
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}
#slogan img {
    margin: 50px 0 20px;
}
#slogan p {
    font-size: 26px;
    padding-bottom: 50px;
}
.major {
    width: 55%;
}

#services {
    background-image: url('/img/case1.jpg');
    background-size: contain;
    background-position: right;
    overflow: hidden;
    position: relative;

}

#services .content {
    background-color: black;
    width: 70%;
    margin: -200px -100px;
    height: 1000px;
    display: flex;/*USEFUL???*/
    align-items: center;
}

#services .content-in {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    color: #c5c6c7;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
}
/*
#services .wrap-in {
    width: 55%;
}*/

.content-in h3 {
    font-size: 36px;
    text-align: left;
}
.content-in p {
    font-size: 20px;
    padding-top: 12px;
    text-align: justify;
    line-height: 1.2;
}
#produits {
    background-image: url('/img/pcparts.jpg');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#produits .content {
    background-color: black;
    color: white;
    width: 70%;
    margin: -200px -100px;
    position: relative;
    float: right;
    overflow: hidden;
    height: 1500px;
    display: flex;/*USEFUL???*/
    align-items: center;
}
#produits .content-in {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    color: #c5c6c7;
    position: absolute;
    top: 0;
    bottom:0;
    right: 0;
    width:100%;
}

#produits .wrap {
    display: flex;
    justify-content: flex-end;
}
/*
#produits .wrap-in {
    width: 55%;
}*/

#produits table {
    color: #c5c6c7;
    margin-top: 50px;
    width: 100%;
}
th {
    font-weight: bold;
}

th, td {
    border: 3px solid #c5c6c7;
    height: 28px;
    vertical-align: middle;
    background-color: rgb(152, 15, 0)
}

#apropos {
    overflow: hidden;
    position: relative;
    background-color: rgb(152, 15, 0);
}

#apropos .content {
    background-color: black;
    width: 100%;
    margin: -200px 0px;
    height: 1000px;
    display: flex;/*USEFUL???*/
    align-items: center;
}

#apropos .content-in {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    color: #c5c6c7;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
}
#apropos .wrap-left {
    width: 59.8%;
}

#apropos .wrap-right {
    width: 39.8%;

}
.wrap-right-img {
    text-align: right;
}

.wrap-right-txt {
    width: 380px;
    margin-top: 10px;
    float: right;
}
.wrap-right h2{
    font-size: 22px;
}

.wrap-left, .wrap-right {
    display: inline-block;
    vertical-align: middle;
}

#charlescastonguay-img {
    border: 10px solid #c5c6c7;
    border-radius: 200px;
}

#contact {
    background-color: black;
    height: 700px;
    color: #c5c6c7;
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
}
#contact .line {
    position: absolute;
    left: 70%;
    width: 180px;
    height: 700px;
    background-color: rgb(152, 15, 0);    
}
#contact .section-title {
    font-size: 36px;
    display: inline-block;
    margin-top: 12%;
}
#contact .box {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}
#contact a {
    width: 45%;
}
#contact .box-in {
    width: 100%;
    display: flex;
    align-items: center;
}
#contact .content-left {
    width: 30%;
}
#contact img {
    width: 76px;
}
#contact h3 {
    font-size: 30px;
    width: 70%;
}
footer .footer-block {
    height: 70px;
    border-top: 5px solid rgb(152, 15, 0);
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-copyright {
    color: rgb(88, 89, 91);
    font-family: 'Montserrat';
}
.footer-copyright a {
    color: #c5c6c7;
}