/* ----------------------------------
/* ------------ FONT-FACE ----------
------------------------------------- */
@font-face {
  font-family: 'Merriweather';
  src: url("Merriweather-Bold.woff2") format("woff2"), url("Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic';
  src: url("CenturyGothic-Bold.eot");
  src: url("CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("CenturyGothic-Bold.woff") format("woff"), url("CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("OpenSans-Semibold.woff") format("woff"), url("OpenSans-Semibold.ttf") format("truetype"), url("OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("open-sans.regular-webfont.eot");
  src: url("open-sans.regular-webfont.eot?#iefix") format("embedded-opentype"), url("open-sans.regular-webfont.woff") format("woff"), url("open-sans.regular-webfont.ttf") format("truetype"), url("open-sans.regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Barlow Condensed';
  src: url("BarlowCondensed-Bold.eot");
  src: url("BarlowCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("BarlowCondensed-Bold.woff") format("woff"), url("BarlowCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/* ---------------------------------------------------------------------------------------------
/* ------------------------------------------- VARIABLE ----------------------------------------
-------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
/* ------------------------------------------- MIXIN -----------------------------------------
-------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
/* ------------------------------------------- CORPS DU SCSS -----------------------------------------
-------------------------------------------------------------------------------------------- */
/* ----------------------------------
/* ------------ ENTETE ----------
------------------------------------- */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

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

div, td {
  color: #404040;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s  ease-in-out;
  -o-transition: all 0.5s  ease-in-out;
  -ms-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out; }

a {
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s  ease-in-out;
  -o-transition: all 0.5s  ease-in-out;
  -ms-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out; }

  a:hover{
    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: #fff;
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
  font-family: "open_sansregular";
  line-height: 25px; }

h2 {
  color: #404040;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center; }

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; }

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

input[type="submit"] {
  background: #3498db;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  margin-top: 15px; }
  input[type="submit"]:hover {
    background: #404040; }

.menu-nav ul {
  display: flex;
  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: 1630px;
  padding: 0 15px;
  width: 100%; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.wrapper {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
  width: 100%; }

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

.ft-head {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.ft-head .blocs-menu ul{
  margin: 0;
  padding: 0;
}
  @media only screen and (max-width: 1359px) {
    .ft-head #logo {
      max-width: 38%;
      width: 100%;
    } 
  }
  @media only screen and (max-width: 1151px) {
    .ft-head #logo {
      max-width: 35%;
      width: 100%; } }
  @media only screen and (max-width: 979px) {
    .ft-head #logo {
      max-width: 100%;
      width: 100%; } }
  @media only screen and (max-width: 1279px) {
    .ft-head #logo img {
      max-width: 90%;
      width: 100%;
      height: auto;
      margin: 0; } }
  @media only screen and (max-width: 979px) {
    .ft-head #logo img {
      margin: 0 auto;
      max-width: 35%; } }
  @media only screen and (max-width: 899px) {
    .ft-head #logo img {
      margin: 0 auto;
      max-width: 75%; } }
  @media only screen and (max-width: 532px) {
    .ft-head #logo img {
      margin: 0 auto;
      max-width: 70%; } }
  @media only screen and (max-width: 1151px) {
    .ft-head .blocs-menu {
      max-width: 65%;
      width: 100%; } }
  @media only screen and (max-width: 979px) {
    .ft-head .blocs-menu {
      display: none; } }
  .ft-head .blocs-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none; }
    @media only screen and (max-width: 1023px) {
      .ft-head .blocs-menu ul {
        padding-left: 0; } }
    .ft-head .blocs-menu ul li {
      padding: 20px 45px; }
      @media only screen and (max-width: 1599px) {
        .ft-head .blocs-menu ul li {
          padding: 20px 35px; } }
      @media only screen and (max-width: 1439px) {
        .ft-head .blocs-menu ul li {
          padding: 20px 25px; } }
      @media only screen and (max-width: 1279px) {
        .ft-head .blocs-menu ul li {
          padding: 20px 12px; } }
      .ft-head .blocs-menu ul li:hover {
        background: #4ea0d1; }
      .ft-head .blocs-menu ul li a {
        font-family: "open_sansregular";
        font-size: 16px;
        font-weight: bold;
        display: block; }
        @media only screen and (max-width: 1059px) {
          .ft-head .blocs-menu ul li a {
            font-size: 15px; } }
        .ft-head .blocs-menu ul li a:hover {
          color: #FFF; }
        .ft-head .blocs-menu ul li a:first-letter {
          text-transform: uppercase; }

.sd-head {
  position: relative; }
  .sd-head #flash {
    position: relative;
    z-index: -10; }
    @media only screen and (max-width: 532px) {
      .sd-head #flash {
        display: none; } }
  .sd-head .coord {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 532px) {
      .sd-head .coord {
        position: relative; } }
    .sd-head .coord .block-coord {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      flex-direction: column; }
      @media only screen and (max-width: 532px) {
        .sd-head .coord .block-coord {
          position: relative;
          left: 0; } }
      .sd-head .coord .block-coord .tel {
        background: rgba(102, 102, 102, 0.8);
        width: 600px;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: skewX(-20deg); }
        @media only screen and (max-width: 1359px) {
          .sd-head .coord .block-coord .tel {
            width: 400px;
            min-height: 40px; } }
        @media only screen and (max-width: 532px) {
          .sd-head .coord .block-coord .tel {
            width: 100%;
            transform: skewX(0deg); } }

        .sd-head .coord .block-coord .tel div {
          font-family: "Barlow Condensed";
          font-size: 50px;
          background-image: url(../images/contact.png);
          min-height: 58px;
          line-height: 50px;
          background-repeat: no-repeat;
          background-position: left;
          padding-left: 75px;
          color: #FFF;
          transform: skewX(20deg); }
          .sd-head .coord .block-coord .tel div a{
            color: #FFF;
          }
          .sd-head .coord .block-coord .tel div a.tel-mobile{
            display: block;
            font-size: 22px;
            line-height: 24px;
          }



          @media only screen and (max-width: 1359px) {
            .sd-head .coord .block-coord .tel a {
              font-size: 30px;
              background-size: 18%;
              padding-left: 33px; } }
          @media only screen and (max-width: 532px) {
            .sd-head .coord .block-coord .tel a {
              transform: skewX(0deg); } }
      .sd-head .coord .block-coord .ad {
        background: rgba(255, 255, 255, 0.8);
        width: 600px;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: skewX(-20deg); }
        @media only screen and (max-width: 1359px) {
          .sd-head .coord .block-coord .ad {
            width: 400px;
            min-height: 55px; } }
        @media only screen and (max-width: 532px) {
          .sd-head .coord .block-coord .ad {
            width: 100%;
            transform: skewX(0deg); } }
        .sd-head .coord .block-coord .ad p {
          font-family: "Century Gothic";
          font-size: 18px;
          font-weight: bold;
          transform: skewX(20deg); }
          @media only screen and (max-width: 1359px) {
            .sd-head .coord .block-coord .ad p {
              font-size: 14px; } }
          @media only screen and (max-width: 532px) {
            .sd-head .coord .block-coord .ad p {
              transform: skewX(0deg); } }

#smartnav {
  display: none; }
  @media only screen and (max-width: 979px) {
    #smartnav {
      display: block; } }

