html, body {
    font-family: "Open sans", Arial, sans-serif;
    background-color: #f9f9f9;
}
a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
}
iframe {
    border: 0 !important;
}
img {
    max-width: 100%;
}
.mt80 {
    margin-top: 80px;
}

.videodetector {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.videodetector iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*/////// ELEM /////*/

.clear {
    clear: both;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.h100 {
    height: 100%;
}
.valign-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-colunm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.position-relative {
    position: relative;
}

/*////// LAYOUT /////*/

.sprite {
    display: inline-block;
    background-image: url('../img/design/sprite.png') !important;
    background-repeat: no-repeat;
    max-width: 100%;
}
.zig-zag {
    width: 95px;
    height: 7px;
    display: block;
    margin-top: 20px;
}
.zig-zag-white {
    background-position: 0 0;
}
.zig-zag-red {
    background-position: 0 -20px;
}
.zig-zag-grey {
    background-position: 0 -10px;
}

/*/////// HEADER ///////*/

header {
    background-color: rgba(255, 255, 255, 0.90);
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
header .container {
    height: 100%;
    position: relative;
}
.logo-header {
    width: 47px;
    margin-right: 50px;
}
header nav, header nav ul {
    height: 100%;
}

/*header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}*/

header nav ul {}
header nav ul li {
    height: 100%;
    float: left;
    padding: 0 !important;
}
header nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 50px;
    color: #515f68;
    font-size: 12px;
    font-weight: 700;
}
header nav ul li:hover a, header nav ul li.active a {
    background-color: rgba(77, 90, 99, 0.4);
    color: #ffffff;
}
header .header-right {
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}
header .link-pro {
    background-color: #4d5a63;
    color: #FFF;
    padding: 10px 30px;
}
header .burger {
    display: block;
    font-size: 22px;
    margin-left: 20px;
}
@media (max-width: 992px) {
    header nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
    }
    header nav, header nav ul {
        height: auto !important;
    }
    header nav ul {
        background-color: rgba(255, 255, 255, 0.90);
    }
    header nav ul li {
        display: block !important;
        float: none;
        text-align: right;
    }
    header nav ul li a {
        padding: 20px !important;
        display: block;
    }
}
@media (min-width: 992px) {
    header nav {
        display: block !important;
    }
}

/*////// SECTION ////*/

section h2 {
    font-size: 26px;
    margin-bottom: 40px;
}

/*////// HOME //////*/

#home {
    background-image: url("../img/design/bg-home.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #bac1c6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#home .home-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
#home .home-title > div {
    max-width: 100%;
    padding: 0 30px;
}
#home .home-title h1 {
    display: none;
}
#home .home-title .logo-home {
    margin: auto;
}
#home .go-scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
}
#home .go-scroll a span.home-btn {
    display: inline-block;
    padding: 20px 40px;
    background-color: #FFF;
    border-radius: 10px;
    color: #4d5a63;
    font-weight: 700;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#home .go-scroll a span.home-btn:hover {
    background-color: #4d5a63;
    color: #FFF;
}
#home .go-scroll a span.arrow-bottom {
    background-position: -110px 0;
    width: 42px;
    height: 16px;
    margin-top: 10px;
}

/*/////// MAIN ///////*/

.main {
    position: absolute;
    top: 100%;
    width: 100%;
}

/*/////// PRESENTATION /////*/

#presentation {
    background-color: #353f47;
    color: #FFF;
    padding: 100px 0;
    position: relative;
}
#presentation::after {
    content: " ";
    background-image: url("../img/design/bg-presentation.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
@media (max-width: 992px) {
    #presentation::after {
        opacity: 0.2;
    }
}

/*/////// SAVOIR /////*/

#approche {
    position: relative;
    padding: 100px 0;
}
#approche::after {
    content: " ";
    background-image: url("../img/design/bg-savoir.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
@media (max-width: 992px) {
    #approche::after {
        opacity: 0.2;
    }
}
#approche h2, #approche h3 {
    color: #c6032a;
}
#approche h3 {
    font-size: 16px;
}
#approche p {
    color: #515f67;
}
.swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slide > div {
    padding: 0 100px;
}
.smart h3 {
    margin-top: 50px;
}
.swiper-button-prev {
    background-position: 0 -92px !important;
    width: 72px !important;
    height: 72px !important;
    background-size: auto !important;
}
.swiper-button-next {
    background-position: -80px -92px !important;
    width: 72px !important;
    height: 72px !important;
    background-size: auto !important;
}

/*/////// TEAM ////////*/

#equipe {
    background-image: url('../img/design/bg-team.jpg');
    background-size: cover;
    color: #FFF;
}
#equipe > div {
    position: relative;
    padding: 100px 0;
}
#equipe > div::after {
    content: " ";
    background-image: url("../img/design/bg-equipe.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
#equipe div.container {
    position: relative;
    z-index: 10;
}
@media (max-width: 992px) {
    #equipe > div::after {
        opacity: 0.2;
    }
}
#equipe h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
#contact {
    padding: 100px 0;
}
.fiche-id {
    background-color: rgba(43, 57, 66, 0.26);
    padding: 50px;
    margin-bottom: 30px;
}
.fiche-portrait {
    margin-bottom: 25px;
}
.fiche-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.fiche-fonction {
    margin-bottom: 10px;
}
.fiche-info {
    font-weight: 700;
}
.fiche-rs .sprite.facebook {
    margin-right: 10px;
}
.sprite.facebook {
    background-position: -36px -43px;
    width: 30px;
    height: 30px;
}
.sprite.twitter {
    background-position: 0 -43px;
    width: 30px;
    height: 30px;
}
.phrase-project {}
.phrase-project > p:first-child {
    font-style: italic;
    font-weight: 700;
}

/*/////// PROJECT ///////*/
#projects {
    min-height:800px;
}

#projects, #project {
    padding-top: 80px;
}
#projects h1 {
    color: #c6032a;
    margin-top: 0;
    font-size: 26px
}
#projects .link-nav-pro {
    display: block;
    margin-left: 50px;
    color: #b7bcbf;
}
#project > div.container {
    margin-top: 80px;
    color: #353f47;
}
.projects {
    margin-top: 50px;
    margin-bottom: 50px;
}
.projects .cover {
    margin-bottom: 20px;
}
.projects .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #353f47;
    margin-bottom: 10px;
}
.projects .description {
    font-size: 12px;
    text-align: justify;
    color: #515f67;
}
#project .project-nav {
    color: #c6032a;
    margin-bottom: 50px;
}
#project .project-nav-btn {
    display: inline-block;
}
#project .project-nav-btn:nth-child(2) {
    border-left: 1px solid #c6032a;
    margin-left: 5px;
    padding-left: 10px;
}
#project h1 {
    margin-bottom: 30px;
}
.project-content-slider {
    position: relative;
    margin-bottom: 50px;
}
.project-content-slider .swiper-container {
    width: calc(100% - 164px);
    margin: 0 auto;
}
@media (max-width: 768px) {
    .project-content-slider .swiper-container {
        width: 100%;
    }
}
.project-content {
    margin-bottom: 100px;
}
#projects .list-unstyled li {
    margin-bottom: 20px;
}

#projects .list-unstyled li a:hover {
    opacity: 0.7;
}

/*////// FORM CONTACT /////*/

#form-contact {
    position: relative;
    padding: 50px 0;
}
#form-contact::after {
    content: " ";
    background-image: url("../img/design/bg-formulaire.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
#form-contact .container {
    position: relative;
    z-index: 10;
}
#form-contact .form-info {
    margin-left: 15px;
    color: #8e8e92;
}
#form-contact .form-info:first-child {
    padding-left: 15px;
    border-left: 1px solid #8e8e92;
}

@media (max-width: 992px) {
    #form-contact::after {
        opacity: 0.2;
    }
}
@media (max-width: 768px) {
    #form-contact .form-info {
        margin-bottom: 15px;
        padding-left: 0 !important;
        border: 0px !important;
    }
}
#form-contact form label {
    color: #8e8e92;
}
#form-contact form .form-group {
    margin-bottom: 30px;
}
#form-contact form .form-control {
    border-radius: 0px;
}
#form-contact form .form-control:focus {}
#form-contact form input[type='submit'] {
    padding: 20px 100px;
    color: #FFF;
    font-weight: 700;
    background-color: #c6032a;
    border: none;
}
#form-contact .form-error {
    border: 1px solid #c6032a;
}
#form-contact .error-message {
    color: #c6032a;
    margin-top: 10px;
}
footer {
    background-color: #353f47;
    color: #FFF;
    font-weight: 700;
    padding: 25px 0;
    font-size: 12px;
    width: 100%;
    bottom: 0;
}

/*////// MODAL PRO /////*/

#modal-pro .modal-content {
    background-color: #c6032a;
    position: relative;
    color: #ffffff;
    border-radius: 0;
}

/*#modal-pro .modal-content::after {
    content: " ";
    background-image: url("../img/design/bg-pro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}*/

#modal-pro .modal-body {}
#modal-pro h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
#modal-pro input {
    border-radius: 0;
}
#modal-pro input[type='submit'] {
    margin-top: 15px;
    color: #c6032a;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
}
