﻿/********************************************************************************/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url(../../../fonts/WorkSans-ExtraLight.ttf) ;}

/********************************************************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/fontawesome-webfont.eot');
  src: url('../../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff2') format('woff2'), url('../../../fonts/fontawesome-webfont.woff') format('woff'), url('../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#InPostbackLoadingPanel, #InPostbackLoadingPanel_LD{
    display: none!important;
}

::-ms-clear {
        display: none;
}

::-ms-reveal {
    display: none;
}


html, body, form{
    font-family: Calibri, sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:15px;
    overflow-x:hidden;
    color:#464e55;
    -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
}

a{
    color:#004D7F;
}

a:hover{
    text-decoration :none;
    color:#3a3a3c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2307;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}


.logoimage {
    padding: 10px 15px;
    width: 220px;
    height: auto;
}


.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-10x {
    font-size: 10em;
}

.fa-15x {
    font-size: 1.5em;
}

.socialnetworkIcon{
    text-align: center;
    width:35px;
    height:35px;
    margin: 10px;
    display: block;
    color:#FFF;
    opacity:0.8;
}

.socialnetworkIcon i{
    font-size:25px;
    padding:7px 0 0 0;
}

.socialnetworkIcon:hover, .socialnetworkIcon:focus{
    opacity:1;
    color:#FFF;
}

.socialnetworkIconFacebook{
    background-color:#3b5999;
}

.socialnetworkIconTwitter{
    background-color:#55acee;
}

.socialnetworkIconLinkedin{
    background-color:#0077B5;
}

.socialnetworkIconYoutube{
    background-color:#cd201f;
}

.socialnetworkIconMessage{
    background-color:#0084ff;
}

.socialnetworkIconPhone{
    background-color:#00AFF0;
}

.ISK-ListLineRight{
    float: right;
    margin: 0;
    padding: 0;
}

.ISK-ListLineLeft{
    padding: 0;
    float: left;
    margin: 0;
}

.ISK-ListLineRight li, .ISK-ListLineLeft li{
    list-style: outside none none;
    float: left;
    text-decoration: none;
}

.subtitle{
    width:100%;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 24px;
    text-transform: uppercase;
    text-align:left;
}

.isk-connection{
    z-index: 1024;
}

.isk-connection a, .isk-connection a:focus, .isk-connection a:hover {
    padding: 5px 0;
    display: inline-block;
    padding: 5px 0;
    display: inline-block;
    color:#FFF;
}

@media (min-width: 768px){
    .nourMenuLight ul.nav.navbar-nav {
        border-top: 3px solid #C61424;
    }
}
/************************************************************************/
.nourBurger, navbar-header > a.nourBurger:hover, navbar-header > a.nourBurger:focus {
    border: 0;
    padding: 30px 15px 0;
    background-color: transparent !important;
}

.nourBurger .icon-bar+.icon-bar {
    margin-top: 5px;
}


.nourBurgerTitle{
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color:#FFF;
    cursor: pointer;
    font-weight: bold;
}

.nourBurgerIcon{
  width: 30px;
  height: 20px;
  position: relative;
  -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;
  float:right;
}

.nourBurgerIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  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;
}

.nourBurgerIcon span:nth-child(1) {
  top: 0;
}

.nourBurgerIcon span:nth-child(2),.nourBurgerIcon span:nth-child(3) {
  top: 8px;
}

.nourBurgerIcon span:nth-child(4) {
  top: 16px;
}

.nourBurgerIcon.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.nourBurgerIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nourBurgerIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nourBurgerIcon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.nourMenu{
    background-color:rgb(34,49,63);
    background-color:rgba(34,49,63,0.6);
    border: 0;
    margin-bottom:0;
    border-radius:0;
    padding: 0 15px;
}

.nourMenuLight {
    background-color: #487eb0;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0 15px;
    z-index: 10;
}

.nav-down nav.nourMenuLight{
    background-color:transparent;
}

