/********************************************************************************************/
/*////////////////////////////////////////////////////////////////////////////////////////////
/* HTML 5 (waiting for the real deal)
/////////////////////////////////////////////////////////////////////////////////////////////
/********************************************************************************************/
header, section, footer, aside, nav, article, figure
{
  display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font:inherit;
  vertical-align: baseline;
}

ul, ol
{
	list-style-type:none;
}

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

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

table
{ border-collapse: collapse; border-spacing: 0; }
pre, code, kbd, samp
{ font-family: 'monaco', monospace, sans-serif; }

button
{  width: auto; overflow: visible; }
.ie7 img
{ -ms-interpolation-mode: bicubic; }

/* Clearing float use : <div class="clear"><!-- Clearing floats --></div> */
.clear
{
	clear:both;
	float:none !important;
	height:0;
	line-height:0;
}

/********************************************************************************************/
/* Fonts
/********************************************************************************************/
/*REGULAR*/
@font-face {
    font-family: 'interstate';
    src: url('../font/Interstate/new/Interstate-Regular.woff') format('woff'),
         url('../font/Interstate/new/Interstate-Regular.woff2') format('woff2'),
         url('../font/Interstate/new/Interstate-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'interstateCond';
    src: url('../font/Interstate/InterstateRegularCond.woff') format('woff'),
         url('../font/Interstate/InterstateRegularCond.woff2') format('woff2'),
         url('../font/Interstate/InterstateRegularCond.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'interstateCompr';
    src: url('../font/Interstate/InterstateRegularComp.woff') format('woff'),
         url('../font/Interstate/InterstateRegularComp.woff2') format('woff2'),
         url('../font/Interstate/InterstateRegularComp.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*LIGHT*/
@font-face {
    font-family: 'interstate';
    src: url('../font/Interstate/new/interstate-light.eot');
    src: url('../font/Interstate/new/interstate-light.woff') format('woff'),
         url('../font/Interstate/new/interstate-light.ttf') format('truetype'),
         url('../font/Interstate/new/interstate-light.svg#interstate') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'interstateCond';
    src: url('../font/Interstate/InterstateLightCond.woff') format('woff'),
         url('../font/Interstate/InterstateLightCond.woff2') format('woff2'),
         url('../font/Interstate/InterstateLightCond.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*BOLD*/
@font-face {
    font-family: 'interstate';
    src: url('../font/Interstate/InterstateBold.woff') format('woff'),
         url('../font/Interstate/InterstateBold.woff2') format('woff2'),
         url('../font/Interstate/InterstateBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'interstateCond';
    src: url('../font/Interstate/InterstateBoldCond.woff') format('woff'),
         url('../font/Interstate/InterstateBoldCond.woff2') format('woff2'),
         url('../font/Interstate/InterstateBoldCond.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*BLACK*/
@font-face {
    font-family: 'interstate';
    src: url('../font/Interstate/new/interstate-black.eot');
    src: url('../font/Interstate/new/interstate-black.woff') format('woff'),
         url('../font/Interstate/new/interstate-black.ttf') format('truetype'),
         url('../font/Interstate/new/interstate-black.svg#interstate') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'interstateCond';
    src: url('../font/Interstate/InterstateBlackCond.woff') format('woff'),
         url('../font/Interstate/InterstateBlackCond.woff2') format('woff2'),
         url('../font/Interstate/InterstateBlackCond.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*AVENIR*/
@font-face {
    font-family: 'avenir';
    src: url('../font/Avenir/AvenirLTStd-Medium.woff') format('woff'),
         url('../font/Avenir/AvenirLTStd-Medium.woff2') format('woff2'),
         url('../font/Avenir/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'avenirBook';
    src: url('../font/Avenir/AvenirLTStd-Book.woff') format('woff'),
         url('../font/Avenir/AvenirLTStd-Book.woff2') format('woff2'),
         url('../font/Avenir/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/********************************************************************************************/
/* Body
/********************************************************************************************/
html, body {
  min-height: 100vh;
}
body
{
	font-family:"HelveticaNeue", helvetica, arial, "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size:1em;
	color:#333;
	background:#fff;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.windows {
  font-weight: 300;
}
body.spin {
  cursor: wait !important;
}
body.spin * {
  cursor: wait !important;
}

.content {
  padding-top: 210px;
  transition: all 0.25s ease-in-out;
}
.scrolled .content {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .content, .scrolled .content {
    padding-top: 75px;
  }
}

a
{
	color:#419BF9;
	text-decoration:none !important;
}
a:hover
{}
a:active
{}
a:visited
{}


* {
  outline: none !important;
  box-sizing: border-box;
}
*::selection
{
	background:#df3528;
	color:#fff;
}
*::-moz-selection
{
	background:#df3528;
	color:#fff;
}
*::-webkit-selection
{
	background:#df3528;
	color:#fff;
}

/*Links and buttons*/

a, a:active, a:hover, a:focus, a:visited {
  color: #df5952;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

* {
  -webkit-appearance: none;
}
/********************************************************************************************/
/* Boutons
/********************************************************************************************/
.btn {
  display: inline-block;
  padding: 0 30px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 14px;
  color: #484848;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  white-space: normal;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: #484848;
  box-shadow: none;
}

.btn-capeb {
  position: relative;
  height: 45px;
  line-height: 45px;
  width: auto;
  padding: 0 20px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 16px;
  color: #484848 !important;
  background-color: transparent;
  border: 1px solid #484848;
  border-radius: 1px;
  transition: all 0.25s ease-in-out;
}
.btn-capeb::before {
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
  content: '';
  height: 16px;
  width: 16px;
  background-color: #484848;
  transition: all 0.25s ease-in-out;
}
.btn-capeb:hover, .btn-capeb:focus, .btn-capeb:active {
  color: #df5952 !important;
  border: 1px solid #df5952;
}
.btn-capeb:hover::before {
  transform: rotateY(180deg);
  background-color: #df5952;
}

.btn-slick {
  height: 50px;
  line-height: 50px;
  width: 50px;
  padding: 0;
  color: #df5952;
  text-align: center;
  border: 2px solid rgba(223, 89, 82, 0.4);
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.btn-slick:hover {
  background-color: rgba(223, 89, 82, 0.4);
  border: 2px solid transparent;
}
.btn-slick i {
  font-size: 20px;
  color: #df5952;
  opacity: 1;
}

.btn-feed {
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin: 0 5px;
  padding: 0;
}
.btn-feed i {
  float: left;
  height: 15px;
  width: 25px;
  margin: 5px 0;
  font-size: 13px;
  color: #fff;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.btn-feed span {
  float: right;
  width: 40px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 11px;
  color: #fff;
}

.btn-feed-email {
  margin-left: 5px;
  padding-left: 10px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 11px;
  color: #484848 !important;
  border-left: 1px solid #979797;
  text-transform: inherit;
  text-decoration: none !important;
}
.btn-feed-email i {
  font-size: 14px;
  margin-left: 7.5px;
  vertical-align: middle;
}

.btn-large {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 40px;
}

.btn-form {
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0 20px;
}

.btn-medium {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 15px;
}

.btn-red {
  background-color: #df5952;
  border: 1px solid #bc4c47;
  color: #fff !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  background-color: #bc4c47;
  color: #fff !important;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #484848;
  color: #484848 !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #484848 !important;
}

.btn-grey {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  color: #a8a8a8 !important;
}

.btn-icon {
  height: 50px;
  line-height: 50px;
  padding: 7.5px 30px;
  color: #fff;
}

.btn-close {
  height: 40px;
  width: 40px;
  padding: 10px 0;
  border-radius: 50%;
}
.btn-close i {
  font-size: 18px;
}

.btn-nav {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  vertical-align: 0;
  transition: all 0.25s ease-in-out;
}
.scrolled .btn-nav {
  height: 70px;
  line-height: 70px;
}

.btn-dl {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 14px;
  border: none;
  transition: all 0.25s ease-in-out;
}

.btn-dl.btn-icon {
  padding-left: 40px;
}

.btn-dl.btn-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 18px;
  transform: translateY(-50%);
}

.btn-bg-red {
  background-color: #df5952 !important;
  color: #fff !important;
}
.btn-bg-red:hover {
  background-color: #bc4c47 !important;
}

.btn-bg-black {
  background-color: #484848 !important;
  color: #fff !important;
}
.btn-bg-black:hover {
  background-color: #686868 !important;
}

.btn-bg-gray {
  background-color: #e0e0e0 !important;
  color: #a8a8a8 !important;
}
.btn-bg-gray:hover {
  background-color: #e8e8e8 !important;
  color: #a0a0a0 !important;
}

.white {
  color: #fff !important;
}
.white:hover, .white:focus, .white:active {
  color: #df5952 !important;
}

.btn-tab {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  width: 225px;
  padding: 0;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
  text-align: center;
  border: 2px solid #e7e7e7;
  border-left: none;
  text-transform: inherit;
}
.btn-tab i {
  display: inline-block;
  font-size: 28px;
  margin: 15px 15px 0 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .btn-tab {
    font-size: 0;
    width: 33%;
  }
  .btn-tab i {
    margin-right: 0;
  }
}
.btn-tab.active {
  color: #484848;
  background-color: #f2f1ef;
  border-bottom-color: #f2f1ef;
}

.btn-tab:first-child {
  border-left: 2px solid #e7e7e7;
}

.btn-tab:first-child::before {
  position: absolute;
  left: -2500px;
  bottom: -2px;
  content: '';
  height: 2px;
  width: 2500px;
  background-color: #e7e7e7;
}
.btn-tab:last-child::after {
  position: absolute;
  right: -2500px;
  bottom: -2px;
  content: '';
  height: 2px;
  width: 2500px;
  background-color: #e7e7e7;
}

/********************************************************************************************/
/* Sections
/********************************************************************************************/

.section {
  display: block;
  width: 100%;
}

.pad {
  position: relative;
}
.pad::before {
  position: absolute;
  top: -16px;
  content: '';
  height: 32px;
  width: 32px;
  background-color: #484848;
}

.pad-purple::before {
  background-color: #83549d;
}
.pad-red::before {
  background-color: #df5952;
}
.pad-orange::before {
  background-color: #f8af54;
}
.pad-green::before {
  background-color: #00aa96;
}
.pad-blue::before {
  background-color: #149bd7;
}
.pad-black::before {
  background-color: #484848;
}
.pad-pink::before {
  background-color: #E587AF;
}

.pad-left::before {
  left: 32px;
}
.pad-right::before {
  right: 32px;
}

/********************************************************************************************/
/* Titles
/********************************************************************************************/

.title {
  position: relative;
  margin-bottom: 20px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 50px;
  color: #484848;
  text-transform: uppercase;
}
.title::before {
  position: absolute;
  top: -15px;
  content: '';
  height: 3px;
  width: 95px;
  background-color: #484848;
}

.title-white {
  color: #fff;
}
.title-white::before {
  background-color: #fff;
}

/********************************************************************************************/
/* Articles
/********************************************************************************************/

.article .date {
  margin-bottom: 10px;
  font-family: 'interstateCompr';
  font-weight: 400;
  font-size: 22px;
  color: #df5952;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.article h1 {
  margin-bottom: 20px;
  line-height: 30px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 22px;
  color: #484848;
}

.article .text .block-heading {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.article .text .block-heading h3,
.article .block-heading h3 {
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 20px;
  color: #df5952;
}

.article .text .block-text, .article .descr {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.article .text .block-text p, .article .descr {
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.article .block-img {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.article .block-img img {
  max-width: 100%;
}


.article .block-list {
  margin-bottom: 30px;
}
.article .block-list ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}
.article .block-list ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #484848;
}

.article blockquote {
  margin-bottom: 15px;
}

.article blockquote p {
  display: block;
  width: 100%;
  line-height: 24px;
  margin: 0;
  padding: 30px 0;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 16px;
  color: #484848;
  text-align: center;
  background-color: #f5f5f5;
}

.article blockquote cite {
  position: relative;
  margin-left: 100px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 13px;
  color: #df5952;
  text-transform: uppercase;
}

.article blockquote cite::before {
  position: absolute;
  top: 50%;
  left: -25px;
  content: '';
  height: 1px;
  width: 15px;
  background-color: #df5952;
}
.block-iframe-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  margin-bottom: 25px;
  margin-top: 12px;
}
.block-iframe-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.block-iframe iframe {
  width: 100% !important;
}
.block-heading h3 {
  margin-bottom: 20px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 20px;
  color: #df5952;
}

.block-text p {
  margin-bottom: 15px;
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.block-text p strong {
  font-family: 'interstate';
  font-weight: 700;
}

.block-list ul {
  margin-bottom: 40px;
}

.block-list ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.block-list ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #a8a8a8;
}

.block-list a,
.block-text a {
  color: #df5952;
}
.block-list a:hover,
.block-text a:hover {
  text-decoration: underline !important;
}
/*.title-descr {
  padding-bottom: 50px;
}*/



.tarteaucitron-magic-block-twitter {
  display: none !important;
}