/* ----------------------------------
/* ------------ CORPS ----------
------------------------------------- */
#corps #section1 .ttl {
  background: #4ea0d1;
  margin-top: -45px; }
  @media only screen and (max-width: 899px) {
    #corps #section1 .ttl {
      max-width: 85%;
      margin-top: -29px; } }
  @media only screen and (max-width: 719px) {
    #corps #section1 .ttl {
      max-width: 100%; } }
  @media only screen and (max-width: 599px) {
    #corps #section1 .ttl {
      margin-top: 0; } }
  @media only screen and (max-width: 1279px) {
    #corps #section1 .ttl h1 {
      font-size: 25px; } }
  @media only screen and (max-width: 899px) {
    #corps #section1 .ttl h1 {
      font-size: 20px;
      padding: 15px 0; } }
  @media only screen and (max-width: 767px) {
    #corps #section1 .ttl h1 {
      font-size: 18px; } }
#corps #section1 .block-sec1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 15px; }
  @media only screen and (max-width: 1439px) {
    #corps #section1 .block-sec1 {
      display: inherit; } }
  @media only screen and (max-width: 599px) {
    #corps #section1 .block-sec1 {
      padding: 30px 15px; } }
  @media only screen and (max-width: 532px) {
    #corps #section1 .block-sec1 {
      flex-wrap: wrap;
      display: flex; } }
  #corps #section1 .block-sec1 .block1-sec1 {
    margin-right: 25px;
    max-width: 50%;
    width: 100%; }
    @media only screen and (max-width: 1439px) {
      #corps #section1 .block-sec1 .block1-sec1 {
        max-width: 45%;
        float: left; } }
    @media only screen and (max-width: 532px) {
      #corps #section1 .block-sec1 .block1-sec1 {
        max-width: 100%;
        float: left;
        margin-right: 0;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 1679px) {
      #corps #section1 .block-sec1 .block1-sec1 img {
        max-width: 100%;
        width: 100%;
        height: auto; } }
  #corps #section1 .block-sec1 .block2-sec1 {
    max-width: 50%;
    width: 100%; }
    @media only screen and (max-width: 1439px) {
      #corps #section1 .block-sec1 .block2-sec1 {
        max-width: 100%; } }
#corps #section2 {
  background: url(../images/fixed-1.jpeg);
  min-height: 350px;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1359px) {
    #corps #section2 {
      min-height: 200px; } }
  #corps #section2 p {
    font-size: 60px;
    font-family: "Merriweather";
    text-transform: uppercase;
    letter-spacing: 20px; }
    @media only screen and (max-width: 899px) {
      #corps #section2 p {
        font-size: 40px; } }
    @media only screen and (max-width: 639px) {
      #corps #section2 p {
        font-size: 30px; } }
    @media only screen and (max-width: 599px) {
      #corps #section2 p {
        letter-spacing: 10px; } }
    @media only screen and (max-width: 479px) {
      #corps #section2 p {
        letter-spacing: 7px;
        font-size: 25px; } }
#corps #section3 {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    #corps #section3 {
      padding: 25px 0; } }
  #corps #section3 .block1-sec3 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    @media only screen and (max-width: 479px) {
      #corps #section3 .block1-sec3 ul {
        flex-wrap: wrap; } }
    #corps #section3 .block1-sec3 ul li {
      padding: 0 12px; }
      @media only screen and (max-width: 979px) {
        #corps #section3 .block1-sec3 ul li {
          padding: 0 5px; } }
      @media only screen and (max-width: 479px) {
        #corps #section3 .block1-sec3 ul li {
          max-width: 50%;
          width: 100%;
          padding: 3px 5px; } }
      #corps #section3 .block1-sec3 ul li a img {
        max-width: 100%;
        width: 100%;
        height: auto; }
#corps #section4 {
  padding-bottom: 60px; }
  #corps #section4 .block2-sec4 {
    padding-top: 25px; }
    #corps #section4 .block2-sec4 ul {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #corps #section4 .block2-sec4 ul li {
        background-image: url(../images/list.png);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 25px;
        max-width: 25%;
        width: 100%;
        line-height: 30px; }
        @media only screen and (max-width: 767px) {
          #corps #section4 .block2-sec4 ul li {
            max-width: 33%; } }
        @media only screen and (max-width: 599px) {
          #corps #section4 .block2-sec4 ul li {
            max-width: 50%; } }
        @media only screen and (max-width: 359px) {
          #corps #section4 .block2-sec4 ul li {
            max-width: 100%; } }

#default {
  padding: 45px 15px; }

.sitemap ul {
  list-style: none; }
  .sitemap ul li a {
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px; }

.map-google iframe {
  border: none;
  height: 600px;
  width: 100%; }

/* ----------------------------------
/* ------------ FOOTER ----------
------------------------------------- */
#footer .foot {
  background: #4ea0d1;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 979px) {
    #footer .foot {
      min-height: 75px; } }
  @media only screen and (max-width: 532px) {
    #footer .foot {
      min-height: 130px; } }
  #footer .foot .foot-int {
    display: flex; }
    #footer .foot .foot-int .link {
      max-width: 1290px;
      width: 100%; }
      @media only screen and (max-width: 979px) {
        #footer .foot .foot-int .link {
          display: none; } }
      #footer .foot .foot-int .link ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 1599px) {
          #footer .foot .foot-int .link ul {
            flex-wrap: wrap; } }
        #footer .foot .foot-int .link ul li {
          padding: 0 23px; }
          #footer .foot .foot-int .link ul li a {
            color: #fff;
            text-transform: uppercase; }
            #footer .foot .foot-int .link ul li a:hover {
              color: #404040;
              font-weight: bold; }
    #footer .foot .foot-int .coord-foot {
      background-image: url(../images/b-foot.png);
      background-repeat: no-repeat;
      background-position: left;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-left: 30px;
      justify-content: center;
      text-align: right; }
      @media only screen and (max-width: 979px) {
        #footer .foot .foot-int .coord-foot {
          flex-direction: inherit;
          justify-content: center;
          align-items: center;
          margin: 0 auto; } }
      @media only screen and (max-width: 719px) {
        #footer .foot .foot-int .coord-foot {
          flex-wrap: wrap;
          padding-left: 0; } }
      @media only screen and (max-width: 979px) {
        #footer .foot .foot-int .coord-foot .tel-foot {
          padding: 0 25px; } }
      @media only screen and (max-width: 899px) {
        #footer .foot .foot-int .coord-foot .tel-foot {
          padding: 0 15px; } }
      #footer .foot .foot-int .coord-foot .tel-foot a {
        color: #FFF; }
        #footer .foot .foot-int .coord-foot .tel-foot a span {
          font-size: 18px;
          font-weight: bold; }
          #footer .foot .foot-int .coord-foot .tel-foot a span:hover {
            color: #404040; }
      @media only screen and (max-width: 979px) {
        #footer .foot .foot-int .coord-foot .ad-foot {
          padding: 0 25px; } }
      @media only screen and (max-width: 899px) {
        #footer .foot .foot-int .coord-foot .ad-foot {
          padding: 0 15px; } }
      @media only screen and (max-width: 359px) {
        #footer .foot .foot-int .coord-foot .ad-foot {
          padding-left: 0; } }
      #footer .foot .foot-int .coord-foot .ad-foot p {
        color: #FFF;
        font-family: "Century Gothic"; }
      @media only screen and (max-width: 979px) {
        #footer .foot .foot-int .coord-foot .mail {
          padding: 0 25px; } }
      @media only screen and (max-width: 899px) {
        #footer .foot .foot-int .coord-foot .mail {
          padding: 0 15px; } }
      #footer .foot .foot-int .coord-foot .mail a {
        color: #FFF; }
        #footer .foot .foot-int .coord-foot .mail a:hover {
          color: #404040; }
#footer .comimage {
  padding: 30px 0; }
  #footer .comimage .com a img {
    max-width: inherit;
    width: inherit;
    height: auto; }
