/*
Theme Name:     eleganto-child
Description:    Thème enfant de Benoit de WPserveur
Author:         Benoit de WPserveur
Author URI:     https://www.wpserveur.net
Template:       eleganto                        
Version:        0.1.0
*/

.post-6435 {
  display: none;
}
.gallery-caption {
  font-weight: bold;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */

  padding: 5px 3px 10px;
  text-align: center;
}
img.alignnone {
  max-width: 96%;
  height: auto;
  width: auto;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 8px 4px 5px;
  color: #3a3a3a;
}
/* Recommended CSS from WP for defined content width support */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
iframe,
embed {
  max-width: 100%;
}
/* Comments */

.comment-form-comment #comment {
  width: 100%;
}
.commentlist li {
  list-style: none;
}
.comment-author,
.comment-edit-link {
  font-weight: bold;
}
.comment-body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-respond code {
  white-space: pre-wrap;
}
.well {
  background-color: rgba(245, 245, 245, 0.2);
}
/* Post Thumbnail */

.attachment-post-thumbnail {
  float: left;
  margin: 0px 10px;
}
/* Calendar Widget */
/* Search Form Widget */

form#searchform {
  position: relative;
}
input#s {
  width: 100%;
  padding: 5px;
}
#searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  bottom: 0;
  line-height: 15px;
}
.widget {
  margin-bottom: 5px;
}
/* Tables */
/* Post text Wrap Fixes */

.post {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.clear {
  clear: both;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #525252 !important;
}
input,
button,
select,
textarea {
  max-width: 100%;
  color: #0e0e0e;
}
select {
  padding: 5px;
}
/* Theme CSS */

html,
body {
  overflow-x: hidden;
}
body {
  background-color: #fff;
}
.rsrc-container #portfolio_section {
  padding-top: 70px;
  margin-top: -150px;
  padding-right: 0;
  padding-left: 0;
}
.rsrc-container {
  color: #000000 !important;
  padding-top: 70px;
  margin-top: -70px;
  padding-right: 0;
  padding-left: 0;
}
.rsrc-header {
  background-color: #fff;
}
.rsrc-header-img {
  float: left;
}
.rsrc-header-img img,
#main-navigation .navbar-brand {
  max-height: 70px;
  line-height: 70px;
}
.rsrc-header-text {
  float: left;
}
.rsrc-content,
.rsrc-content-home {
  position: relative;
  margin: 0 auto;
}
.rsrc-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.rsrc-main {
  padding: 0;
  position: relative;
}
.rsrc-main .woocommerce {
  padding: 5%;
}
.rsrc-footer-menu {
  background-color: #222;
}
.rsrc-author-credits {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}
.rsrc-footer {
  background-color: #6a6767;
  z-index: 4;
  position: relative;
  margin-top: 10%;
}
/* Navigation */
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
}
.navbar-nav > li > .dropdown-menu {
  z-index: 99999;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626 !important;
}
@media (min-width: 768px) {
  #main-navigation .nav a {
    position: relative;
    margin-right: 5px;
    z-index: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  #main-navigation .nav a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: #666;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
  }
  #main-navigation .nav a:hover:after,
  #main-navigation .nav a.active:after {
    height: 100%;
  }
  #site-navigation .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #site-navigation .navbar-nav > li.active > a {
    color: #ffffff;
  }
  #site-navigation.navbar {
    min-height: 35px;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu {
    position: relative;
  }
  .rsrc-main-menu {
    display: none;
    z-index: 9999;
    position: relative;
    background-color: #6a6767;
  }
  #main-navigation {
    background: transparent;
    min-height: 70px;
    max-height: 70px;
  }
  #main-navigation .rsrc-header-text.navbar-brand {
    height: 70px;
    padding: 15px 15px;
    font-size: 25px;
    line-height: 25px;
  }
}
.rsrc-top-menu {
  z-index: 9999;
  position: relative;
  background-color: #6a6767;
  line-height: 1.1;
}
.navbar-collapse {
  background-color: #6a6767;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #6a6767;
}
.rsrc-main-menu .container,
.rsrc-top-menu .container {
  padding: 0;
}
#main-navigation .navbar-brand {
  padding: 0px 15px;
}
/* Fix nav on hover */

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar-right {
    margin-right: 0;
  }
}
ul li li .dropdown-submenu > a:after,
#footer-navigation .caret {
  display: none;
}
/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
  .rsrc-main-menu {
    display: none;
  }
  .navbar-inverse {
    background-color: #6a6767;
  }
  .navbar-inverse > a {
    color: #fff;
  }
  .dropdown-menu {
    position: static;
    display: block;
    float: none;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 3px 30px;
  }
  .dropdown-submenu > .dropdown-menu {
    padding-left: 10px;
  }
  .rsrc-header-img img,
  #main-navigation .navbar-brand {
    max-height: 50px;
    line-height: 50px;
  }
}
.sticky {
}
.bypostauthor {
}
img {
  max-width: 100%;
  height: auto;
}
.featured-thumbnail {
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.featured-thumbnail img {
  width: 100%;
}
.featured-thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.featured-thumbnail img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.featured-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
h1.site-title,
h2.site-title {
  font-size: 30px;
  margin: 0;
}
h1.site-title a,
h2.site-title a {
  color: #fff;
}
/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Navigation */

.pager li > a,
.pager li > span,
.pager li > a:hover,
.pager li > a:focus {
  display: inline-block !important;
  padding: 2px 5px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.post-navigation {
  clear: both;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.post-navigation div {
  display: block;
  position: relative;
  font-size: 14px;
  color: #999;
}
.post-previous {
  float: left;
  padding-left: 30px;
  text-align: left;
}
.post-next {
  float: right;
  text-align: right;
  padding-right: 30px;
}
.post-navigation div span {
  display: block;
  font-size: 90%;
  color: #999;
}
.post-navigation div a:after {
  position: absolute;
  font-size: 45px;
  line-height: 40px;
  font-weight: bold;
  top: 0;
}
.post-previous a:after {
  content: "\00ab";
  left: 0;
}
.post-next a:after {
  content: "\00bb";
  right: 0;
}
/* Single Author */

.postauthor-content img {
  float: left;
  margin-right: 10px;
}
.postauthor-container {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
/* Related posts */

.related-posts ul {
  padding: 15px;
}
.related-posts li {
  list-style-type: none;
  position: relative;
  padding: 0;
}
/* Social Links and infobox*/

.social-links {
  text-align: center;
  display: inline-block;
}
.social-links ul {
  padding: 0;
}
.social-links ul li {
  display: inline;
}
.social-links i.fa {
  padding: 8px 5px;
  text-align: center;
  transition: background-color 0.2s ease-out 0s;
  font-size: 16px;
  float: right;
  color: #fff;
}
.social-links i.fa-twitter:hover {
  color: #1bb2e9;
}
.social-links i.fa-facebook:hover {
  color: #3b5a9b;
}
.social-links i.fa-youtube:hover {
  color: #ed3f41;
}
.social-links i.fa-vimeo-square:hover {
  color: #44bbff;
}
.social-links i.fa-skype:hover {
  color: #009cef;
}
.social-links i.fa-linkedin:hover {
  color: #007bb6;
}
.social-links i.fa-google-plus:hover {
  color: #dc4937;
}
.social-links i.fa-github:hover {
  color: #4183c4;
}
.social-links i.fa-flickr:hover {
  color: #0062dd;
}
.social-links i.fa-dribbble:hover {
  color: #e24d87;
}
.social-links i.fa-instagram:hover {
  color: #3f729b;
}
.social-links i.fa-pinterest:hover {
  color: #d5282e;
}
.social-links i.fa-stumbleupon:hover {
  color: #ec4823;
}
.social-links i.fa-tumblr:hover {
  color: #455469;
}
.social-links i.fa-wordpress:hover {
  color: #21759b;
}
.social-links i.fa-codepen:hover {
  color: #cccccc;
}
.social-links i.fa-digg:hover {
  color: #14589e;
}
.social-links i.fa-reddit:hover {
  color: #ff4500;
}
@media only screen and (max-width: 767px) {
  .top-section {
    text-align: center;
  }
}
/* Content */
.section .post-meta {
  display: none;
}
.blog-home h2 {
  font-size: 30px;
}

article.article-content {
  margin-bottom: 20px;
}
.home-header .page-header a,
.page-header {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
}
.page-header {
  margin: 0;
}
.post-meta {
  font-size: 75%;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  opacity: 0.85;
}
.post-meta span,
.posted-on {
  margin-right: 5px;
}
.post-meta .cat-meta:after {
  content: ",";
  margin-right: 3px;
}
.post-meta .cat-meta:last-child:after {
  content: "";
}
/* Pagination */
.navigation.pagination {
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 25px;
  margin: 0;
}
.nav-links {
  display: inline-block;
}
.nav-links a,
.nav-links span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.nav-links span.current {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  article.article-content:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  article.article-content:nth-of-type(3n + 1) {
    clear: left;
  }
}
/* Featured home */

.hover-style .home-header .page-header a {
  letter-spacing: 2px;
  font-size: 50%;
  line-height: 50%;
  color: #000;
}
.hover-style {
  display: inline-block;
  padding: 0;
  min-height: 170px;
}
.related-posts .entry-summary {
  color: #fff;
  padding: 5px 10px;
}
.hover-style {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hover-style .home-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
  border-left: 10px solid #307ab7;
}
.hover-style:hover .home-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-style .page-header {
  margin-left: -10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-left: 10px solid #307ab7;
  -webkit-transform: translateY(-webkit-calc(-100% - 20px));
  transform: translateY(calc(-100% - 20px));
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  border-bottom: 0;
  line-height: 25px;
}
.hover-style:hover .page-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* breadcrumbs */

#breadcrumbs {
  padding: 30px 25px;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("img/bread-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #6a6767;
}
#breadcrumbs .fa {
  margin-right: 5px;
}
/* Widget */

.widget h3 {
  font-size: 28px;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}
.widget ul {
  padding-left: 15px;
}
/* Post Content */

.rsrc-main .rsrc-post-content {
  padding: 20px;
}
.single-thumbnail {
  text-align: center;
  max-height: 400px;
  overflow: hidden;
}
.single-thumbnail img {
  display: none;
  width: 100%;
}
/* Back to top */

#back-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 999;
}
#back-top a {
  width: 40px;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 0.7;
}
#back-top a:hover {
  opacity: 1;
}
#back-top span {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #7c9a14;
}
#back-top span:before {
  font-family: "FontAwesome";
  content: "\f106";
  line-height: 40px;
  font-size: 25px;
  color: #fff;
}
/* Commentform */

form#commentform p input {
  width: 100%;
}
/* Widgets */

.widget_nav_menu li {
  width: 100%;
}
.widget_nav_menu li:before {
  margin-right: 5px;
}
.widget {
  padding: 15px;
}
/* Footer Widgets */

#content-footer-section .widget {
  padding: 15px;
}
.footer-widgets {
  background-color: #222;
}
.rsrc-author-credits a {
  color: #fff;
}
/* Tags */

.post-tags {
  clear: both;
}
/* Sections */

section {
  position: relative;
}
.section {
  position: relative;
  z-index: 1;
  padding: 25px 0 60px 0;
}
@media (min-width: 768px) {
  section:first-child {
    top: -70px;
    margin-bottom: -130px;
  }
}
section:first-child.section0 .border-top {
  display: none;
}
section:first-child.section0 .section {
  padding-top: 70px;
}
section:last-child .border-bottom {
  display: none;
}
.border-bottom,
.border-top {
  border-style: solid;
  z-index: 9;
  position: relative;
}
.section0 .border-bottom,
.section4 .border-bottom {
  border-width: 60px 2880px 0 0;
  border-top-color: transparent;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  margin-bottom: -61px;
}
.section0 .border-top,
.section1 .border-top,
.section5 .border-top {
  border-width: 0 0 60px 2880px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent;
  border-left-color: transparent !important;
  margin-top: -61px;
}
.section1 .border-bottom,
.section2 .border-bottom,
.section3 .border-bottom,
.section5 .border-bottom {
  border-width: 0 2880px 60px 0;
  border-top-color: transparent !important;
  border-right-color: transparent;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  margin-bottom: -61px;
}
.section2 .border-top,
.section4 .border-top,
.section3 .border-top {
  border-width: 0 0 0 2880px;
  border-top-color: #fcfcfc;
  border-right-color: transparent !important;
  border-bottom-color: #fcfcfc;
  border-left-color: transparent;
  margin-top: -61px;
}
/* Sections Intro */

.intro {
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgb(58, 58, 58);
  padding-top: 400px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.prlx {
  position: absolute;
  width: 100%;
  height: 400%;
  top: -200px;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.intro h2 {
  font-size: 72px;
  line-height: 90px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.intro h3 {
  font-size: 42px;
  line-height: 60px;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
/* Sections Content */

.container-heading {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.section h4 {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #7c9a14;
}
.section .sub-title {
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.sub-title:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.sub-title span {
  padding: 0 15px;
}
/* Testimonial section */
#quote-carousel img {
  display: none;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: -60px;
}
#quote-carousel .carousel-control.right {
  right: -60px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: 100%;
  bottom: 0px;
  margin-right: -19px;
  margin-top: -150px;
}
#quote-carousel .carousel-indicators li {
  width: 100px;
  height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #ccc;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border-color: #7c9a14;
  opacity: 1;
  overflow: hidden;
}
#quote-carousel .carousel-inner {
  min-height: 300px;
}
.item blockquote {
  border-left: none;
  margin: 0;
  padding-bottom: 150px;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}
/* Contact section */
.btn-contact {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #7c9a14;
}

#map-canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  padding: 0;
}
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form input[type="submit"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
  border-radius: 2px;
}
/* Buttons styling */
.btn {
  background-color: #7c9a14;
  border: none;
}
.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #7c9a14;
  padding: 5px 18px;
  border-radius: 4px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
  color: #525252 !important;
  border-color: #7c9a14;
  background-color: #7c9a14;
  box-shadow: none;
  letter-spacing: 1px;
}
/* Default styles */
#carousel_section h2 {
  font-size: 30px;
  font-weight: bold;
}
#carousel_section .border-bottom {
  border-color: #f90031;
}
#carousel_section .section,
#main-navigation .nav a.nav-carousel_section:after,
#carousel_section .sub-title span {
  background-color: #f90031;
}
#image_section .border-bottom {
  border-color: #ffd800;
}
#image_section .section,
#main-navigation .nav a.nav-image_section:after,
#image_section .sub-title span {
  background-color: #ffd800;
}
#image_section .border-top,
#image_section .border-bottom {
  border-color: #ffffff;
  padding: 2px;
}
#testimonial_section .border-bottom {
  border-color: #009bff;
}
#testimonial_section .section,
#main-navigation .nav a.nav-testimonial_section:after,
#testimonial_section .sub-title span {
  background-color: #009bff;
}
#testimonial_section .section {
  height: 670px;
}
#blog_section .border-top,
#blog_section .border-bottom {
  border-color: #ff9100;
}
#blog_section .section,
#main-navigation .nav a.nav-blog_section:after,
#blog_section .sub-title span {
  background-color: #ff9100;
}
/*-- Cinemagraph --*/
#carousel_section .intro {
  background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
#testimonial_section .intro {
  background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
#image_section .intro {
  background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
/*PORTFOLIO*/
@media only screen and (max-width: 767px) {
  #portfolio .grid {
    height: 200px;
    width: 200px;
  }
  .portfolio-title {
    font-size: 25px;
  }
  .portfolio-item {
    height: 150px;
    width: 150px;
  }
  container {
    height: 200px;
  }
}

#portfolio_section .border-top,
#portfolio_section .border-bottom {
  display: none;
}
#portfolio_section h4 {
  display: none;
}
#portfolio_section .section,
#portfolio_section .section a,
#main-navigation .nav a.nav-portfolio_section:hover,
#main-navigation .nav a.nav-portfolio_section.active {
  background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
ul#filter {
  display: none;
}
#portfolio_section .container {
  padding-top: 120px;
  padding-bottom: 100px;
}
#invisible h2 {
  display: none;
}
.page-title {
  display: none;
}
header .post-meta {
  display: none;
}
a {
  color: #7c9a14;
}
a:hover {
  color: #7c9a14;
}
.flex-prev {
  margin-top: 30px;
}
h2 {
  color: #000;
}

.image-section-right {
  display: none;
}
.image-section-left {
  width: 50%;
}
article h1 {
  display: none;
}
.share_buttons_2 {
  display: none;
}
article h2 {
  padding-top: 10px;
  font-size: 26px;
}
#menu-menu-principal {
  margin-top: 30px;
}
.final-tiles-gallery .title {
  font-family: "Amatica SC";
}
/**--- Affichage responsive ----**/
/**PHABLETTE**/
@media (min-width: 319px) and (max-width: 410px) {
  .section-portfolio-pc {
    display: none;
  }
  .section-portfolio-tab {
    display: none;
  }
  .section-carousel-texte {
    display: none;
  }
  .section-imgtexte {
    display: none;
  }
  .section-imgtexte-mobile {
    padding-left: 130px;
  }
  .section-testimonial {
    display: none;
  }
  #slider {
    display: none;
  }
  .intro {
    padding: 150px;
  }
  .tab-dd-pc {
    display: none;
  }
  .DD-axes-pc {
    display: none;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 942px 530px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #portfolio_section {
    padding-top: 30px;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-size: 665px 374px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: 665px 374px;
  }
  .section-img-marge {
    padding-left: 15%;
  }
  .desc-secteurs {
    display: none;
  }
  .tableaupc {
    display: none;
  }
  .desktop-missions {
    display: none;
  }
}
/**ANDROID**/
@media (min-width: 411px) and (max-width: 665px) {
  .section-portfolio-pc {
    display: none;
  }
  .section-portfolio-tab {
    display: none;
  }
  .portfolio-mobile {
    padding-left: 10%;
  }
  .section-carousel-texte {
    display: none;
  }
  .section-imgtexte {
    display: none;
  }
  .section-imgtexte-mobile {
    padding-left: 150px;
  }
  .section-img-marge {
    padding-left: 25%;
  }
  .section-testimonial {
    display: none;
  }
  #slider {
    display: none;
  }
  .intro {
    padding: 150px;
  }
  .tab-dd-pc {
    display: none;
  }
  .DD-axes-pc {
    display: none;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 942px 530px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: 665px 374px;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: 665px 374px;
  }
  .desc-secteurs {
    display: none;
  }
  .tableaupc {
    display: none;
  }
}
/**IPHONE 6-8 LANDSCAPE**/
@media (min-width: 666px) and (max-width: 682px) {
  .section-portfolio-pc {
    display: none;
  }
  .section-portfolio-tab {
    display: none;
  }
  .portfolio-mobile {
    padding-left: 22%;
  }
  .section-carousel-texte {
    display: none;
  }
  .section-imgtexte {
    display: none;
  }
  .section-imgtexte-mobile {
    padding-left: 260px;
  }
  .section-img-marge {
    padding-left: 55%;
  }
  .section-testimonial {
    display: none;
  }
  #slider {
    display: none;
  }
  .intro {
    padding: 130px;
  }
  .tab-dd-pc {
    display: none;
  }
  .DD-axes-pc {
    display: none;
  }
  .tab-DD-marge {
    margin-left: 28%;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 942px 530px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-size: 1080px 607px;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-size: 1080px 607px;
  }
  .tableaupc {
    display: none;
  }
  .desktop-missions {
    display: none;
  }
}
/**ANDROID LANDSCAPE**/
@media (min-width: 683px) and (max-width: 766px) {
  .section-portfolio-pc {
    display: none;
  }
  .section-portfolio-tab {
    display: none;
  }
  .portfolio-mobile {
    padding-left: 25%;
  }
  .section-carousel-texte {
    display: none;
  }
  .section-imgtexte {
    display: none;
  }
  .section-imgtexte-mobile {
    padding-left: 300px;
  }
  .section-img-marge {
    padding-left: 55%;
  }
  .section-testimonial {
    display: none;
  }
  #slider {
    display: none;
  }
  .intro {
    padding: 110px;
  }
  .tab-dd-pc {
    display: none;
  }
  .DD-axes-pc {
    display: none;
  }
  .tab-DD-marge {
    margin-left: 28%;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 1080px 607px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-size: 1080px 607px;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-size: 1080px 607px;
  }
  .tab-scol-mobile {
    display: none;
  }
  .desktop-missions {
    display: none;
  }
}
/**ANDROID LANDSCAPE IPAD**/
@media (min-width: 767px) and (max-width: 840px) {
  .section-portfolio-pc {
    display: none;
  }
  .section-portfolio-mobile {
    display: none;
  }
  .section-carousel-texte {
    display: none;
  }
  .section-imgtexte {
    display: none;
  }
  .section-imgtexte-mobile {
    padding-left: 310px;
  }
  .section-img-marge {
    /* padding-left: 60%; */
  }
  .section-testimonial {
    display: none;
  }
  #slider {
    display: none;
  }
  .intro {
    padding: 200px;
  }
  .tab-dd-pc {
    display: none;
  }
  .tab-DD-marge {
    margin-left: 28%;
  }
  .DD-axes-mobile {
    display: none;
  }
  .tab-scol-mobile {
    display: none;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 1080px 607px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-size: 1080px 607px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-size: 1080px 607px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
}
/**DESKTOP**/
@media (min-width: 841px) {
  .tab-dd-mobile {
    display: none;
  }
  .section-portfolio-tab {
    display: none;
  }
  .section-imgtexte-mobile {
    display: none;
  }
  .section-portfolio-mobile {
    display: none;
  }
  .DD-axes-mobile {
    display: none;
  }
  .tab-scol-mobile {
    display: none;
  }
  #portfolio_section .section,
  #portfolio_section .section a,
  #main-navigation .nav a.nav-portfolio_section:hover,
  #main-navigation .nav a.nav-portfolio_section.active {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_01.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
  }
  #testimonial_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_BuddhaBowl.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: 100%;
  }
  #carousel_section .intro {
    background-image: url("https://www.api-restauration.com/wp-content/uploads/2018/09/Cinemagraph_APIRestauration_Decoupe.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: 100%;
  }
  .visuel-scolaire-smartphone {
    display: none;
  }
}
.cd-timeline-img {
  display: none;
}
/*.flexslider-container, .homepage-slider .slides, .homepage-slider .flex-viewport {
	height: 600px !important;
}*/
article tr a,
a:active,
a:hover {
  color: #7c9a14 !important;
}
.post-3877 article a {
  color: #7c9a14 !important;
}

.post-3877 a:active,
a:hover {
  color: #7c9a14 !important;
}

.mfp-close {
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: pointer !important;
}
/*RGPD*/
#cookie-law-info-again {
  background-color: #ffffff;
  box-shadow: #cccccc 0px 1px 1px 1px;
}
#cookie_hdr_showagain {
  color: #7c9a14;
}
/*ENTREPRISE A MISSION*/
/*Fade effect*/
.mission {
  position: relative;
  overflow: hidden;
}

.content-mission,
.photo {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.content-mission {
  position: absolute;
  display: flex;
  justify-content: center;
}

.photo {
  opacity: 0;
}

.mission:hover .content-mission {
  opacity: 0;
}

.mission:hover .photo {
  opacity: 1;
}
/*Slide effect*/
.bloc-missions {
  margin: 0 auto;
  max-width: 540px !important;
}

.flip {
  cursor: pointer;
}

.panel {
  display: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* --- Style after update with Bootstrap 5 --- */

html,
body {
  overflow-x: unset !important;
}

.section-img-marge table a {
  text-decoration: none;
}

.rsrc-top-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.navbar-brand {
  color: #9d9d9d;
}

.navbar-collapse {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .navbar-collapse {
    margin-top: 0;
  }
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  box-shadow: none;
}

.img-holder-img {
  display: none;
}

.rsrc-container {
  overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
  align-items: flex-start;
  opacity: 1;
  margin-top: 30px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: transparent;
}

.carousel-control-next i,
.carousel-control-prev i {
  color: #6a6767;
  display: block;
  opacity: 1;
  visibility: visible;

  font-size: 32px;
}

.carousel-control-next:hover i,
.carousel-control-prev:hover i {
  color: #7c9a14;
}

#quote-carousel h3 a {
  text-decoration: none;
}

#quote-carousel h3 a:hover {
  color: #fff !important;
}

#testimonial_section a {
  text-decoration: none;
}

.rsrc-footer a {
  font-size: 14px;
  text-decoration: none;
}

.rsrc-footer .text-right {
  text-align: right;
}

a {
  text-decoration: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

a.btn {
  color: white !important;
}

a.btn:hover {
  color: white !important;
}
