/* your styles go here */

html {
    scroll-behavior:smooth;
}
body {
    background: url('../img/bg-b.png');
}

#intro {
    overflow: hidden;
}

#intro .item {
    background: url('../img/home.jpg') center center no-repeat;

}

#references-masonry {

}

.logoPR {

}

#footer p {
    text-align: center;
}


.clear {
    clear: both;
}

p.logos {
    text-align: center;
    background:#fff url('../img/bg-b.png');
    padding:15px;
    text-align: center;
    border-radius: 10px;
}

p.logos img {
    text-align: center;
    margin: 10px;
    max-width: 100%;
}
p.logos span {
    display: block;
    background: #60a470;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}

.skill-block {
    display: flex;
}

.skill-block .skill-block1,.skill-block .skill-block2 {
    font-size: 16px;
    flex-basis:50%;
    padding:20px;
}

.skill-block1 ul.list-group-item-success {
    font-size: 20px;
    padding: 15px;
    text-align: left;
}

.services p {
    font-size: 20px;
    text-align: left;
}

@font-face {
    font-family:'Track-Regular';
    src: url('fonts/Track.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.navbar-brand.scrollTo{
    font-family:'Track-Regular';
    font-weight: normal;
}

.container {
    max-width: 1140px;
    width: 100%;
}

.nav > li > a {
    padding: 25px 10px;
}

@media (max-width: 767px) {
    .nav > li > a {
        padding: 10px 10px;
    }

    .navbar-collapse.in li:hover, .navbar-collapse.in li:focus, .navbar-collapse.in li:focus, .navbar-collapse.in li.active {
        border-left:5px solid #6aae7a;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nav > li > a {
        font-size: 15px;
        padding: 25px 5px;
    }
}

.navbar-default {
    background: linear-gradient(270deg, #afe8ae, #ffffff);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 59s ease infinite;
    -moz-animation: AnimationName 59s ease infinite;
    -o-animation: AnimationName 59s ease infinite;
    animation: AnimationName 59s ease infinite;

}

@-webkit-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}

/* === Resume Section === */

/*---------------------------------------------------------
Resume Timeline
-----------------------------------------------------------*/
.resume-title h3{
    text-align: center;
    background: #6aae7a;
    padding: 25px;
    color: #fff;
}
.resume-section > div > div{
    margin-bottom: 60px;
}
.resume-section > div > div:nth-of-type(2){
    margin-bottom: 0;
}
.resume-title{
    margin-bottom: 30px;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.resume{
    position: relative;
}

.resume:before{
    content: "";
    position: absolute;
    top: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resume:after{
    content: "";
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e1e1e1;
    left:0;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 100%;
}

.timeline-content{
    padding:5px 20px 5px 20px;
    background-color: #fff;
}

.timeline-content img{
    display: block;
    margin: 20px auto;
    width:50%;
    max-width: 300px;
}

.timeline-content svg{
    display: block;
    height:50px;
    margin: 20px auto;
}

.timeline-content .brad {
    width: 25%;
}
.timeline-content .icare, .timeline-content .varibase {
    width: auto;
}


.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .posted-date {
    position: relative;
    text-align: center;
    background-color: #fff;

}


.timeline>li .posted-date .month {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #2c3e50;
    float: left;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid #6aae7a;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline-heading, .timeline-body {
    text-align: left;
}

.timeline-body img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.timeline-heading h3 {
    font-size: 20px;
    line-height: 28px;
}
.timeline-heading span{
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

@media(min-width:992px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 15px;
        min-height: 100px;
    }

    .timeline>li .posted-date {
        position: absolute;
        text-align: center;
        background-color: #fff;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 43%;
        text-align: left;
        border: 1px solid #eee;
        position: relative;
    }

    .timeline-content{
        position: relative;
        padding: 24px;
        background-color: #fff;
        -webkit-transition:all 400ms;
        -moz-transition:all 400ms;
        -o-transition:all 400ms;
        transition: all 400ms;
        border:2px solid transparent;
    }

    .timeline-content::after{
        border: 1px solid #eee;
        width: 100%;
        position: absolute;
        content: "";
        bottom: -3px;
        height:10px;
        left: 0;
        z-index: -1;
    }

    .timeline>li .timeline-content:hover {
        background: #FFF;
        border:2px solid #6aae7a;
        /*        color: #fff;*/
    }

    .timeline>li .timeline-panel::before,
    .timeline>li.timeline-inverted .timeline-panel::before {
        content: "";
        top: 25px;
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline>li .timeline-panel::before {
        left: 100%;
        border-left: 12px solid #ECECEC;
        -webkit-transition:all 400ms;
        -moz-transition:all 400ms;
        -o-transition:all 400ms;
        transition: all 400ms;
    }
    .timeline>li .timeline-panel:hover::before {
        border-left: 13px solid #60a470;
    }

    .timeline>li.timeline-inverted .timeline-panel::before {
        right: 100%;
        border-right: 12px solid #ECECEC;
        -webkit-transition:all 400ms;
        -moz-transition:all 400ms;
        -o-transition:all 400ms;
        transition: all 400ms;
    }
    .timeline>li.timeline-inverted .timeline-panel:hover::before {
        border-right: 12px solid #60a470;
        border-left: 0;
    }

    .timeline>li .timeline-panel::after,
    .timeline>li.timeline-inverted .timeline-panel::after {
        content: "";
        top: 25px;
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline>li .timeline-panel::after {
        left: 100%;
        margin-left: -2px;
        border-left: 12px solid #FFFFFF;
        -webkit-transition:all 400ms;
        -moz-transition:all 400ms;
        -o-transition:all 400ms;
        transition: all 400ms;
    }
    .timeline>li .timeline-panel:hover::after {
        /*        border-left: 12px solid #60a470;*/
    }

    .timeline>li.timeline-inverted .timeline-panel::after {
        right: 100%;
        margin-right:-2px;
        border-right: 12px solid #FFFFFF;
        -webkit-transition:all 400ms;
        -moz-transition:all 400ms;
        -o-transition:all 400ms;
        transition: all 400ms;
    }
    .timeline>li.timeline-inverted .timeline-panel:hover::after {
        /*        border-right: 12px solid #60a470;
                border-left: 0;*/
    }

    .timeline>li .posted-date {
        left: 50%;
        width: 120px;
        margin-left: -60px;
        margin-top: 20px;

    }
    .timeline>li .posted-date .month {
        float: none;
    }
}


#detail-content ul {
    list-style-position: inside;
}

#detail-content ul li {
    padding-left: 20px;
}

#detail-content i {
    color: #6aae7a;
}

#detail .buttons a:hover i {
    color:#fff;
}


.societe {
    padding: 5px;
    color: #fff;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: #6aae7a;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #6aae7a;
    background-color: rgba(106, 174, 122, 0.5);
    color: #222;
}


.navbar-nav li a, .navbar-nav li, .navbar-brand  {
    transition: all 0.2s;
}

* {
    margin: 0;
    padding: 0;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
    border: none;
    height: 50px;
    width: 50px;
    margin: 25px 10px auto 25px;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #6aae7a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 22px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 22px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 36px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.mobile {
    font-weight: 700;
    font-size : 24px;
    vertical-align: middle;
}

.fa-mobile, .fa-envelope {
    color: #6aae7a;
    vertical-align: middle;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

video {
    width: 100%;
}

#playlist {
    display:table;
}

#playlist li{
    cursor:pointer;
    list-style: none;
    color:#6aae7a;
}

#playlist li:hover{
    color:#6aae7a;
    text-decoration: underline;
}

#videoarea, #videoarea1 {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    background: #000;
}

/* VIDEOGULAR */

.playlist ul {
    list-style-type: none;
}

.playlist ul a {
    cursor: pointer;
    text-decoration: none;
}

.playlist ul a:visited {
    color:#6aae7a;
}

.playlist ul a:hover {
    color:#6aae7a;
    text-decoration: underline;
}

.videogular-container {
    width: 100%;
    height: 250px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.videogular-container .skipButton {
    position: absolute;
    padding: 10px;
    top: 10px;
    right: 10px;
    z-index: 99999;
    color: white;
    cursor: pointer;
    background-color: #666666;
    border: 2px #FFFFFF solid;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .videogular-container {
        /*                    width: 1170px;
                            height: 658.125px;*/
    }

    .videogular-container.audio {
        /*                    width: 1170px;
                            height: 50px;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .videogular-container {
        /*                    width: 940px;
                            height: 528.75px;*/
    }

    .videogular-container.audio {
        /*                    width: 940px;
                            height: 50px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .videogular-container {
        /*                    width: 728px;
                            height: 409.5px;*/
    }

    .videogular-container.audio {
        /*                    width: 728px;
                            height: 50px;*/
    }
}

@media (max-width: 768px) {
    .videogular-container {
        /*                    width: 728px;
                            height: 409.5px;*/
    }
    .modal-content {
        margin: 0 30px;
    }

}

.doubleLoaderProgBar .homepage-logo {
    margin-top: -100px;
    max-width: 120px;
    display: inline-block;
}