@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 110px;
  z-index:9;
  height: 100%;
  width: 100%;
  background-color: rgba(240,60,120,0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.page-id-328 p{
    font-size: 12px;
    line-height: 14px;
}
.page-id-328 h3{
    font-size:20px;
}
.cd-popup-container {
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 5px solid #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.content_popup{
  width: 100%;
  float: left;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  cursor: pointer;
  height: 40px;
  text-indent: -9999px;
  background-image: url(images/crossclose.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cd-popup-container .cd-popup-close:hover{
  animation: crossclose 0.3s steps(14) forwards;
  -webkit-animation: crossclose 0.3s steps(14) forwards;
  -moz-animation: crossclose 0.3s steps(14) forwards;
  -o-animation: crossclose 0.3s steps(14) forwards;
  -ms-animation: crossclose 0.3s steps(14) forwards;
}
@keyframes crossclose {
  0%{background-position: 0 center;}
  100%{background-position: -560px center;}
}
@-moz-keyframes crossclose {
  0%{background-position: 0 center;}
  100%{background-position: -560px center;}
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.inner{
  margin: 0 auto;
}
.s_single .inner{
  width: 100%;
  float: left;
}
.section.s_single{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
span.loading{
  position: absolute;
  z-index: -1;
}
span.loading img{
  width: 100%;
  float: left;
  height: auto;
}
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
  background: rgb(40,40,50);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  width: auto;
  float: left;
}
header #brand h1 {
  width: auto;
  float: left;
}
header #brand h1 a {
  width: auto;
  float: left;
}
header #brand h1 a img {
  width: auto;
  float: left;
}
header nav {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  float: left;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav a.subNavBtn{
  font-size: 14px;
  line-height: 16px;
  width: auto;
  float: left;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
header nav a.subNavBtn:hover{
  border-color: #F03C78;
  color: #F03C78;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
/* Posts/Articles
-------------------------------------------------------------- */
.sliderhome{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  height: 820px;
}
ul#slides{
  list-style: none;
  width: 400%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background-color:rgba(240,60,120,0.5);
}
ul#slides li{
  width: 25%;
  float: left;
  height: 820px;
  position: relative;
}
ul#slides li .imgbg{
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
}
ul#slides li #contentslide{
  width: 1100px;
  margin: 100px auto 0;
}
.leftslide{
  width: 632px;
  float: left;
  position: relative;
  height: 530px;
}
.leftslide .couv{
  width: 292px;
  height: 400px;
  position: absolute;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.leftslide .couv.couv1{
  left: 23.7341%;
  bottom: 0;
  z-index: 3;
}
.leftslide .couv.couv2{
  right: 0;
  top: 16.9811%;
  z-index: 2;
}
.leftslide .couv.couv3{
  left: 0;
  top: 0;
  z-index: 1;
}
.leftslide .couv img{
  width: 100%;
  float: left;
  height: auto;
}
.rightslide{
  width: 380px;
  float: left;
  margin: 100px 0 0 88px;
}
.rightslide h2{
  width: 100%;
  float: left;
  font-family: Droid Serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}
.rightslide h2::after{
  content: '';
  width: 30%;
  float: left;
  margin: 10px 70% 30px 0;
  height: 1px;
  background: #fff;
}
.rightslide .textslide{
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: Roboto;
  letter-spacing: 0.03em;
}
ul#navslidehome{
  width: 136px;
  position: absolute;
  bottom: 90px;
  left: calc(50% - 68px);
  height: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
}
ul#navslidehome li{
  width: 12px;
  height: 12px;
  margin: 0 10px;
  float: left;
  cursor: pointer;
  border: 1px #fff solid;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#navslidehome li:hover,
