<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

a img {
  border: 0; }

input, select, textarea, button {
  font-family: inherit; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Raleway",sans-serif;
  -webkit-font-smoothing: antialiased;
  color: gray; }

html,
body {
  height: 100%; }

a {
  text-decoration: none; }

.wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 277px; }

.header {
  background: #0a2241;
  padding: 35px 10px;
  border-top: 4px solid #2e7ac4;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1; }
  .header a {
    color: white; }

.left,
.right {
  display: inline-block;
  vertical-align: top;
  width: 46%; }

.left {
  padding-right: 4%; }

.alignright {
  float: right; }

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 3em;
  color: #2e7ac4;
  margin: 0px;
  margin-bottom: 0.5em; }

hr {
  border-color: #2e7ac4;
  margin: 1.2em 0px 2em; }

h2 {
  font-size: 1.8em; }

h2, h3 {
  color: #2e7ac4;
  padding-bottom: 15px; }

strong {
  color: #2e7ac4; }

span strong, h2 strong, h3 strong {
  color: #0a2241; }

h3 {
  font-size: 1.5em;
  padding-bottom: 0.8em; }

p, h4, article li {
  line-height: 1.5em; }

h4 {
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 0.8em; }

.first-word {
  color: #0a2241; }

article li {
  padding-bottom: 1em;
  margin-left: 1.1em; }
article p, article li {
  font-size: 0.9em; }

p {
  padding-bottom: 0.8em;
  font-size: 0.9em; }

.layout, header &gt; div,
#update-block &gt; div, footer &gt; div {
  max-width: 1120px;
  margin: 0 auto; }

.layout-inner, main, .inner-footer-blocks &gt; div {
  max-width: 780px;
  margin: 0 auto; }

.clearfix {
  clear: both; }

.logo {
  float: left; }

.hide-text, .fb-footer a,
.twitter-footer a, .nav .twitter a,
.nav .fb a {
  font-size: 0px;
  color: transparent; }

main {
  padding: 80px 10px; }
  main a {
    color: #2e7ac4;
    text-decoration: underline; }

.fb-footer a,
.twitter-footer a {
  height: 45px;
  width: 36px;
  display: inline-block;
  vertical-align: middle; }

.twitter-footer a {
  background: url(../img/twitter-footer.png) center no-repeat; }
  .twitter-footer a:hover, .twitter-footer a:after {
    background: url(../img/twitter-footer-blue.png) center no-repeat; }

.copyright {
  float: left; }

.siteby {
  float: right; }

.fb-footer a {
  background: url(../img/fb-footer.png) center no-repeat; }
  .fb-footer a:hover, .fb-footer a:after {
    background: url(../img/fb-footer-blue.png) center no-repeat; }

.nav {
  float: right;
  position: relative;
  padding-top: 28px;
  font-family: "open-sans",sans-serif; }
  .nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 0.9em 0em; 
    position: relative;
  }
  .nav a {
    display: block;
    position: relative; }
    .nav a:after {
      content: "";
      position: absolute;
      height: 0px;
      width: 100%;
      left: 0;
      bottom: -8px;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      border-bottom: 2px solid white;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .nav a:hover:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .nav a:hover {
      color: #2e7ac4; }
  .nav .fb {
    margin-left: 0.9em; }
  .nav .fb, .nav .twitter {
    padding: 0px;
    padding-top: 10px; }
  .nav .twitter a,
  .nav .fb a {
    height: 25px;
    width: 25px; }
    .nav .twitter a:after,
    .nav .fb a:after {
      display: none; }
  .nav .fb a {
    background: url(../img/fb.png) center no-repeat; }
    .nav .fb a:hover, .nav .fb a:after {
      background: url(../img/fb-blue.png) center no-repeat; }
  .nav .twitter a {
    background: url(../img/twitter.png) center no-repeat;
    padding-left: 5px; }
    .nav .twitter a:hover, .nav .twitter a:after {
      background: url(../img/twitter-blue.png) center no-repeat; }

nav .sub-menu { position: absolute; left: 0; top: 100%; background: #0a2241; display: none; }
nav .sub-menu li a { white-space: nowrap; }
nav ul li:hover .sub-menu, nav ul li .sub-menu:hover { display: block; }

li.current-lang a {
  color: #2e7ac4; }

.lang-item {
  position: absolute;
  top: -50px;
  right: 7px;
  line-height: 1em; }
  .nav .lang-item {
    padding: 0px; }
    .nav .lang-item a:after {
      display: none; }
  .lang-item a {
    padding: 0px 0.7em;
    text-transform: uppercase; }

.lang-item-fr a {
  padding-right: 0px; }

.lang-item-en {
  right: 36px;
  border-right: 1px solid white; }

.action-button {
  padding: 5px 15px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 3px;
  margin-top: 2em;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-shadow: none;
  min-width: 80px; }
  .action-button:hover {
    background: white; }

.page-title {
  text-align: center; }

.banner {
  position: relative;
  border-bottom: 4px solid #2e7ac4;
  color: white;
  text-align: center;
  margin-left: -1px;
  overflow: hidden;
  position: relative;
  padding: 80px 0px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner img {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: auto; }
  .banner p {
    padding-bottom: 0px;
    font-size: 1.2em; }
  .banner h1,
  .banner .first-word {
    color: white; }
  .banner h1 {
    margin: 0 auto;
    max-width: 620px;
    font-size: 3.7em;
    padding-bottom: 0.5em;
    line-height: 1em; }
  .banner .action-button {
    margin-top: 2.8em; }
    .banner .action-button:hover {
      color: #2e7ac4; }
  .banner a {
    color: white;
    font-size: 0.8em;
    text-transform: uppercase; }

.home .banner {
  padding: 170px 10px; }
  .home .banner .backbg {
    background-size: cover;
    background-position: center;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }

.inner-footer-blocks &gt; div {
  padding: 85px 10px;
  overflow: hidden; }

.inner-footer-blocks {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  position: relative; }

.white-back {
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
  .white-back .action-button {
    color: gray;
    border-color: gray;
    min-width: 80px;
    text-align: center; }
    .white-back .action-button:hover {
      background: gray;
      color: white; }
  .white-back &gt; div {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 85px 10px; }
  .white-back &gt; div &gt; div {
    width: 50%;
    float: left; }

.inner-footer-blocks {
/*  background: url(../img/doc-bg.jpg) center no-repeat;
  background-size: cover;*/
	background-color:#3384c6;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8); }
.inner-footer-blocks h2 {
	color:#fff !important;
}
  .inner-footer-blocks h1, .inner-footer-blocks p, .inner-footer-blocks .first-word, .inner-footer-blocks a {
    color: white; }
  .inner-footer-blocks &gt; div {
    max-width: 750px;
    margin: 0 auto; }
    .inner-footer-blocks &gt; div p {
      max-width: 700px;
      margin: 0 auto; }
  .inner-footer-blocks .action-button:hover {
    color: #2e7ac4; }

.home-take-action &gt; div {
  overflow: hidden; }
.home-take-action &gt; div &gt; div:first-child {
  padding-top: 90px; }
.home-take-action &gt; div &gt; div:first-child + div {
  text-align: right; }

#update-block,
#wysiwyg_widgets_widget-9,
#wysiwyg_widgets_widget-25 {
  background: #2e7ac4;
  box-shadow: none;
  position: inherit; }

#update-block &gt; div {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 10px 85px; }

#wysiwyg_widgets_widget-9 &gt; div,
#wysiwyg_widgets_widget-25 &gt; div {
  padding-bottom: 0px; }

.social-block {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 49%; }

.fb_iframe_widget,
#twitter-widget-0 {
  display: inline-block !important;
  border: 3px solid white !important;
  border-radius: 3px;
  background: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }

footer {
  color: white;
  background: #0a2241;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.5); }
  footer &gt; div {
    padding: 60px 10px; }
  footer .follow {
    border-bottom: 1px solid #3b4e67;
    padding-bottom: 30px;
    margin-bottom: 50px;
    font-size: 1.2em;
    font-weight: bold; }
    footer .follow span {
      display: inline-block;
      padding-left: 20px; }
  footer .copyright,
  footer .siteby {
    font-size: 12px;
    color: #3b4e67; }
    footer .copyright a,
    footer .siteby a {
      color: #3b4e67; }

.page-template-inner-page .backbg {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.what-were-doing .icons,
.ce-que-nous-faisons .icons {
  display: inline-block;
  width: 32.33%;
  text-align: center;
  font-weight: bold;
  color: #2e7ac4; }
  .what-were-doing .icons p,
  .ce-que-nous-faisons .icons p {
    font-size: 1.7em; }
  .what-were-doing .icons img,
  .ce-que-nous-faisons .icons img {
    margin: 0 auto;
    display: block;
    padding-bottom: 15px; }

.pb-awareness li {
  font-size: 1.35em;
  list-style: none;
  color: #2e7ac4;
  margin-left: 0px; }
  .pb-awareness li span {
    display: inline-block;
    vertical-align: middle; }
    .pb-awareness li span:first-child {
      width: 30px; }
    .pb-awareness li span:first-child + span {
      width: 80%; }
  .pb-awareness li strong {
    color: #0a2241; }

.menu-icon,
.language-switcher {
  display: none; }

.wpcf7 label {
  color: #2e7ac4;
  font-weight: bold; }
.wpcf7 p {
  padding-bottom: 0px; }
.wpcf7 .name label, .wpcf7 .email label {
  margin-bottom: 10px;
  display: inline-block; }
.wpcf7 .agreed-statement .wpcf7-list-item-label {
  font-size: 0px; }
.wpcf7 .agreed-statement span {
  display: inline-block;
  vertical-align: top; }
.wpcf7 .agreed-statement span:last-child {
  width: 80%; }
.wpcf7 .wpcf7-list-item label {
  color: gray;
  font-weight: normal; }
.wpcf7 .wpcf7-radio span {
  display: inline-block;
  margin-top: 5px; }
.wpcf7 .wpcf7-radio span.wpcf7-list-item {
  margin-right: 25px; }
.wpcf7 .optional .wpcf7-list-item {
  display: block; }
.wpcf7 div.wpcf7-response-output {
  margin-left: 0;
  padding: 10px 10px; }
.wpcf7 input {
  border: 1px solid #8490a0;
  border-radius: 3px;
  padding: 10px 5px; }
.wpcf7 input[type="submit"] {
  background: #2e7ac4;
  padding: 10px 25px;
  color: white; }
.wpcf7 div.form-field {
  padding-bottom: 20px; }
.wpcf7 .language input.input-fr {
  margin-left: 20px; }
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 300px; }
.wpcf7 .wpcf7-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.wpcf7 span.wpcf7-list-item {
  margin-left: 0px; }
.wpcf7 .wpcf7-checkbox input {
  padding: 0px; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  border-radius: 2px; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  position: relative; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 35px; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:hover input ~ .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:focus ~ .wpcf7-list-item-label:after {
  background: #ccc; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  background: #2e7ac4; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:disabled ~ .wpcf7-list-item-label:after {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  display: none;
  z-index: 1; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  display: block; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  top: 2px;
  left: 8px;
  width: 5px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:disabled ~ .wpcf7-list-item-label:before {
  border-color: #7b7b7b; }
.wpcf7 .Optional .wpcf7-list-item-label {
  display: block; }

@media screen and (min-width: 860px) {
  .nav {
    display: block !important; } }
@media screen and (max-width: 860px) {
  .menu-icon {
    float: right;
    display: block;
    height: 18px;
    width: 25px;
    margin-top: 17px;
    font-size: 0px;
    color: transparent;
    background: url(../img/menu-icon.png) no-repeat; }

  .language-switcher {
    display: block;
    position: absolute;
    right: 4px;
    top: 20px; }
    .language-switcher li {
      display: inline-block;
      list-style: none; }

  .banner h1 {
    font-size: 2.8em; }

  .logo {
    width: 200px; }
    .logo img {
      width: 100%; }

  .header {
    border-top: 0px;
    padding: 40px 10px 20px;
    border-bottom: 5px solid #2e7ac4; }

  .nav {
    display: none;
    width: 100%;
    background: white;
    left: 0;
    top: 118px;
    text-align: center;
    position: absolute;
    padding-top: 0px; }
    .nav .fb a {
      background: url(../img/fb-blue.png) center no-repeat; }
    .nav .twitter a {
      background: url(../img/twitter-blue.png) center no-repeat; }
    .nav .lang-item {
      display: none; }
    .nav .fb, .nav .twitter {
      display: inline-block;
      margin-left: 0;
      margin-bottom: 15px; }
      .nav .fb a, .nav .twitter a {
        margin: 10px auto; }
    .nav a {
      color: #0a2241;
      padding: 1em 0px; }
      .nav a:hover {
        background: #2e7ac4;
        color: white; }
    .nav li {
      display: block;
      list-style: none;
      padding: 0; }
    .nav .lang-item {
      top: -97px; }
      .nav .lang-item a {
        color: white; }

  .white-back &gt; div &gt; div img {
    width: 300px;
    height: auto; }

  .social-block {
    width: 45%; } }
@media screen and (max-width: 768px) {
  .social-block {
    width: 92%;
    display: block;
    margin: 0px auto 30px; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6em; }

  .white-back &gt; div &gt; div {
    width: 100%;
    float: none;
    text-align: center; }
    .white-back &gt; div &gt; div p {
      text-align: left; }
    .white-back &gt; div &gt; div p:last-child {
      text-align: center; }
    .white-back &gt; div &gt; div img {
      padding-bottom: 20px; }

  .home-take-action &gt; div &gt; div:first-child {
    padding-top: 0px; }

  .white-back &gt; div &gt; div:first-child + div,
  .white-back &gt; div &gt; div:first-child {
    text-align: center; } }
@media screen and (max-width: 520px) {
  .fb_iframe_widget, #twitter-widget-0 {
    margin-left: -3px; }

  main {
    padding: 35px 10px; }

  .wrapper {
    padding-bottom: 273px; }

  h2 {
    font-size: 1.5em; }

  .submit-button {
    text-align: center; }

  .what-were-doing .icons h2,
  .ce-que-nous-faisons .icons h2 {
    font-size: 1em; }

  .left, .right {
    display: block;
    width: 100%; }

  .inner-footer-blocks &gt; div {
    padding: 35px 10px;
    overflow: hidden; }

  .white-back &gt; div {
    padding: 35px 10px; }

  #update-block &gt; div {
    padding-bottom: 35px; }

  .banner h1 {
    font-size: 2.5em; }

  .home .banner {
    background-size: cover; }
    .home .banner img {
      display: none; }

  .banner,
  .home .banner {
    padding: 40px 0px; }
    .banner h1 + p,
    .home .banner h1 + p {
      display: none; }
    .banner .action-button,
    .home .banner .action-button {
      margin-top: 1em; }

  footer &gt; div {
    padding: 30px 10px 0px; }
  footer .copyright,
  footer .siteby {
    float: none; }
  footer .follow {
    padding-bottom: 20px; }
    footer .follow span {
      display: block;
      padding-bottom: 20px; }
    footer .follow .fb-footer,
    footer .follow .twitter-footer {
      display: inline-block;
      padding-bottom: 0px;
      padding-left: 30px; }
    footer .follow .fb-footer {
      padding-left: 0px; } }


.ctct-form-field label { display: inline-block; width: 20%; }
.ctct-form-field input { width: 75%; }
.ctct-input-container input { float: left; }
.ctct-input-container label { display: inline-block; width: 90%; padding-left: 2%; }
.ctct-form-field-submit { text-align: center; }

</pre></body></html>