@charset "utf-8";
/* -- PROFIL WEB - 2017 --- */
@font-face {
  font-family: 'gotham_boldregular';
  src: url('../fonts/gotham_bold_regular-webfont.woff2') format('woff2'), url('../fonts/gotham_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?vmzd8');
  src: url('../fonts/icomoon.eot?vmzd8#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?vmzd8') format('truetype'), url('../fonts/icomoon.woff?vmzd8') format('woff'), url('../fonts/icomoon.svg?vmzd8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-picto-full-screen:before {
  content: "\e908";
}
.icon-picto-info:before {
  content: "\e909";
}
.icon-picto-close:before {
  content: "\e900";
}
.icon-picto-arrow:before {
  content: "\e901";
}
.icon-picto-facebook:before {
  content: "\e902";
}
.icon-picto-geoloc:before {
  content: "\e903";
}
.icon-picto-mail:before {
  content: "\e904";
}
.icon-picto-menu:before {
  content: "\e905";
}
.icon-picto-phone:before {
  content: "\e906";
}
.icon-picto-quote:before {
  content: "\e907";
}
.picto-font {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent iOS bug fond gris état focus */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img[src$=".svg"] {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Roboto";
  color: #333;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
a {
  color: #257fb2;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
strong,
b {
  font-weight: bold;
}
abbr {
  border-bottom: 1px dotted #555;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
.blur {
  opacity: 0.4;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cols .col2 {
  width: 50%;
}
.cols .col3 {
  width: 33.33333%;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 15px;
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 45px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18rem;
  border-radius: 3px;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}
.btn.variant {
  color: #fff;
  border: 1px solid #fff;
}
.btn.variant:hover {
  background-color: #fff;
  color: #333;
}
.ck,
.cke_editable {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.ck h2,
.cke_editable h2 {
  font-size: 1.8rem;
  color: #539ad1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ck h3,
.cke_editable h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #000;
  font-weight: 300;
}
.ck h4,
.cke_editable h4 {
  font-weight: 700;
  font-size: 1.6rem;
}
.ck p,
.cke_editable p {
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}
.ck em,
.cke_editable em,
.ck i,
.cke_editable i {
  font-style: italic;
}
.ck b,
.cke_editable b,
.ck strong,
.cke_editable strong {
  font-weight: 700;
}
.ck a:not(.btn),
.cke_editable a:not(.btn) {
  color: #539ad1;
}
.ck a:not(.btn):hover,
.cke_editable a:not(.btn):hover {
  color: #000;
}
.ck a:not(.btn):hover > img,
.cke_editable a:not(.btn):hover > img {
  opacity: 0.6;
}
.ck .btn,
.cke_editable .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.ck .pres,
.cke_editable .pres {
  font-weight: 700;
  text-align: left;
  font-size: 1.6rem;
}
.ck .encart,
.cke_editable .encart {
  background-color: #257fb2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 15px;
}
.ck .encart p,
.cke_editable .encart p {
  color: #fff;
}
.ck .encart img,
.cke_editable .encart img {
  margin-right: 20px;
}
.ck img,
.cke_editable img {
  width: auto!important;
  height: auto!important;
  max-width: 100%;
}
.ck table,
.cke_editable table {
  margin-bottom: 25px;
  width: 100%;
}
.ck table tr,
.cke_editable table tr {
  background-color: #ebf3f8;
}
.ck table tr:nth-child(odd),
.cke_editable table tr:nth-child(odd) {
  background-color: #ddebf6;
}
.ck table tr td,
.cke_editable table tr td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.ck table tr td h4,
.cke_editable table tr td h4 {
  color: #257fb2;
}
.ck table tr td p,
.cke_editable table tr td p {
  max-width: 200px;
  text-align: left;
}
.ck table tr td > strong,
.cke_editable table tr td > strong {
  font-size: 1.6rem;
  color: #257fb2;
}
.ck table tr td img,
.cke_editable table tr td img {
  margin: 0 5px;
}
.ck ul,
.cke_editable ul {
  margin-bottom: 15px;
}
.ck ul li,
.cke_editable ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}
.ck ul li a,
.cke_editable ul li a,
.ck ul li strong,
.cke_editable ul li strong,
.ck ul li span,
.cke_editable ul li span,
.ck ul li em,
.cke_editable ul li em,
.ck ul li i,
.cke_editable ul li i,
.ck ul li b,
.cke_editable ul li b {
  margin: 0 3px;
}
.ck ul li:before,
.cke_editable ul li:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #539ad1;
  margin-right: 8px;
  margin-top: 8px;
}
.popup {
  display: none;
}
.popup.open {
  display: block;
  background-color: #fff;
  color: #333;
  text-align: right;
  position: fixed;
  top: 10%;
  left: 50%;
  height: auto;
  width: 90%;
  max-width: 790px;
  margin-left: -395px;
  z-index: 9999;
  padding: 15px;
}
@media screen and (max-width: 880px) {
  .popup.open {
    /* 640 */
    left: 5%;
    right: 5%;
    width: auto;
    max-width: 90%;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .popup.open {
    /* 640 */
    left: 0;
    right: 0;
    max-width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
  }
}
.popup.open h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: left;
}
.popup.open form label {
  text-align: left!important;
}
.popup.open .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup.open .cols > div:first-child {
  margin-right: 20px;
}
.popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
}
.popup .close-popup i {
  font-size: 2.8rem;
}
.popup .close-popup:hover {
  color: #539ad1;
}
@media screen and (max-width: 639px) {
  .popup .close-popup {
    position: fixed;
  }
}
.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .back {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 0;
  }
}
.back i {
  color: #539ad1;
  margin-right: 5px;
}
.back span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #257fb2;
}
.back:hover span {
  color: #539ad1;
}
.breadcrumb {
  color: #a7a7a7;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.breadcrumb span {
  text-decoration: underline;
}
.breadcrumb a {
  color: #a7a7a7;
}
.breadcrumb a:hover {
  color: #539ad1;
}
.rgpd-consent {
  z-index: 9995;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  min-height: 250px;
  color: #fff;
  background-color: rgba(0, 81, 163, 0.97);
  font-family: "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rgpd-consent p {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}
.rgpd-consent .rgpd-list p {
  text-align: left;
}
.rgpd-consent h5 {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.rgpd-consent form {
  text-align: center;
}
.rgpd-consent .btn {
  margin: 0 5px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #333;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.rgpd-consent .btn:hover {
  background-color: #fff;
  color: #333;
}
.rgpd-consent .rgpd-no-consent {
  color: #fff;
  text-align: center;
  border: none;
  background: none;
}
.rgpd-consent .rgpd-no-consent:hover {
  text-decoration: underline;
}
.rgpd-consent .cols {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 639px) {
  .rgpd-consent .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #eee;
  color: #838383;
  padding: 0 15px;
  height: 45px;
  background-color: #ededed;
  font-size: 1.5rem;
  font-family: "Roboto";
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none;
  color: #539ad1;
  background-color: transparent;
  border-color: #539ad1;
}
input[type="submit"],
input[type="button"],
button[type="submit"],
button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 15px;
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 45px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18rem;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Roboto";
  padding: 0 10px;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
button:hover {
  background-color: #333;
  color: #fff;
}
input[type="submit"].variant,
input[type="button"].variant,
button[type="submit"].variant,
button.variant {
  color: #fff;
  border: 1px solid #fff;
}
input[type="submit"].variant:hover,
input[type="button"].variant:hover,
button[type="submit"].variant:hover,
button.variant:hover {
  background-color: #fff;
  color: #333;
}
textarea {
  resize: vertical;
  padding: 10px;
  min-height: 150px;
}
label {
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
input::-placeholder {
  font-style: italic;
}
textarea::-placeholder {
  font-style: italic;
}
.theme-variant input[type="text"],
.theme-variant input[type="password"],
.theme-variant input[type="search"],
.theme-variant input[type="email"],
.theme-variant input[type="number"],
.theme-variant input[type="date"],
.theme-variant input[type="tel"],
.theme-variant textarea {
  border: 1px solid #eee;
  color: #838383;
  background-color: #ededed;
}
.theme-variant input[type="text"]:focus,
.theme-variant input[type="password"]:focus,
.theme-variant input[type="search"]:focus,
.theme-variant input[type="email"]:focus,
.theme-variant input[type="number"]:focus,
.theme-variant input[type="date"]:focus,
.theme-variant input[type="tel"]:focus,
.theme-variant textarea:focus {
  color: #539ad1;
  background-color: transparent;
  border-color: #539ad1;
}
#captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
#captcha img {
  min-width: 100px;
  height: auto;
  margin-right: 10px;
}
#captcha input[type="text"] {
  max-width: 190px;
  margin-bottom: 0;
}
#captcha a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
#captcha #reload {
  height: 30px;
  width: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}
#captcha #reload path {
  fill: #257fb2;
}
#captcha #reload:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#captcha #reload:hover path {
  fill: #539ad1;
}
.checkbox label {
  color: #333;
  font-family: "Roboto";
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 3px;
  margin-right: 8px;
}
.checkbox label::after {
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #eee;
  font-size: 1.4rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label::before {
  background-color: #fff;
  border-color: #539ad1;
}
.checkbox input:checked + label::after {
  color: #539ad1;
}
.list-radio {
  margin-bottom: 13px;
}
.list-radio li {
  margin-bottom: 5px;
}
.list-radio input {
  display: none;
}
.list-radio input + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  color: #333;
  font-family: "Roboto";
  cursor: pointer;
}
.list-radio input + label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.list-radio input + label::after {
  position: absolute;
  left: 6px;
  top: 6px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.list-radio input:checked + label {
  font-weight: 700;
}
.list-radio input:checked + label::before {
  border: 1px solid #539ad1;
  background-color: #fff;
}
.list-radio input:checked + label::after {
  background-color: #539ad1;
}
.habillage {
  height: 40px;
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
  background-color: #eee;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 3px;
}
.habillage::after {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 30px;
  color: #666;
}
.habillage select {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  ms-appearance: none;
  text-overflow: '';
  border: 0 none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  z-index: 99;
}
body > header {
  width: 1157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1168px) {
  body > header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body > header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  body > header .logo {
    width: 218px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  body > header .logo img {
    width: 218px;
    height: 53px;
  }
}
#main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
}
@media screen and (max-width: 1168px) {
  #main-nav {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #main-nav ul.wrap {
    display: none;
  }
}
#main-nav #toggle-nav {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 60px;
  background-color: transparent;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #main-nav #toggle-nav {
    display: block;
  }
}
#main-nav #toggle-nav span {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 33px;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#main-nav #toggle-nav span::before,
#main-nav #toggle-nav span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#main-nav #toggle-nav span::after {
  top: 12px;
}
#main-nav #toggle-nav span.menu-open span {
  background-color: #666;
}
#main-nav #toggle-nav span.menu-open span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#main-nav #toggle-nav span.menu-open span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 24px -4px 0;
          transform-origin: 24px -4px 0;
}
#main-nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 755px;
}
@media screen and (max-width: 768px) {
  #main-nav .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1000;
  }
}
#main-nav .wrap li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-nav .wrap li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
#main-nav .wrap li.actif::after,
#main-nav .wrap li:hover::after {
  content: '';
  width: 51px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  #main-nav .wrap li.actif::after,
  #main-nav .wrap li:hover::after {
    display: none;
  }
}
#main-nav .wrap li a {
  color: #000;
  font-family: 'Muli', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #main-nav .wrap li a {
    color: #fff;
    background-color: #0051a3;
    display: block;
    text-align: center;
    height: 40px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1168px) {
  body.act footer {
    margin-top: -16px;
  }
}
body > footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body > footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2d2d2d;
  padding-top: 51px;
  padding-bottom: 55px;
  width: 100%;
}
@media screen and (max-width: 1168px) {
  body > footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body > footer .info .big-bloc-1,
body > footer .info .big-bloc-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body > footer .info .big-bloc-1,
  body > footer .info .big-bloc-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1168px) {
  body > footer .info .big-bloc-1 {
    margin-right: 0!important;
  }
}
@media screen and (max-width: 1168px) {
  body > footer .info .big-bloc-2 {
    margin-top: 30px;
    width: 572px;
  }
}
@media screen and (max-width: 768px) {
  body > footer .info .big-bloc-2 {
    margin-right: 0!important;
    width: 337px;
  }
}
@media screen and (max-width: 385px) {
  body > footer .info .big-bloc-2 {
    width: 212px;
  }
}
body > footer .info div {
  color: #fff;
}
body > footer .info div:not(:last-child) {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  body > footer .info div:not(:last-child) {
    margin-right: 0;
  }
}
body > footer .info div h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: gotham_boldregular;
}
body > footer .info div h2 i {
  margin-right: 8px;
  margin-left: -25px;
}
body > footer .info div h2.lien.bas {
  margin-bottom: 20px;
}
body > footer .info div h2.lien.haut {
  margin-top: 20px;
}
body > footer .info div a {
  color: #fff;
}
body > footer .info div p,
body > footer .info div ul {
  font-family: 'Muli', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 17.03px;
}
body > footer .info div p i,
body > footer .info div ul i {
  margin-right: 6px;
  margin-left: -25px;
  font-size: 1.8rem;
}
body > footer .info div p.tel,
body > footer .info div ul.tel {
  margin-bottom: 20px;
}
body > footer .info div p.mail a,
body > footer .info div ul.mail a {
  margin-top: -2px;
}
body > footer .info div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > footer .info div.bloc-1 {
  width: 337px;
}
@media screen and (max-width: 385px) {
  body > footer .info div.bloc-1 {
    width: 212px;
  }
}
body > footer .info div.bloc-2 {
  width: 155px;
}
@media screen and (max-width: 768px) {
  body > footer .info div.bloc-2 {
    margin-top: 20px;
  }
}
body > footer .info div.bloc-3 {
  width: 161px;
}
body > footer .info div.bloc-4 {
  width: 170px;
}
@media screen and (max-width: 768px) {
  body > footer .info div.bloc-4 {
    margin-top: 20px;
  }
}
body > footer .info div.bloc-4 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > footer .info div.bloc-4 h2 i {
  font-size: 4.4rem;
  margin-left: 0;
  margin-right: 0;
}
body > footer .info div.adresse {
  margin-bottom: 20px;
}
body > footer .foot {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 17.03px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body > footer .foot a {
  color: #000;
}
body.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.scroll {
  overflow: hidden;
  height: 100vh;
}
#loading {
  left: 0;
  min-height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1001;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#loading.open {
  opacity: 1;
}
#loading img {
  width: 80%;
  height: auto;
}
#loading video {
  width: 80%;
  height: auto;
}
#content.agence {
  width: 100%;
  height: 1467px;
  background-image: url("../img/agence/img-agence-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #content.agence {
    height: 512px;
    background-image: url("../img/agence/img-agence-1000px.jpg");
  }
}
@media screen and (max-width: 998px) {
  #content.agence {
    background-image: none;
    height: auto;
  }
}
#content.agence .img {
  display: none;
  /*@media @tablet {
                display: block;
                width: 100%;
                height: 438px;
                background-image: url("../img/agence/img-agence-1000px.jpg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            @media screen and (max-width: 768px) {
                height: 362px;
                background-image: url("../img/agence/img-agence-768px.jpg");
            }

            @media screen and (max-width: 320px) {
                background-image: url("../img/agence/img-agence-320px.jpg");
            }*/
}
@media screen and (max-width: 998px) {
  #content.agence .img {
    display: block;
    width: 100%;
    height: auto;
  }
  #content.agence .img img {
    width: 100%;
    height: auto;
  }
}
#content.agence .bandeau {
  width: 712px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding-left: 232px;
  padding-right: 133px;
  padding-top: 173px;
}
@media screen and (max-width: 1199px) {
  #content.agence .bandeau {
    width: 529px;
    padding-top: 100px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau {
    width: 100%;
    height: auto;
    padding-top: 10px;
    background-color: #000;
    padding-right: 25px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 330px) {
  #content.agence .bandeau {
    padding-left: 10px;
  }
}
#content.agence .bandeau h2 {
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
  margin-left: 69px;
  margin-bottom: 10px;
}
#content.agence .bandeau h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 50%;
  left: -69px;
}
#content.agence .bandeau h3 {
  width: 300px;
  font-family: gotham_boldregular;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau h3 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#content.agence .bandeau .texte-1 {
  position: relative;
  margin-left: 56px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-1 {
    width: 100%;
    padding-right: 25px;
    margin-left: 20px;
  }
}
#content.agence .bandeau .texte-1::before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: -56px;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-1::before {
    left: -20px;
  }
}
#content.agence .bandeau .texte-1 p {
  width: 335px;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-1 p {
    width: 100%;
  }
}
#content.agence .bandeau .texte-2 {
  margin-left: 56px;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-2 {
    margin-left: 20px;
  }
}
#content.agence .bandeau .texte-2 i {
  font-size: 9rem;
  margin-left: -56px;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-2 i {
    margin-left: -20px;
  }
}
#content.agence .bandeau .texte-2 i.reverse {
  display: block;
  font-size: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 25px;
}
#content.agence .bandeau .texte-2 h4 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}
#content.agence .bandeau .texte-2 p {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-style: italic;
  width: 351px;
  text-align: justify;
}
@media screen and (max-width: 998px) {
  #content.agence .bandeau .texte-2 p {
    width: 100%;
  }
}
#content.agence .bandeau .texte-2 p.loi {
  margin-top: 20px;
  font-family: 'Muli', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
