/*
Theme Name: Run2meet
Theme URI: https://www.run2meet.com
Author: Oxynum X Run2meet Team
Author URI: http://www.oxynum.fr
Description: 2015 theme for the Run2meet blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, purple, yellow, light, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: run2meet

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigations
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Header
* 11.0 - Widgets
* 12.0 - Content
*    12.1 - Posts and pages
*    12.2 - Post Formats
*    12.3 - Comments
* 13.0 - Footer
* 14.0 - Media
*    14.1 - Captions
*    14.2 - Galleries
* 15.0 - Multisite
* 16.0 - Media Queries
*    16.1 - Mobile Large
*    16.2 - Tablet Small
*    16.3 - Tablet Large
*    16.4 - Desktop Small
*    16.5 - Desktop Medium
*    16.6 - Desktop Large
*    16.7 - Desktop X-Large
* 17.0 - Print
*/


/**
* 1.0 - Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f9f9f9;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

a img {
  border: 0;
}


/**
* 2.0 - Genericons
*/

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #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%;
}


/**
* 4.0 Elements
*/

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}


/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.5em 2.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

/*
*	Start your code below :-)
*/

/* Fonts */
@font-face {
  font-family: 'DINCond-ligth';
  src: url('fonts/dinweb-condlight.eot') format('embedded-opentype'),
    url('fonts/dinweb-condlight.woff') format('woff'),
    url('fonts/dinweb-condlight.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Medium';
  src: url('fonts/dincond-medium.eot') format('embedded-opentype'),
    url('fonts/DINCond-Medium.otf')  format('opentype'),
    url('fonts/dincond-medium.woff') format('woff'),
    url('fonts/dincond-medium.ttf')  format('truetype'),
    url('fonts/dincond-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Bold';
  src: url('fonts/dincond-bold.eot') format('embedded-opentype'),
    url('fonts/DINCond-Bold.otf')  format('opentype'),
    url('fonts/dincond-bold.woff') format('woff'),
    url('fonts/dincond-bold.ttf')  format('truetype'),
    url('fonts/dincond-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Icons */

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon_6uiesa.eot');
  src:url('fonts/icomoon.eot') format('embedded-opentype'),
    url('fonts/icomoon_6uiesa.ttf') format('truetype'),
    url('fonts/icomoon_6uiesa.woff') format('woff'),
    url('fonts/icomoon_6uiesa-icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-footer:before {
  content: "\e602";
}
.icon-gplus-footer:before {
  content: "\e606";
}
.icon-instagram-footer:before {
  content: "\e607";
}
.icon-mail-footer:before {
  content: "\e608";
}
.icon-twitter-footer:before {
  content: "\e609";
}
.icon-calendar:before {
  content: "\e600";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\e603";
}
.icon-mail:before {
  content: "\e604";
}
.icon-twitter:before {
  content: "\e605";
}


/* Header */
.site-header {
  background: #fff;
  height: 110px;
  position: relative;
  z-index: 200;
}
.site-branding {
  height: 60px;
  position: relative;
  z-index: 50;
}
.site-content {
  padding-bottom: 120px;
}

.site-title {
  width: 184px;
  height:45px;
  margin: 15px 0 0 15px;
  display: block;
  position: absolute;
}

.site-title a {
  display: block;
  background: url('img/logo.png') no-repeat center;
  text-indent: -1000em;
  overflow: hidden;
  outline: none;
  width: 184px;
  height:45px;
}
@media screen and (max-width: 500px){
  .site-title a{
    background: url('img/logo-responsive.png') no-repeat center;
    width: 60px;
    height: 50px;
    background-size: 100% auto;
  }
  .site-title{
    width: 50px;
    margin: 5px 0 0 15px;
  }
}

.social-icon{
  float: left;
  position: absolute;
  top: 20px;
  left: 195px;
  padding-left: 40px;
}

.social-icon a{
  display: inline-block;
  list-style: none;
  color: #d5d5d5;
}

.social-icon a:hover{
  color: #777777;
}

.social-icon a{
  padding-right: 8px;
}

.social-icon a{
  font-size: 1.1em;
}
.connexion a.submit {
  padding: 10px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  /*font-size: 1.2rem;*/
  padding: 0.5em 2.5em;
}

button.submit,
.connexion a.submit {
  background-color: #ea148c;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  font-weight: normal;
  color: #fff;
}

.connexion {
  /*width: 300px;*/
  text-align: right;
  padding-right: 20px;
  float: right;
  margin-top: 17px;
  transition: all .1s ease-in-out;
}
.connexion:hover{
  transition: all .1s ease-in-out;
  transform: scale(1.2);
  
}

@media screen and (max-width: 400px){
  .connexion{
    width : 200px;
  }
  .connexion a.submit {
    padding: 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    /*font-size: 1.2rem;*/
    padding: 0.5em 1.5em;
  }
}
.responsive-header{
  background: #292929;
  color: #fff;
  height: 50px;
  text-align: right;
  display: none;
}
.responsive-header ul li{
  display: inline-block;
  line-height: 50px;
  margin: 0 15px 0 0;
}
.responsive-header #open-header,
.responsive-header #close-header{
  cursor: pointer;
}
.nav-main {
  background: #292929;
  color: #fff;
  height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav-main ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-main ul li {
  padding: 0;
  margin: 0 33px 0 0;
  list-style: none;
  display: inline-block;
  line-height: 50px;
}
.nav-main ul li:last-child {
  margin: 0;
}
.nav-main ul li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  height: 50px;
}

.nav-main ul li:first-child a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(246,114,128,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(246,114,128,1);
  box-shadow: inset 0px -8px 0px -3px rgba(246,114,128,1);
}

.nav-main ul li:nth-child(2) a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(59,154,217,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(59,154,217,1);
  box-shadow: inset 0px -8px 0px -3px rgba(59,154,217,1);
}

.nav-main ul li:nth-child(3) a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(152,93,180,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(152,93,180,1);
  box-shadow: inset 0px -8px 0px -3px rgba(152,93,180,1);
}

.nav-main ul li:nth-child(4) a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(197,0,107,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(197,0,107,1);
  box-shadow: inset 0px -8px 0px -3px rgba(197,0,107,1);
}

.nav-main ul li:nth-child(5) a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(243,156,18,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(243,156,18,1);
  box-shadow: inset 0px -8px 0px -3px rgba(243,156,18,1);
}

.nav-main ul li:nth-child(6) a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(28,185,155,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(28,185,155,1);
  box-shadow: inset 0px -8px 0px -3px rgba(28,185,155,1);
}

.nav-main ul li:last-child a:hover {
  -webkit-box-shadow: inset 0px -8px 0px -3px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px -8px 0px -3px rgba(255,255,255,1);
  box-shadow: inset 0px -8px 0px -3px rgba(255,255,255,1);
}

@media (min-width: 851px) and (max-width: 1000px) {
  .nav-main ul li {
    margin: 0 10px 0 0;
  }
  .nav-main #responsive-menu{
    display: block;
  }
  .nav-main{
    height: 50px;
  }
  .nav-main .research-block-menu{
    display: inline-block;
  }
}
@media screen and (max-width: 850px) {
  .responsive-header{
    display: block;
  }
  .nav-main {
    height: 0px;
    margin-top:-1px;
  }
  .nav-main .research-block-menu{
    display: none;
  }
  .nav-main #responsive-menu{
    display: none;
  }
  .nav-main ul li {
    padding: 0;
    margin: 0 25px 0 0;
    list-style: none;
    display: inline;
    line-height: 18px;
  }
  .nav-main ul li a {
    height: 18px;
  }

  .nav-main ul li:first-child a:hover,
  .nav-main ul li:nth-child(1) a:hover,
  .nav-main ul li:nth-child(2) a:hover,
  .nav-main ul li:nth-child(3) a:hover,
  .nav-main ul li:nth-child(4) a:hover,
  .nav-main ul li:nth-child(5) a:hover,
  .nav-main ul li:nth-child(6) a:hover,
  .nav-main ul li:last-child a:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

/* Header */

/* Slider */
.slick-initialized{
  z-index: -1;
}
.sticky_module, .sticky_module_2 {
  height: 630px;
}


.sticky_module .slick-track .slick-slide {
  background-size: cover;
  position: relative;
  height: 630px;
  background-position: center bottom;
}

.sticky_module h1{
  z-index: 300;
  color: white;
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  max-width: 50%;
  line-height: 50px;
  padding-top: 150px;
  padding-left: 60px;
}



.sticky_module_2 .slick-slide_2 .slick-square-container{
  position: relative;
  width: 100%;
  /*width: 1050px;*/
  height: 630px;
  margin: 0 auto;
}

.sticky_module_2 .slick-slide_2 .slick-square{
  position: absolute;
  bottom: 0; right: 0;
  width: 420px;
  height: 250px;
  z-index: 99;
  /*opacity: .85;*/

}
@media (min-width: 751px) and (max-width: 1000px){
  .sticky_module h1{
    display: none;
  }
  .sticky_module, .sticky_module_2, 
  .sticky_module .slick-track .slick-slide,
  .sticky_module_2 .slick-slide_2 .slick-square-container{
    height: 430px;
  }
}
@media screen and (max-width: 750px){
  .sticky_module h1{
    display: none;
  }
  .sticky_module, .sticky_module_2, 
  .sticky_module .slick-track .slick-slide,
  .sticky_module_2 .slick-slide_2 .slick-square-container{
    height: 360px;
  }
}

.sticky_module_2 .slick-slide_2 .slick-square span.slick-legend{
  position: absolute;
  display: block;
  color: white;
  font-family: 'DINCond-Bold';
  font-size: 20px;
  letter-spacing: 0.0625em;
  text-align: center;
  top: 32px;
  left: 50%;
  margin-left: -55px;
  text-transform: uppercase;
  background: #ec008c;
  padding: 0 10px;
  transform: skewX(-10deg);
}

span.slick-legend{
  position: absolute;
  display: block;
  color: black;
  font-family: 'DINCond-Bold';
  font-size: 20px;
  letter-spacing: 0.0625em;
  text-align: center;
  top: 50px;
  left: 50%;
  margin-left: -55px;
  text-transform: uppercase;
  background: #ec008c;
  padding: 0 10px;
  transform: skewX(-10deg);
}
span.slick-icon-legend{
  background: url('img/heart-icon.png') no-repeat center top transparent;
  width: 100px;
  height: 60px;
  display: block;
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -50px;
}


.sticky_module_2 .slick-rotate-legend{
  display: table;
  position: absolute;
  z-index: 10;
  width: 100%;
  transform: rotate(-10deg);
}

.facebook-icon-chat {
  width: 35px;
  height: 35px;
  background: url('img/fb-icon.png') no-repeat center top transparent;
  display: inline-block;
  vertical-align: middle;
}

.slick-rotate-legend{
  display: table;
  width: 100%;
  transform: rotate(-10deg);
}

.sticky_module_2 .slick-track .slick-slide .slick-square .slick-table{
  display: table;
  top: 0;
  width: 100%;
  /*height: 100%;*/

}

.sticky_module_2 .slick-track .slick-slide .category-list ul.post-categories li{
  padding: 0;
  list-style: none;
  margin-top: 22px;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table h2.slick-title {
  vertical-align: middle;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  padding: 10px 20px 0px 20px;
}
.arrow-slide{
  text-align: right;
  padding-right: 20px;
}

.mc4wp-alert, .mc4wp-error {
  font-size: .7em;
}

.slick-table {
  display: table;
  width: 100%;
  height: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table h2.slick-title a{
  color: #000000;
  outline: none;
}
.sticky_module_2 .slick-slide_2 .slick-square .slick-table h4{
  color: #dcdcdc;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  padding-left: 20px;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink{
  position: absolute;
  bottom: 0;
  /*left: 0;*/
  right: 0;
  /*width: 100%;*/
}


.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a{
  display: block;
  color: black;
  font-family: 'DINCond-Medium';
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.0625em;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 35px;
  text-transform: uppercase;
  width: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a:before{
  content: '';
  position: absolute;
  margin-top: 20px;
  left: 35px;
  width: 1px;
  height: 10px;
  /*background: #000;*/
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a:after{
  content: '';
  position: absolute;
  margin-top: 20px;
  right: 35px;
  width: 1px;
  height: 10px;
  /*background: #000;*/
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table span.underline{
  display: table-cell;
  position: absolute;
  bottom: 26px;
  left: 35px;
  right: 35px;
  width: 350px;
  border-bottom: 1px solid #000;
}

.sticky_module_2 .slick-track .slick-slide {
  position: relative;
  height: 250px;
  background-color: #ffffff;
}
.content-area {
  position: relative;
}
.sticky_module_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

button.slick-prev, button.slick-next{
  display: none !important;
}

ul.slick-dots{
  list-style: none;
  /*display: inline-block;*/
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 55px;
  margin: 0;
  right: 330px;
}

ul.slick-dots li{
  display: inline-block;
}

ul.slick-dots li:not(:last-child){
  padding-right: 18px;
}

ul.slick-dots li button{
  background: white;
  border-radius: 50%;
  opacity: .5;
  padding: 0;
  text-indent: -1000em;
  width: 15px;
  height: 15px;
}

ul.slick-dots li.slick-active button{
  opacity: 1;
}

ul.slick-dots li button:hover{
  opacity: 1;
}

/* Main content */
.relative {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}

.wrapper {
  width: 1050px;
  margin: auto;
}

@media screen and (max-width: 1051px){
  .wrapper{
    width: 100%;
  }
}
.cest-sport span.slick-legend {
  margin-left: -60px;
}
.coups-de-coeur span.slick-legend {
  margin-left: -100px;
}
.vestiaire-des-news span.slick-legend {
  margin-left: -100px;
}
.nutrition-sante span.slick-legend {
  margin-left: -80px;
}

/* Footer */

.site-footer{
  height: 300px;
  background: #242323;
  border-top: 2px solid #dc359b;
  color: white;
  text-align: center;
}

.btn-footer-scroll,
.btn-footer-scroll:hover{
  background-color: #ee0085;
  color: #fff;
  border: none;
  height: 80px;
  width: 80px;
  margin-top: 0;
  right: 80px;
  margin-top: -40px;
  position: absolute;
}
.search-scroll img,
.btn-footer-scroll img{
  margin-top: 30px;
}
.search-scroll{
  position:fixed; 
  bottom:0px; 
  right:30px; 
  z-index: 9999; 
  text-align:center;
  background-color: #ee0085;
  color: #fff;
  border: none;
  height: 80px;
  width: 80px;
}


.site-footer .site-info{
  position: relative;
  top: 30px;
}

.site-footer .site-info .join-site{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: white;
}

.site-footer .site-social-networks{
  position: relative;
  top: 40px;
  list-style: none;
  margin: 0;
  z-index: 10;
}

.site-footer .site-social-networks a{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  width: 58px;
  height: 58px;
  /*border-radius: 50%;*/
  line-height: 58px;
  border: 1px solid white;
  font-size: 1em;
  cursor: pointer;
  color: white;
}

.site-footer .site-social-networks a:hover{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: white;
  color: #242323;
}

.site-footer .site-social-networks a{
  font-size: 1.3em;
  line-height: 58px;
}

.site-footer .site-social-networks a:not(:last-child){
  margin-right: 22px;
}

#mc4wp-form-1{
  display: block;
  position: relative;
  padding-top: 55px;
}

.newsletter-label{
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: white;
  padding-bottom: 10px;
}

.menu-footer-container{
  padding-top: 70px;
}

.menu-footer-container ul{
  margin: 0 auto;
  padding-top: 10px;
  list-style: none;
}
.menu-footer-container ul li{
  display: inline;
  border-right: 1px solid #c0c0c0;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
  font-size:8px;
}

.menu-footer-container ul li:last-child{
  border-right: none;
}

.menu-footer-container ul li a{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #c0c0c0;
  padding-top: 17px;
}

.menu-footer-container ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 650px){
  .site-footer .site-info{
    top: 40px;
  }
  .btn-footer-scroll,
  .btn-footer-scroll:hover{
    right: 40px;
  }
}
@media screen and (max-width: 500px){
  .site-footer .site-social-networks a {
    width: 45px;
    height: 45px;
  }
  .site-footer .site-social-networks a:not(:last-child){
    margin-right: 12px;
  }
  .site-footer .site-social-networks a {
    line-height: 45px;
  }
}


/* page */

.page-bg-head {
  height: 250px;
  width: 100%;
  background-size: cover;
  -webkit-transition: height .3s; /* Safari */
  transition: height .3s;
}

.page-bg-head:hover {
  height: 500px;
  -webkit-transition: height .3s; /* Safari */
  transition: height .3s;
}

.type-post .entry-header h1, .entry-content h1{
  font-size: 4em;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-bottom: 30px;
}

.content-detail .entry-content figure{
  max-width: 100% !important;
}


.content-detail {
  width: 805px;
  float: left;
  background: #fff;
  padding: 100px 30px 30px;
  position: relative;
}
.secondary {
  width: 235px;
  float: right;
}

.the-exerpt {
  font-style: italic;
  font-size: 1.6em;
  text-align: center;
  font-weight: 100;
  font-family: 'Merriweather', serif;
  padding-bottom: 60px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 45px;
}

.site .entry-content {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  text-align: justify;;
}
.site .entry-content ul {
}
.site .entry-content ul li{
  list-style-type: disc;
}

.site .entry-content ul li li{
  list-style-type: '-';
}

.site .entry-content h3, .site .entry-content h2 {
  color: #d60180;
  text-transform: uppercase;
  margin: 20px 0;
}

.site .entry-content iframe.youtube-player{
  max-width: 100%;
}
.site .entry-content::first-letter{
  font-size: 4em;
  float: left;
  font-weight: bold;
  color: #d60180;
  margin-top: -40px;
  margin-right: 20px;
}

.author-detail {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
  font-family: 'Merriweather', serif;
  font-weight: 100;
}
.author-detail .pics-avatar {
  width: 60px;
  margin: 0 auto 10px;
  height: 60px;
}
.alignright {
  float: right;
  margin: 20px 0 20px 30px;
}
.alignleft {
  float: right;
  margin: 20px 30px 20px 0px;
}
.aligncenter {
  text-align: center;
  margin: auto;
  display: block;
}
.author-detail .pics-avatar .avatar-wp {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
img.full {
  width: 100%;
  display: block;
  margin: 20px auto;
}
a.full img {
  width: 100%;
  display: block;
}
.single article {
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
@media screen and (max-width : 500px){
  .type-post .entry-header h1, .entry-content h1{
    font-size: 2em;
  }
  .the-exerpt{
    font-size: 1em;
  }
}

/* chat module facebook*/
.chat.col-r2m {
  color: #fff;
  background: #3B5998;
}

.chat .cff-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.chat .cff-post-text {
  text-align: center;
}
.chat .cff-post-text a {
  color: #fff;
}
.chat .fb-like {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  right: 0;
}
.chat h2{
  font-weight: 100;
  padding: 20px;
}
.chat .cff-wrapper {
  position: absolute;
  top: 35%;
  box-sizing: border-box;
  vertical-align: middle;
}
.chat .cff-text {
  max-height: 86px;
  display: block;
  overflow: hidden;
}
.chat .cff-wrapper #cff .cff-item {
  display: inline-block;
}

.chat .cff-shared-link, .chat .cff-post-links, .chat .cff-author, .widget .cff-post-links {
  display: none;
}
.widget {
  margin-top: 20px;
}
.widget .cff-wrapper {
  background: #fff;
  padding: 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}

/* sidebar */

.secondary {
    font-family: 'Raleway', sans-serif;
}

.recent-posts-widget-with-thumbnails .widget-title {

  font-style: italic;
  font-family: 'Merriweather', serif;
  font-weight: 100;
  color: #d60180;
}
.recent-posts-widget-with-thumbnails ul {
  padding: 0;
  margin: 0;
}
.recent-posts-widget-with-thumbnails ul li {
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
}
@media (min-width: 1041px) and (max-width: 9999px){
  .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    display: inline-block;
    width: 68%;
    float: right;
  }
}

blockquote {
  margin-left: -100px;
  color: #444;
  font-size: 1.5em;
  font-family: 'Merriweather', serif;
  padding-right: 50px;
  border-left: 0;
  padding-top: 20px;
  padding-left: 40px;
  box-sizing: border-box;
  background: url('img/tild-icon.png') no-repeat left top transparent;
}
blockquote p:after {
  content: '"';
}

.comments-area {
  width: 805px;
  margin-right: 240px;
  box-sizing:border-box;
  background: #f8f8f8;
  padding: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
}
.comments-area ol {
  padding: 0;
  margin: 0;
}
.comments-area ol li:first-child {

  border-top: 1px dotted #aaa;
}
.comments-area ol li {
  list-style: none;
  padding: 20px;
  margin: 0;
  border-bottom: 1px dotted #aaa;
}

.comments-area ol li article.comment-body {
  background: transparent;
}

.comments-area ol li article.comment-body .vcard img {
  float: left;
  margin: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

}
.comments-area ol li article.comment-body time {
  display: none;
}

.comments-area h3, .comments-area h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
}
.comments-area ol li article.comment-body {
  font-family: Helvetica, Arial, sans-serif;
}
.comments-area ol li article.comment-body .fn {
  color: #444;
  font-style: italic;
  font-weight: lighter;
  font-size: .9em;
  font-family: 'Merriweather', serif;
}

.comments-area .form-allowed-tags {
  display: none;
}

.comments-area .comment-form-comment #comment{
  height: 70px;
  border: 0 none;
}
.comments-area .comment-respond {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 20px;
  background: #eee;
}

.comment-paradise {

  background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(248,248,248,1) 49%, rgba(248,248,248,0) 50%, rgba(248,248,248,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(49%,rgba(248,248,248,1)), color-stop(50%,rgba(248,248,248,0)), color-stop(100%,rgba(248,248,248,0)));
background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: -o-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00f8f8f8',GradientType=1 );
}

.comments-area .form-submit .submit {
    background-color: #ea148c;
   border-radius: 2px;
   -webkit-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   -moz-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   font-weight: normal;
   color: #fff;
}


/* single */

.single .site-content {
  padding-bottom: 0;
}
.article-slider-responsive{
  display: none;
}
#mailmunch-optin-form strong{
    display: inline-block;
  }

@media (min-width: 667px) and (max-width: 1040px){
  .content-detail {
    width: 100%;
  }
  .secondary {
    width: 100%;
    padding: 0 30px 30px;
  }
  blockquote {
    margin-left: 0;
    font-size: 1.2em;
  }
  aside#facebooklikebox-2.widget.widget_FacebookLikeBox{
    text-align: center;
  }
  .single article {
    background: none;
  }
  .comments-area{
    width: 100% !important;
  }
  .mailmunch-wordpress-widget{
    width: 50%;
    margin-left: 25%;
  }
}

@media only screen
and (max-width : 667px) {
  #facebooklikebox-2, body .sticky_module.slick-slider, body .sticky_module_2, .social-icon {
    display: none;
  }
  .col-r2m img, .col-2x2 .image-area, .col-1x2 .image-area, .content-detail, .comments-area, .col-1x2 .image-area img, .col-1x2 .text-area, body .wrapper, body .col-3x2 .text-area, body .col-3x2 .image-area,body .col-5x2 .image-area, body .col-5x2 .text-area {
    width: 100%;
  }
  .nav-main {
    height: auto;
  }
  blockquote {
    margin-left: 0;
    font-size: 1.2em;
  }
  .secondary {
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
  }

  .home .site, .single .site, .archive .site {
    overflow: hidden;
  }
  .article-slider-responsive{
    display: block;
  }
  aside#facebooklikebox-2.widget.widget_FacebookLikeBox{
    text-align: center;
  }
  .single article {
    background: none;
  }
  .comments-area{
    width: 100% !important;
  }


}






