@charset "UTF-8";
/* ----------------------------------
/* ------------ FONT-FACE ----------
------------------------------------- */
@font-face {
  font-family: 'Lato-Light';
  src: url("Lato-Light.eot?#iefix") format("embedded-opentype"), url("Lato-Light.woff") format("woff"), url("Lato-Light.ttf") format("truetype"), url("Lato-Light.svg#Lato-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url("Lato-Black.eot?#iefix") format("embedded-opentype"), url("Lato-Black.woff") format("woff"), url("Lato-Black.ttf") format("truetype"), url("Lato-Black.svg#Lato-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------
/* ------------ ENTETE ----------
------------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFF;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

div, td {
  color: #595956;
  font-family: "Lato-Light", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

a {
  text-decoration: none;
  color: #0079a4;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

a:hover {
  color: #cad402;
  text-decoration: none;
}

img {
  border: none;
  display: block;
  margin: 0 auto;
}

p {
  padding: 10px 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  color: #0079a4;
  font-size: 24px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  padding: 25px 0;
  margin: 0;
}

h2 {
  color: #131313;
  font-size: 24px;
  padding: 10px 0;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h3 {
  color: #290a01;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

ul h3 {
  display: inline;
}

address, menu {
  margin: 0;
  padding: 0;
  font-style: normal;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="mobile"], input[type="fax"], input[type="password"], textarea, select {
  font-family: Trebuchet MS,Tahoma,sans-serif,Verdana;
  font-size: 13px;
  color: #3C3F3B;
  max-width: 100%;
  width: 100%;
  border: 1px solid #2F2F2F;
  display: inline-block;
  background: #FFF;
}

.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos a {
  display: block;
}

.photos img {
  max-width: 100%;
  height: auto;
}

.none {
  display: none;
}

.center, #center {
  text-align: center;
}

.url {
  display: inline-block;
}

.num {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 30px;
  width: 100%;
}

@media only screen and (max-width: 1439px) {
  .container {
    padding: 0 10px;
  }
}

#smartnav {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #smartnav {
    display: block;
    background: #0079a4 !important;
  }
}

.hiddenNav {
  display: none;
}

.visibleNav {
  display: initial;
}

#pageweb {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* ----------------------------------
/* ------------ HEADER ----------
------------------------------------- */
#site {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
}

.cont-logo {
  /*cont-mn*/
}

.cont-logo #logo {
  margin-bottom: -135px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1023px) {
  .cont-logo #logo {
    margin-bottom: 0;
  }
}

.cont-logo #logo::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.82);
  z-index: -1;
  width: 100%;
  bottom: 0;
  height: 135px;
  left: -100%;
}

@media only screen and (max-width: 1023px) {
  .cont-logo #logo::before {
    display: none;
  }
}

.cont-logo #logo::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.82);
  z-index: -1;
  width: 100%;
  bottom: 0;
  height: 135px;
}

.cont-logo .cont-mn {
  /*menu-top*/
}

@media only screen and (max-width: 1023px) {
  .cont-logo .cont-mn .menu-top {
    display: none;
  }
}

.cont-logo .cont-mn .menu-top ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont-logo .cont-mn .menu-top ul li {
  list-style: none;
}

.cont-logo .cont-mn .menu-top ul li a {
  display: block;
  color: #595956;
  text-transform: uppercase;
  padding: 25px;
  border-right: #595956 1px dashed;
  font-size: 16px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1049px) {
  .cont-logo .cont-mn .menu-top ul li a {
    padding: 25px 20px;
  }
}

.cont-logo .cont-mn .menu-top ul li a:hover {
  background: #cad402;
}

.cont-logo .cont-mn .menu-top ul li:last-child a {
  border: none;
}

.cont-logo .cont-mn .coord {
  background: #0079a4;
}

@media only screen and (max-width: 599px) {
  .cont-logo .cont-mn .coord {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont-logo .cont-mn .coord .adress p {
  color: #FFF;
  background: url(../images/bg-adr.png) left center no-repeat;
  padding-left: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 1151px) {
  .cont-logo .cont-mn .coord .adress p {
    font-size: 18px;
  }
}

.cont-logo .cont-mn .coord .tel a {
  color: #fff;
  background: url(../images/bg-tel.png) right center no-repeat;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  font-size: 26px;
  padding-right: 30px;
}

@media only screen and (max-width: 1151px) {
  .cont-logo .cont-mn .coord .tel a {
    font-size: 22px;
  }
}

/*cont-logo*/
.cont-fla {
  position: relative;
}

.cont-fla #flash {
  z-index: -1;
  position: relative;
}

.cont-fla #flash::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}

.cont-fla .slog {
  position: absolute;
  top: 0;
  bottom: 120px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1550px;
  padding: 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 719px) {
  .cont-fla .slog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
  }
}

.cont-fla .slog p {
  color: #FFF;
  font-size: 48px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
  text-align: right;
  line-height: 53px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1151px) {
  .cont-fla .slog p {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cont-fla .slog p {
    font-size: 20px;
    line-height: 20px;
  }
}

.cont-fla .slog p span {
  color: #cad402;
}

/* ----------------------------------
/* ------------ CORPS ----------
------------------------------------- */
#corps {
  min-height: 400px;
}

#ttl {
  background: #edede6;
}

.ttl {
  position: relative;
}

@media only screen and (max-width: 719px) {
  .ttl {
    width: 100% !important;
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
    max-width: 100% !important;
  }
}

.ttl::after {
  content: '';
  position: absolute;
  background: url(../images/bg-ttl.png) right no-repeat;
  right: -350px;
  width: 331px;
  height: 207px;
  top: -100px;
}

@media only screen and (max-width: 719px) {
  .ttl::after {
    display: none;
  }
}

.section1 {
  padding: 60px 0;
}

.section1 .texte1 {
  background: #0079a4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .section1 .texte1 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section1 .texte1::before {
  content: url(../images/pict1.png);
  margin-top: -50px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .section1 .texte1::before {
    display: none;
  }
}

.section1 .texte1 p {
  color: #fff;
}

.section1 .texte2 {
  background: #edede6;
}

@media only screen and (max-width: 1023px) {
  .section1 .texte2 {
    padding: 15px 25px !important;
  }
}

.section2 {
  padding-bottom: 60px;
}

.section2 .ttl2 {
  background: #cad402;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .section2 .ttl2 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1279px) and (max-width: 599px) {
  .section2 .ttl2 {
    text-align: center;
    padding: 20px 0;
  }
}

.section2 .ttl2::before {
  content: url(../images/pict2.png);
  margin-top: -30px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .section2 .ttl2::before {
    display: none;
  }
}

.section2 .photo img {
  max-width: 100%;
  height: auto;
}

.section2 .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0079a4;
  padding: 40px 40px;
}

.section2 .plus::before {
  content: url(../images/plus.png);
}

.section2 .plus h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.section2 .plus ul li {
  color: #FFF;
  list-style: url(../images/puce.png);
}

.gal {
  padding-bottom: 40px;
}

.gal ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gal ul li {
  list-style: none;
  width: 33%;
}

.gal ul li img {
  max-width: 100%;
  height: auto;
}

.article {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*CONTACT*/
.form-group {
  margin: 0 0 10px 0;
}

.form-group label, .form-group input.form-input, textarea.form-textarea {
  width: 99%;
  display: block;
  margin: 0 auto;
}

input[type="text"], textarea, select {
  padding: 8px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-form {
  margin: 10px 0 0 0;
}

.btn-submit-1, .btn-submit-2 {
  background: #edede6;
  border-color: #cad402;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-decoration: none;
  width: 200px;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 10px 0 0 0;
  cursor: pointer;
  text-transform: capitalize;
}

.alert-is-requierd {
  color: #cad402;
}

.cont-contact {
  background: #0079a4;
}

.cont-contact div {
  color: #FFF;
}

/*==============*/
/* Plan d'accès */
/*==============*/
#divGoogleMap {
  text-align: center;
  width: 100%;
}

#googleMap {
  border: 0px;
  width: 100%;
  height: 500px;
}

.map-google iframe {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
}

/*REALISATIONS*/
p.titre-diapo {
  text-transform: uppercase;
  font-weight: bold;
}

#diapo-container ul, #diapo-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#diapo-container .nav-diapo ul li {
  border-bottom: 1px solid #cad402;
}

#diapo-container .nav-diapo ul li:first-child {
  border-top: 1px solid #cad402;
}

#diapo-container .nav-diapo ul li a {
  display: block;
  padding: 10px 0 10px 5px;
  text-transform: uppercase;
}

#diapo-container .nav-diapo ul li.link-play a, #diapo-container .nav-diapo ul li a:hover {
  background: #632e1e;
  color: #cad402;
}

#diapo-container .nav-diapo ul li a:hover {
  opacity: 0.8;
}

#diapo-container .nav-diapo ul {
  padding-left: 5px;
}

.nav-diapo {
  display: none;
}

#diapo-inner {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 799px) {
  #diapo-inner {
    width: 98%;
    margin: 0 auto;
  }
}

.nav-diapo .link-disable {
  cursor: not-allowed;
  opacity: 0.4;
}

/* ----------------------------------
/* ------------ FOOTER ----------
------------------------------------- */
#footer {
  background: url(../images/bg-foot.png) top no-repeat #000;
  padding-top: 200px;
}

.menu-foot {
  padding: 20px 0;
}

@media only screen and (max-width: 1023px) {
  .menu-foot {
    display: none;
  }
}

.menu-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.menu-foot ul li {
  list-style: none;
}

.menu-foot ul li a {
  display: block;
  color: #edede6;
  text-transform: uppercase;
  padding: 5px 25px;
  border-right: #edede6 1px dashed;
  font-size: 16px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

.menu-foot ul li a:hover {
  color: #cad402;
}

.menu-foot ul li:last-child a {
  border: none;
}

/* ----------------------------------
/* ------------ RESPONSIVE ----------
------------------------------------- */
@media only screen and (max-width: 599px) {
  /* ----------------------------------
	/* ------------ A NE PAS TOUCHER ----------
	------------------------------------- */
  .pp_pic_holder {
    width: calc(100% - 20px) !important;
    left: 10px !important;
    right: 10px;
  }
  .ppt {
    width: 100% !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_hoverContainer {
    width: 100% !important;
    height: auto !important;
  }
  div.pp_default .pp_content_container .pp_details {
    width: 100% !important;
  }
  #pp_full_res {
    padding-right: 5px;
  }
  #pp_full_res img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .contact-form {
    padding: 0 5px 20px;
  }
  .formulaire-contact label {
    max-width: inherit;
    width: auto;
  }
  .formulaire-contact input {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=styles.css.map */