html {
  line-height: 1.25;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #090909;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}

/* fonts */
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?w2lw27");
  src: url("/fonts/icomoon.eot?#iefixw2lw27") format("embedded-opentype"), url("/fonts/icomoon.ttf?w2lw27") format("truetype"), url("/fonts/icomoon.woff?w2lw27") format("woff"), url("/fonts/icomoon.svg?w2lw27#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/fjalla-one-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/fjalla-one-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fjalla-one-v13-latin-regular.woff2") format("woff2"), url("/assets/fonts/fjalla-one-v13-latin-regular.woff") format("woff"), url("/assets/fonts/fjalla-one-v13-latin-regular.ttf") format("truetype"), url("/assets/fonts/fjalla-one-v13-latin-regular.svg#FjallaOne") format("svg"); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v30-latin-regular.woff") format("woff"), url("/assets/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("/assets/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
a {
  text-decoration: none;
  color: #090909;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
}

iframe {
  border: 0;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=url], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input {
  border: 0;
  background-color: transparent;
  font-family: inherit;
}
input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input:-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}
input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.wrapper {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1350px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: rgb(54, 51, 67);
  background: rgba(54, 51, 67, 0.9);
  z-index: 100;
  font-family: "Fjalla One", sans-serif;
}

#main_menu:after {
  clear: both;
  content: " ";
  display: table;
}

.navbar-header {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
}
.navbar-header:after {
  clear: both;
  content: " ";
  display: table;
}

#burger {
  float: right;
  margin: 10px 10px 10px 0;
  padding: 0 5px;
  cursor: pointer;
}
#burger span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 4px;
  text-transform: uppercase;
}
#burger button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#burger button > i {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 4px;
  background: #fff;
}
#burger button > i:last-child {
  margin-bottom: 0;
}

header #logo {
  float: left;
  display: block;
  width: 144px;
  height: 100%;
  margin: 0 10px 0 0;
  text-align: center;
}
header #logo img {
  display: block;
  height: 100%;
  margin: 0;
}

header #main_menu {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

header #main_menu nav {
  display: none;
  clear: both;
  width: 95%;
  margin: 0 auto;
  padding-top: 10px;
}

header ul {
  max-width: 1290px;
  height: 100%;
  list-style-type: none;
  z-index: 100;
  background: #494755;
}
header ul:after {
  clear: both;
  content: " ";
  display: table;
}

header nav > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  z-index: 100;
}

header nav > ul > li.open > ul {
  display: block;
}

header ul li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

header ul li a:hover, header ul li.active a {
  color: #ddd7a4;
  text-decoration: none;
}

header ul li ul {
  position: relative;
  top: 0;
  width: 100%;
  display: none;
  margin: 0;
  border: 0;
  z-index: 200;
}

header.scroll ul li ul {
  top: 45px !important;
}

header ul li.open ul {
  display: block;
}

header ul li ul li {
  text-align: center;
  border: 0;
  z-index: 200;
  line-height: 40px;
}

header ul li ul li a, header ul li.active ul li a {
  margin: 0;
  padding-right: 5px !important;
  font-size: 16px;
  background: rgb(223, 221, 163);
  background: rgba(223, 221, 163, 0.95);
  border-bottom: 1px solid #fff;
  color: #494755;
  z-index: 200;
  text-decoration: none;
}

header ul li ul li a:hover {
  background: rgb(54, 51, 67);
  background: rgba(54, 51, 67, 0.95);
  color: #fff;
}

header ul li:last-child a {
  background: #ddd7a4;
  color: #494755;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

header.scroll {
  height: 45px !important;
}

header.scroll #main_menu nav {
  background: none !important;
}

header.scroll #main_menu nav ul li {
  line-height: 45px;
}

#main {
  margin-top: 60px;
}

#main_content {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1400px;
  background: #fff;
}
#main_content:after {
  clear: both;
  content: " ";
  display: table;
}

/* breadcrumb */
#breadcrumb {
  padding: 20px 0 0 0;
  font-size: 0.9em;
}
#breadcrumb ul {
  list-style-type: none;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 3px;
}
#breadcrumb ul li:after {
  content: ">";
  margin: 0 2px;
}
#breadcrumb ul li:last-child:after {
  content: none;
  margin: 0;
}
#breadcrumb ul li a {
  color: #666;
  border-bottom: 1px dotted #aaa;
  text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:hover span {
  color: #ddd7a4;
}

#breadcrumb span, #breadcrumb a span {
  color: #666;
}

main {
  max-width: 1010px;
  margin: 0 0 25px 0;
  padding: 10px 5px;
  font-size: 1.05em;
}
main p {
  line-height: 1.4;
  margin: 10px 0;
  text-align: justify;
}
main a {
  padding: 0 2px;
  color: #BFAA75;
  text-decoration: underline;
}

main p a:hover, main ul li a:hover {
  background: #ddd7a4;
  color: #fff;
  text-decoration: none;
}

section {
  padding: 10px 0;
}

h1 {
  margin: 10px 0 20px 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 1.5em;
  text-transform: uppercase;
  background: #fff;
  color: #494755;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
h1 > a {
  color: #494755;
  text-decoration: none;
}

main h2 {
  margin: 15px 0 12px 0;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #494755;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
main h2 a {
  color: #494755;
  text-decoration: none;
}

main h3 {
  margin: 15px 0 10px 0;
  color: #000;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}

main figure, main picture {
  margin: 20px auto;
  text-align: center;
}

main ul {
  margin-left: 25px;
}

main ul li ul {
  list-style-type: none;
}

main pre {
  white-space: pre-wrap;
}

#partage {
  clear: left;
  padding: 30px 0 20px 0;
}

main ul#ref {
  margin: 25px 0 25px 15px;
}

main ul#ref li {
  margin: 10px 0;
}

main ul#ref li ul {
  list-style-type: disc;
  margin: 10px 0 10px 35px;
}

main ul#ref li ul li {
  margin: 0;
}

main ul#ref li ul li a {
  color: #777;
}

figure.border {
  max-width: 800px;
  text-align: center;
  box-shadow: 0 0 7px #ccc;
}

figure.border a {
  display: block;
  padding: 0;
}

figure.border img {
  display: block;
}

figure.border figcaption {
  padding: 10px 0;
  font-style: italic;
}

/* liens contact / devis */
.contact_link {
  margin-top: 25px;
}
.contact_link a {
  float: right;
  display: block;
  padding: 8px 15px 8px 19px;
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 1em;
  background: #ddd7a4;
  color: #494755;
  box-shadow: 4px 4px 5px #eee;
  text-transform: uppercase;
}
.contact_link a:hover {
  background: #494755;
  color: #fff;
  text-decoration: none;
}
.contact_link a:after {
  padding-left: 8px;
  font-family: "icomoon";
  content: "\f138";
}

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

main .img2col {
  margin: 15px auto 25px auto;
  text-align: center;
}

/* sidebar */
aside {
  width: 100%;
  min-width: 200px;
  margin-bottom: 25px;
  padding: 5px 0 0 0;
}
aside ul {
  list-style-type: none;
  width: 100%;
}
aside ul > li {
  min-width: 200px;
  margin: 18px 0;
  padding: 0;
  color: #fff;
  background: #494755;
  font-size: 1em;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

aside ul li a {
  position: relative;
  display: block;
  width: auto;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}

aside ul li a:hover {
  text-decoration: none;
}

aside ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #494755 20%, #ddd7a4 20%);
}

aside ul li ul li a:after {
  display: none;
}

aside ul li ul {
  padding: 10px 5px;
  width: auto;
  background: #fff;
  color: #111;
  border-left: 1px dashed #d0d0d0;
  border-right: 1px dashed #d0d0d0;
  border-bottom: 1px dashed #d0d0d0;
}

aside ul li ul li {
  margin: 3px 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #494755;
  font-weight: normal;
  font-style: normal;
}

aside ul li ul li a {
  font-weight: normal;
  font-size: 1em;
  display: block;
  background: #fff;
  color: #494755;
  width: 95%;
  height: auto;
  line-height: 24px;
  padding: 3px 0 3px 10px;
  border-radius: 0;
  text-transform: none;
}

aside ul li ul li a:hover {
  background: #ddd7a4;
}

aside ul li ul li.active a {
  font-weight: bold;
}

aside ul li ul li.active a:before {
  content: ">";
  margin-right: 5px;
  color: #ddd7a4;
}

aside ul li#ref ul {
  text-align: center;
  background: #fff;
}
aside ul li#ref img {
  max-width: 160px;
  height: 100px;
}

aside ul li.special-box ul {
  padding: 0;
}
aside ul li.special-box ul li {
  margin: 0;
}
aside ul li.special-box ul li a {
  padding: 0;
  width: 100%;
}

aside .partners figure img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

aside ul li#ref ul li a, aside ul li#ref ul li a:hover, aside ul li.special-box ul li a:hover {
  background: #fff;
  border: 0;
  height: auto;
  line-height: auto;
}

aside ul li span {
  display: block;
  padding: 8px 10px;
}

aside ul li ul li figure a {
  display: block;
  width: 100%;
  padding: 0;
}

aside ul li ul li figure img, aside ul li ul li figure a img {
  display: block;
  margin-bottom: 0;
  border: 0;
  width: 100%;
}

aside ul li.border ul li figure img {
  padding: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

aside figure figcaption {
  padding: 4px 0;
  text-align: center;
  font-style: italic;
}

aside ul li ul li p {
  text-align: center;
}

aside ul li#contact_phone, aside ul li#contact_phone ul, aside ul li#contact_phone ul li {
  background: #494755;
  border: 0;
}

aside ul li#contact_phone a {
  background: #494755;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
}

/* partners */
#partners {
  max-width: 600px;
  margin: 25px auto;
}
#partners > div {
  margin: 20px 0 25px 0;
  text-align: center;
}
#partners > div a {
  display: block;
  text-decoration: none;
  background: none;
  text-align: center;
}

/* footer */
footer {
  width: 100%;
  padding: 0 0 5px 0;
  background: #fff;
  font-size: 0.85em;
  color: #444;
}
footer #social_footer {
  padding: 20px 0;
  background: #494755;
}
footer #social_footer .wrapper {
  padding: 0 10px;
}

/* bloc newsletter */
.modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
}

#newsletter-response {
  display: none;
}

.newsletter_error {
  color: #a20000;
}

.newsletter_success {
  color: #007600;
}

footer #newsletter_bloc {
  width: auto;
  line-height: 42px;
  text-align: center;
}
footer #newsletter_bloc form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 0;
}
footer #newsletter_bloc form label {
  display: block;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  text-align: center;
}
footer #newsletter_bloc form input[type=email] {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  width: 240px;
  padding: 0 8px;
  border: 0;
  background: #fff;
}
footer #newsletter_bloc form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: 0;
  background: #ddd7a4;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

footer #social_footer {
  text-align: center;
}
footer #social_footer ul#social {
  display: inline-block;
  height: 42px;
  margin: 10px auto;
  padding-top: 10px;
  list-style-type: none;
  border: 0;
}
footer #social_footer ul#social li {
  float: left;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  margin: 0 2px;
}
footer #social_footer ul#social li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  font-family: "icomoon";
  font-size: 24px;
  color: #fff;
}
footer #social_footer ul#social li a:hover {
  color: #ddd7a4;
}

footer #social_fb a:before {
  content: "\e63d";
}

footer #social_twitter a:before {
  content: "\e640";
}

footer #social_rss a:before {
  content: "\e643";
}

#footer_content {
  margin: 0 auto;
  padding: 25px 10px 20px 10px;
  max-width: 1350px;
}

footer ul {
  list-style-type: none;
}

#footer_content > ul > li {
  margin-bottom: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #494755;
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Fjalla One", sans-serif;
}
#footer_content > ul > li a {
  color: #494755;
}
#footer_content > ul > li > ul {
  margin: 12px 0 0 0;
}

#footer_content > ul > li > ul > li {
  margin: 0;
  width: 100%;
  font-weight: normal;
  font-size: 0.8em;
  color: #000;
  text-transform: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  word-wrap: break-word;
}

#footer_content > ul > li > ul > li a, #footer_content > ul > li > p a {
  color: #BFAA75;
}

#footer_content > ul > li p {
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.8em;
  color: #000;
  text-transform: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#copyright p {
  text-align: center;
}

#copyright span {
  display: block;
  padding: 7px 20px;
  background: #494755;
  color: #fff;
}

#copyright a {
  color: #fff;
}

/* formulaire de contact */
.email {
  display: none !important;
}

form#contact {
  max-width: 600px;
  margin: 15px auto;
}

form#contact p {
  margin: 0;
}

form#contact input[type=text], form#contact input[type=email], form#contact input[type=tel], form#contact input[type=url] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin: 10px auto;
  padding: 0 7px;
  font-size: 16px;
  border: 1px solid #ddd;
}
form#contact input[type=text]::-webkit-input-placeholder, form#contact input[type=email]::-webkit-input-placeholder, form#contact input[type=tel]::-webkit-input-placeholder, form#contact input[type=url]::-webkit-input-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact input[type=text]:-moz-placeholder, form#contact input[type=email]:-moz-placeholder, form#contact input[type=tel]:-moz-placeholder, form#contact input[type=url]:-moz-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact input[type=text]::-moz-placeholder, form#contact input[type=email]::-moz-placeholder, form#contact input[type=tel]::-moz-placeholder, form#contact input[type=url]::-moz-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact input[type=text]:-ms-input-placeholder, form#contact input[type=email]:-ms-input-placeholder, form#contact input[type=tel]:-ms-input-placeholder, form#contact input[type=url]:-ms-input-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}

form#contact input:focus, form#contact textarea:focus {
  border: 1px solid #ddd7a4;
}

form#contact input#sujet {
  width: 100%;
}

form#contact textarea {
  width: 100%;
  margin: 10px auto;
  padding: 7px;
  font-size: 16px;
  border: 1px solid #ddd;
  resize: vertical;
}
form#contact textarea::-webkit-input-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact textarea:-moz-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact textarea::-moz-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}
form#contact textarea:-ms-input-placeholder {
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
}

form#contact input[type=submit] {
  float: right;
  width: auto;
  line-height: 32px;
  padding: 0 40px;
  font-size: 1em;
  background: #ddd7a4;
  color: #494755;
  box-shadow: 4px 4px 5px #eee;
  border: 0;
  cursor: pointer;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

form#contact span {
  font-style: italic;
  font-size: 13px;
}

form#contact input#submit:hover {
  background: #494755;
  color: #fff;
  box-shadow: 4px 4px 5px #eee;
}

/* references */
#references figure {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd7a4;
  box-shadow: 0 0 7px #ccc;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
#references figure figcaption {
  position: absolute;
  left: 5%;
  bottom: -38px;
  width: 90%;
  background: #ddd7a4;
  transition: all 300ms ease-out;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
#references figure figcaption a {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 21px;
  color: #494755;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 6px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#references figure:hover figcaption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(-100%);
}

/* blog */
.articles_list article {
  margin-bottom: 25px;
  padding: 10px 0 20px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.articles_list article:last-child {
  border-bottom: none;
}
.articles_list article time {
  font-style: italic;
}
.articles_list article figure {
  float: left;
  width: 180px;
  margin-right: 15px;
  text-align: center;
}
.articles_list article h2 {
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: none;
}

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

main pre {
  margin: 12x 0;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 7px;
}

/* 404 */
#error404 main {
  width: 100%;
  max-width: 100%;
  padding-bottom: 80px;
}
#error404 main h1 {
  background: #fff;
  line-height: 1em;
  font-size: 8em;
  text-align: center;
}
#error404 main h2 {
  text-align: center;
}
#error404 main pre {
  background: #000;
  color: #fff;
  margin: 40px 0 25px 0;
  padding: 5px 10px;
  font-size: 1.2em;
  border-radius: 0;
}

@media screen and (min-width: 360px) {
  #main_content {
    padding: 5px 20px 0;
  }
  section {
    padding: 10px 0 15px 0;
  }
  h1 {
    padding: 0 10px;
    line-height: 1.8em;
    font-size: 1.5em;
    background: #ddd7a4;
    color: #494755;
  }
  aside {
    display: none;
  }
}
@media screen and (min-width: 420px) {
  form#contact {
    margin: 30px auto;
  }
  form#contact p {
    margin: 15px 0;
  }
  form#contact p:after {
    clear: both;
    content: " ";
    display: table;
  }
  form#contact p input:last-child {
    float: right;
  }
  form#contact p input:first-child {
    float: left;
  }
  form#contact input[type=text], form#contact input[type=email], form#contact input[type=tel], form#contact input[type=url] {
    width: 49%;
    margin: 0;
  }
  form#contact textarea {
    margin: 0;
  }
  #references:after {
    clear: both;
    content: " ";
    display: table;
  }
  #references figure {
    float: left;
    width: 46%;
    margin: 2%;
  }
  #references figure figcaption {
    left: 15%;
    width: 70%;
  }
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 1.8em;
  }
  #partners h3 {
    margin-top: 0;
  }
  #partners .logo {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin-right: 25px;
    text-align: center;
  }
  #partners img {
    display: block;
  }
  #partners .content {
    display: inline-block;
    width: calc(60% - 25px);
    vertical-align: middle;
  }
  #footer_content > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer_content > ul > li {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  footer #social_footer #newsletter_bloc label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  #burger {
    display: none;
  }
  header {
    height: 60px;
  }
  .navbar-header {
    float: left;
    width: 180px;
  }
  header #main_menu nav {
    display: block;
    clear: none;
    float: right;
    width: auto;
    height: 60px;
    padding: 0;
  }
  header nav ul {
    background: none;
  }
  header nav ul li {
    float: left;
    width: auto;
    line-height: 60px;
  }
  header nav ul li ul {
    position: absolute;
    top: 60px;
    width: 230px;
  }
  header nav ul li ul li {
    float: none;
    text-align: left;
  }
  #main_content {
    padding: 5px 30px 0;
  }
  main {
    max-width: 1010px;
    margin: 23px 0 30px 0;
    padding: 10px 25px;
    border: 1px dashed #d0d0d0;
    font-size: 1.05em;
  }
  footer #social_footer:after {
    clear: both;
    content: " ";
    display: table;
  }
  footer #social_footer .wrapper {
    padding: 0 40px;
  }
  footer #social_footer #newsletter_bloc {
    float: left;
    width: calc(100% - 200px);
  }
  footer #social_footer #newsletter_bloc form {
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  footer #social_footer ul#social {
    float: right;
    margin: 0;
    padding: 0;
  }
  #footer_content > ul > li {
    width: 25%;
  }
  #copyright {
    clear: both;
    margin: 25px 0 5px 0;
    border-top: 1px solid #ddd7a4;
    color: #090909;
  }
  #copyright p {
    margin-top: -9px;
  }
  #copyright span {
    display: inline;
    color: #000;
    background: #fff;
  }
  #copyright a {
    color: #000;
  }
}
@media screen and (min-width: 920px) {
  main {
    float: left;
    width: 72%;
  }
  aside {
    display: block;
    float: right;
    width: 25%;
  }
}
@media screen and (max-width: 360px) {
  main .img2col img {
    width: 42%;
    height: auto;
  }
  .no-mobile, aside #ref {
    display: none;
  }
  /* blog */
  .articles_list figure {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=global.css.map */