ul#navslidehome li.activeslidehome{
  background: #fff;
}
.main-fluid{
  width: 100%;
  float: left;
  max-width: 100%;
  padding: 0;
}
.admin-bar .main-fluid{
  margin: 78px auto 0;
}
.section{
  width: 100%;
  float: left;
  padding: 50px 0;
}
#qui-sommes-nous{padding:10px 0 ;}
.section.s1{
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section.s2{
  background: rgb(240,60,120); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgb(240,60,120), rgb(255,100,160)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(240,60,120), rgb(255,100,160)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(240,60,120), rgb(255,100,160)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(240,60,120), rgb(255,100,160)); /* Standard syntax */
  padding: 15px 0;
}
.section.s3{
  background-color: #F5F7FA;
}
.section.s4{
  background-color: rgb(36,36,45);
}
.section.s5{
  background-color: rgb(28,28,35);
}
.section.s_single{
  background-color: #F5F7FA;
}
.section h3{
  width: 100%;
  float: left;
  color: rgb(40,40,50);
  text-transform: uppercase;
  font-family: Droid Serif;
}
.section h3::after{width: 20%; margin: 10px 80% 30px 0; float: left; height: 2px; background: rgb(240,60,120); content: '';}
.section.s4 h3{
  color: #fff;
}
.section.s1 h4{
  float: left;
  font-family: Roboto;
  font-weight: 400;
  margin: 0 auto 20px;
  color: rgb(40,40,50);
}
.section.s1 p{
  float: left;
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 300;
  margin: 0 auto 14px;
  color: rgb(120,120,130);
}
ul#icones{
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#icones li{
  float: left;
  position: relative;
}
ul#icones li a{
  width: 100%;
  float: left;
  cursor: pointer;
}
ul#icones li a > span.bgicone{
  float: left;
  background-image: url(images/bgicone.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
ul#icones li a:hover > span.bgicone{
  animation: bgicone 0.5s steps(10) forwards;
  -webkit-animation: bgicone 0.5s steps(10) forwards;
  -moz-animation: bgicone 0.5s steps(10) forwards;
  -o-animation: bgicone 0.5s steps(10) forwards;
  -ms-animation: bgicone 0.5s steps(10) forwards;
}
ul#icones li img{
  position: absolute;
  height: auto;
  top: 0;
}
ul#icones li a > h4{
  color: #fff;
  width: 100%;
  float: left;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: Droid Serif;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
}
ul#icones li a:hover > h4{
  color: rgb(40,40,50);
}
ul#icones li a > h4::before{
  content: '';
  width: 50%;
  float: left;
  margin: 20px 25%;
  height: 2px;
  background: #fff;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
}
ul#icones li a:hover > h4::before{
  background: rgb(40,40,50);
}
ul#filtres{
  width: 100%;
  float: left;
  padding: 0;
  margin: 20px auto;
  list-style: none;
}
ul#filtres li{
  width: auto;
  float: left;
  text-align: center;
  text-transform: uppercase;
  color: rgb(240,60,120);
  font-family: Roboto;
  font-size: 12px;
  line-height: 12px;
  background: none;
  padding: 8px 12px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px rgb(240,60,120) solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul#filtres li:hover,
