* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline:none;
}

body
{
    font-family: "Open Sans", sans-serif;
    color:#555a5d;
    position: relative;
    float: left;
    width: 100%;
    overflow-y:scroll;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

header,
section,
footer
{
    width: 100%;
    float:left;
}

section
{
    position: relative;
}

strong
{
    font-weight: bold;
}

.container
{
    width: 1300px;
    margin: auto;
    position: relative;
}

a {
    text-decoration: none;
}

.btn
{
    height:45px;
    width:180px;
    text-align: center;
    border-radius: 3px;
}
.btn a
{
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    line-height: 41px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    height:100%;
}

.btn.white
{
    background:#fff;
    border:2px solid #010101;
}

.btn.white a
{
    color:#010101;
}

.btn.black
{
    background:#010101;
    border:2px solid #010101;
}

.btn.black a
{
    color:#fff;
}


/** Header **/

header
{
    height: 120px;
}


#topCenter {
    display: block;
    height: 90px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
    position: relative;
}
#logo {
    display: block;
    float: left;
    margin-top: 10px;
}
#back_home {
    padding-top: 20px !important;
    position: relative;
    float: right;
}
#back_home_a {
    position:relative;
    outline: 0 none;
    color: #282c2e;
    margin-right: 10px !important;
    border: 2px solid #282c2e;
    border-radius: 4px;
    display: inline-block;
    height: 46px;
    padding: 0 20px;
    text-decoration: none;
}
#back_home_arrow {
    font-family: "Basic-picto";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding-right: 10px !important;
    float: left;
}
#back_home_arrow:before {
      content: "B";
}
#back_home_button {
    color: #282c2e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 42px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-header
{
    float: right;
}

.nav-header li
{
    float: left;
    margin-left: 12px;
}

h2
{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color:#12b3c7;
    padding-bottom: 20px;
}

/** Presentation **/


#presentation
{
    background-size: cover;
    background-repeat: none;
    background-color: transparent;
    background-position: center center;
    height: 430px;
    padding-top: 150px;
    text-align: center;
    color:#fff;
}

#presentation h1 span
{
    color:#fff;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    padding-right: 45px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

#presentation h1 span:last-child
{
    padding-right: 0px;
}

#presentation span::after
{
    content:".";
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    width: 45px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -10px;
}

#presentation h1 span:last-child::after
{
    content:"";
    width: 0px;
}

#presentation p
{
    margin-top:30px;
    font-size: 21px;
    line-height: 30px;
}



/** Métier **/

#metiers
{
    height: 300px;
    background: #fff;
}

#metiers .left-content
{
    padding-top:40px;
    width: 250px;
    height: 300px;
    float: left;
}

#metiers .left-content h2
{
    border-bottom: 2px solid #f2f2f2;
}

#metiers .left-content p
{
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    color:#555a5d;
}

#metiers .left-content ul
{
    margin-top: 20px;
    padding-left: 15px;
}

#metiers .left-content ul li
{
    margin-bottom: 10px;
    list-style: disc;
    font-size: 15px;
    font-weight: normal;
    color:#555a5d;
}

#metiers .right-content
{
    width:1020px;
    margin-left: 30px;
    float: left;
}

#metiers .right-content .item
{
    height: 300px;
    padding-top:40px;
    width:255px;
    float: left;
    border-left: 2px solid #f2f2f2;
    text-align: center;
}


#metiers .right-content .item i
{
    font-size: 50px;
    color:#12b3c7;
    margin-bottom: 10px;
    display: inline-block;
}

#metiers .right-content .item.developpement i
{
    margin-bottom: 15px;
}
#metiers .right-content .item.developpement ul
{
    margin-top: 22px;
}

#metiers .right-content .item.design i
{
    margin-bottom: 22px;
}

#metiers .right-content .item.analytics i
{
    margin-bottom: 11px;
}

#metiers .right-content .item.visibilite i
{
    margin-bottom: 22px;
}

#metiers .right-content .item .title
{
    color:#12b3c7;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width:100%;
    float: left;
    margin-bottom: 14px;
}

#metiers .right-content .item.developpement .title
{
    margin-bottom: 0px;
}

#metiers .right-content .item ul
{
    width:100%;
    float: left;
    margin-top:15px;
}

#metiers .right-content .item ul li
{
    text-align: center;
    font-size: 13px;
    margin-bottom:15px;
}


/** Missions **/

#missions
{
    background:#f2f2f2;
    padding-top:90px;
    padding-bottom:110px;
    text-align: center;
}

#missions h2
{
    border-bottom: 2px solid #ffffff;
    width: auto;
    display: inline-block;
}

#missions .content
{
    width: 100%;
    margin: auto;
}

#missions .content article
{
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-top: 5%;
}

#missions .content article.first-of-line
{
    margin-left: 0px;
}

#missions .content article .thumbnail
{
    width:100%;
    max-height: 400px;
    height: auto;
    float: left;
}

#missions .content article .thumbnail img
{
    float: left;
    width: 100%;
}

#missions .content article .content
{
    float: left;
    width:100%;
    background: #fff;
    padding:30px;
    text-align: left;
    min-height: 260px;
}

#missions .content article span
{
    width:100%;
    float: left;
}

#missions .content article .client
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#missions .content article .typologie
{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

#missions .content article p
{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 22px;
}

#missions .content article a
{
    font-weight: bold;
    color:#12b3c7;
    text-decoration: none;
}

#missions .content article a:hover
{
    text-decoration: underline;
}