.nourMenu ul > li.navigation-link > a{
    padding: 55px 20px 15px;
    font-size:17px;
    font-weight:600;
    color:#fff;
    transition: color 0.8s ease;
}

.nourMenu ul > li.navigation-link > a:hover,
    .nourMenu .navbar-default .navbar-nav>.active>a:hover,
    .nourMenu ul > li.navigation-link > a:focus{
    color:#F90607;
    background-color: transparent;
    border-radius: 0;
}

.nourMenu .navbar-default .navbar-nav>.active>a, 
    .nourMenu .navbar-default .navbar-nav>.active>a:focus{
    color:#FDFB08;
    background-color: transparent;
    border-radius: 0;
}

.nourMenuLight ul > li.navigation-link{
    border-bottom:5px solid transparent;
} 

.nourMenuLight ul > li.navigation-link > a {
    padding: 35px 10px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.nourMenuLight ul > li.navigation-link > a:hover,
    .nourMenuLight .navbar-default .navbar-nav>.active>a:hover,
    .nourMenuLight ul > li.navigation-link > a:focus{
    color:#004D7F;
    background-color: white;
    border-radius: 0;
}

.nourMenuLight ul > li.navigation-link:hover {
    border-bottom-color: #004D7F;
}

.nourMenuLight ul > li.navigation-link:nth-child(2):hover {
    border-bottom-color: #B91120;
}

.nourMenuLight ul > li.navigation-link:nth-child(3):hover {
    border-bottom-color: #DAC708;
}

.nourMenuLight ul > li.navigation-link:nth-child(4):hover {
    border-bottom-color: #0A7041;
} 

.nourMenuLight ul > li.navigation-link:nth-child(2) > a:hover {
    color: #B91120;
}
.nourMenuLight ul > li.navigation-link:nth-child(3) > a:hover {
    color: #DAC708;
}
.nourMenuLight ul > li.navigation-link:nth-child(4) > a:hover {
    color: #0A7041;
} 
    
    
.nourMenuLight .navbar-default .navbar-nav > .active > a,
    .nourMenuLight .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #00A8B8;
    border-radius: 0;
}

.nourMenuLight ul > li.active.navigation-link {
    border-bottom-color: #004D7F;
}

.nourMenuLight ul > li.active.navigation-link:nth-child(2) {
    border-bottom-color: #B91120;
}

.nourMenuLight ul > li.active.navigation-link:nth-child(3) {
    border-bottom-color: #DAC708;
}

.nourMenuLight ul > li.active.navigation-link:nth-child(4) {
    border-bottom-color: #0A7041;
}
 
/*.nourMenuLight ul > li.active.navigation-link:nth-child(2) > a {
    color: #B91120;
}

.nourMenuLight ul > li.active.navigation-link:nth-child(3) > a {
    color: #DAC708;
}

.nourMenuLight ul > li.active.navigation-link:nth-child(4) > a {
    color: #0A7041;
}*/ 


.nourMenu .in >.active>a:before, .nourMenu .in >.active>a:focus:before, 
    .nourMenu .in >.active>a:hover:before, .nourMenu .in >.navigation-link>a:hover:before,
.nourMenu .collapsing >.active>a:before, .nourMenu .collapsing >.active>a:focus:before, 
    .nourMenu .collapsing >.active>a:hover:before, .nourMenu .collapsing >.navigation-link>a:hover:before{
    border-bottom-width: 0;
}
.nourMenu .in >.navigation-link>a, .nourMenu .collapsing >.navigation-link>a{
    border-left: 4px solid transparent;
}

.nourMenu .in >.active>a:hover, .nourMenu .in >.active>a:focus, .nourMenu .in >.active>a, .nourMenu .collapsing >.active>a{
    border-left: 4px inset #2980b9;
}

.nourMenu .in >.navigation-link>a:hover{
    border-left: 4px solid #2980b9;
}

.nav-down{

    position: fixed;
    top: 0;
    z-index:99;
    right:0;
    left:0;
}

.nav-down .nourMenuLight {
    background-color: rgb(15,112,183);
    background-color:rgba(15,112,183,0.8);
}

.nav-down:hover  .nourMenuLight{
    background-color: rgb(15,112,183);
}
/************************************************************/
.nourBanner {
    /*background-image: url(../images/home/banner.jpg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;*/
    height: 400px;
    position:relative;
}

.nourBannerTitle {
    border: none;
    border-left: 5px solid #004D7F;
    background-color: #004D7F;
    background-color: rgba(15,112,183,0.6);
    color: #FFF;
    margin-top: 60px;
    padding-bottom: 20px;
    text-shadow: 0 0 5px #000;
    z-index: 25;
}

.nourBannerTitle h2{
    font-size: 35px;
}

.nourBanner > .carousel{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}

.nourBanner > .carousel .item {
    height:400px;
    width:100%;
    overflow:hidden;
}

    .nourBanner > .carousel img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.nourBanner > .carousel .carousel-indicators li {
    width: 30px;
    height: 5px;
    background-color: #7f8c8d;
    border-radius: 0;
    border: 0;
}

.nourBanner > .carousel .carousel-indicators .active {
    background-color: #C61424;
    width: 30px;
    height: 5px;
}