#content.activites {
  min-height: 100vh;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 998px) {
  #content.activites {
    min-height: 438px;
  }
}
@media screen and (max-width: 768px) {
  #content.activites {
    min-height: 362px;
  }
}
#content.activites.architecture .contImg {
  min-height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 131px;
  left: 0;
}
@media screen and (max-width: 1168px) {
  #content.activites.architecture .contImg {
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #content.activites.architecture .contImg {
    top: 126px;
  }
}
#content.activites.architecture .contImg .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/activites/activites-architecture-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*@media @tablet {
                        background-image: url("../img/activites/activites-architecture-1000px.jpg");
                        height: 438px;
                    }

                    @media screen and (max-width: 768px) {
                        background-image: url("../img/activites/activites-architecture-768px.jpg");
                        height: 362px;
                    }

                    @media screen and (max-width: 320px) {
                        background-image: url("../img/activites/activites-architecture-320px.jpg");
                    }*/
}
@media screen and (max-width: 998px) {
  #content.activites.architecture .contImg .img {
    background-image: none;
  }
}
#content.activites.architecture img {
  display: none;
}
@media screen and (max-width: 998px) {
  #content.activites.architecture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#content.activites.interieur .contImg {
  min-height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 131px;
  left: 0;
}
@media screen and (max-width: 1168px) {
  #content.activites.interieur .contImg {
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #content.activites.interieur .contImg {
    top: 126px;
  }
}
#content.activites.interieur .contImg .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/activites/activites-architecture-interieur-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*@media @tablet {
                        background-image: url("../img/activites/activites-architecture-interieur-1000px.jpg");
                        height: 438px;
                    }

                    @media screen and (max-width: 768px) {
                        background-image: url("../img/activites/activites-architecture-interieur-768px.jpg");
                        height: 362px;;
                    }

                    @media screen and (max-width: 320px) {
                        background-image: url("../img/activites/activites-architecture-interieur-320px.jpg");
                    }*/
}
@media screen and (max-width: 998px) {
  #content.activites.interieur .contImg .img {
    background-image: none;
  }
}
#content.activites.interieur img {
  display: none;
}
@media screen and (max-width: 998px) {
  #content.activites.interieur img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#content.activites.maitrise .contImg {
  min-height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 131px;
  left: 0;
}
@media screen and (max-width: 1168px) {
  #content.activites.maitrise .contImg {
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #content.activites.maitrise .contImg {
    top: 126px;
  }
}
#content.activites.maitrise .contImg .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/activites/activites-maitrise-oeuvre-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*@media @tablet {
                        background-image: url("../img/activites/activites-maitrise-oeuvre-1000px.jpg");
                        height: 438px;
                    }

                    @media screen and (max-width: 768px) {
                        background-image: url("../img/activites/activites-maitrise-oeuvre-768px.jpg");
                        height: 362px;
                    }

                    @media screen and (max-width: 320px) {
                        background-image: url("../img/activites/activites-maitrise-oeuvre-320px.jpg");
                    }*/
}
@media screen and (max-width: 998px) {
  #content.activites.maitrise .contImg .img {
    background-image: none;
  }
}
#content.activites.maitrise img {
  display: none;
}
@media screen and (max-width: 998px) {
  #content.activites.maitrise img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#content.activites.assistant .contImg {
  min-height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 131px;
  left: 0;
}
@media screen and (max-width: 1168px) {
  #content.activites.assistant .contImg {
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #content.activites.assistant .contImg {
    top: 126px;
  }
}
#content.activites.assistant .contImg .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/activites/activites-asssistance-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*@media @tablet {
                        background-image: url("../img/activites/activites-asssistance-1000px.jpg");
                        height: 438px;
                    }

                    @media screen and (max-width: 768px) {
                        background-image: url("../img/activites/activites-asssistance-768px.jpg");
                        height: 362px;
                    }

                    @media screen and (max-width: 320px) {
                        background-image: url("../img/activites/activites-asssistance-320px.jpg");
                    }*/
}
@media screen and (max-width: 998px) {
  #content.activites.assistant .contImg .img {
    background-image: none;
  }
}
#content.activites.assistant img {
  display: none;
}
@media screen and (max-width: 998px) {
  #content.activites.assistant img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#content.activites .bandeau {
  position: absolute;
  top: 131px;
  left: 0;
  width: 712px;
  height: 100vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.71);
  padding-left: 232px;
  padding-top: 250px;
  /*@media screen and (max-width: 768px) {
                margin-top: 348px;
            }*/
}
@media screen and (max-width: 1168px) {
  #content.activites .bandeau {
    padding-top: 230px;
    top: 170px;
  }
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau {
    width: 100%;
    height: auto;
    padding: 25px;
    background-color: #000;
    position: static;
    top: 0!important;
    left: 0!important;
    /*margin-top: 422px;*/
  }
}
#content.activites .bandeau h2 {
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 69px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-height: 778px) {
  #content.activites .bandeau h2 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau h2 {
    margin-top: 0;
  }
}
#content.activites .bandeau h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 50%;
  left: -69px;
}
#content.activites .bandeau h3 {
  font-family: gotham_boldregular;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau h3 {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 360px) {
  #content.activites .bandeau h3 {
    font-size: 3rem;
  }
}
#content.activites .bandeau .texte {
  position: relative;
  margin-left: 56px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .texte {
    height: auto!important;
  }
}
#content.activites .bandeau .texte::before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -5px;
  left: -56px;
}
#content.activites .bandeau .texte.deuxieme::before,
#content.activites .bandeau .texte.troisieme::before,
#content.activites .bandeau .texte.quatrieme::before {
  top: 3px;
}
#content.activites .bandeau .texte p {
  width: 335px;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .texte p {
    width: 100%;
    padding-right: 25px;
  }
}
#content.activites .bandeau .texte p:not(:last-child) {
  margin-bottom: 15px;
}
#content.activites .bandeau .liens {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -134px;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .liens {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    position: relative;
    top: 0!important;
    left: 0!important;
    width: 100%;
  }
}
#content.activites .bandeau .liens a {
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.activites .bandeau .liens a:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .liens a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
#content.activites .bandeau .liens a::before {
  display: block;
  content: "";
  width: 29px;
  height: 3px;
  background-color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .liens a::before {
    display: none;
  }
}
#content.activites .bandeau .liens a.active {
  font-size: 3.3rem;
}
#content.activites .bandeau .liens a.active::before {
  display: block;
  content: "";
  width: 79px;
  height: 5px;
  background-color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 998px) {
  #content.activites .bandeau .liens a.active::before {
    display: none;
  }
}
#content.medias {
  width: 100%;
  min-height: 900px;
  background-image: url("../img/medias/img-medias-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #content.medias {
    height: 512px;
    background-image: url("../img/medias/img-medias-1000px.jpg");
  }
}
@media screen and (max-width: 998px) {
  #content.medias {
    background-image: none;
    height: auto;
  }
}
#content.medias .images {
  display: none;
  /*@media @tablet {
                display: block;
                width: 100%;
                height: 438px;
                background-image: url("../img/medias/img-medias-1000px.jpg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            @media screen and (max-width: 768px) {
                height: 362px;
                background-image: url("../img/medias/img-medias-768px.jpg");
            }

            @media screen and (max-width: 320px) {
                background-image: url("../img/medias/img-medias-320px.jpg");
            }*/
}
@media screen and (max-width: 998px) {
  #content.medias .images {
    display: block;
    width: 100%;
    height: auto;
  }
  #content.medias .images img {
    width: 100%;
    height: auto;
  }
}
#content.medias .bandeau {
  width: 712px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding-left: 200px;
  padding-right: 126px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  #content.medias .bandeau {
    width: 529px;
    padding-top: 30px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 998px) {
  #content.medias .bandeau {
    width: 100%;
    height: auto;
    padding-top: 10px;
    background-color: #000;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #content.medias .bandeau {
    padding-left: 10px;
  }
}
#content.medias .bandeau h2 {
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
  margin-left: 69px;
  margin-bottom: 10px;
}
@media screen and (max-width: 350px) {
  #content.medias .bandeau h2 {
    font-size: 3rem;
  }
}
#content.medias .bandeau h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 25px;
  left: -69px;
}
#content.medias .bandeau .texte-1 {
  position: relative;
  margin-left: 56px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 998px) {
  #content.medias .bandeau .texte-1 {
    margin-bottom: 0;
  }
}
#content.medias .bandeau .texte-1::before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: -56px;
}
#content.medias .bandeau .texte-1 .partenaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 998px) {
  #content.medias .bandeau .texte-1 .partenaires {
    width: 100%;
  }
}
#content.medias .bandeau .texte-1 .partenaires img {
  width: 210px;
  height: 80px;
  margin-bottom: 50px;
}
#content.medias .bandeau .texte-1 .partenaires img.last-1,
#content.medias .bandeau .texte-1 .partenaires img.last-2 {
  margin-bottom: 0;
}
@media screen and (max-width: 554px) {
  #content.medias .bandeau .texte-1 .partenaires img.last-1 {
    margin-bottom: 50px;
  }
}
#content.medias .bandeau .texte-1 .btn {
  width: 230px;
  height: 44px;
  background-color: #0051a3;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  border: 1px solid #0051a3;
  border-radius: 0;
  margin-top: 50px;
  margin-left: 100px;
}
#content.medias .bandeau .texte-1 .btn:hover {
  background-color: #fff;
  color: #0051a3;
}
@media screen and (max-width: 998px) {
  #content.medias .bandeau .texte-1 .btn {
    margin-left: 0;
  }
}
#content.projets #SlideMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#content.projets #SlideMiddle #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 625px;
  width: 340px;
  margin: 0 auto;
  background-color: #000;
  padding-top: 74px;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav {
    width: 100%;
    min-height: 103px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 788px) {
  #content.projets #SlideMiddle #nav {
    padding-bottom: 25px;
  }
}
#content.projets #SlideMiddle #nav #nav-bar {
  display: table;
  width: 340px;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav #nav-bar {
    width: auto;
  }
}
#content.projets #SlideMiddle #nav #fix-content {
  display: table-cell;
  width: 960px;
  height: 100%;
  max-width: 960px;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav #fix-content {
    min-width: 100%!important;
  }
}
#content.projets #SlideMiddle #nav #nav-bar-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#content.projets #SlideMiddle #nav #nav-bar-filters h2 {
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
  margin-left: 69px;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 788px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters h2 {
    margin-left: 0;
  }
}
#content.projets #SlideMiddle #nav #nav-bar-filters h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 25px;
  left: -69px;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 788px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 220px;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item {
    width: auto;
  }
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 788px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item span br {
    display: none;
  }
}
#content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item:hover,
#content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item.active {
  color: #868686;
}
#content.projets #SlideMiddle #nav #nav-bar-filters .lien .filter-item:not(:last-child) {
  margin-bottom: 25px;
}
#content.projets #SlideMiddle #grid {
  margin: auto;
  width: 1470px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1438px) {
  #content.projets #SlideMiddle #grid {
    margin-top: 25px;
    padding-left: 0;
    max-width: 1083px!important;
  }
}
@media screen and (max-width: 1314px) {
  #content.projets #SlideMiddle #grid {
    width: 717px!important;
  }
}
@media screen and (max-width: 730px) {
  #content.projets #SlideMiddle #grid {
    width: 351px!important;
  }
}
@media screen and (max-width: 362px) {
  #content.projets #SlideMiddle #grid {
    width: 300px!important;
  }
}
@media screen and (min-width: 1315px) {
  #content.projets #SlideMiddle #grid {
    width: 1083px;
  }
}
@media screen and (min-width: 1630px) {
  #content.projets #SlideMiddle #grid {
    width: 1590px;
  }
}
@media screen and (min-width: 1945px) {
  #content.projets #SlideMiddle #grid {
    width: 1905px;
  }
}
@media screen and (min-width: 2260px) {
  #content.projets #SlideMiddle #grid {
    width: 2220px;
  }
}
@media screen and (min-width: 2575px) {
  #content.projets #SlideMiddle #grid {
    width: 2535px;
  }
}
#content.projets #SlideMiddle #grid-content {
  position: relative;
  min-height: 500px;
}
#content.projets #SlideMiddle #grid-content .grid-item {
  margin-bottom: 50px;
  background: transparent;
  width: 351px;
  height: 351px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 362px) {
  #content.projets #SlideMiddle #grid-content .grid-item {
    width: 300px;
    height: 300px;
  }
}
#content.projets #SlideMiddle #grid-content .grid-item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.projets #SlideMiddle #grid-content .grid-item img {
  border: 0;
  max-width: 100%;
}
#content.projets #SlideMiddle #grid-content .grid-item:hover .txt {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
  width: 351px;
  height: 351px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 362px) {
  #content.projets #SlideMiddle #grid-content .grid-item:hover .txt {
    width: 300px;
    height: 300px;
  }
}
#content.projets #SlideMiddle #grid-content .grid-item:hover .txt p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
#content.projets #SlideMiddle #grid-content .grid-item:hover .txt p.titre {
  font-family: gotham_boldregular;
  font-size: 2.5rem;
  font-weight: 700;
}
#content.projets #SlideMiddle #grid-content .grid-item:hover .txt p.sous-titre {
  font-family: 'Muli', sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}