ul#filtres li.activefiltre{
  color: #fff;
  background: rgb(240,60,120);
}
.titres-liste{
  min-height: 353px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#titres li{
  float: left;
  border-radius: 3px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li:hover{
  background: rgb(240,60,120);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 12px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
ul#titres li a{
  width: 100%;
  float: left;
  position: relative;
}
ul#titres li a > span{
  width: 100%;
  height: 260px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  background: rgba(40,40,50,0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, rgba(40,40,50,1), rgba(40,40,50,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(40,40,50,1), rgba(40,40,50,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(40,40,50,1), rgba(40,40,50,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, rgba(40,40,50,1), rgba(40,40,50,0)); /* Standard syntax */
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li a:hover > span{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  background: rgba(20,20,25,0.9); /* For browsers that do not support gradients */
}
ul#titres li a img{
  width: 100%;
  float: left;
  height: auto;
}
ul#titres li a > .hovertitre{
  width: 60px;
  height: 60px;
  position: absolute;
  left: -60px;
  top: 75px;
  background: url(images/btnmore.png) no-repeat center center;
  z-index: 4;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li a:hover > .hovertitre{
  left: 66px;
}
ul#cattitres{
  width: calc(100% - 12px);
  position: absolute;
  height: 40px;
  margin: 0;
  z-index: 6;
  list-style: none;
  padding: 0;
  top: 235px;
  left: 6px;
}
ul#titres li a > ul#cattitres li{
  width: 40px;
  height: 40px;
  float: right;
  margin: 0 4px;
  background-color: rgb(240,60,120);
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li a:hover > ul#cattitres li{
  background-position: center top;
  background-color: rgb(255,255,255);
}
ul#cattitres li.catprint{
  background-image: url(images/catprint.png);
}
ul#cattitres li.catweb{
  background-image: url(images/catweb.png);
}
ul#cattitres li.cattv{
  background-image: url(images/cattv.png);
}
ul#titres li a > h4{
  width: 100%;
  float: left;
  margin: 13px auto 0;
  padding: 0 10px;
  font-weight: 500;
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  color: rgb(40,40,50);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li a:hover > h4{
  color: #fff;
}
ul#titres li a > h4::after{
  content: '';
  width: 100px;
  float: left;
  height: 2px;
  background: rgb(240,60,120);
  margin:5px calc(100% - 100px) 20px 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#titres li a:hover > h4::after{
  background: #fff;
}
ul#team{
  width: 100%;
  float: left;
  padding: 0;
  margin: 30px auto 0;
  list-style: none;
}
ul#team li{
  float: left;
}
ul#team li img{
  float: left;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
ul#team li h4{
  width: 100%;
  float: left;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
ul#team li p{
  width: 100%;
  float: left;
  margin: 0 auto;
  color: rgb(240,60,120);
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
}
ul#team li p a{
  color: rgb(240,60,120);
  text-decoration: none;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
ul#team li p a:hover{
  color: #fff;
}
#coordonnees{
  float: left;
}
#coordonnees h4{
  width: 100%;
  float: left;
  font-family: Droid Serif;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 22px;
}
#coordonnees p{
  width: 100%;
  float: left;
  margin: 0 auto 22px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgb(120,120,130);
  letter-spacing: 0.03em;
}
#formulaire{
  float: left;
  margin: 0 auto;
}
#formulaire .gform_wrapper{
  width: 100%;
  float: left;
  margin: 0;
}
#formulaire .gform_wrapper form{
  width: 100%;
  float: left;
}
#formulaire .gform_wrapper .gform_body{
  width: 100%;
  float: left;
  margin: 0 auto;
}
#formulaire .gform_wrapper ul.gform_fields{
  width: 100%;
  float: left;
}
#formulaire .gform_wrapper ul.gform_fields li.gfield{
  width: 100%;
  float: left;
  margin: 0 auto 20px;
  clear: none;
  padding: 0;
}
#formulaire .gform_wrapper ul.gform_fields li#field_1_5.gfield{
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
}
#formulaire .gform_wrapper ul.gform_fields li#field_1_2.gfield{
  width: calc(50% - 10px);
}
#formulaire .gform_wrapper .top_label .gfield_label{
  display: none;
}
#formulaire .gform_wrapper .top_label div.ginput_container{
  width: 100%;
  float: left;
  margin: 0 auto;
}
#formulaire .gform_wrapper input.large{
  width: 100%;
  float: left;
  background-color: rgba(12,12,15,0.5);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: rgb(240,60,120);
  font-family: Roboto;
  font-weight: 300;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
#formulaire .gform_wrapper .top_label select.large{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background-color: rgba(12,12,15,0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  color: rgb(240,60,120);
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 5px 40px 5px 10px;
  width: 100%;
  float: left;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  background-image: url(images/btnselect.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#formulaire .gform_wrapper .top_label select.large:focus,
#formulaire .gform_wrapper .top_label select.large:active,
#formulaire .gform_wrapper .top_label select.large:hover{
  outline: none;
}
#formulaire .gform_wrapper textarea.large{
  height: 150px;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: rgb(240,60,120);
  font-weight: 300;
  font-family: Roboto;
  background-color: rgba(12,12,15,0.5);
  padding: 5px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
#formulaire .gform_wrapper .top_label select.large:focus,
#formulaire .gform_wrapper input.large:focus,
#formulaire .gform_wrapper textarea.large:focus{
  background-color: rgba(12,12,15,1);
}
#formulaire .gform_wrapper .gform_footer{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#formulaire .gform_wrapper .gform_footer input[type="submit"]{
  width: 130px;
  float: right;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 500;
  color: #fff;
  background: rgb(240,60,120);
  border-radius: 3px;
  letter-spacing: 0.03em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
#formulaire .gform_wrapper .gform_footer input[type="submit"]:hover{
  color: rgb(240,60,120);
  background: #fff;
}
article {
  width: 100%;
  float: left;
}
#couverture{
  float: left;
  height: auto;
}
#couverture img.image_de_couverture{
  width: 100%;
  float: left;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#lefttitre{
  float: left;
}
#lefttitre h1{
  width: 100%;
  float: left;
  color: rgb(40,40,50);
  text-transform: uppercase;
  font-family: Droid Serif;
}
#lefttitre h1::after{width: 20%; margin: 10px 80% 30px 0; float: left; height: 2px; background: rgb(240,60,120); content: '';}
#lefttitre #support-cat{
  width: 100%;
  float: left;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 20px;
  font-family: Roboto;
  font-weight: 600;
  color: rgb(240,60,120);
  text-transform: capitalize;
}
#lefttitre .the-content{
  width: 100%;
  float: left;
}
#lefttitre .the-content h2{
  width: 100%;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  margin: 0 auto 20px;
  color: rgb(40,40,50);
}
#lefttitre .the-content h4{
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Droid Serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px auto 0;
  color: rgb(40,40,50);
}
#lefttitre .the-content p{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 300;
  color: rgb(120,120,130);
}
#lefttitre .the-content a{
  width: 100%;
  float: left;
}
#lefttitre .the-content img{
  width: 100%;
  float: left;
  height: auto;
}
#lefttitre #infosup{
  width: 100%;
  float: left;
  margin: 20px auto 0;
  padding: 20px 0 0;
  border-top: 1px rgb(205,207,210) solid;
}
ul.liensutiles{
  width: 220px;
  float: left;
  padding: 0;
  margin: 0 40px 0 0;
  list-style: none;
}
ul.liensutiles li{
  width: 100%;
  float: left;
  margin: 0 auto 10px;
}
ul.liensutiles li a{
  width: 100%;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  color: rgb(240,60,120);
  background: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px rgb(240,60,120) solid;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.liensutiles li a:hover{
  background: rgb(240,60,120);
  color: #fff;
}
.contacttitre{
  width: calc(100% - 260px);
  float: left;
  padding: 0 0 0 80px;
  background: url(images/iconcontact.png) no-repeat left top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.contacttitre h5{
  width: 100%;
  float: left;
  margin: 10px auto 0;
  font-family: Droid Serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: rgb(40,40,50);
  font-style: italic;
}
.contacttitre span{
  width: 100%;
  float: left;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  color: rgb(40,40,50);
  margin: 0 auto 10px;
}
.contacttitre a{
  width: auto;
  float: left;
  padding: 5px 10px;
  border: 1px rgb(240,60,120) solid;
  font-family: Roboto;
  font-size: 12px;
  background: none;
  line-height: 20px;
  color: rgb(240,60,120);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
.contacttitre a:hover{
  color: #fff;
  background: rgb(240,60,120);
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  background: rgb(240,60,120);
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.site-footer a{
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
}
.site-footer a:hover{
  color: rgb(40,40,50);
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */
