body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  height: 100px;
  padding-top: 72px;
  padding-bottom: 0px;
  background-color: #0075c3;
  background-image: none;
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/design-desk.jpg');
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  width: 100%;
  margin-top: 3px;
  margin-right: 1px;
  font-size: 12px;
}

.nav-link {
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #f50000;
}

.nav-link.w--current {
  opacity: 1;
  color: #000;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  text-decoration: none;
}

.section {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.top-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.top-section.home-page {
  width: 1200px;
  margin-top: 0px;
  padding-top: 39px;
  padding-bottom: 25px;
  background-color: hsla(0, 0%, 100%, .74);
}

.section.top-section.home-page.homepage {
  background-color: hsla(0, 0%, 69%, .43);
}

.section.top-section.home-page.rdj {
  background-color: hsla(0, 0%, 100%, .35);
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.hero-container {
  position: static;
  top: -70px;
  height: 150px;
  margin-top: 13px;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #fff;
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/about-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/camera-front.jpg');
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2a2a2a;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3898ec;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  background-color: #19975a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #088347;
  color: #fff;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  box-shadow: none;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 1px #fff;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.heading {
  width: 50%;
  float: none;
  background-color: #000aff;
}

.heading.bloc-aff {
  position: relative;
  left: 20%;
  top: 0px;
  margin-top: 0px;
}

.image {
  width: 30%;
  float: left;
}

.bloc-aff {
  min-height: 100px;
}

.bloc-aff.image {
  width: 160px;
  border: 1px solid #000;
}

.bloc-aff.bloc-button {
  position: static;
  left: -2px;
  right: -2px;
  display: block;
  width: 100%;
  height: 10px;
  margin-right: 28px;
  margin-bottom: 6px;
  padding-top: 39px;
  padding-left: 22px;
  float: right;
  clear: right;
}

.bloc-aff.bloc-button._2 {
  position: static;
  left: auto;
  top: 0px;
  right: -2px;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 36px;
  padding-left: 32px;
  float: none;
  clear: none;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.bloc-aff.bloc-button.bonus {
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 23px;
  float: none;
  clear: right;
  background-color: #3898ec;
}

.bloc-aff.heading {
  left: 0%;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  height: 40px;
  min-height: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 0px;
  float: none;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.bloc-aff.heading._2 {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.bloc-aff.heading.vert {
  color: #12e600;
}

.bloc-aff.heading.code {
  margin-top: -6px;
  font-size: 20px;
}

.text-span {
  color: #3898ec;
}

.div-block {
  display: block;
  width: 70%;
  height: 2px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.important-text {
  font-size: 20px;
  line-height: 20px;
}

.rich-text-bloc {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-bloc.bleu {
  color: #3898ec;
}

.button-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 35%;
  height: 70px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  float: none;
  background-color: #0075c3;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-2 {
  display: block;
  height: 370px;
  min-height: auto;
  min-width: auto;
  margin-top: 15px;
  padding-top: 1px;
  float: left;
}

.rich-class-bloc {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  width: 50%;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  text-align: left;
}

.rich-class-bloc h2 {
  display: block;
}

.rich-class-bloc.tes {
  background-color: transparent;
  color: #000;
}

.rich-class-bloc h1 {
  color: #000;
  letter-spacing: 0px;
}

.row {
  position: relative;
  left: 17px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-left: 0px;
  float: right;
  text-align: right;
}

.column {
  margin-top: 0px;
}

.cote-gauche {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.cote-gauche2 {
  width: 50%;
}

.cote-droit2 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  float: right;
}

.container-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
}

.paragraph {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
}

.heading-2 {
  margin-top: 9px;
  padding-top: 0px;
  color: #3898ec;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 21px;
  text-align: center;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bloc-photos {
  display: block;
  margin-top: 12px;
  margin-bottom: 11px;
}

.image-5 {
  border: 3px solid #0075c3;
}

.image-6 {
  border: 3px solid #0075c3;
}

.image-7 {
  border: 3px solid #0075c3;
}

.section-2 {
  height: 200px;
}

.heading-3 {
  color: #000;
}

.bloc-droit {
  float: right;
}

.div-block-2 {
  width: 20%;
  margin-right: 6px;
  margin-left: -22px;
  float: right;
}

.div-block-3 {
  display: block;
  width: 70%;
  margin-top: 99px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 6px;
  color: #000;
  font-size: 20px;
  letter-spacing: 0px;
}

.div-block-4 {
  display: block;
  width: 750px;
  height: 60px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  background-color: #fff;
}

.div-block-4.blue {
  width: 750px;
  margin-left: 0px;
  background-color: #474747;
}

.div-block-4.textt {
  height: auto;
  margin-bottom: 21px;
  margin-left: 0px;
}

.button-3 {
  position: static;
  display: block;
  width: 45%;
  height: 50px;
  margin-top: -5px;
  margin-right: 5px;
  margin-left: auto;
  padding-top: 3px;
  float: right;
  border: 2px solid #949697;
  border-radius: 7px;
  background-color: #fff;
  color: #949697;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.button-4 {
  width: 50%;
  height: 50px;
  margin-top: -6px;
  margin-right: -3px;
  padding-top: 15px;
  float: left;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #e9464c;
  text-align: center;
}

.column-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.heading-5 {
  margin-top: 0px;
  font-size: 15px;
  text-align: center;
}

.image-8 {
  width: 140px;
  height: 35px;
  margin-top: 1px;
  float: right;
}

.row-2 {
  height: 40px;
  margin-top: 10px;
}

.row-3 {
  height: 40px;
}

.row-4 {
  height: 40px;
}

.heading-6 {
  width: 5%;
  padding-left: 11px;
  float: left;
}

.column-3 {
  height: 40px;
}

.heading-7 {
  position: relative;
  margin-top: 1px;
  padding-bottom: 0px;
  color: #000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.column-4 {
  height: 40px;
}

.column-5 {
  height: 40px;
}

.paragraph-2 {
  padding-top: 5px;
  padding-left: 6px;
  font-size: 15px;
}

.bloc-affilies {
  display: block;
  width: 750px;
  margin-left: 10px;
  background-color: transparent;
}

.bloc-bas {
  display: block;
  margin-top: 67px;
  margin-left: 20px;
}

.bloc-bas._2 {
  margin-top: 0px;
}

.div-block-5 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.button-5 {
  float: right;
}

.div-block-6 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-bottom: 24px;
}

.body {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #3765a3, #3765a3);
  background-image: linear-gradient(180deg, #3765a3, #3765a3);
  background-position: 0px 0px;
}

.body-2 {
  background-color: #e7e7e7;
}

.body-3 {
  background-color: #e7e7e7;
}

.h2custom {
  padding-left: 24px;
  font-size: 20px;
}

.div-block-8 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-left: 0px;
  background-color: #f3f8fc;
  box-shadow: 0 0 6px 0 #5f5f5f;
}

.div-block-8._2 {
  width: 750px;
  margin-left: 0px;
  float: none;
  background-image: url('../images/review_box_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-8.droite {
  width: 350px;
  margin-top: 16px;
  padding-bottom: 15px;
}

.div-block-8.droite._3 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.div-block-8.dr {
  width: 85%;
}

.paragraph-3 {
  display: block;
  margin-top: 25px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 14px;
}

.slide {
  width: 100%;
  background-image: url('../images/kawaii-city-casino-astral.png');
  background-position: 151px 50%;
  background-size: 30%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/fire-rooster-casino-astral.png');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
}

.button-6 {
  position: absolute;
  right: 283px;
  bottom: 41px;
}

.heading-9 {
  position: absolute;
  right: 226px;
  bottom: 104px;
  text-align: center;
}

.heading-9._2 {
  right: 286px;
  bottom: 180px;
  color: #fff;
}

.slider {
  width: 100%;
}

.image-9 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 12%;
  margin-top: 10px;
  margin-left: 10px;
}

.paragraph-4 {
  position: absolute;
  left: 12%;
  top: 0px;
  right: 0px;
  width: 40%;
  margin-top: 10px;
  margin-left: 28px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.image-10 {
  position: absolute;
  top: 25%;
  right: 0px;
  width: 38%;
  height: 200px;
  margin-right: 8px;
}

.slider-2 {
  width: 60%;
  height: 120px;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: rgba(10, 64, 95, .62);
}

.button-7 {
  display: block;
  width: 70%;
  margin: 7px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 7px;
  background-color: #dd0d0d;
  font-size: 17px;
  text-align: center;
}

.button-7.slider {
  width: 35%;
  margin-left: 89px;
  float: left;
}

.div-block-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 30%;
  height: 15%;
  margin-right: auto;
  margin-left: auto;
  background-color: #c92228;
}

.heading-10 {
  margin-top: 0px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.heading-11 {
  margin-top: 43px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.heading-12 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 100px;
  float: right;
}

.heading-13 {
  width: 30%;
  margin-left: 14px;
  font-size: 15px;
  font-weight: 400;
}

.text-span-3 {
  color: red;
}

.facebook-2 {
  position: absolute;
  top: 0px;
  right: 11px;
  width: 10%;
  margin-top: 7px;
  margin-right: -5px;
  float: right;
}

.google {
  position: absolute;
  top: 7px;
  right: 28px;
  width: 12%;
  margin-top: 6px;
  margin-right: 99px;
}

.twitter {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15%;
  margin-top: 8px;
  margin-right: 180px;
}

.div-block-10 {
  height: 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #aaa;
}

.div-block-10._2 {
  margin-right: 25px;
  margin-left: 25px;
}

.heading-14 {
  margin-left: 12px;
  font-size: 20px;
}

.image-11 {
  margin-top: 28px;
  margin-left: 8px;
}

.h3-critique {
  font-size: 20px;
  text-align: center;
}

.image-12 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.text-span-4 {
  font-size: 17px;
}

.text-block {
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 16px;
  padding-left: 18px;
  line-height: 25px;
}

.important-text-2 {
  font-size: 20px;
}

.text-span-5 {
  font-size: 14px;
}

.text-span-6 {
  font-size: 14px;
}

.image-14 {
  display: block;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.div-block-11 {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 2px;
  border-radius: 8px;
  background-color: #b6b7b8;
}

.div-block-11.dubas {
  width: 270px;
  margin-top: 13px;
  padding-bottom: 2px;
  background-color: #f3f3f3;
  box-shadow: 1px 4px 6px 0 #0e0e0e;
}

.div-block-11.dubas.pos {
  height: 400px;
}

.slider-3 {
  height: 430px;
  margin-bottom: 16px;
  padding-bottom: 0px;
  background-color: #fff;
}

.h3sliderdroit {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-left: 16px;
  font-size: 20px;
}

.image-16 {
  position: fixed;
  right: 45px;
  bottom: 160px;
  width: 80px;
  float: right;
}

.slide-3 {
  padding-top: 9px;
}

.image-17 {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.paragraph-5 {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}

.heading-15 {
  position: relative;
  top: 0px;
  right: 0px;
  width: 55%;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-left: 11px;
  float: right;
  clear: none;
  font-size: 13px;
  text-align: left;
}

.heading-15.actu {
  display: block;
  width: 70%;
  font-size: 17px;
}

.image-18 {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 13px;
  clear: none;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 #949494;
}

.image-18.actu {
  width: 200px;
  height: 160px;
}

.image-18.actu._5 {
  width: 180px;
  margin-top: 15px;
}

.button-8 {
  position: relative;
  top: -43px;
  right: 0px;
  bottom: 5px;
  display: block;
  width: 30%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 151px;
  float: none;
  border-radius: 8px;
  background-color: #dd353b;
  font-size: 10px;
}

.button-8.actua {
  width: 20%;
  margin-right: 24px;
  float: right;
  text-align: center;
}

.heading-16 {
  position: static;
  top: 0px;
  right: 0px;
  width: 70%;
  margin-top: 17px;
  margin-bottom: 0px;
  float: right;
}

.div-block-12 {
  height: 1px;
  margin-top: 26px;
  margin-right: 16px;
  margin-left: 15px;
  background-color: #8b8b8b;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.nav-link {
  color: #fff;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  background-color: #000;
  color: #cceaff;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2.nav-link {
  color: #fcfcfc;
}

.dropdown-link-2.nav-link.w--current {
  color: red;
}

.image-19 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-21 {
  display: block;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 0px;
}

.image-21.reg {
  padding-top: 15px;
}

.heading-17 {
  display: block;
  text-align: center;
}

.heading-17.jeux {
  font-size: 25px;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-6 {
  width: 60%;
}

.paragraph-6.actual {
  width: 70%;
  padding-right: 12px;
  float: right;
  font-size: 12px;
  line-height: 17px;
}

.image-22 {
  width: 150px;
}

.dropdown {
  background-color: transparent;
}

.text-span-7 {
  color: red;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  display: block;
  margin-right: auto;
}

.paragraph-7 {
  color: #fff;
  font-size: 15px;
}

.image-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-link.w--current:hover {
    color: #ffad00;
  }
  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.footer-link {
    margin-top: 9px;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  .section.top-section.home-page {
    width: 100%;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #55acee;
  }
  .nav-menu {
    background-color: #000;
  }
  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-wrapper {
    width: 70%;
  }
  .project-text {
    width: 90%;
  }
  .blog-block {
    padding: 4px;
  }
  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
  .button-2 {
    margin-top: 29px;
    padding-top: 12px;
    line-height: 25px;
  }
  .rich-class-bloc {
    width: 40%;
  }
  .div-block-4 {
    width: 100%;
  }
  .div-block-4.blue {
    width: 100%;
  }
  .bloc-affilies {
    width: 100%;
    margin-left: 0px;
  }
  .div-block-8.droite {
    width: 100%;
  }
  .slider {
    position: static;
  }
  .slide-nav {
    position: static;
  }
  .right-arrow {
    position: static;
  }
  .left-arrow {
    position: static;
  }
  .column-7 {
    position: relative;
  }
  .icon-3 {
    color: #ffad00;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .hero-section {
    padding-bottom: 25px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section.home-page-hero {
    height: 100px;
    padding: 8px 46px 60px;
  }
  .logo-text {
    margin-bottom: 19px;
  }
  .nav-link.w--current {
    color: red;
  }
  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .nav-link.footer-link {
    float: none;
  }
  .nav-link.footer-link.contact {
    float: none;
  }
  .section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    height: 4000px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.top-section.home-page.rdj {
    height: 1700px;
  }
  .section.top-section.home-page.avispaysage {
    height: 5500px;
  }
  .section.top-section.home-page.rdjdetailpaysage {
    height: 2800px;
  }
  .section.top-section.home-page.avispays {
    height: 3900px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .menu-button {
    background-color: #fff;
  }
  .nav-menu {
    background-color: #fff;
  }
  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .footer-link-col {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
  }
  .project-title {
    font-size: 25px;
    line-height: 28px;
  }
  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .project-text {
    width: 100%;
  }
  .blog-post-wrapper {
    padding-top: 0px;
  }
  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }
  .image-2 {
    float: right;
  }
  .rich-class-bloc {
    float: left;
  }
  .row {
    position: static;
    width: 80%;
    float: left;
  }
  .heading-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-4 {
    border-width: 0px;
    background-color: transparent;
  }
  .div-block-4.blue {
    width: 100%;
  }
  .heading-5 {
    text-align: center;
  }
  .image-8 {
    position: absolute;
    right: 207px;
    bottom: 0px;
    display: block;
  }
  .column-4 {
    margin-top: 21px;
  }
  .div-block-5 {
    width: 100%;
  }
  .heading-8 {
    text-align: center;
  }
  .div-block-8 {
    width: 99%;
  }
  .div-block-8._2 {
    width: 100%;
  }
  .paragraph-3 {
    margin-top: 500px;
  }
  .paragraph-3._2 {
    margin-top: 20px;
  }
  .facebook-2 {
    margin-right: 74px;
  }
  .google {
    position: absolute;
    top: 7px;
    right: 10px;
  }
  .twitter {
    width: 20%;
  }
  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-3 {
    background-color: hsla(0, 0%, 100%, 0);
    color: red;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .38);
  }
  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section.portfolio-hero {
    padding: 80px 20px 40px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section.home-page-hero {
    height: 40px;
    padding: 9px 10px 49px;
  }
  .logo-text {
    font-size: 16px;
  }
  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }
  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.top-section.home-page {
    height: 4800px;
    background-color: #fff;
  }
  .section.top-section.home-page.casino8000 {
    height: 8000px;
  }
  .section.top-section.home-page.homepage {
    height: 2200px;
  }
  .section.top-section.home-page.rdj {
    height: 2600px;
  }
  .section.top-section.home-page.avispaysage {
    height: 4800px;
  }
  .section.top-section.home-page.rdjdetailpaysage {
    height: 3400px;
  }
  .hero-container {
    height: 205px;
  }
  ._60block {
    width: 100%;
  }
  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }
  ._40block {
    width: 100%;
  }
  ._33block {
    width: 100%;
  }
  .close-link:hover {
    color: #fff;
  }
  .form-wrapper {
    width: 90%;
  }
  .hero-overlay {
    background-position: 0px 0px, 0px 0px;
    background-size: 1500px, auto;
  }
  .cta-heading {
    font-size: 28px;
  }
  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .project-tag {
    right: 18px;
  }
  .project-link.blog-link {
    margin-bottom: 15px;
  }
  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .author-wrapper {
    width: 100%;
  }
  .home-page-heading {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    text-shadow: none;
  }
  .bloc-aff.image {
    width: 50%;
    max-height: 110px;
    min-height: auto;
  }
  .bloc-aff.bloc-button {
    position: relative;
    left: auto;
    right: 0px;
    display: block;
    width: 30%;
    padding-right: 0px;
    clear: both;
  }
  .bloc-aff.bloc-button._2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    display: block;
    width: 48%;
    height: 0px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px;
    padding-left: 21px;
  }
  .bloc-aff.bloc-button.bonus {
    position: absolute;
    top: 0px;
    width: 48%;
    height: 0px;
    min-height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    text-align: center;
  }
  .bloc-aff.heading {
    position: absolute;
    left: 51%;
    top: 1px;
    right: 0px;
    bottom: auto;
    font-size: 19px;
  }
  .bloc-aff.heading._2 {
    left: 52%;
    top: 1px;
    right: 0px;
    margin-top: 18px;
  }
  .bloc-aff.heading.code {
    margin-top: 53px;
    margin-left: 4px;
    padding-top: 0px;
    font-size: 15px;
  }
  .div-block {
    margin-top: 71px;
  }
  .important-text {
    position: absolute;
    left: 0px;
    top: 16px;
    right: 0px;
    font-size: 17px;
  }
  .button-2 {
    width: 70%;
    padding-top: 15px;
  }
  .rich-class-bloc {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .row {
    left: 0px;
    width: 100%;
  }
  .cote-gauche2 {
    width: 100%;
    text-align: center;
  }
  .container-2 {
    text-align: center;
  }
  .image-5 {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .image-6 {
    display: block;
    width: 90%;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .image-7 {
    display: block;
    width: 90%;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .heading-3 {
    top: 24px;
    color: #fff;
  }
  .text-span-2 {
    line-height: 29px;
  }
  .div-block-2 {
    position: absolute;
    left: 0px;
    top: 130px;
    bottom: 0px;
    width: 100%;
    min-height: 80px;
    margin-top: 0px;
  }
  .heading-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-4 {
    width: 100%;
    border-style: none;
  }
  .div-block-4.blue {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-4.textt {
    width: 100%;
    margin-bottom: 22px;
  }
  .heading-5 {
    text-align: center;
  }
  .image-8 {
    right: 70px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .row-2 {
    overflow: visible;
  }
  .heading-6 {
    float: left;
  }
  .heading-7 {
    margin-top: 3px;
    font-size: 15px;
  }
  .column-4 {
    overflow: visible;
    margin-top: 32px;
    margin-bottom: 4px;
  }
  .bloc-affilies {
    width: 100%;
    height: 1000px;
  }
  .div-block-6 {
    width: 90%;
  }
  .row-5 {
    width: 100%;
  }
  .heading-8 {
    text-align: center;
  }
  .h2custom {
    padding-left: 0px;
    text-align: center;
  }
  .div-block-8._2 {
    width: 99%;
  }
  .div-block-8.droite {
    width: 99%;
  }
  .paragraph-3 {
    margin-top: 33px;
  }
  .image-9 {
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-4 {
    position: relative;
    width: 100%;
    margin-left: -27px;
    float: left;
  }
  .image-10 {
    position: relative;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-10.mob {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .slider-2 {
    width: 100%;
  }
  .button-7.slider {
    position: relative;
    display: block;
    width: 60%;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-9 {
    height: 30%;
  }
  .heading-10 {
    line-height: 16px;
  }
  .heading-11 {
    margin-top: 33px;
    font-size: 20px;
  }
  .heading-13 {
    width: 100%;
  }
  .facebook-2 {
    position: relative;
    margin-bottom: -9px;
    margin-left: 16px;
    float: left;
  }
  .google {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20%;
    margin-top: 45px;
    margin-right: 2px;
    float: right;
  }
  .twitter {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 40%;
    margin-top: 45px;
    margin-right: 49px;
    margin-left: auto;
  }
  .icon {
    margin-right: 5.5px;
    margin-left: 5.5px;
    font-size: 11px;
  }
  .icon-2 {
    margin-right: 5.5px;
    font-size: 11px;
  }
  .derniere {
    padding-bottom: 1px;
  }
  .column-8 {
    overflow: visible;
  }
}