/*

NEW STYLE VERSION 2 BLOG

*/
.col-25{
  width: 25%;
  display: inline-block;
}
.col-33{
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
}
.col-50{
  width: 49.5%;
  display: inline-block;
}

/* Resposive column */
@media (min-width: 601px) and (max-width: 800px){
  .col-33{
    width: 49.5%;
  }
}
@media screen and (max-width: 600px){
  .col-50{
    width: 100%;
  }
  .col-33{
    width: 100%;
  }
}

.title{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.title .bg{
  text-align: center;
  font-size: 60px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  color: #ececec;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
.title h1{
  position: relative;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  border-top: 8px solid #ee0085;
  display: inline-block;
  color: #000;
  margin-top: 12px;
  padding-top: 12px;
}
.title .base{
  border-top: 8px solid #ee0085;
}
.title .cest-sport{
  border-top: 8px solid #f67280;
}
.title .coaching-rencontre{
  border-top: 8px solid #3b9ad9;
}
.title .vestiaire-des-news{
  border-top: 8px solid #985db4;
}
.title .coups-de-coeur{
  border-top: 8px solid #c5006b;
}
.title .nutrition-sante{
  border-top: 8px solid #f39c12;
}
.title .partenaires{
  border-top: 8px solid #1CB99B;
}
/* Responsive title */
@media (min-width: 650px) and (max-width: 800px){
  .title .bg{
    font-size: 40px;
  }
  .title h1{
    margin-top: -4px;
  }
  .title{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 649px){
  .title .bg{
    display: none;
  }
  .title{
    margin-top: 30px;
    margin-bottom: 50px;
  }
}




.btn-lg-black{
  margin-left: 10px;
  margin-right: 10px;
  background-color: #000000;
  padding: 39px;
  border: none;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.btn-lg-black:hover{
  color: #fff;
  background-color: #ee0085;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-lg-pink{
  width: 70%;
  background-color: #ee0085;
  padding: 39px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin-top: 60px;
  margin-bottom: 100px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.btn-lg-pink:hover{
  color: #fff;
  background-color: #242323;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width: 650px) and (max-width: 800px){
  .btn-lg-black{
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 649px){
  .btn-lg-black{
    margin-top: 35px;
    margin-bottom: 70px;
  }
}


/* Nos partenaires */
.partenaire-block{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
}
.partenaire-block .block-left{
  width: 30%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.partenaire-block .img-partenaire{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: 50% 50%;
}
.partenaire-block .partenaire-info{
  width: 70%;
  text-align: left;
  float: right;
  display: inline-block;
}
.partenaire-block .partenaire-info ul{
  padding-left: 0;
  margin: 0;
}
.partenaire-block .partenaire-info ul li{
  margin-right: 20px;
  display: inline-block;
}
.partenaire-block .partenaire-info ul li img{
  height: 15px;
}

.partenaire-info h4{
  font-size: 1.4em;
  text-transform: uppercase;
  color: #ee0085;
}

@media screen and (max-width: 600px){
  .partenaire-block{
    margin-bottom: 50px;
  }
  .partenaire-block .block-left{
    width: 100%;
  }
  .partenaire-block .partenaire-info{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .partenaire-block .partenaire-info h4{
    text-align: center;
  }
}
.block-ebooks a{
  font-family: "Noto Sans", sans-serif;
  background-color: #ffffff;
  border: none;
  padding: 39px;
  width: 400px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.block-ebooks a{
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.block-ebooks a{
  background-color: #ee0085;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
.block-ebooks button[type="submit"]{
  background-color: #ee0085;
  display: inline;
  color: #fff;
  border: none;
  padding: 40px;
  height: 100px;
  width: 100px;
  float: right;
  margin-top: 100px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.block-ebooks button[type="submit"]{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.block-ebooks{
  margin-top: -13px;
  text-align: right;
  padding-right: 80px;
}

.img-ebook{
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
@media (min-width: 651px) and (max-width: 850px){
  .block-ebooks{
    text-align: center;
    padding-right: 0px;
    margin-top: 0px;
  }
  .block-ebooks a{
    float: none;
    margin-top: 0px;
  }
}
@media screen and (max-width: 650px){
  .block-ebooks{
    text-align: center;
    padding-right: 0px;
    margin-top: 0px;
  }
  .block-ebooks a{
    margin-left: 5%;
    display: block;
    width: 90%;
    float: none;
    margin-top: 0px;
  }
}




/* Application */
.block-application{
  text-align: center;
  margin-top: -60px;
}
.block-application p{
  margin-bottom: 50px;
  font-family: "Noto Sans", sans-serif;
}
.block-application .stores{
  text-align: left;
  padding-left: 60px;
  float: right;
  padding-top: 100px;
}
.block-application .store{
  display: block;
  width: 180px;
}
.block-application .device{
  display: block;
  width: 80%;
  float: right;
}
.img-app{
  width: 80%;
}
@media (min-width: 601px) and (max-width: 800px){
  .block-application .stores{
    padding-left: 0px;
    padding-top: 30px;
  }
  .block-application .store{
    display: block;
    width: 140px;
  }
  .block-application .btn-lg-pink{
    width: 90%;
  }
}
@media screen and (max-width: 600px){
  .block-application .stores{
    text-align: center;
    padding-left: 0px;
    float: none;
    padding-top: 50px;
  }
  .block-application .store{
    display: block;
    width: 30%;
    margin-left: 35%;
  }
  .block-application .device{
    width: 60%;
    float: none;
    margin-left: 20%;
  }
  .block-application .btn-lg-pink{
    width: 80%;
    margin-left: 10%;
  }
}

@media (min-width: 650px) and (max-width: 800px){
  .block-application{
    margin-top: -55px;
  }
}
@media screen and (max-width: 649px){
  .block-application{
    margin-top: -40px;
  }
}

/* Articles list */

.bloc-new-article{
  margin: 10px;
  background-color: #ffffff;
}

.bloc-new-article .bg-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
}
.bloc-new-article .arrow-block{
  text-align: right;
  padding-bottom: 20px;
  padding-right: 30px;
}
.bloc-new-article h2{
  color: #000;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}
.bloc-new-article h4{
  color: #dcdcdc;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}
.bloc-new-article .article-info{
  padding: 10px 20px 0px 20px;
  height: 80px;
}

.bloc-new-article .article-info h2,
.bloc-new-article .article-info h4{
  margin-top: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.bloc-new-article .article-info p{
  opacity: 0;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bloc-new-article:hover .article-info h2,
.bloc-new-article:hover .article-info h4{
  margin-top: -25px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bloc-new-article:hover .article-info h2{
  height:24px;
}
.bloc-new-article:hover .article-info p{
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.firstpost{
  margin-top:-150px;
}
.firstpost-header{
  display: none;
}
.firstpost .bloc-new-article{
  background-color: transparent;
  margin: 0;
}
.firstpost .block2{
  background-color: white;
  float: right;
  margin-top: 150px;
}
.firstpost .block2 .article-info{
  height: 107px;
}

@media (min-width: 668px) and (max-width: 1000px){
  .firstpost{
    margin-top: 0px;
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .firstpost-header{
    display: block;
  }
}
@media screen and (max-width: 667px){
  .firstpost{
    display: none;
  }
  .firstpost-header{
    display: none;
  }
}

ul.post-categories {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 15px;
}
ul.post-categories li{
  padding: 0;
  list-style: none;
  margin-top: -12px;
}
ul.post-categories li a{
  color: #ffffff;
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  font-family: "Noto Sans", sans-serif;
}

.cest-sport ul.post-categories li a{
  background-color: #f67280;
}
.coaching-rencontre ul.post-categories li a{
  background-color: #3b9ad9;
}
.vestiaire-des-news ul.post-categories li a{
  background-color: #985db4;
}
.coups-de-coeur ul.post-categories li a{
  background-color: #c5006b;
}
.nutrition-sante ul.post-categories li a{
  background-color: #f39c12;
}







/* Research */

#open-search2,
#close-search2,
#open-search,
#close-search{
  cursor: pointer;
}
#close-search2,
#close-search{
  display: none;
}
#research-modal-page{
  display: none;
  width: 100%;
  height: 2000px;
  background-color: white;
  opacity: 0.98;
  /*position: absolute;*/
  position: fixed;
  z-index: 99999;
  top:110px;
  overflow: hidden;

}
.new-research{
  font-family: "Noto Sans", sans-serif;
}
.new-research input[type="search"],
#research-modal-page input[type="search"]{
  width: 80%;
}
.new-research .search-input{
  background-color: #ffffff;
  margin-top: 10px;
}
.search-input{
  border: none;
  font-size: 35px;
  background-color: transparent;
  font-family: "Noto Sans", sans-serif;
  margin-top: 60px;

}
.search-input:focus{
  border: none;
}
.new-research button[type="submit"],
#research-modal-page button[type="submit"]{
  margin-top: 60px;
  background-color: #ee0085;
  color: #fff;
  border: none;
  padding: 20px;
  height: 73px;
  width: 73px;
  float: right;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.new-research button[type="submit"]{
  margin-top: 10px;
}

#research-modal-page button[type="submit"]:hover{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 380px){
  .new-research input[type="search"],
  #research-modal-page input[type="search"]{
    width: 70%;
  }
}





/* Modal Contact */
#modal-ebook,
#modal-contact{
  display: none;
  position: fixed;
  z-index: 500;
  background-color: rgba(142, 142, 142, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#modal-ebook input,
#modal-contact input{
    font-family: "Noto Sans", sans-serif;
}
#modal-ebook .content,
#modal-contact .content{
  font-family: "Noto Sans", sans-serif;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  z-index: 600;
}
#modal-contact .content textarea{
  resize: none;
  height: 200px;
}
#modal-contact .content input,
#modal-contact .content textarea{
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 10px;
  border-color: #c6c6c6;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4px;
}
#modal-ebook .content input[type="submit"],
#modal-contact .content input[type="submit"]{
  text-align: right !important;
  background-color: #ea148c !important;
  border-radius: 0;
  color: white !important;
}
#modal-ebook .close-modal,
#modal-contact .close-modal{
  float: right;
  cursor: pointer;
  margin-top: -45px;
  margin-right: -44px;
  background-color: rgb(220, 52, 52);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
}
#modal-contact .content h3,
#modal-ebook .content h3{
  width: 60%;
  text-align: left;
  float: left;
}
#modal-contact .content p{
  margin-bottom: 0px;
}
#modal-ebook .content form,
#modal-contact .content form{
  margin-top: 40px;
}
#modal-ebook .ebook-email{
  width: 70%;
  display: inline-block;
}
#modal-ebook .ebook-age{
    width: 20%;
  display: inline-block;
  height: 36px;
}
@media screen and (max-width: 550px){
  #modal-ebook .content,
  #modal-contact .content{
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* Mail chimp */

.submit-newsletter{
  color: #ea148c;
  background: url("img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20% auto;
}