/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}


.navbar-custom a {
    color: #fff;
}


.navbar-custom .nav li.active {
    outline: 0;
}


.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.5);
        background: #fff;
    }
}



/* ------- Navigation ------------ */
#navigation {
  background: #fff;
  z-index: 9999;
  width:100%;
    box-sizing:border-box;
  border-bottom: 1px solid #eee;
}


.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 4px 0;
  padding-bottom: 0;
}

.navbar-custom {
}

.navbar-brand {
  padding: 0px;
  margin:0px;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,0);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
  padding: 12px 9px;
  margin: 4px;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  font-size: 17px;
  display: inline-block;
}

.navbar-custom.top-nav-collapse ul.nav li a {
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  color: #323232;
}

.navbar-custom ul.nav ul.dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
  border-bottom: 2px solid #f5f5f5;
  padding: 8px 15px;
  color: #fff;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
  border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
  padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  border-radius: 10px;  
}

.navbar-custom .nav  li a:hover,
.navbar-custom .nav  li a:focus,
.navbar-custom .nav  li.active {
  background-color: #fa9a3f;
  color: #fff;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 13px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 5px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
  
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
  

    .intro-text {
        font-size: 23px;
    }


}
@media (max-width:768px) {
  #navigation {
    padding: 10px 0;
  }
  .site-logo{
    margin: 0 0 0 30px;
    float:none;
  }
  .navbar-custom ul.nav li a {
    color: #eee;
  }
  .navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #aaa;

  }
  .navbar-header {
    margin-top:-40px;
    padding:0;
  }
  .navbar-header button {
    background: #111;
  }
  
  .navbar-header button.navbar-toggle {
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
  }
  
  .navbar-custom .nav {
    background: #444;
  }
  
  .service-box {
    margin-bottom: 50px;
  }
  
  .team-wrap {
    margin-bottom: 30px;
  }
  
  form#contact-form {
    margin-bottom: 50px;
  }
  
  .xs-marginbot-20 {
    margin-bottom: 20px;
  }

}

@media (max-width:480px) {

  .navbar-custom .nav.navbar-nav {
    background: #444;
  }
  
  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }
}






.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images/pont/pont-intro.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body h1{
  font-size: 42px;
  color:#fff;
}


.intro .intro-body h2{
  font-size: 33px;
  color:#fff;
}

.intro .intro-body .brand-heading {
    font-size: 32px;
}

.intro .intro-body .intro-text {
    font-size: 22px;
    font-style: italic;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 21px;
        font-weight: 200;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fa9a3f;
    color: #fa9a3f;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fa9a3f;
    outline: 0;
    color: #000;
    background-color: #fa9a3f;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');

@font-face {
font-family: 'AvenirLTStd-Black';
font-style: normal;
font-weight: normal;
src: url('font/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
font-family: 'AvenirLTStd-Medium';
font-style: normal;
font-weight: normal;
src: url('font/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
font-family: 'AvenirLTStd-Light';
font-style: normal;
font-weight: normal;
src:  url('font/AvenirLTStd-Light.woff') format('woff');
}
@font-face {
font-family: 'AvenirLTStd-Light';
font-style: normal;
font-weight: normal;
src:  url('font/AvenirLTStd-Light.woff') format('woff');
}
@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('AvenirLTStd-Black.woff') format('woff');
}




/**************
COULEURS PRINCIPALES: Orange: #fa9a3f; 243, 161, 82
                      Bleu: #445aa4; 68, 90, 164  ou    192F78    25, 47, 120



/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}
.marginbot-120{margin-bottom:120px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}
.margintop-60{margin-top:60px !important;}
.margintop-70{margin-top:70px !important;}
.margintop-80{margin-top:80px !important;}
.margintop-90{margin-top:90px !important;}
.margintop-100{margin-top:100px !important;}
.margintop-120{margin-top:120px !important;}






@media screen and (max-width: 480px) {
  body {
    font-size: 90%;
  }
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 110%;
  }
}


/*************************
*******Typography******
**************************/

body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  font-family: 'AvenirLTStd-Light', sans-serif;
  font-weight: 300;
  background: #fff;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'AvenirLTStd-Light', sans-serif;
  color:#4e4e4e;
}

p, div {
  font-family: 'AvenirLTStd-Light', sans-serif;
}

h1{
  font-size: 33px;
  color:#fff;
}

h2{
  font-size: 18px;
  color:#fff;
}

h3{
  font-size: 15px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 14px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #fff;
  color: #323232;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #323232;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 20px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

hr.style-twobis {
border: 0;
height: 0;
border-top: 1px solid rgba(235, 129, 121, 0.5);
border-bottom: 1px solid rgba(235, 129, 121, 0.8);
}






.homesection{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; 
  background-image:url(../images/bg-about.jpg);
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-position:center center;
}
.homesection h1
{
  font-size: 31px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.homesection h2
{
  font-size: 29px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.homesection h2 span
{
  font-size: 28px;
  font-weight: bold;
  color: #eb8179;
  opacity: 1;
}
.homesection h3
{
  font-size: 23px;
  color: #323232;
  opacity: 1;
}
.homesection h4
{
  color: #323232;
  opacity: 1;
}

.homesection p
{
  color: #323232;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2em;
  opacity: 1;
}
.homesection p span
{
  color: #323232;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  opacity: 1;
}





.domaine-main{
  padding-top: 20px;
  padding-bottom: 20px;
  background:#eeeeee;
}
.domaine-main h1
{
  font-size: 28px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.domaine-main h2
{
  font-size: 25px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.domaine-main h3
{
  font-size: 19px;
  color: #323232;
  opacity: 1;
}
.domaine-main h4
{
  color: #323232;
  opacity: 1;
}

.domaine-main p
{
  color: #323232;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2em;
  opacity: 1;
}
.domaine-main p span
{
  color: #323232;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2em;
  opacity: 1;
}

.domaine-wrap {
  height:380px;
  padding: 25px 5px;
  margin: 0 0 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.domaine-wrap:hover{
  padding: 20px 5px;
}

.domaine-wrap h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
}



.domaine-wrap .pull-left {
  margin-right: 20px;
}


.domaine-wrap02 i{
  font-size: 23px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 45px;
  text-align:center;
  background: #323232;
  color: #fff;
  border: 3px solid #323232;
  box-shadow: inset 0 0 0 5px #323232;
  -webkit-box-shadow: inset 0 0 0 5px #323232;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: center;
}

.domaine-wrap02 i:hover {
  background: #fa9a3f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #fa9a3f;
  -webkit-box-shadow: inset 0 0 0 5px #fa9a3f;
  border: 3px solid #fa9a3f;
}


@media screen and (min-width: 768px) {
  
    .modal-dialog  {width:900px;}

}
.modal-dialog {width:80%;}
.modal-dialog h1
{
  font-size: 28px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.modal-dialog h2
{
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
}
.modal-dialog h3
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #323232;
  opacity: 1;
}
.modal-dialog h4
{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #323232;
  opacity: 1;
}
.modal-dialog h4 span
{
  font-size: 25px;
  font-weight: bold;
  color: #323232;
  text-align: center;
  opacity: 1;
}

.modal-dialog p
{
  color: #323232;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2em;
  opacity: 1;
}
.modal-dialog h5 
{
  color: #323232;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2em;
  opacity: 1;
}
.modal-dialog li
{
  color: #323232;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  opacity: 1;
}

.modal-header{
   height:15% !important;    
}
.modal-body{
  background-image:url(../images/bg-virgule.jpg); /* h2d-pont-noir-large */
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-position:center center;
  height:75%;
  text-align: left;
  overflow:auto;
}
.modal-footer{
   height:10%;
}

.modal-wrap {
  padding: 15px 20px;
  background-color:  rgba(255,255,255,0.7);
  border-radius: 4px;
  margin: 0 0 40px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.modal-wrap:hover{
  background: #fff;
}

.modal-wrap02 {
  padding: 15px 20px;
  background-color:  rgba(255,255,255,0.8);
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  margin: 0 0 40px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.modal-wrap02:hover{
  background: #fff;
}



.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.mini-gutter > [class*='col-'] {
    padding:2px;
}
.col-condensed {
  margin-left: 0px;
  margin-right: 0px;
}





.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color:  rgba(255,255,255,0.6);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(239,133, 32, 0.95);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 27px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  background-color:  rgba(128,128,128,0.7);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect h4 {
  padding: 4px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: lighter;
  color: #000;
  background-color:  rgba(255,255,255,0.85);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 
.hovereffect:hover h4 {
  padding: 4px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  background-color:  rgba(0,0,0,0);
  opacity: 1;

}

.hovereffect p {
  padding: 4px 2px 2px 30px;
  text-align: left;
  font-size: 15px;
  font-weight: lighter;
  color: #000;
  background-color:  rgba(255,255,255,0.7);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 
.hovereffect:hover p {
  padding: 4px 2px 2px 30px;
  text-align: left;
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  background-color:  rgba(0,0,0,0);
  opacity: 1;

}



@media screen and (max-width: 480px) {
      .hovereffect {
      width: 100%;
      height: 400px;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
    }
      .hovereffect h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 18px;
      padding: 5px;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover h2 {
  background-color:  rgba(128,128,128,0.7);
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
    }

    .hovereffect h4 {
      padding: 4px 20px;
      text-align: left;
      font-size: 15px;
      font-weight: lighter;
      color: #323232;
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    } 
    .hovereffect:hover h4 {
      padding: 4px 20px;
      font-size: 15px;
      text-align: left;
      font-weight: lighter;
      color: #fff;
      opacity: 1;

    }

    .hovereffect p {
      padding: 4px 4px 4px 25px;
      text-align: left;
      font-size: 13px;
      font-weight: lighter;
      color: #323232;
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    } 
    .hovereffect:hover p {
      padding: 4px 4px 4px 25px;
      text-align: left;
      font-size: 13px;
      font-weight: lighter;
      color: #fff;
      opacity: 1;
    }
}



.references{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#ffffff;
}
.references h2
{
  padding:10px;
  font-size: 33px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}


.contact{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#e1e1e1;
}
.contact h1
{
  padding:10px;
  font-size: 33px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.contact h2
{
  padding:25px;
  font-size: 26px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.contact h4 span
{
  padding:15px;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  border-radius: 6px;
  background-color:#323232;
  color: #fff;
  opacity: 1;
}
.contact p
{
  padding:20px;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}

.contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}



.portrait{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color:#eeeeee;
}
.portrait h2
{
  padding: 0px 5px;
  font-size: 24px;
  font-weight: bold;
  color: #323232;
  opacity: 1;
}
.portrait h3
{
  padding: 0px 0px 0px 20px;
  font-size: 18px;
  line-height: 1.2em;
  color: #323232;
  opacity: 1;
}
.portrait h4
{
  padding:20px 0px;
  font-size: 26px;
  color: #323232;
  opacity: 1;
}
.portrait p
{
  padding:5px;
  font-size: 14px;
  color: #323232;
  opacity: 1;
}
.portrait p span
{
  padding:5px;
  font-size: 16px;
  font-weight: bold;
  color: #fa9a3f;
  opacity: 1;
}
.portrait li
{
  padding:5px;
  font-size: 15px;
  color: #323232;
  opacity: 1;
}

.portrait-wrap {
  padding:20px 20px;
  margin:5px;
  background: #eee;
  border-radius: 4px;
}

.portrait-wrap-case{
  padding:10px;
  margin:0px;
  background: #eee;
  border-radius: 4px;
}


@media screen and (max-width: 480px) {
  .portrait{
    padding: 10px 3px;
    background-color:#fa9a3f;
  }
  .portrait-wrap {
    padding:3px 3px;
    margin:5px;
    background: #e5e5e5;
    border: 2px solid #fa9a3f;
    border-radius: 4px;
  }
  .portrait-wrap-case{
    padding:3px;
    margin:5px;
    background: #d8d8d8;
    border-radius: 4px;
  }
  .portrait p
  {
    padding:5px;
    font-size: 14px;
    color: #323232;
    opacity: 1;
  }
  .portrait p span
  {
    padding:5px;
    font-size: 15px;
    font-weight: bold;
    color: #fa9a3f;
    opacity: 1;
  }
}





.mentionslegales{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#fff;
}
.mentionslegales h2
{
  padding: 0px 5px;
  font-size: 28px;
  font-weight: bold;
  color: #fa9a3f;
  opacity: 1;
}
.mentionslegales h3
{
  padding: 0px 20px;
  font-size: 23px;
  color: #fa9a3f;
  opacity: 1;
}
.mentionslegales h4
{
  padding:20px 0px;
  font-size: 26px;
  color: #323232;
  opacity: 1;
}
.mentionslegales p
{
  padding:5px;
  font-size: 14px;
  color: #323232;
  opacity: 1;
}
.mentionslegales p span
{
  padding:5px;
  font-size: 16px;
  font-weight: bold;
  color: #fa9a3f;
  opacity: 1;
}

/* ===========================
--- Footer
============================ */

footer {
    background-color: #323232;
}

footer {
  text-align: center;
  padding: 25px 0 15px ;
  
}

footer p {
  color: #f8f8f8;
  font-size: 14px;
}

footer h2 {
  color: #f8f8f8;
}

footer a{
  color: #eeebfb;
  font-size: 16px;
}
footer a:hover {
  color: #fa9a3f;
}

.footer-seo p {
  color: #f8f8f8;
  font-size: 10px;
}

/* menu */
ul.footer-menu {
  list-style: none;
}

ul.footer-menu li {
  float: left;
  margin: 0 0 0 10px;

}

ul.footer-menu li a {
  color: #fff;
  font-size: 14px;
  padding-left: 9px;
  line-height: 1.1em;
}

ul.footer-menu li:first-child a {
  border-left: none;
  padding-left: 0;
}

.social-widget {
  margin-top: 20px;
  margin-bottom: 30px;
}
.social-widget ul li a:hover {
  color: #fff;
}

footer .social-widget ul.team-social li a {
  margin: 0 5px;
}






.hovereffect02 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect02 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(50, 50, 50, 0.01);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect02:hover .overlay {
  background-color:  rgba(128,128,128,0.01);
}

.hovereffect02 img {
  display: block;
  position: relative;
}

.hovereffect02 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 21px;
  padding: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect02 h4 {
  padding: 4px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 

.hovereffect02 p {
  padding: 4px 2px 2px 25px;
  text-align: left;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 


@media screen and (max-width: 480px) {
      .hovereffect02 {
      width: 100%;
      height: 400px;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
    }
      .hovereffect02 h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 20px;
      padding: 5px;
    }

    .hovereffect02 h4 {
      padding: 4px 10px;
      text-align: left;
      font-size: 15px;
      font-weight: lighter;
      color: #fff;
      opacity: 1;
    } 

    .hovereffect02 p {
      padding: 2px 2px 2px 25px;
      text-align: left;
      font-size: 13px;
      font-weight: lighter;
      color: #fff;
      opacity: 1;    
    } 
}


.parallaxpont{
  background: url(../images/h2d-pont-vert02.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: 100% auto;
  padding: 200px 0 200px 0; 
}
.parallaxpont h2{
  opacity: 0;
}



.bg-orange1{
  color: #ffffff;
  background: rgba(236,119,40,1.0); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, rgba(215,98,19,1.0), rgba(236,119,40,1.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(215,98,19,1.0), rgba(236,119,40,1.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(215,98,19,1.0), rgba(236,119,40,1.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(215,98,19,1.0), rgba(236,119,40,1.0)); /* Standard syntax */
  padding: 10px;
  margin-top: 15px;
  height: 350px;
}

.bg-orange2{
  color: #ffffff;
  background: rgba(237,133,62,1.0); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg,  rgba(236,119,40,1.0), rgba(237,133,62,1.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg,  rgba(236,119,40,1.0), rgba(237,133,62,1.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg,  rgba(236,119,40,1.0), rgba(237,133,62,1.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg,  rgba(236,119,40,1.0), rgba(237,133,62,1.0)); /* Standard syntax */
  padding: 10px;
  margin-top: 15px;
  height: 350px;
}

.bg-orange3{
  color: #ffffff;
  background: rgba(241,155,96,1.0); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, rgba(237,133,62,1.0), rgba(241,155,96,1.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(237,133,62,1.0), rgba(241,155,96,1.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(237,133,62,1.0), rgba(241,155,96,1.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(237,133,62,1.0), rgba(241,155,96,1.0)); /* Standard syntax */
  padding: 10px;
  margin-top: 15px;
  height: 350px;
}

.bg-orange4{
  color: #ffffff;
  background: rgba(244,180,136,1.0); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, rgba(241,155,96,1.0), rgba(244,180,136,1.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(241,155,96,1.0), rgba(244,180,136,1.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(241,155,96,1.0), rgba(244,180,136,1.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(241,155,96,1.0), rgba(244,180,136,1.0)); /* Standard syntax */
  padding: 10px;
  margin-top: 15px;
  height: 350px;
}

.txtorange h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 21px;
  padding: 10px;
}

.txtorange h4 {
  padding: 4px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
} 

.txtorange p {
  padding: 4px 2px 2px 25px;
  text-align: left;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
  opacity: 1;
} 

@media screen and (max-width: 480px) {
      .txtorange h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 20px;
      padding: 5px;
    }

    .txtorange h4 {
      padding: 4px 10px;
      text-align: left;
      font-size: 15px;
      font-weight: lighter;
      color: #fff;
      opacity: 1;
    } 

    .txtorange p {
      padding: 2px 2px 2px 25px;
      text-align: left;
      font-size: 13px;
      font-weight: lighter;
      color: #fff;
      opacity: 1;    
    } 
}