#content.projets #SlideMiddle #grid-content .grid-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#content.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1105px) {
  #content.details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#content.details .bandeau {
  width: 360px;
  height: 904px;
  padding-top: 74px;
  padding-left: 60px;
  z-index: 1;
  padding-right: 40px;
  background-color: #000;
}
@media screen and (max-width: 1105px) {
  #content.details .bandeau {
    width: 100%;
    height: auto;
    min-height: 103px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
#content.details .bandeau h2 {
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
  margin-left: 50px;
  margin-bottom: 10px;
  color: #fff;
}
#content.details .bandeau h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 25px;
  left: -69px;
}
#content.details .bandeau a {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
#content.details .slide-1 {
  position: relative;
  height: auto;
  width: 100%;
  margin-left: 40px;
  /*@media screen and (max-width: 768px) {
                width: 100%;
                height: 362px;
                margin-top: 0;
                margin-left: 0;
            }*/
}
@media screen and (max-width: 1105px) {
  #content.details .slide-1 {
    margin-top: 20px;
    height: 730px;
    margin-left: 0;
  }
}
@media screen and (max-width: 998px) {
  #content.details .slide-1 {
    height: 402px;
  }
}
@media screen and (max-width: 768px) {
  #content.details .slide-1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #content.details .slide-1 {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #content.details .slide-1 {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #content.details .slide-1 {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  #content.details .slide-1 {
    height: 250px;
  }
}
@media screen and (max-width: 350px) {
  #content.details .slide-1 {
    height: 225px;
  }
}
#content.details .slide-1 .cycle-slideshow {
  width: 100%;
  height: auto!important;
}
#content.details .slide-1 .cycle-slideshow .cont-img {
  /*width: 100%;*/
  height: 730px;
  /*@media screen and (max-width: 768px) {
                        width: 100%;
                        height: 362px;
                        background-position: center;
                        background-size: cover;
                    }*/
}
@media screen and (max-width: 998px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    width: 768px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%!important;
    margin-left: -384px;
  }
}
@media screen and (max-width: 768px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    width: 90%;
    top: 0!important;
    left: 5%!important;
    margin: auto;
    padding-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  #content.details .slide-1 .cycle-slideshow .cont-img {
    height: 200px;
  }
}
#content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
  height: 362px!important;
}
@media screen and (max-width: 768px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 325px!important;
  }
}
@media screen and (max-width: 700px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 296px!important;
  }
}
@media screen and (max-width: 600px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 255px!important;
  }
}
@media screen and (max-width: 500px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 212px!important;
  }
}
@media screen and (max-width: 400px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 169px!important;
  }
}
@media screen and (max-width: 350px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 148px!important;
  }
}
@media screen and (max-width: 320px) {
  #content.details .slide-1 .cycle-slideshow .cont-img .pinch-zoom-container {
    height: 135px!important;
  }
}
#content.details .slide-1 .cycle-slideshow .cont-img img.no-zoom {
  width: 97%;
  height: auto;
}
@media screen and (max-width: 1105px) {
  #content.details .slide-1 .cycle-slideshow .cont-img img.no-zoom {
    padding-left: 40px;
  }
}
@media screen and (max-width: 998px) {
  #content.details .slide-1 .cycle-slideshow .cont-img img.no-zoom {
    display: none;
  }
}
#content.details .slide-1 .cycle-slideshow .cont-img img.zoom {
  display: none;
}
@media screen and (max-width: 998px) {
  #content.details .slide-1 .cycle-slideshow .cont-img img.zoom {
    display: block;
    width: 100%;
    height: auto;
  }
}
#content.details .slide-1 i {
  z-index: 9999;
  display: block;
  background-color: #1d499f;
  color: #fff;
  font-size: 4rem;
  position: absolute;
}
#content.details .slide-1 i:hover {
  cursor: pointer;
}
#content.details .slide-1 i#prev {
  top: 50%;
  left: -20px;
  margin-top: -100px;
}
@media screen and (max-width: 1105px) {
  #content.details .slide-1 i#prev {
    margin-top: -15px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #content.details .slide-1 i#prev {
    left: 2%;
    top: 40%;
    margin-top: 0;
  }
}
@media screen and (max-width: 430px) {
  #content.details .slide-1 i#prev {
    top: 80%;
    left: 5%;
  }
}
#content.details .slide-1 i#next.v2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 50%;
  right: 20px;
  margin-bottom: 60px;
  z-index: 101;
}
@media screen and (max-width: 1105px) {
  #content.details .slide-1 i#next.v2 {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  #content.details .slide-1 i#next.v2 {
    bottom: 56%;
    right: 2%;
  }
}
@media screen and (max-width: 430px) {
  #content.details .slide-1 i#next.v2 {
    bottom: inherit;
    right: inherit;
    top: 80%;
    left: 17%;
  }
}
@media screen and (max-width: 350px) {
  #content.details .slide-1 i#next.v2 {
    left: 20%;
  }
}
#content.details .slide-1 a {
  z-index: 500;
}
#content.details .slide-1 a i {
  background-color: transparent;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: -20px;
  color: #000;
}
@media screen and (max-width: 1105px) {
  #content.details .slide-1 a i {
    display: none;
  }
}
#content.details .txt {
  display: none;
}
@media screen and (max-width: 1105px) {
  #content.details .txt {
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  #content.details .txt h2 {
    color: #000;
    font-family: gotham_boldregular;
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
  }
  #content.details .txt h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.9rem;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Muli', sans-serif;
  }
  #content.details .txt #texte {
    width: 100%;
    margin: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  #content.details .txt #texte.scroll {
    max-height: 620px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #content.details .txt #texte p {
    font-family: 'Muli', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: justify;
  }
}
#content.details .popup {
  display: none;
}
#content.details .popup.open {
  display: block;
  background-color: #fff;
  color: #333;
  text-align: right;
  position: absolute;
  top: 0;
  left: auto;
  right: 35px!important;
  max-height: 730px;
  width: 827px;
  height: 730px;
  max-width: 827px;
  padding: 0;
  margin-left: 0;
  z-index: 100;
  /*@media screen and (max-width: 1068px) {
                    width: 100%;
                    position: relative;
                    top: auto;
                    left: auto;
                }*/
  /*@media screen and (max-width: 880px) {
                    left: 5%;
                    right: 5%;
                    width: auto;
                    max-width: 90%;
                    margin-left: 0;
                }

                @media @mobile {
                    left: 0;
                    right: 0;
                    max-width: 100%;
                    top: 0;
                    bottom: 0;
                    overflow-y: scroll;
                }*/
}
@media screen and (max-width: 1499px) {
  #content.details .popup.open {
    width: 500px;
  }
}
@media screen and (max-width: 1105px) {
  #content.details .popup.open {
    display: none;
  }
}
#content.details .popup.open h2 {
  color: #000;
  font-family: gotham_boldregular;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}
#content.details .popup.open h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Muli', sans-serif;
}
#content.details .popup.open #texte {
  width: 738px;
  margin: auto;
}
@media screen and (max-width: 1574px) {
  #content.details .popup.open #texte {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
#content.details .popup.open #texte.scroll {
  max-height: 620px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#content.details .popup.open #texte p {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: justify;
}
#content.details .popup.open .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content.details .popup.open .cols > div:first-child {
  margin-right: 20px;
}
#content.details .popup .close-popup {
  position: absolute;
  right: 50px;
  top: 5px;
  color: #333;
}
#content.details .popup .close-popup i {
  font-size: 5rem!important;
}
#content.details .popup .close-popup:hover {
  color: #539ad1;
}
@media screen and (max-width: 639px) {
  #content.details .popup .close-popup {
    position: fixed;
  }
}
#content.contact {
  width: 100%;
  height: 580px;
  background-image: url("../img/contact/img-contact-1920px.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #content.contact {
    height: 512px;
    background-image: url("../img/contact/img-contact-1000px.jpg");
  }
}
@media screen and (max-width: 998px) {
  #content.contact {
    background-image: none;
    height: auto;
  }
}
#content.contact .img {
  display: none;
  /*@media @tablet {
                display: block;
                width: 100%;
                height: 512px;
                background-image: url("../img/contact/img-contact-1000px.jpg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            @media screen and (max-width: 768px) {
                height: 362px;
                background-image: url("../img/contact/img-contact-768px.jpg");
            }

            @media screen and (max-width: 320px) {
                background-image: url("../img/contact/img-contact-320px.jpg");
            }*/
}
@media screen and (max-width: 998px) {
  #content.contact .img {
    display: block;
    width: 100%;
    height: auto;
  }
  #content.contact .img img {
    width: 100%;
    height: auto;
  }
}
#content.contact .bandeau {
  width: 712px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding-left: 232px;
  padding-right: 138px;
  padding-top: 143px;
}
@media screen and (max-width: 1199px) {
  #content.contact .bandeau {
    width: 529px;
    padding-top: 100px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 998px) {
  #content.contact .bandeau {
    width: 100%;
    height: 344px;
    padding-top: 10px;
    background-color: #000;
  }
}
@media screen and (max-width: 639px) {
  #content.contact .bandeau {
    height: 400px;
  }
}
@media screen and (max-width: 330px) {
  #content.contact .bandeau {
    padding-left: 10px;
  }
}
#content.contact .bandeau h2 {
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
  margin-left: 69px;
  margin-bottom: 10px;
}
#content.contact .bandeau h2::before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 13px;
  position: absolute;
  top: 50%;
  left: -69px;
}
#content.contact .bandeau .texte-1 {
  position: relative;
  margin-left: 56px;
  margin-top: 25px;
  margin-bottom: 30px;
}
#content.contact .bandeau .texte-1::before {
  content: '';
  width: 5px;
  height: 227px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  left: -56px;
}
#content.contact .bandeau .texte-1 .adresse,
#content.contact .bandeau .texte-1 .tel,
#content.contact .bandeau .texte-1 .mail {
  width: 300px;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  #content.contact .bandeau .texte-1 .adresse,
  #content.contact .bandeau .texte-1 .tel,
  #content.contact .bandeau .texte-1 .mail {
    width: 241px;
  }
}
@media screen and (max-width: 639px) {
  #content.contact .bandeau .texte-1 .mail {
    width: 100%;
  }
}
#content.contact .bandeau .texte-1 .btn {
  width: 207px;
  height: 44px;
  background-color: #0051a3;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  border: 1px solid #0051a3;
  border-radius: 0;
}
#content.contact .bandeau .texte-1 .btn:hover {
  background-color: #fff;
  color: #0051a3;
}
#content.ck.er404 {
  width: 100%;
  height: 580px;
  background-image: url("../img/404/img-404-1920px.jpg");
  background-repeat: no-repeat;
  margin-bottom: 0!important;
}
@media screen and (max-width: 1000px) {
  #content.ck.er404 {
    height: 512px;
    background-image: url("../img/404/img-404-1000px.jpg");
  }
}
@media screen and (max-width: 768px) {
  #content.ck.er404 {
    height: 362px;
    background-image: url("../img/404/img-404-768px.jpg");
  }
}
@media screen and (max-width: 320px) {
  #content.ck.er404 {
    background-image: url("../img/404/img-404-320px.jpg");
  }
}
#content.ck.er404 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #content.ck.er404 .wrap {
    padding-top: 0;
  }
}
#content.ck.er404 .wrap h1 {
  font-family: gotham_boldregular;
  font-size: 12.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #content.ck.er404 .wrap h1 {
    margin-top: -25px;
  }
}
#content.ck.er404 .wrap h2 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}
#content.ck.er404 .wrap p {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 207px;
  text-align: center;
}
#content.ck.er404 .wrap p a {
  margin-top: 25px;
}
#content.ck.er404 .wrap p a.btn {
  width: 207px;
  height: 44px;
  background-color: #0051a3;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  border: 1px solid #0051a3;
  border-radius: 0;
}
#content.ck.er404 .wrap p a.btn:hover {
  background-color: #fff;
  color: #0051a3;
}
#map {
  width: 100%;
  height: 324px;
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */