@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i");
@import url("../fonts/font-awesome/font-awesome.min.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cb {
  clear: both;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #C8C8C8;
  background-color: #2B2B2B;
  line-height: 1.85;
}

section {
  background-color: transparent;
}

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ff8619;
}

p {
  padding: 0;
  margin: 0;
  font-weight: 300;
}

h1 {
  position: relative;
  margin: 0;
  margin-bottom: 100px;
  margin-left: -20px;
  padding: 0;
  padding-left: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #2B2B2B;
}
h1:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0px;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 5px;
  background-color: #ff8619;
}

h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #ff8619;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

b {
  color: #11ABB0;
}

dl {
  margin: 12px 0;
}

dt {
  margin: 0;
  color: #11ABB0;
}

dd {
  margin: 0 0 0 20px;
}

.col {
  color: #ff8619;
}

/* ----------------------------------- */
/* SYSTEME DE GRILLES                  */
/* ----------------------------------- */
/* ----------------------------------- */
/* VARIABLES                           */
/* ----------------------------------- */
/* ----------------------------------- */
/* MIXINS                              */
/* ----------------------------------- */
/* ----------------------------------- */
/* CLASSES GENERIQUES                  */
/* ----------------------------------- */
.col-s-1, .col-m-1, .col-l-1, .col-s-2, .col-m-2, .col-l-2, .col-s-3, .col-m-3, .col-l-3, .col-s-4, .col-m-4, .col-l-4, .col-s-5, .col-m-5, .col-l-5, .col-s-6, .col-m-6, .col-l-6, .col-s-7, .col-m-7, .col-l-7, .col-s-8, .col-m-8, .col-l-8, .col-s-9, .col-m-9, .col-l-9, .col-s-10, .col-m-10, .col-l-10, .col-s-11, .col-m-11, .col-l-11, .col-s-12, .col-m-12, .col-l-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 0px;
}

.row:before, .row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.row {
  zoom: 1;
}

/* ----------------------------------- */
/* CLASSES                             */
/* ----------------------------------- */
.row {
  margin: 0 0px;
}

.l-hidde, .m-show, .s-show {
  display: none;
}

.l-show, .m-hidde, .s-hidde {
  display: block;
}

/* ----------------------------------- */
/* ECRANS PETITE TAILLE                */
/* ----------------------------------- */
.col-l-push-0 {
  left: 0%;
}

.col-l-pull-0 {
  right: 0%;
}

.col-l-offset-0 {
  margin-left: 0%;
}

.col-l-1 {
  width: 8.33333%;
}

.col-l-push-1 {
  left: 8.33333%;
}

.col-l-pull-1 {
  right: 8.33333%;
}

.col-l-offset-1 {
  margin-left: 8.33333%;
}

.col-l-2 {
  width: 16.66667%;
}

.col-l-push-2 {
  left: 16.66667%;
}

.col-l-pull-2 {
  right: 16.66667%;
}

.col-l-offset-2 {
  margin-left: 16.66667%;
}

.col-l-3 {
  width: 25%;
}

.col-l-push-3 {
  left: 25%;
}

.col-l-pull-3 {
  right: 25%;
}

.col-l-offset-3 {
  margin-left: 25%;
}

.col-l-4 {
  width: 33.33333%;
}

.col-l-push-4 {
  left: 33.33333%;
}

.col-l-pull-4 {
  right: 33.33333%;
}

.col-l-offset-4 {
  margin-left: 33.33333%;
}

.col-l-5 {
  width: 41.66667%;
}

.col-l-push-5 {
  left: 41.66667%;
}

.col-l-pull-5 {
  right: 41.66667%;
}

.col-l-offset-5 {
  margin-left: 41.66667%;
}

.col-l-6 {
  width: 50%;
}

.col-l-push-6 {
  left: 50%;
}

.col-l-pull-6 {
  right: 50%;
}

.col-l-offset-6 {
  margin-left: 50%;
}

.col-l-7 {
  width: 58.33333%;
}

.col-l-push-7 {
  left: 58.33333%;
}

.col-l-pull-7 {
  right: 58.33333%;
}

.col-l-offset-7 {
  margin-left: 58.33333%;
}

.col-l-8 {
  width: 66.66667%;
}

.col-l-push-8 {
  left: 66.66667%;
}

.col-l-pull-8 {
  right: 66.66667%;
}

.col-l-offset-8 {
  margin-left: 66.66667%;
}

.col-l-9 {
  width: 75%;
}

.col-l-push-9 {
  left: 75%;
}

.col-l-pull-9 {
  right: 75%;
}

.col-l-offset-9 {
  margin-left: 75%;
}

.col-l-10 {
  width: 83.33333%;
}

.col-l-push-10 {
  left: 83.33333%;
}

.col-l-pull-10 {
  right: 83.33333%;
}

.col-l-offset-10 {
  margin-left: 83.33333%;
}

.col-l-11 {
  width: 91.66667%;
}

.col-l-push-11 {
  left: 91.66667%;
}

.col-l-pull-11 {
  right: 91.66667%;
}

.col-l-offset-11 {
  margin-left: 91.66667%;
}

.col-l-12 {
  width: 100%;
}

.col-l-push-12 {
  left: 100%;
}

.col-l-pull-12 {
  right: 100%;
}

.col-l-offset-12 {
  margin-left: 100%;
}

.col-l-center {
  margin: 0 auto;
  float: none;
}

/* ----------------------------------- */
/* ECRANS MOYENNE TAILLE                */
/* ----------------------------------- */
@media only screen and (max-width: 1280px) {
  .col-m-push-0 {
    left: 0%;
  }

  .col-m-pull-0 {
    right: 0%;
  }

  .col-m-offset-0 {
    margin-left: 0%;
  }

  .col-m-1 {
    width: 8.33333%;
  }

  .col-m-push-1 {
    left: 8.33333%;
  }

  .col-m-pull-1 {
    right: 8.33333%;
  }

  .col-m-offset-1 {
    margin-left: 8.33333%;
  }

  .col-m-2 {
    width: 16.66667%;
  }

  .col-m-push-2 {
    left: 16.66667%;
  }

  .col-m-pull-2 {
    right: 16.66667%;
  }

  .col-m-offset-2 {
    margin-left: 16.66667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-push-3 {
    left: 25%;
  }

  .col-m-pull-3 {
    right: 25%;
  }

  .col-m-offset-3 {
    margin-left: 25%;
  }

  .col-m-4 {
    width: 33.33333%;
  }

  .col-m-push-4 {
    left: 33.33333%;
  }

  .col-m-pull-4 {
    right: 33.33333%;
  }

  .col-m-offset-4 {
    margin-left: 33.33333%;
  }

  .col-m-5 {
    width: 41.66667%;
  }

  .col-m-push-5 {
    left: 41.66667%;
  }

  .col-m-pull-5 {
    right: 41.66667%;
  }

  .col-m-offset-5 {
    margin-left: 41.66667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-push-6 {
    left: 50%;
  }

  .col-m-pull-6 {
    right: 50%;
  }

  .col-m-offset-6 {
    margin-left: 50%;
  }

  .col-m-7 {
    width: 58.33333%;
  }

  .col-m-push-7 {
    left: 58.33333%;
  }

  .col-m-pull-7 {
    right: 58.33333%;
  }

  .col-m-offset-7 {
    margin-left: 58.33333%;
  }

  .col-m-8 {
    width: 66.66667%;
  }

  .col-m-push-8 {
    left: 66.66667%;
  }

  .col-m-pull-8 {
    right: 66.66667%;
  }

  .col-m-offset-8 {
    margin-left: 66.66667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-push-9 {
    left: 75%;
  }

  .col-m-pull-9 {
    right: 75%;
  }

  .col-m-offset-9 {
    margin-left: 75%;
  }

  .col-m-10 {
    width: 83.33333%;
  }

  .col-m-push-10 {
    left: 83.33333%;
  }

  .col-m-pull-10 {
    right: 83.33333%;
  }

  .col-m-offset-10 {
    margin-left: 83.33333%;
  }

  .col-m-11 {
    width: 91.66667%;
  }

  .col-m-push-11 {
    left: 91.66667%;
  }

  .col-m-pull-11 {
    right: 91.66667%;
  }

  .col-m-offset-11 {
    margin-left: 91.66667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .col-m-push-12 {
    left: 100%;
  }

  .col-m-pull-12 {
    right: 100%;
  }

  .col-m-offset-12 {
    margin-left: 100%;
  }

  .col-m-center {
    margin: 0 auto;
    float: none;
  }

  .m-hidde, .s-show, .l-show {
    display: none;
  }

  .m-show, .s-hidde, .l-hidde {
    display: block;
  }

  .m-order-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* ----------------------------------- */
/* ECRANS GRANDE TAILLE                */
/* ----------------------------------- */
@media only screen and (max-width: 768px) {
  .col-s-push-0 {
    left: 0%;
  }

  .col-s-pull-0 {
    right: 0%;
  }

  .col-s-offset-0 {
    margin-left: 0%;
  }

  .col-s-1 {
    width: 8.33333%;
  }

  .col-s-push-1 {
    left: 8.33333%;
  }

  .col-s-pull-1 {
    right: 8.33333%;
  }

  .col-s-offset-1 {
    margin-left: 8.33333%;
  }

  .col-s-2 {
    width: 16.66667%;
  }

  .col-s-push-2 {
    left: 16.66667%;
  }

  .col-s-pull-2 {
    right: 16.66667%;
  }

  .col-s-offset-2 {
    margin-left: 16.66667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-push-3 {
    left: 25%;
  }

  .col-s-pull-3 {
    right: 25%;
  }

  .col-s-offset-3 {
    margin-left: 25%;
  }

  .col-s-4 {
    width: 33.33333%;
  }

  .col-s-push-4 {
    left: 33.33333%;
  }

  .col-s-pull-4 {
    right: 33.33333%;
  }

  .col-s-offset-4 {
    margin-left: 33.33333%;
  }

  .col-s-5 {
    width: 41.66667%;
  }

  .col-s-push-5 {
    left: 41.66667%;
  }

  .col-s-pull-5 {
    right: 41.66667%;
  }

  .col-s-offset-5 {
    margin-left: 41.66667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-push-6 {
    left: 50%;
  }

  .col-s-pull-6 {
    right: 50%;
  }

  .col-s-offset-6 {
    margin-left: 50%;
  }

  .col-s-7 {
    width: 58.33333%;
  }

  .col-s-push-7 {
    left: 58.33333%;
  }

  .col-s-pull-7 {
    right: 58.33333%;
  }

  .col-s-offset-7 {
    margin-left: 58.33333%;
  }

  .col-s-8 {
    width: 66.66667%;
  }

  .col-s-push-8 {
    left: 66.66667%;
  }

  .col-s-pull-8 {
    right: 66.66667%;
  }

  .col-s-offset-8 {
    margin-left: 66.66667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-push-9 {
    left: 75%;
  }

  .col-s-pull-9 {
    right: 75%;
  }

  .col-s-offset-9 {
    margin-left: 75%;
  }

  .col-s-10 {
    width: 83.33333%;
  }

  .col-s-push-10 {
    left: 83.33333%;
  }

  .col-s-pull-10 {
    right: 83.33333%;
  }

  .col-s-offset-10 {
    margin-left: 83.33333%;
  }

  .col-s-11 {
    width: 91.66667%;
  }

  .col-s-push-11 {
    left: 91.66667%;
  }

  .col-s-pull-11 {
    right: 91.66667%;
  }

  .col-s-offset-11 {
    margin-left: 91.66667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-push-12 {
    left: 100%;
  }

  .col-s-pull-12 {
    right: 100%;
  }

  .col-s-offset-12 {
    margin-left: 100%;
  }

  .col-s-center {
    margin: 0 auto;
    float: none;
  }

  .s-hidde, .m-show, .l-show {
    display: none;
  }

  .s-show, .m-hidde, .l-hidde {
    display: block;
  }

  .s-order-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.container {
  position: relative;
  display: block;
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.site-container {
  opacity: 0.0;
}

/*------------------------------------*\
    $KREYFRAMES
\*------------------------------------*/
.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 6px rgba(255, 255, 255, 0.2);
}
.loader::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  border: solid 6px transparent;
  border-top-color: #ff8619;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner-web2print {
  height: 600px;
  background: url(img/bg_orange_stuff.jpg) center top repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.banner {
  height: 893px;
  background: url(img/bg_sunset.jpg) center top repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.baseline {
  display: block;
  margin-top: 200px;
}

.banner-title {
  display: block;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 90px;
  line-height: 90px;
  font-style: normal;
  font-weight: bold;
}
.banner-title:before {
  content: none;
}

.banner-description {
  margin: 20px 0;
  padding: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  word-spacing: 3px;
}

.hr {
  display: inline-block;
  margin: 0 auto;
  width: 60%;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0 0;
  clear: both;
  margin: 11px 0 30px;
  height: 0;
}

/*------------------------------------*\
    MENU
\*------------------------------------*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  height: 50px;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  z-index: 10;
}

.menu .menu-item {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 0 40px;
  margin: 0;
  text-transform: uppercase;
}
.menu .menu-item:hover, .menu .menu-item.is-active {
  color: #ff8619;
}

.opaque {
  background-color: #C8C8C8;
}

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
.section {
  position: relative;
  margin: 0;
  padding: 0;
}
.section:before, .section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 3;
}
.section:after {
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.section .container {
  padding: 100px 150px;
  z-index: 4;
}

/*------------------------------------*\
    WEB2PRINT_1
\*------------------------------------*/
.section-web2print1, .section-web2print2 {
  padding: 0;
  background-color: #2B2B2B;
}
.section-web2print1:before, .section-web2print2:before, .section-web2print1:after, .section-web2print2:after {
  background-color: #2B2B2B;
}
.section-web2print1 .container, .section-web2print2 .container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.section-web2print1 .title, .section-web2print2 .title {
  margin-bottom: 50px;
  color: #FFF;
}
.section-web2print1 .text2, .section-web2print2 .text2 {
  color: #C8C8C8;
  margin-top: 0;
}
.section-web2print1 .text2 h2, .section-web2print2 .text2 h2 {
  display: block;
  margin: 15px 2px 15px 2px;
  padding: 10px 5px;
  color: #2B2B2B;
  font-size: 20px;
  text-align: center;
  background-color: #ff8619;
  overflow: hidden;
  *zoom: 1;
}
.section-web2print1 .text2 .hghlght, .section-web2print2 .text2 .hghlght {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.section-web2print1 .photo, .section-web2print2 .photo {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 80%;
  height: auto;
  border-radius: 300px;
}

.section-web2print2 {
  background-color: #ECEBE9;
  color: #2B2B2B;
}
.section-web2print2:before, .section-web2print2:after {
  background-color: #ECEBE9;
}
.section-web2print2 .container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-web2print2 h2 {
  color: #505050;
}
.section-web2print2 p {
  text-align: center;
}

.section-web2print-citation {
  padding: 0;
  background: url(img/bg_pineapple3.jpg) center top fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-web2print-citation .container {
  padding-bottom: 70px;
  padding-top: 90px;
}
.section-web2print-citation .citation {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 46px;
  line-height: 95px;
  text-align: center;
}
.section-web2print-citation .citation:before, .section-web2print-citation .citation:after {
  content: '"';
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  vertical-align: top;
}
.section-web2print-citation .citation:before {
  margin-right: 30px;
}
.section-web2print-citation .citation:after {
  margin-left: 30px;
}
.section-web2print-citation .author {
  text-align: right;
  color: #FFF;
}
.section-web2print-citation .author:before {
  content: '-';
  color: #FFF;
  margin-right: 10px;
}

.section-web2print-contact .container {
  padding-top: 50px;
}
.section-web2print-contact h1 {
  margin-bottom: 50px;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.section-about {
  padding: 0;
  background-color: #2B2B2B;
}
.section-about:before, .section-about:after {
  background-color: #2B2B2B;
}
.section-about .container {
  padding-bottom: 160px;
}

.about-title {
  color: #FFF;
}

.about-photo {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 80%;
  height: auto;
  border-radius: 300px;
}

.about-text1 {
  margin-top: 40px;
}

.about-text2 {
  margin-top: 0;
  padding-left: 60px;
}
.about-text2 h2 {
  margin-top: 60px;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.section-services, .section-partners {
  padding: 0;
  text-align: justify;
  background-color: #ECEBE9;
}
.section-services:before, .section-partners:before, .section-services:after, .section-partners:after {
  background-color: #ECEBE9;
}

.section-services .row, .section-partners .row {
  margin-top: 50px;
}
.section-services .row:first-child, .section-partners .row:first-child {
  margin-top: 0px;
}

.service-left {
  padding-right: 40px;
}

.service-right {
  padding-left: 40px;
}

.services-title, .partners-title {
  color: #2B2B2B;
}
.services-title:before, .partners-title:before {
  background-color: #ff8619;
}

.img-and-subtitle {
  position: relative;
  margin: 0;
  padding: 0;
}
.img-and-subtitle img {
  width: 100%;
  height: auto;
}
.img-and-subtitle .h3-blue-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img-and-subtitle .h3-blue-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.read-more {
  display: none;
}

.section-services .read-more, .section-partners .read-more {
  margin-top: 0px;
}

.h2-orange {
  display: block;
  margin: 0;
  padding: 5px 10px 10px 10px;
  color: #2B2B2B;
  font-size: 20px;
  text-align: left;
  background-color: #EFD2B9;
}

.h3-blue, .img-and-subtitle .h3-blue-left, .img-and-subtitle .h3-blue-right {
  display: inline-block;
  margin: 0;
  padding: 5px 10px 10px 10px;
  color: #2B2B2B;
  font-size: 16px;
  background-color: #CBE5ED;
}

.p-services {
  color: #505050;
  margin-top: 0;
}

/*------------------------------------*\
    CITATION
\*------------------------------------*/
.section-citation {
  padding: 0;
  background: url(img/bg_leafs_blue.jpg) center top fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.citation {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 50px;
  line-height: 95px;
  text-align: center;
}
.citation:before, .citation:after {
  content: '"';
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  vertical-align: top;
}
.citation:before {
  margin-right: 30px;
}
.citation:after {
  margin-left: 30px;
}

.author {
  text-align: right;
  color: #FFF;
}
.author:before {
  content: '-';
  color: #FFF;
  margin-right: 10px;
}

/*------------------------------------*\
    SECTION PARTNERS
\*------------------------------------*/
.section-partners .container {
  padding-bottom: 160px;
}
.section-partners .partner {
  margin: 0;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.section-contact, .section-web2print-contact {
  padding: 0;
  background-color: #2B2B2B;
}
.section-contact:before, .section-web2print-contact:before, .section-contact:after, .section-web2print-contact:after {
  background-color: #2B2B2B;
}

.contact-title {
  color: #FFF;
  font-weight: 600;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.section-footer {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  background-color: #151515;
  margin-bottom: 0;
}
.section-footer:before {
  background-color: #151515;
}
.section-footer:after {
  content: none;
}

.section-footer .container {
  padding-bottom: 20px;
}

.footer-text1, .footer-text2, .footer-text3 {
  text-align: center;
}

.footer-text1 {
  padding-right: 25px;
  text-transform: uppercase;
}

.footer-text2 {
  padding: 0 25px;
  padding-bottom: 45%;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-text3 {
  padding-left: 25px;
  line-height: 1.75em;
}

.h2-footer {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #C8C8C8;
}

.partner {
  position: relative;
  display: block;
  margin: 15px 25px 0 0;
  padding: 0;
  overflow: hidden;
}
.partner img {
  float: none;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
}

.partner-link {
  position: absolute;
  display: none;
  left: 0;
  bottom: -35px;
  width: 100%;
  padding-left: 7px;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  background-color: #2B2B2B;
  color: #FFF;
  opacity: 0.9;
}
.partner-link::before {
  content: '\25B6\0000A0\0000A0';
}

.i-email, .i-mobile, .i-phone, .i-fax, .i-map-marker {
  display: block;
  margin-left: 25px;
  margin-top: 10px;
}
.i-email i, .i-mobile i, .i-phone i, .i-fax i, .i-map-marker i {
  display: inline-block;
  width: 45px;
}
.i-email p, .i-mobile p, .i-phone p, .i-fax p, .i-map-marker p {
  display: inline-block;
  vertical-align: top;
}

.i-map-marker {
  margin-top: 0;
}
.i-map-marker i {
  font-size: 35px;
  float: left;
  height: 65px;
}
.i-map-marker p {
  line-height: 1.75em;
}

.i-email {
  margin-top: 50px;
}
.i-email i {
  font-size: 22px;
}
.i-email i, .i-email p {
  line-height: 22px;
  height: 22px;
}

.i-mobile i {
  font-size: 45px;
}
.i-mobile i, .i-mobile p {
  line-height: 45px;
  height: 45px;
}

.i-phone i {
  font-size: 30px;
}
.i-phone i, .i-phone p {
  line-height: 30px;
  height: 30px;
}

.i-fax {
  margin-top: 50px;
}
.i-fax i {
  font-size: 25px;
}
.i-fax i, .i-fax p {
  line-height: 25px;
  height: 25px;
}

.copyright {
  display: block;
  padding: 70px 0 0 0;
  font-size: 12px;
  text-align: center;
}

.copyright li {
  display: inline-block;
}
.copyright li:before {
  display: inline;
  content: '\2022';
  opacity: 0.5;
  padding: 0 0.75em 0 0.75em;
}
.copyright li:first-child:before {
  display: none;
}

.btn, .btn-details, .contact button.submit {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ff8619;
  color: #ff8619;
  background-color: transparent;
  text-transform: uppercase;
}
.btn:hover, .btn-details:hover, .contact button.submit:hover {
  background-color: #ff8619;
  color: #FFF;
}

.btn-details {
  position: relative;
  display: block;
  margin-top: 15px;
  float: right;
}

/*------------------------------------*\
    FORMULAIRE DE CONTACT
\*------------------------------------*/
form {
  margin: 30px 0;
}

.contact label {
  margin: 12px 0;
  color: #C8C8C8;
  display: block;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.contact input,
.contact textarea,
.contact select {
  display: block;
  position: relative;
  padding: 18px 20px;
  color: #eee;
  background: #30373E;
  margin-bottom: 6px;
  border: 0;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.contact button.submit {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 20px;
  cursor: pointer;
}

.contact span.required {
  color: #ff8619;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
}

.contact-name {
  padding-right: 10px;
}

.contact-email {
  padding-left: 10px;
}

input, textarea {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
input:focus:invalid, textarea:focus:invalid {
  -moz-box-shadow: 0 0 5px 0 #F00;
  -webkit-box-shadow: 0 0 5px 0 #F00;
  box-shadow: 0 0 5px 0 #F00;
}
input:focus:valid, textarea:focus:valid {
  -moz-box-shadow: 0 0 5px 0 #11ABB0;
  -webkit-box-shadow: 0 0 5px 0 #11ABB0;
  box-shadow: 0 0 5px 0 #11ABB0;
}

#message-warning, #message-success {
  display: none;
  background: #2B2B2B;
  padding: 14px;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  border: solid 2px #ff8619;
}

#message-warning {
  color: #D72828;
}

#message-success {
  color: #11ABB0;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

@media only screen and (max-width: 1280px) {
  /* BASE */
  h1 {
    margin-left: 0;
  }

  /* GRID AND SECTION */
  .container {
    width: 100%;
  }

  .section .container {
    padding-left: 70px;
    padding-right: 70px;
  }

  /* SECTION FOOTER */
  .i-email, .i-mobile, .i-phone, .i-fax, .i-map-marker {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
  }
  .i-email i, .i-mobile i, .i-phone i, .i-fax i, .i-map-marker i {
    display: block;
    margin: 0 auto;
  }
  .i-email p, .i-mobile p, .i-phone p, .i-fax p, .i-map-marker p {
    display: block;
    line-height: 1.5em;
    height: auto;
  }

  .i-map-marker i {
    float: none;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* BASE */
  h1 {
    margin-left: 0;
  }

  /* GRID AND SECTION */
  .container {
    width: 100%;
  }

  .container .row {
    position: relative;
  }

  .section .container {
    padding: 50px 10px;
  }
  .section:before {
    content: none;
  }
  .section:after {
    content: none;
  }
  .section h1 {
    margin-bottom: 50px;
  }

  /* HEADER */
  .menu {
    background-color: #C8C8C8;
  }

  .banner-title {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
  }

  .banner-description {
    width: 100%;
  }

  .baseline hr {
    width: 90%;
  }

  /* SECTION ABOUT */
  .section-about {
    margin-bottom: 0;
  }

  .about-text2 {
    padding-left: 0;
  }
  .about-text2 h2 {
    margin: 25px 0;
  }

  .about-text1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .about-photo {
    margin: 0 auto;
    margin-top: 50px;
    width: 50%;
  }

  /* SECTION SERVICES */
  .service-left {
    padding-right: 0;
  }

  .service-right {
    padding-left: 0;
  }

  .h2-orange, .h3-blue, .img-and-subtitle .h3-blue-left, .img-and-subtitle .h3-blue-right {
    text-align: left;
  }

  /* SECTION CITATION */
  .citation {
    font-size: 30px;
    line-height: 60px;
  }

  /* SECTION PARTNERS */
  .section-partners .img-and-subtitle .h3-blue-left, .section-partners .img-and-subtitle .h3-blue-right {
    position: relative;
    display: block;
    width: 100%;
  }

  /* SECTION CONTACT */
  .contact-name {
    padding-right: 0px;
  }

  .contact-email {
    padding-left: 0px;
  }

  /* SECTION FOOTER */
  .section-footer .col-s-12 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section-footer .col-s-12:first-child {
    margin-bottom: 0;
  }

  .footer-text1 {
    padding-right: 0;
    text-align: center;
  }

  .footer-text2 {
    padding: 0;
    text-align: center;
    border-right: none;
    border-left: none;
    height: auto;
  }

  .footer-text3 {
    padding-left: 0;
    text-align: center;
  }

  .partner {
    margin: 0;
    margin-top: 15px;
  }

  .i-contact {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 245px;
  }

  .i-email, .i-mobile, .i-phone, .i-fax, .i-map-marker {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
  }
  .i-email i, .i-mobile i, .i-phone i, .i-fax i, .i-map-marker i {
    display: block;
    margin: 0 auto;
  }
  .i-email p, .i-mobile p, .i-phone p, .i-fax p, .i-map-marker p {
    display: block;
    line-height: 1.5em;
    height: auto;
  }

  .i-map-marker i {
    float: none;
    height: auto;
  }

  .copyright {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .site-pusher, .site-container {
    height: 100%;
  }

  .site-container {
    overflow: hidden;
  }

  .site-pusher {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .site-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }

  .header {
    position: static;
    z-index: 2;
  }

  .menu_icon {
    position: relative;
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
  }
  .menu_icon:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 20px;
    width: 1em;
    height: 0px;
    -moz-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
    -webkit-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
    box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
  }

  .menu {
    position: absolute;
    right: 0;
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #2B2B2B;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu .menu-item {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-top: 0;
    border-bottom: 1px solid #C8C8C8;
  }
  .menu .menu-item:hover {
    background-color: #C8C8C8;
    color: #ff8619;
  }

  .with_sidebar .site-pusher {
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .with_sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
}
.site-under-construct {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 0, 0, 0.5);
  color: #FAA;
  z-index: 1000;
}
.site-under-construct::before {
  content: '\2716';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding-left: 4px;
  height: 1.0em;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
}