/* Fading animation */
.fadeCarousel {
    -webkit-animation-name: fadeCarousel;
    -webkit-animation-duration: 1.5s;
    animation-name: fadeCarousel;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeCarousel {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fadeCarousel {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.nourBannerLink {
    /*background-color: #EFEFEF;
    background-color: rgba(255,255,255,0.5);*/
    min-height: 400px;
    padding: 0;
    padding-top: 45px;
}

.nourBannerLink a {
    display: inline-block;
    width: calc( 100% - 30px);
    padding: 15px 22px;
    margin: 15px 15px 0;
    font-size: 18px;
    color: #FFF;
    background-color: #004D7F;
    border: 2px solid #FFF;
    webkit-transition: all linear 0.3s,color linear 0.3s;
    transition: all linear 0.3s,color linear 0.3s;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}

.nourBannerLink a:hover{
    opacity:0.7;
}
    
.nourBannerLink a:nth-child(1) {
    background-color: #B91120
}

.nourBannerLink a:nth-child(2) {
    background-color: #DAC708
}

.nourBannerLink a:nth-child(3) {
    background-color: #0A7041
} 

.nourHeaderContent {
    position: relative;
    background-attachment: fixed;
}

.nourBannerLink a > i {
    padding-right: 5px;
    font-size: 22px;
}

.nourHeaderContent.nourEmploi {
    background-image: url(../images/page/emploi.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent.nourAbout {
    background-image: url(../images/page/about.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent.nourTransport{
    background-image: url(../images/page/transport.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent.nourBuilding{
    background-image: url(../images/page/building.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent.nourLogistique{
    background-image: url(../images/page/logistique.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent.nourContact {
    background-image: url(../images/page/contact.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nourHeaderContent > div.row {
    z-index: 1;
    position:relative;
}

.nourHeaderContent h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 0;
    font-weight: bold;
}

.nourHeaderContent::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 168, 184);
    background-color: rgba(0, 168, 184, 0.95);
    z-index: 0;
}

.nourMainInformation {
    padding: 20px 20px;
    line-height: 28px;
    font-size:17px;
    text-align:justify;
}

.nourMainContent, .nourMainContentAlt {
    padding-bottom: 40px;
}

.nourMainContent{
    background-color: #FFF;
}

.nourMainContentAlt {
    background-color: #f5f5f5;
}

.nourMainContentAlt > .row > .container {
    position: relative;
    margin-top: -50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #fff;
    padding-bottom: 40px;
}
    
.nourMainContent h2, .nourMainContentAlt h2 {
    text-align: center;
    color: #004D7F;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

.nourCustomerList{
    min-height:420px;
}

.breadcrumb{
    background-color:transparent;
    margin: 0;
    padding:10px;
}

.breadcrumb>li {
    font-weight: 700;
    font-size : 14px;
    line-height:33px;
    text-transform: uppercase;
}

.breadcrumb > .active {
    color:#FFF;
}
    
.breadcrumb > li + li:before {
    padding: 0 10px;
    color: #ccc;
    content: "|";
}

/*****************/
.banner{
    background: url(../images/banner.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; 
    background-size: cover; 
    height: 650px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}

.bannerContent{
    position: relative;
    display: block;
    width: 100%;
    min-height: 650px;
}

.nourBlock-HighLight{
    position: absolute;
    bottom:20%;
    right:10%;
    left:40%;
}

.nourBlock-HighLight h2{
    font-size: 40px;
    margin-top:5px;
    color: #fff;
    text-shadow: 0 0 20px #000;
    font-weight: bold;
    text-transform:uppercase
}

.nourBlock-HighLight h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 20px #000;
}

.nourBlock-HighLight .btn, .nourBlock-JoinUs .btn{
    margin: 50px auto 0;
    border: 3px solid white;
    background-color: #DAC416;
    color:#FFF;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}

.nourBlock-HighLight .btn:hover, .nourBlock-JoinUs .btn:hover {
    background-color:rgb(218,196,22);
    background-color:rgba(218,196,22,0.7);
    text-shadow: none;
}

.nourBlock p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
}

.nourBlockContent{
    width: 100%;
    min-height: 350px;
    padding: 10px 10px;
    background-color: transparent;
}

.nourBlock-JoinUs{
    background-color:#FFF;
    color:#004D7F;
    text-align:center;
}

.nourBlock-JoinUs > .nourBlockContent{
    max-width:560px;
    width:100%;
}

.nourBlock-JoinUs h3, .nourBlock-JoinUs p{
    text-align:left;
}

.nourMainKeyNumber{
    background-color: #004D7F;
    text-align: center;
    padding:30px 0;
    color:#FFF;
}

.nourMainKeyNumber i{
    font-size:60px;
    border:3px solid #FFF;
    border-radius: 100%;
    padding: 35px;
    margin-bottom: 15px;
}

.nourMainKeyNumber strong{
    font-size:30px;
}

.nourMainKeyNumber span{
    font-size:20px;
}

.nourBlock-News{
    background-color:#00A8B8;
    color:#FFF;
}


.nourBlock-News > .nourBlockContent{
    max-width:560px;
    width:100%;
    float:right;
}

.nourBlock-News > div{
    padding: 10px;
}

.nourBlock-News > div.nourBlockContent > h3,
    div.nourBlock-JoinUs > div.nourBlockContent  > h3{
    color:#004D7F;    
}

.nourBlockContent h3{
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 27px;
    color: #242426;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.nourBlockContent h4 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: bold;
    color:#004D7F;
}

.nourBlockContent div.nourBlockContent-resume {
    text-align: justify;
    min-height: 200px;
}

.nourNewsLink{
    padding: 0 30px 10px 30px;
    text-align:left;
}

.nourNewsLink > p{
    color:#ABB7B7;
    font-size:15px;
    margin: 0;
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nourNewsLink:after{
    content: '';
    border-bottom: 1px solid lightgray;
    display: block;
    margin-left: 60px;
    margin-right: 60px;
}

.nourNewsLink:last-child:after{
    content: '';
    border-bottom: 0 solid lightgray;
    display: block;
    margin-left: 60px;
    margin-right: 60px;
}

.nourBlock-link, .btn-nour{
    padding:15px 22px;
    font-size: 18px;
    background-color: #004D7F;   
    color: #FFF;
    webkit-transition: all linear 0.3s,color linear 0.3s;
    transition: all linear 0.3s,color linear 0.3s;
}

.nourBlock-link:hover, .btn-nour:hover{
    background-color: #3a3a3c;
    color: #FFF;
}
/*********************************************************/
.nourEmploiItem {
    border-bottom: solid 3px #004D7F;
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    padding:0 15px 15px;
}

.nourEmploiItem h3 {
    background-color: #004D7F;
    color: #f5f5f5;
    padding: 15px 20px;
    margin: 40px -15px 0;
    text-align: center;
}

/*********************************************************/
.nourCompagnyItem {
    border-bottom: solid 3px #004D7F;
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
}

.nourCompagnyItem h3  {
    background-color: #004D7F;
    color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom:0;
    min-height:88px
}

.nourCompagnyItem h3 a{
    color: #f5f5f5;
}

.nourCompagnyItem h3 a:hover {
    color: black;
}
    
.nourComponyDetail-item {
    position: relative;
    text-align: center;
}

.nourComponyDetail-item > img{
    max-width:100%;
    height:300px;
    margin:auto;
}

.nourComponyDetail-item > div{
    display: none;
    opacity:0;
}

.nourComponyDetail-item:hover > div{
    display: block;
    position:absolute;
    background-color:rgb(15,112,183);
    background-color:rgba(15,112,183,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    width:100%;
    opacity:1;
}

.nourComponyDetail-item > div > a {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    vertical-align: middle;
    background: white;
    color: black;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    max-width: 100%;
    padding: 20px 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nourComponyDetail-item > div > a:hover {
    background: black;
    color: white;
}

.nourComponyDetail-item-logo{
    height:50px;
    max-width:100%;
    width:auto;
    margin:auto;
    display: block;
}
/*****************************************************************/
.nourImmobilier > div{
    padding:5px 0;
}

    .nourImmobilier > div:nth-of-type(odd) {
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,.05);
    }

.nourImmobilier > div:hover {
    background-color: #e9ecef;
}
/*****************************************************************/

/*******************************About******************************/
h2.aboutTitle{
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #DADFE1;
    text-align:left;
    font-weight: 600;
}

h2.aboutTitle > a{
    visibility:hidden;
    color:#7f8c8d;
    font-size:23px;
}

h2.aboutTitle > a:hover{
    text-decoration: none;
    color:#7f8c8d;
}

h2.aboutTitle:hover > a{
    visibility:visible;
}

.aboutSubTitle{
    padding-left:30px;
    font-weight: 600;
}

.aboutSubTitle > a{
    visibility:hidden;
    color:#7f8c8d;
    font-size:20px;
}

.aboutSubTitle > a:hover{
    text-decoration: none;
    color:#7f8c8d;
}

.aboutSubTitle:hover > a{
    visibility:visible;
}

.aboutTitleText{
    font-size: 16px;
}

.aboutSubTitleText {
    font-size: 16px;
    line-height: 26px;
}


.img-about{
    width:95%;
    height:auto;
    display:block;
    margin: auto;
}

.navbarAbout{
    margin-top:45px;
    top:45px;
    padding: 15px 0;
    border-radius: 20px;
    background-color: white;
    width:277px;
}

.navbarAbout > hr{
    width:50%;
    border-top: 1px solid #DADFE1;
}
/************************************************************/
.img-logo{
    width: 100%;
}

.nourDetailContent{
    padding-top: 25px;
}
.nourDetailBreadCrumb{
    padding-bottom: 0;
}

.nourDetailAdresse{
    font-size: 16px;
}

/************************************************************/
.isk-ui-dataspy a { 
    border-left: 3px solid #FFF;
    color:#7f8c8d;
}

ul.isk-ui-dataspy li a:hover, ul.isk-ui-dataspy li a:focus{
    background-color:transparent;
    border-left: 3px solid #C61424;
    color:#95a5a6;
}

.isk-ui-dataspy li.active > a{
    border-left: 3px solid  rgb(198,20,36);
    border-left: 3px solid  rgba(198,20,36,0.4);
}

.isk-ui-dataspy > li > ul {
    display: none;
    padding-left:20px;
}

.isk-ui-dataspy > li.active > ul {
    display: block;
}

.isk-ui-dataspy-contact{
    color:#7f8c8d;
    font-weight:500;
    padding-left:25px
}
.isk-ui-dataspy-contact:hover{
    color:#95a5a6;
    text-decoration:none;
}


/*****************************************************************/
/*************************  Footer  ******************************/
footer{
    background-color:#ecf0f1;
}

.footerTop{
    background-color: #DADFE1;
}

.footerTop span{
    float:left;
    font-size:20px;
    font-weight: 500;
    padding:15px 25px 15px 0;
    min-width: 180px;
}

.footerLink{
    margin-bottom : 20px;
}

.footerLink a{
    width:100%;
    display:block;
    padding:5px 0;
    color:#7f8c8d;
}

.footerLink a:hover, .footerLink a:focus{
    color:#95a5a6;
}

.footerLink img{
    margin-top: 20px;
    margin-bottom : 5px;
}

.footerLink p{
    text-align: left;
}

.footerLink h3{
    border-bottom:1px solid #bdc3c7;
    padding-bottom: 5px;
    display: inline-block
}

.footerLink h3 i{
    margin-right: 10px;
}

.footerBottom .container{
    border-top:1px solid #bdc3c7;
    padding: 20px 0;
}

.footerBottom .ISK-ListLineLeft a{
    padding: 0 20px 0 0;
}
/***************************************************************************************************/
.containerContact{
    padding-bottom:25px;
}

.btn-send{
    background-color: transparent;
    border: 2px solid #22313F;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 0;
}

.btn-send:hover{
    color: #fff;
    background-color: #22313F;
}

.btn-send > a{
    color: #22313F;
    text-transform: uppercase;
    font-weight: 600;
    text-align:center;
    font-size: 20px;
    text-decoration: none;
    width:100%;
    display: block;
}

.btn-send:hover > a{
    color: #fff;
}

.containerContact table {
    width: 100%;
}

.containerContact table > tbody > tr > td:nth-child(1), 
.containerContact div > input, .containerContact div > select {
    width: calc(100% - 25px);
}

.containerContact table > tbody > tr > td:nth-child(2) {
    text-align: right;
    width: 25px;
}


/***************************************************************************************************/
/* 									       diamondList       									   */
/***************************************************************************************************/      
.isk-ui-list-diamondGrid-logo{
	vertical-align:middle;
	text-align:center;
    /*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
} 

.isk-ui-list-diamondGrid-logo > img{
	max-width:100%;
	height:auto;
}   

.isk-ui-list-diamondGrid-detail{
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transform: all .5s linear 0s;
	display:none;
	vertical-align:middle;
	text-align:center;
	color:#000;
    margin: 40% 0;
	white-space:normal;
}

.isk-ui-list-diamondGrid-item:hover > .isk-ui-list-diamondGrid-logo{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.isk-ui-list-diamondGrid-item:hover > .isk-ui-list-diamondGrid-detail{
	display:none;
}

.isk-ui-list-diamondGrid {
    text-align: center;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
	margin: 0 auto;
}

.isk-ui-list-diamondGrid-wrap{
    display: block;
	text-align: center;
}

.isk-ui-list-diamondGrid-row-wrap {
    text-align: center;
    position: relative;
    float: left;
    clear: both;
}

.isk-ui-list-diamondGrid-row-wrap:last-child:nth-child(even) {
    margin-bottom: 100px;
}

.isk-ui-list-diamondGrid-row-upper, .isk-ui-list-diamondGrid-row-lower {
    overflow: visible;
    clear: both;
    width: 100%;
}
.isk-ui-list-diamondGrid-row-lower {
    position: absolute;
    bottom: 0;
}

.isk-ui-list-diamondGrid-row-lower .isk-ui-list-diamondGrid-box {
	margin-left: 64.644660941%; /* 1 - 1 / sqrt(2) / 2 */
	margin-top: 64.644660941%;
}

.isk-ui-list-diamondGrid-box-wrap {
    float: left;
    width: 250px; /* Size of diamonds */
    height: 250px;
}

.isk-ui-list-diamondGrid-box {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
    
    position: relative;
    z-index: 1;
    
    width: 70.710678118%; /* x = sqrt(x^2 / 2) = 1 / sqrt(2) = 0.70710678118 */
    height: 70.710678118%;
    margin: 14.644660941%;
    
    border: 1px solid transparent;
}

.isk-ui-list-diamondGrid-box-inner {   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 141.421356237%; /* sqrt(2) */
    height: 141.421356237%;
    margin: -20.7106781185% 0 0 -20.7106781185%; /* (1 - sqrt(2)) / 2 */
}

.isk-ui-list-diamondGrid-box-innerBorder { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
	border: 2px solid gray;
}

.isk-ui-list-diamondGrid-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    background-color: #FFF;
    color: #000;
    background-position: center center;
    background-size: cover;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}

@media screen and (max-width: 520px) {
    .nourMainContentCustomer{
        display:none;
    }
}

/***************************************************************************************************/
/* 									        ToTop           									   */
/***************************************************************************************************/   
.totop {
    right: 25px;
    bottom: 90px;
    text-decoration: none;
    padding: 0;
    z-index: 903;
    position: fixed;
    width: 30px;
    display: none;
}

.totop a {
    line-height: 40px;
    text-align: center;
    opacity: 0.5;
    color: white;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    width: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    font-size: 25px;
    background-color: rgb(15,112,183);
    background-color: rgba(15,112,183,0.5);
}

.totop a:hover {
    opacity: 1;
    background-color: rgb(15,112,183);
    background-color: rgba(15,112,183,1);
    color: #FFF;
}

/***************************************************************************************/
/* 									Coockies Law 									   */
/***************************************************************************************/

/*Parameters*/
.isk-ui-cookie-info{
    color:white;
    font-size:17px;
    background-color: rgb(15,112,183);
	background-color: rgba(15,112,183,0.7);
	border-radius : 0;
}

.isk-ui-cookie-info:hover {
    background-color: rgb(15,112,183);
    background-color: rgba(15,112,183,1);
}

.isk-ui-cookie-info a{
    color: white;
    text-decoration:underline;
}

.isk-ui-cookie-btn{
    color: white;
    background-color: transparent;
    border: 0;
    font-size: 30px;
}

.isk-ui-cookie-btn:hover,  .isk-ui-cookie-info a:hover{
    color:white;
}
/***************************************************************************************/
/* 									Name Plugin 									   */
/***************************************************************************************/
.isk-ui-link-RightButtonFixed{
	background-color: #C61424;
	color:  #FFF;
	padding: 0 20px;
	outline: none;
	text-decoration: none;
	position: fixed; 
	top: 50%;
	right: 45px;
	height: 50px;
	line-height: 55px;
	text-transform: uppercase;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    
    -webkit-transform-origin:100% 100%;
    -moz-transform-origin:100% 100%;
	transform-origin:100% 100%;	
}
 
.isk-ui-link-RightButtonFixed:hover, .isk-ui-link-RightButtonFixed:focus{
	background-color: #00A8B8;
	color:  #FFF;
	text-decoration: none;
}

/**************************************************************************************/
/****************************** Bootstrap Hack ****************************************/
.carousel-indicators li {
    width: 30px;
    height: 30px;
    background-color: #15673F;
    border-radius: 30px;
    border:3px solid #FFF;
}

.carousel-indicators .active {
    background-color: #C61424;
    width: 30px;
    height: 30px;
}
/*************************************************************************************/
.isk-ui-list-portfolio
{
	margin: 48px 0;
}

.isk-ui-list-portfolio-sorting
{	
	font-size: 16px;
	margin-bottom: 48px;
}

.isk-ui-list-portfolio-sorting li a 
{
	color: #808080;
	text-decoration: none;
	padding: 6px;
    font-weight: 700;
    text-transform: uppercase;
	border-bottom: 2px solid transparent;
    border-left-color: transparent !important;

}

.isk-ui-list-portfolio-sorting li a:hover,
.isk-ui-list-portfolio-sorting li a.active, .isk-ui-list-portfolio-sorting li a:focus {
    color: #004D7F!important;
    border-bottom: 2px solid #C61424!important;
}

.isk-ui-list-portfolio-items{
    display: block;
}
/************************************************************************************/
.mapcontainer {
    width: 100%;
}

.mapael .map {
    background-color: #fff;
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 20px;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 35px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 60px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
}

.mapCard {
    border-bottom: solid 3px #c0392b;
    border-radius: 3px;
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.mapcard2 {
    border-bottom-color: #d9534f;
}

.mapcard1 {
    border-bottom-color: #26c800;
} 

.mapCard-header {
    background-color: #d9534f;
    color: #f5f5f5;
    padding: 15px 20px;
}

.mapcard1 .mapCard-header {
    background-color: #26c800;
    color: #f5f5f5;
}

.mapcard2 .mapCard-header {
    background-color: #d9534f;
    color: #f5f5f5;
}

.mapCard-image {
}

.mapCard-content {
    padding: 20px;
}

.mapCard-content > ul {
    list-style: none;
    padding-left: 20px;
    padding-top:20px;
}

.mapCard-content > ul > li {
    padding-left: 25px;
}

.mapCard-content > ul > li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    color: #004D7F;
    margin-left: -25px;
    width: 25px;
}

/*************************************************************************************/

@media screen and (max-width: 1220px) {
    .nourMenu ul > li.navigation-link > a,
        .nourMenuLight ul > li.navigation-link > a{
        margin: 0 20px;
    }
}

@media screen and (max-width: 1120px) {
    .nourMenu ul > li.navigation-link > a,
        .nourMenuLight ul > li.navigation-link > a{
        padding-right:10px;
        padding-left:10px;
        margin: 0;
        font-size:16px;
    }

    .nourBlock-HighLight {
        position: absolute;
        bottom: 20%;
        right: 20px;
        left: 20px;
        text-align: center;
    }

}

@media screen and (max-width: 800px) {
    .nourMenu ul > li.navigation-link > a,
    .nourMenuLight ul > li.navigation-link > a {
        padding-right:5px;
        padding-left:5px;
        margin: 0;
        font-size: 15px;
    }
}

@media screen and (max-width: 765px) {
    .nourMenu ul > li.navigation-link > a,
        .nourMenuLight ul > li.navigation-link > a{
        padding:10px;
        margin: 0;
        font-size:16px;
        text-align: right;
    }

    .navbar-nav{
        margin: 0;
    }

    .nourMenuLight{
        padding: 0;
    }

    .nourBurger, navbar-header > a.nourBurger:hover, navbar-header > a.nourBurger:focus {
        padding: 20px 5px 0;
    }

    .nourBlockContent{
        text-align: center;
    }

    .nourBlock-HighLight{
        top: 0;
        right: 20px;
        left: 20px;
        text-align: center;
    }

    .nourBlock-HighLight .btn, .nourBlock-JoinUs .btn {
        margin: 10px auto 0;
    }

    .nourBlock-HighLight h2{
        font-size:25px;
    }

    .nourBlockContent div.nourBlockContent-resume{
        min-height: 50px;
    }
}

@media screen and (max-width: 450px) {

    .nourBlock-HighLight {
        top: 0;
    }
    
    .nourBlock-HighLight .btn, .nourBlock-JoinUs .btn {
        margin: 0 auto 0;
    }

    #carousel-home{
        display:none;
    }
}